Changes of Revision 24

vlc-beta.spec Changed
x
 
1
@@ -86,13 +86,6 @@
2
 Provides:       vlc-beta-qt-debuginfo = %version-%release
3
 
4
 BuildRequires:  bash
5
-%if 0%{?suse_version} > 1500
6
-BuildRequires:  gcc
7
-BuildRequires:  gcc-c++
8
-%else
9
-BuildRequires:  gcc10
10
-BuildRequires:  gcc10-c++
11
-%endif
12
 BuildRequires:  flex
13
 BuildRequires:  bison
14
 %if 0%{?suse_version} > 1500
15
@@ -119,7 +112,7 @@
16
 BuildRequires:  pkgconfig(dvdread) >= 6.0.0
17
 BuildRequires:  pkgconfig(libplacebo)
18
 BuildRequires:  pkgconfig(vulkan) >= 1.0.26
19
-BuildRequires:  pkgconfig(libbluray) >= 0.6.2
20
+BuildRequires:  pkgconfig(libbluray)
21
 %if %{with vlc_opencv}
22
 BuildRequires:  pkgconfig(opencv) > 2.0
23
 %endif
24
vlc-beta.patch Changed
46
 
1
@@ -9,7 +9,7 @@
2
  LIBVLC_ABI_MINOR=0
3
  LIBVLC_ABI_MICRO=0
4
  
5
-@@ -2114,7 +2114,7 @@ AS_IF(test "$SYS" = "linux" -a "${enable_linsys}" != "no", 
6
+@@ -2175,7 +2175,7 @@ AS_IF(test "$SYS" = "linux" -a "${enable_linsys}" != "no", 
7
  dnl
8
  dnl dvdread module: check for libdvdread
9
  dnl
10
@@ -18,7 +18,7 @@
11
  
12
  dnl
13
  dnl libdvdnav plugin
14
-@@ -2461,7 +2461,7 @@ AC_ARG_ENABLE(mod,
15
+@@ -2532,7 +2532,7 @@ AC_ARG_ENABLE(mod,
16
    AS_HELP_STRING(--disable-mod,
17
      do not use libmodplug (default auto)))
18
  if test "${enable_mod}" != "no" ; then
19
@@ -27,7 +27,7 @@
20
            VLC_ADD_PLUGIN(mod)
21
            VLC_ADD_CXXFLAGS(mod,$LIBMODPLUG_CFLAGS)
22
            VLC_ADD_CFLAGS(mod,$LIBMODPLUG_CFLAGS) #modules/demux/mod.c needs CFLAGS_mod, not CXXFLAGS_mod
23
-@@ -4731,7 +4731,7 @@ AS_IF(test -z "$VLC_COMPILE_HOST",
24
+@@ -4850,7 +4850,7 @@ AS_IF(test -z "$VLC_COMPILE_HOST",
25
     VLC_COMPILE_HOST=`hostname -f 2>/dev/null || hostname`
26
  )
27
  AC_DEFINE_UNQUOTED(VLC_COMPILE_HOST, "$VLC_COMPILE_HOST", host which ran configure)
28
@@ -63,7 +63,7 @@
29
          msg_Err( p_this, "unable to initialize liba52" );
30
 --- a/modules/control/cli/cli.c
31
 +++ b/modules/control/cli/cli.c
32
-@@ -580,6 +580,7 @@ static void *Run(void *data)
33
+@@ -580,6 +580,7 @@ _Noreturn static void *Run(void *data)
34
  
35
          vlc_restorecancel(canc);
36
      }
37
@@ -73,7 +73,7 @@
38
  #else // _WIN32
39
 --- a/src/Makefile.am
40
 +++ b/src/Makefile.am
41
-@@ -566,7 +566,7 @@ libvlccore_la_LDFLAGS = \
42
+@@ -568,7 +568,7 @@ libvlccore_la_LDFLAGS = \
43
    $(LDFLAGS_libvlccore) \
44
    -no-undefined \
45
    -export-symbols $(srcdir)/libvlccore.sym \
46
_service:obs_scm:vlc-beta-20240810.b2358bbf03.obscpio Deleted
_service:obs_scm:vlc-beta-20240817.e61bab777f.obscpio Added
_service:obs_scm:vlc-beta.obsinfo Changed
9
 
1
@@ -1,4 +1,4 @@
2
 name: vlc-beta
3
-version: 20240810.b2358bbf03
4
-mtime: 1723286333
5
-commit: b2358bbf038ae9080d5f49ec78679cb39a0c0b2c
6
+version: 20240817.e61bab777f
7
+mtime: 1723882242
8
+commit: e61bab777f0f063575e63cb78de981697576192b
9