Projects
Staging
vlc-beta
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 361
View file
vlc-beta.patch
Changed
@@ -9,16 +9,25 @@ ) if ret.returncode != 0: -@@ -83,8 +83,8 @@ class QmlModuleChecker: +@@ -83,16 +83,16 @@ class QmlModuleChecker: + print("qmake not found") return False - ret = subprocess.run( -- qmake, "-qtconf", qtconf, "-query", -- capture_output=True, -+ qmake, "-query", -+ stdout=subprocess.PIPE, stderr=subprocess.PIPE, - encoding="utf8" - ) +- if qtconf: ++ if False: + ret = subprocess.run( + qmake, "-qtconf", qtconf, "-query", +- capture_output=True, ++ stdout=subprocess.PIPE, stderr=subprocess.PIPE, + encoding="utf8" + ) + else: + ret = subprocess.run( + qmake, "-query", +- capture_output=True, ++ stdout=subprocess.PIPE, stderr=subprocess.PIPE, + encoding="utf8" + ) --- a/configure.ac +++ b/configure.ac @@ -49,7 +58,7 @@ VLC_ADD_PLUGIN(mod) VLC_ADD_CXXFLAGS(mod,$LIBMODPLUG_CFLAGS) VLC_ADD_CFLAGS(mod,$LIBMODPLUG_CFLAGS) #modules/demux/mod.c needs CFLAGS_mod, not CXXFLAGS_mod -@@ -4771,7 +4771,7 @@ AS_IF(test -z "$VLC_COMPILE_HOST", +@@ -4750,7 +4750,7 @@ AS_IF(test -z "$VLC_COMPILE_HOST", VLC_COMPILE_HOST=`hostname -f 2>/dev/null || hostname` ) AC_DEFINE_UNQUOTED(VLC_COMPILE_HOST, "$VLC_COMPILE_HOST", host which ran configure) @@ -95,7 +104,7 @@ #else // _WIN32 --- a/src/Makefile.am +++ b/src/Makefile.am -@@ -563,7 +563,7 @@ libvlccore_la_LDFLAGS = \ +@@ -566,7 +566,7 @@ libvlccore_la_LDFLAGS = \ $(LDFLAGS_libvlccore) \ -no-undefined \ -export-symbols $(srcdir)/libvlccore.sym \
View file
_service:obs_scm:vlc-beta-20240412.e0ee001b9f.obscpio
Deleted
View file
_service:obs_scm:vlc-beta-20240419.1f6ad29193.obscpio
Added
View file
_service:obs_scm:vlc-beta.obsinfo
Changed
@@ -1,4 +1,4 @@ name: vlc-beta -version: 20240412.e0ee001b9f -mtime: 1712905507 -commit: e0ee001b9f23ee6c347954dfb3c2aa4db9104748 +version: 20240419.1f6ad29193 +mtime: 1713525105 +commit: 1f6ad2919344f0baa958356472ee6d4aa7de1a34
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.