Changes of Revision 13

vlc-beta.spec Changed
x
 
1
@@ -239,6 +239,11 @@
2
 BuildRequires:  pkgconfig(Qt5Widgets)
3
 BuildRequires:  pkgconfig(Qt5X11Extras)
4
 BuildRequires:  libQt5Gui-private-headers-devel
5
+BuildRequires:  qt5qmlimport(QtGraphicalEffects.1)
6
+BuildRequires:  qt5qmlimport(QtQml.Models.2)
7
+BuildRequires:  qt5qmlimport(QtQuick.Controls.2)
8
+BuildRequires:  qt5qmlimport(QtQuick.Layouts.1)
9
+BuildRequires:  qt5qmlimport(QtQuick.Window.2)
10
 BuildRequires:  pkgconfig(xpm)
11
 BuildRequires:  pkgconfig(xinerama)
12
 BuildRequires:  pkgconfig(xext)
13
@@ -262,6 +267,12 @@
14
 BuildRequires:  fdupes
15
 BuildRequires:  update-desktop-files
16
 
17
+Requires:       qt5qmlimport(QtGraphicalEffects.1)
18
+Requires:       qt5qmlimport(QtQml.Models.2)
19
+Requires:       qt5qmlimport(QtQuick.Controls.2)
20
+Requires:       qt5qmlimport(QtQuick.Layouts.1)
21
+Requires:       qt5qmlimport(QtQuick.Window.2)
22
+
23
 %description
24
 VLC media player is a highly portable multimedia player for various
25
 audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, ...)
26
vlc-beta.patch Changed
34
 
1
@@ -1,3 +1,23 @@
2
+--- a/buildsystem/check_qml_module.py
3
++++ b/buildsystem/check_qml_module.py
4
+@@ -50,7 +50,7 @@ class QmlModuleChecker:
5
+                 "-qmlFiles", f.name,
6
+                 "-importPath", self.qmlpath
7
+             ,
8
+-            capture_output=True,
9
++            stdout=subprocess.PIPE, stderr=subprocess.PIPE,
10
+             )
11
+ 
12
+         if ret.returncode != 0:
13
+@@ -84,7 +84,7 @@ class QmlModuleChecker:
14
+ 
15
+         ret = subprocess.run(
16
+              qmake, "-query",
17
+-            capture_output=True,
18
++            stdout=subprocess.PIPE, stderr=subprocess.PIPE,
19
+             encoding="utf8"
20
+         )
21
+ 
22
 --- a/configure.ac
23
 +++ b/configure.ac
24
 @@ -10,7 +10,7 @@ VERSION_EXTRA=0
25
@@ -27,7 +47,7 @@
26
            VLC_ADD_PLUGIN(mod)
27
            VLC_ADD_CXXFLAGS(mod,$LIBMODPLUG_CFLAGS)
28
            VLC_ADD_CFLAGS(mod,$LIBMODPLUG_CFLAGS) #modules/demux/mod.c needs CFLAGS_mod, not CXXFLAGS_mod
29
-@@ -4645,7 +4645,7 @@ AS_IF(test -z "$VLC_COMPILE_HOST",
30
+@@ -4663,7 +4663,7 @@ AS_IF(test -z "$VLC_COMPILE_HOST",
31
     VLC_COMPILE_HOST=`hostname -f 2>/dev/null || hostname`
32
  )
33
  AC_DEFINE_UNQUOTED(VLC_COMPILE_HOST, "$VLC_COMPILE_HOST", host which ran configure)
34
_service:obs_scm:vlc-beta-20231007.47af51ec58.obscpio Deleted
_service:obs_scm:vlc-beta-20231124.5e9747b6db.obscpio Added
_service:obs_scm:vlc-beta.obsinfo Changed
9
 
1
@@ -1,4 +1,4 @@
2
 name: vlc-beta
3
-version: 20231007.47af51ec58
4
-mtime: 1696674059
5
-commit: 47af51ec5838c721f62affd649530838d238eb2d
6
+version: 20231124.5e9747b6db
7
+mtime: 1700854078
8
+commit: 5e9747b6db6973ed8af0e20512f547b6ec1900a8
9