vlc-beta.spec
Changed
x
1
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
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
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
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
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
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
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
Refresh
Refresh
Login required, please
login
or
signup
in order to comment