Changes of Revision 357

vlc-beta.spec Changed
x
 
1
@@ -239,6 +239,7 @@
2
 BuildRequires:  pkgconfig(Qt6Network)
3
 BuildRequires:  pkgconfig(Qt6Qml)
4
 BuildRequires:  pkgconfig(Qt6QmlModels)
5
+BuildRequires:  pkgconfig(Qt6QmlWorkerScript)
6
 BuildRequires:  pkgconfig(Qt6Quick)
7
 BuildRequires:  pkgconfig(Qt6QuickControls2)
8
 BuildRequires:  pkgconfig(Qt6QuickLayouts)
9
@@ -270,7 +271,9 @@
10
 BuildRequires:  pkgconfig(libsecret-1) >= 0.18
11
 BuildRequires:  pkgconfig(libnotify)
12
 BuildRequires:  pkgconfig(gtk+-3.0)
13
+%if 0%{?suse_version} > 1500
14
 BuildRequires:  pkgconfig(protobuf-lite)
15
+%endif
16
 
17
 BuildRequires:  fdupes
18
 BuildRequires:  update-desktop-files
19
@@ -348,6 +351,7 @@
20
    --enable-shared \
21
    --enable-dbus \
22
    --disable-avx \
23
+   --disable-chromecast \
24
    --disable-debug \
25
    --disable-gprof \
26
    --disable-cprof \
27
@@ -491,7 +495,9 @@
28
    --enable-soxr \
29
    --disable-kai \
30
    --enable-chromaprint \
31
+%if 0%{?suse_version} > 1500
32
    --enable-chromecast \
33
+%endif
34
    --enable-qt \
35
    --enable-qt \
36
    --enable-skins2 \
37
vlc-beta.patch Changed
55
 
1
@@ -12,7 +12,7 @@
2
 @@ -84,7 +84,7 @@ class QmlModuleChecker:
3
  
4
          ret = subprocess.run(
5
-              qmake, "-query",
6
+              qmake, "-qtconf", qtconf, "-query",
7
 -            capture_output=True,
8
 +            stdout=subprocess.PIPE, stderr=subprocess.PIPE,
9
              encoding="utf8"
10
@@ -29,7 +29,7 @@
11
  LIBVLC_ABI_MINOR=0
12
  LIBVLC_ABI_MICRO=0
13
  
14
-@@ -2091,7 +2091,7 @@ AS_IF(test "$SYS" = "linux" -a "${enable_linsys}" != "no", 
15
+@@ -2124,7 +2124,7 @@ AS_IF(test "$SYS" = "linux" -a "${enable_linsys}" != "no", 
16
  dnl
17
  dnl dvdread module: check for libdvdread
18
  dnl
19
@@ -38,7 +38,7 @@
20
  
21
  dnl
22
  dnl libdvdnav plugin
23
-@@ -2406,7 +2406,7 @@ AC_ARG_ENABLE(mod,
24
+@@ -2471,7 +2471,7 @@ AC_ARG_ENABLE(mod,
25
    AS_HELP_STRING(--disable-mod,
26
      do not use libmodplug (default auto)))
27
  if test "${enable_mod}" != "no" ; then
28
@@ -47,7 +47,7 @@
29
            VLC_ADD_PLUGIN(mod)
30
            VLC_ADD_CXXFLAGS(mod,$LIBMODPLUG_CFLAGS)
31
            VLC_ADD_CFLAGS(mod,$LIBMODPLUG_CFLAGS) #modules/demux/mod.c needs CFLAGS_mod, not CXXFLAGS_mod
32
-@@ -4676,7 +4676,7 @@ AS_IF(test -z "$VLC_COMPILE_HOST",
33
+@@ -4771,7 +4771,7 @@ AS_IF(test -z "$VLC_COMPILE_HOST",
34
     VLC_COMPILE_HOST=`hostname -f 2>/dev/null || hostname`
35
  )
36
  AC_DEFINE_UNQUOTED(VLC_COMPILE_HOST, "$VLC_COMPILE_HOST", host which ran configure)
37
@@ -83,7 +83,7 @@
38
          msg_Err( p_this, "unable to initialize liba52" );
39
 --- a/modules/control/cli/cli.c
40
 +++ b/modules/control/cli/cli.c
41
-@@ -577,6 +577,7 @@ static void *Run(void *data)
42
+@@ -580,6 +580,7 @@ static void *Run(void *data)
43
  
44
          vlc_restorecancel(canc);
45
      }
46
@@ -93,7 +93,7 @@
47
  #else // _WIN32
48
 --- a/src/Makefile.am
49
 +++ b/src/Makefile.am
50
-@@ -554,7 +554,7 @@ libvlccore_la_LDFLAGS = \
51
+@@ -563,7 +563,7 @@ libvlccore_la_LDFLAGS = \
52
    $(LDFLAGS_libvlccore) \
53
    -no-undefined \
54
    -export-symbols $(srcdir)/libvlccore.sym \
55
_service:obs_scm:vlc-beta-20240330.9394e7eace.obscpio Deleted
_service:obs_scm:vlc-beta-20240405.d9427685d1.obscpio Added
_service:obs_scm:vlc-beta.obsinfo Changed
9
 
1
@@ -1,4 +1,4 @@
2
 name: vlc-beta
3
-version: 20240330.9394e7eace
4
-mtime: 1711820464
5
-commit: 9394e7eace4f7a343cf0a9de8ef63f2108b515ef
6
+version: 20240405.d9427685d1
7
+mtime: 1712307014
8
+commit: d9427685d13919ab133f033e8014bfd56129286d
9