Overview

Request 5736 (accepted)

No description set
Submit package Staging / vlc-beta to package Extra / vlc-beta

vlc-beta.spec Changed
x
 
1
@@ -25,6 +25,7 @@
2
 %else
3
 %bcond_with opengles
4
 %endif
5
+%bcond_with     vlc_medialibrary
6
 Name:           vlc-beta
7
 Version:        0
8
 Release:        0
9
@@ -120,6 +121,9 @@
10
 %endif
11
 BuildRequires:  libtool
12
 BuildRequires:  pkg-config
13
+%if %{with vlc_medialibrary}
14
+BuildRequires:  pkgconfig(medialibrary)
15
+%endif
16
 BuildRequires:  pkgconfig(zlib)
17
 BuildRequires:  pkgconfig(libidn)
18
 BuildRequires:  pkgconfig(dbus-1) >= 1.6.0
19
@@ -511,7 +515,11 @@
20
    --enable-libplacebo \
21
 %endif
22
    --enable-vulkan \
23
+%if %{with vlc_medialibrary}
24
+   --enable-medialibrary \
25
+%else
26
    --disable-medialibrary \
27
+%endif
28
    --with-kde-solid=%_datadir/kde4/apps/solid \
29
    --enable-vlc \
30
 %if 0%{?suse_version} > 1500
31
Refresh
Refresh
Request History
Olaf Hering's avatar

olh created request about 2 years ago


Olaf Hering's avatar

olh accepted request about 2 years ago