forked from pool/xine-lib
Accepting request 516990 from multimedia:xine
Build with modplug and pulseaudio unconditionaly OBS-URL: https://build.opensuse.org/request/show/516990 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xine-lib?expand=0&rev=68
This commit is contained in:
commit
64a5ecdca6
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 15 06:43:14 UTC 2017 - olaf@aepfle.de
|
||||||
|
|
||||||
|
- Build unconditionally with modplug and pulseaudio
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 6 10:15:58 UTC 2017 - olaf@aepfle.de
|
Thu Jul 6 10:15:58 UTC 2017 - olaf@aepfle.de
|
||||||
|
|
||||||
|
@ -26,7 +26,6 @@ Name: xine-lib
|
|||||||
# default for buildservice is no patented codecs
|
# default for buildservice is no patented codecs
|
||||||
%bcond_without distributable
|
%bcond_without distributable
|
||||||
%bcond_with onlynondistributable
|
%bcond_with onlynondistributable
|
||||||
%bcond_without pulseaudio
|
|
||||||
%if 0%{?suse_version} > 1320
|
%if 0%{?suse_version} > 1320
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
%else
|
%else
|
||||||
@ -46,7 +45,6 @@ BuildRequires: gcc5
|
|||||||
%bcond_with jack
|
%bcond_with jack
|
||||||
%bcond_without gnome_vfs
|
%bcond_without gnome_vfs
|
||||||
%bcond_with directfb
|
%bcond_with directfb
|
||||||
%bcond_without modplug
|
|
||||||
#
|
#
|
||||||
BuildRequires: ImageMagick-devel
|
BuildRequires: ImageMagick-devel
|
||||||
BuildRequires: Mesa-devel
|
BuildRequires: Mesa-devel
|
||||||
@ -92,9 +90,7 @@ BuildRequires: pkgconfig(libva-glx)
|
|||||||
BuildRequires: pkgconfig(mad)
|
BuildRequires: pkgconfig(mad)
|
||||||
BuildRequires: pkgconfig(vdpau)
|
BuildRequires: pkgconfig(vdpau)
|
||||||
%endif
|
%endif
|
||||||
%if %{with pulseaudio}
|
|
||||||
BuildRequires: libpulse-devel
|
BuildRequires: libpulse-devel
|
||||||
%endif
|
|
||||||
%if %{with sdl}
|
%if %{with sdl}
|
||||||
BuildRequires: SDL-devel
|
BuildRequires: SDL-devel
|
||||||
%endif
|
%endif
|
||||||
@ -114,9 +110,7 @@ BuildRequires: libjack-devel
|
|||||||
%if %{with directfb}
|
%if %{with directfb}
|
||||||
BuildRequires: DirectFB-devel
|
BuildRequires: DirectFB-devel
|
||||||
%endif
|
%endif
|
||||||
%if %{with modplug}
|
|
||||||
BuildRequires: libmodplug-devel
|
BuildRequires: libmodplug-devel
|
||||||
%endif
|
|
||||||
Version: 1.2.8
|
Version: 1.2.8
|
||||||
Release: 0
|
Release: 0
|
||||||
%define abiversion 2.6
|
%define abiversion 2.6
|
||||||
@ -267,8 +261,6 @@ Autoren:
|
|||||||
--------
|
--------
|
||||||
Guenter Bartsch <guenter@sourceforge.net>
|
Guenter Bartsch <guenter@sourceforge.net>
|
||||||
|
|
||||||
%if %{with pulseaudio}
|
|
||||||
|
|
||||||
%package -n libxine2-pulse
|
%package -n libxine2-pulse
|
||||||
Summary: Pulseaudio plugin for xine
|
Summary: Pulseaudio plugin for xine
|
||||||
License: GPL-2.0+ and SUSE-Public-Domain
|
License: GPL-2.0+ and SUSE-Public-Domain
|
||||||
@ -293,7 +285,6 @@ libxine Soundausgabeplugin für den Pulseaudio Soundserver
|
|||||||
Autoren:
|
Autoren:
|
||||||
--------
|
--------
|
||||||
Guenter Bartsch <guenter@sourceforge.net>
|
Guenter Bartsch <guenter@sourceforge.net>
|
||||||
%endif
|
|
||||||
|
|
||||||
%if %{with sdl}
|
%if %{with sdl}
|
||||||
|
|
||||||
@ -609,7 +600,7 @@ AUTOPOINT=true autoreconf -fi
|
|||||||
--with-libflac \
|
--with-libflac \
|
||||||
--with-freetype \
|
--with-freetype \
|
||||||
--enable-v4l \
|
--enable-v4l \
|
||||||
%{?with_modplug:--enable-modplug} \
|
--enable-modplug \
|
||||||
%{?with_directfb:--enable-directfb} \
|
%{?with_directfb:--enable-directfb} \
|
||||||
%if !%{with sdl}
|
%if !%{with sdl}
|
||||||
--without-sdl \
|
--without-sdl \
|
||||||
@ -854,11 +845,8 @@ rm -rf %{buildroot}
|
|||||||
%dir %{_libdir}/xine/plugins/%{abiversion}/vidix
|
%dir %{_libdir}/xine/plugins/%{abiversion}/vidix
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with pulseaudio}
|
|
||||||
|
|
||||||
%files -n libxine2-pulse -f files.pulse
|
%files -n libxine2-pulse -f files.pulse
|
||||||
%defattr(-,root,root,0755)
|
%defattr(-,root,root,0755)
|
||||||
%endif
|
|
||||||
|
|
||||||
%if %{with sdl}
|
%if %{with sdl}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user