]> git.pld-linux.org Git - packages/xine-lib.git/commitdiff
- added wavpack plugin
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 1 Feb 2007 13:00:46 +0000 (13:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xine-lib.spec -> 1.200

xine-lib.spec

index d303f7a7ed9cbfc23aa74e8a4df2fae5f851e508..efc1db9c39a75d159ed86bb791c7fdcd01375af1 100644 (file)
@@ -1,5 +1,4 @@
 # TODO
-# wavpack
 # - --with-external-ffmpeg
 #
 # Conditional build:
@@ -19,6 +18,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
 #
@@ -79,6 +79,7 @@ BuildRequires:        pkgconfig
 #%{?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}
@@ -213,6 +214,18 @@ Obs
 %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
@@ -754,6 +767,7 @@ rm -f m4/libtool15.m4
        %{?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}
@@ -890,6 +904,12 @@ rm -rf $RPM_BUILD_ROOT
 %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)
This page took 0.04658 seconds and 4 git commands to generate.