Author: freetz                       Date: Thu Jul 14 10:02:16 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 0.8.10, BR caio-devel >= 0.5.0, wavpack subpackage added, cleanup

---- Files affected:
SPECS:
   gstreamer-plugins.spec (1.156 -> 1.157) 

---- Diffs:

================================================================
Index: SPECS/gstreamer-plugins.spec
diff -u SPECS/gstreamer-plugins.spec:1.156 SPECS/gstreamer-plugins.spec:1.157
--- SPECS/gstreamer-plugins.spec:1.156  Wed Jun 29 19:39:58 2005
+++ SPECS/gstreamer-plugins.spec        Thu Jul 14 12:02:10 2005
@@ -9,9 +9,6 @@
 # - librfb (librfb-0.1 - cvs.comedi.org???)
 # - tarkin (lib included)
 #
-# BUGS: ("must fix" before rel.1)
-# - #307459: cdparanoia - goobox, sound-juicer affected 
-#
 # Conditional build:
 %bcond_without aalib           # don't build aa videosink plugin
 %bcond_without arts            # don't build aRts audio output plugins
@@ -56,12 +53,12 @@
 Summary:       GStreamer Streaming-media framework plugins
 Summary(pl):   Wtyczki do środowiska obróbki strumieni GStreamer
 Name:          gstreamer-plugins
-Version:       0.8.9
-Release:       0.9
+Version:       0.8.10
+Release:       1
 License:       LGPL
 Group:         Libraries
 Source0:       
http://gstreamer.freedesktop.org/src/gst-plugins/%{gstname}-%{version}.tar.bz2
-# Source0-md5: 663461ef7b16e9bd7f2605e4ed0db5ba
+# Source0-md5: 99f36ba2b91015a23d3c20a8f424b232
 Patch0:                %{name}-divx4linux.patch
 Patch1:                %{name}-libcaca.patch
 Patch2:                %{name}-libdts.patch
@@ -72,6 +69,8 @@
 BuildRequires: automake
 BuildRequires: gstreamer-devel >= %{gst_req_ver}
 BuildRequires: gtk+2-devel >= 2:2.4.4
+# required for libdv build
+BuildRequires: gtk+-devel >= 1.2.4
 BuildRequires: libtool
 BuildRequires: pkgconfig
 ##
@@ -86,8 +85,7 @@
 %{?with_arts:BuildRequires:    arts-devel >= 0.9.5}
 %{?with_arts:BuildRequires:    artsc-devel >= 0.9.5}
 %{?with_audiofile:BuildRequires:       audiofile-devel >= 1:0.2.3-5.20021108}
-%{?with_cairo:BuildRequires:           cairo-devel >= 0.4.0}
-%{?with_cairo:BuildRequires:           cairo-devel < 0.5}
+%{?with_cairo:BuildRequires:           cairo-devel >= 0.5.0}
 BuildRequires: cdparanoia-III-devel
 %{?with_dirac:BuildRequires:           dirac-devel >= 0.5.0}
 %{?with_divx4linux:BuildRequires:      divx4linux-devel >= 1:5.05.20030428}
@@ -136,6 +134,7 @@
 BuildRequires: rpmbuild(macros) >= 1.197
 %{?with_speex:BuildRequires:   speex-devel >= 1:1.0.4}
 %{?with_swfdec:BuildRequires:  swfdec-devel >= 0.3.0}
+BuildRequires: wavpack-devel >= 4.2
 %{?with_xine:BuildRequires:    xine-lib-devel >= 1.0}
 %{?with_xvid:BuildRequires:    xvid-devel >= 1.0.0}
 Requires(post,postun): %{_bindir}/gst-register
@@ -1009,6 +1008,18 @@
 %description -n gstreamer-vorbis -l pl
 Wtyczki do tworzenia i odtwarzania plików dźwiękowych Ogg Vorbis.
 
+%package -n gstreamer-wavpack
+Summary:       GStreamer plugin for Wavpack lossless audio format
+Summary(pl):   Wtyczka do GStreamera obsługująca bezstratny format dźwięku 
Wavpack
+Group:         Libraries
+Requires(post,postun): %{_bindir}/gst-register
+
+%description -n gstreamer-wavpack
+Plugin for lossless Wavpack audio format.
+
+%description -n gstreamer-wavpack -l pl
+Wtyczka obsługująca bezstratny format dźwięku Wavpack.
+
 %package -n gstreamer-xine
 Summary:       GStreamer xine wrapper
 Summary(pl):   Wtyczka do GStreamera dekodująca przy użyciu biblioteki xine
@@ -1081,7 +1092,6 @@
 %patch3 -p1
 
 %{__perl} -pi -e '[EMAIL PROTECTED]/[EMAIL PROTECTED]/[EMAIL PROTECTED]' 
configure.ac
-%{__perl} -pi -e 's/liboil-0\.2/liboil-0.3/' configure.ac
 
 %build
 %{__libtoolize}
@@ -1647,6 +1657,14 @@
 umask 022
 %{_bindir}/gst-register --gst-registry=%{gstreg} > /dev/null 2> /dev/null
 
+%post  -n gstreamer-wavpack
+umask 022
+%{_bindir}/gst-register --gst-registry=%{gstreg} > /dev/null 2> /dev/null ||:
+
+%postun        -n gstreamer-wavpack
+umask 022
+%{_bindir}/gst-register --gst-registry=%{gstreg} > /dev/null 2> /dev/null
+
 %post  -n gstreamer-xine
 umask 022
 %{_bindir}/gst-register --gst-registry=%{gstreg} > /dev/null 2> /dev/null ||:
@@ -1671,14 +1689,6 @@
 umask 022
 %{_bindir}/gst-register --gst-registry=%{gstreg} > /dev/null 2> /dev/null
 
-#%post -n gstreamer-videosink-xv
-#umask 022
-#%{_bindir}/gst-register --gst-registry=%{gstreg} > /dev/null 2> /dev/null
-#
-#%postun       -n gstreamer-videosink-xv
-#%{_bindir}/gst-register --gst-registry=%{gstreg} > /dev/null 2> /dev/null
-#umask 022
-
 %post  -n gstreamer-xvid
 umask 022
 %{_bindir}/gst-register --gst-registry=%{gstreg} > /dev/null 2> /dev/null ||:
@@ -1751,7 +1761,6 @@
 %attr(755,root,root) %{gstlibdir}/libgstvideomixer.so
 %attr(755,root,root) %{gstlibdir}/libgstvideorate.so
 %attr(755,root,root) %{gstlibdir}/libgstvideotestsrc.so
-%attr(755,root,root) %{gstlibdir}/libgstwavpack.so
 %attr(755,root,root) %{gstlibdir}/libgstxwindowlistener.so
 %attr(755,root,root) %{gstlibdir}/libgsty4menc.so
 %attr(755,root,root) %{gstlibdir}/libgstautodetect.so
@@ -2159,6 +2168,10 @@
 %attr(755,root,root) %{gstlibdir}/libgstvorbis.so
 %attr(755,root,root) %{gstlibdir}/libgstogg.so
 
+%files -n gstreamer-wavpack
+%defattr(644,root,root,755)
+%attr(755,root,root) %{gstlibdir}/libgstwavpack.so
+
 %if %{with xine}
 %files -n gstreamer-xine
 %defattr(644,root,root,755)
@@ -2191,6 +2204,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.157  2005/07/14 10:02:10  freetz
+- 0.8.10, BR caio-devel >= 0.5.0, wavpack subpackage added, cleanup
+
 Revision 1.156  2005/06/29 17:39:58  freetz
 - added BUGS section
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gstreamer-plugins.spec?r1=1.156&r2=1.157&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to