SPECS: xine-lib.spec - added wavpack plugin
qboosh
qboosh at pld-linux.org
Thu Feb 1 14:00:52 CET 2007
Author: qboosh Date: Thu Feb 1 13:00:52 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added wavpack plugin
---- Files affected:
SPECS:
xine-lib.spec (1.199 -> 1.200)
---- Diffs:
================================================================
Index: SPECS/xine-lib.spec
diff -u SPECS/xine-lib.spec:1.199 SPECS/xine-lib.spec:1.200
--- SPECS/xine-lib.spec:1.199 Thu Feb 1 13:09:30 2007
+++ SPECS/xine-lib.spec Thu Feb 1 14:00:46 2007
@@ -1,6 +1,5 @@
# $Revision$, $Date$
# TODO
-# wavpack
# - --with-external-ffmpeg
#
# Conditional build:
@@ -20,6 +19,7 @@
%bcond_without smb # don't build SMB input plugin
%bcond_without sdl # don't build SDL video output plugin
%bcond_without stk # don't build stk video output plugin
+%bcond_without wavpack # don't build wavpack decode plugin
%bcond_with xvid # build xvid decode plugin [disabled in sources at the moment]
%bcond_with vdr # build with vdr support
#
@@ -80,6 +80,7 @@
#%{?with_dxr3:BuildRequires: rte-devel} # only 0.4 supported
BuildRequires: speex-devel >= 1:1.1.6
BuildRequires: vcdimager-devel >= 0.7.21
+%{?with_wavpack:BuildRequires: wavpack-devel >= 4.40}
BuildRequires: xorg-lib-libXinerama-devel
BuildRequires: xorg-lib-libXvMC-devel
%{?with_xvid:BuildRequires: xvid-devel}
@@ -214,6 +215,18 @@
%description -n xine-decode-w32dll -l pt_BR
Suporte a win32dll para o xine.
+%package -n xine-decode-wavpack
+Summary: XINE - wavpack decoder plugin
+Summary(pl): XINE - wtyczka dekodera wavpack
+Group: Libraries
+Requires: %{name} = %{epoch}:%{version}-%{release}
+
+%description -n xine-decode-wavpack
+XINE - wavpack decoder/demuxer plugin.
+
+%description -n xine-decode-wavpack -l pl
+XINE - wtyczka dekodera/demuxera wavpack.
+
%package -n xine-decode-xvid
Summary: XINE - xvid DIVX decoding support
Summary(pl): XINE - obsługa dekodera DIVX xvid
@@ -755,6 +768,7 @@
%{?with_fusionsound:--with-fusionsound} \
--with-libflac \
--with-w32-path=/usr/lib/codecs \
+ %{?with_wavpack:--with-wavpack} \
--disable-optimizations # we use own RPM_OPT_FLAGS optimalizations
%{__make}
@@ -891,6 +905,12 @@
%attr(755,root,root) %{_pluginsdir}/xineplug_decode_w32dll.so
%endif
+%if %{with wavpack}
+%files -n xine-decode-wavpack
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_pluginsdir}/xineplug_decode_wavpack.so
+%endif
+
%if %{with xvid}
%files -n xine-decode-xvid
%defattr(644,root,root,755)
@@ -1078,6 +1098,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.200 2007/02/01 13:00:46 qboosh
+- added wavpack plugin
+
Revision 1.199 2007/02/01 12:09:30 qboosh
- started update to 1.1.4
- updated sparc patch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/xine-lib.spec?r1=1.199&r2=1.200&f=u
More information about the pld-cvs-commit
mailing list