no GME on SLE
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=44
This commit is contained in:
parent
19c090c2d3
commit
073747b198
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 20:09:40 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Only enable GME support on openSUSE >= 12.00 (disable on SLE11).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 19:38:09 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
6
vlc.spec
6
vlc.spec
@ -75,7 +75,9 @@ BuildRequires: libnotify-devel
|
||||
BuildRequires: libogg-devel
|
||||
BuildRequires: libopus-devel
|
||||
BuildRequires: pkgconfig(dirac) >= 0.10.0
|
||||
%if 0{?suse_version} >= 1200
|
||||
BuildRequires: pkgconfig(libgme)
|
||||
%endif
|
||||
%if 0%{suse_version} >= 1120
|
||||
BuildRequires: libproxy-devel
|
||||
%endif
|
||||
@ -280,7 +282,9 @@ export CXXFLAGS="%{optflags} -L%{_libdir}/live -Wno-return-type $smbclient"
|
||||
--enable-freetype \
|
||||
--enable-fribidi \
|
||||
--enable-glx \
|
||||
%if 0%{?suse_version} >= 1200
|
||||
--enable-gme \
|
||||
%endif
|
||||
--enable-gnomevfs \
|
||||
--enable-gnutls \
|
||||
--enable-httpd \
|
||||
@ -650,7 +654,9 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%{_libdir}/vlc/plugins/demux/libdirac_plugin.so
|
||||
%{_libdir}/vlc/plugins/demux/libes_plugin.so
|
||||
%{_libdir}/vlc/plugins/demux/libflacsys_plugin.so
|
||||
%if 0%{?suse_version} >= 1200
|
||||
%{_libdir}/vlc/plugins/demux/libgme_plugin.so
|
||||
%endif
|
||||
%{_libdir}/vlc/plugins/demux/libh264_plugin.so
|
||||
%{_libdir}/vlc/plugins/demux/libimage_plugin.so
|
||||
%{_libdir}/vlc/plugins/demux/libmjpeg_plugin.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user