SPECS: gstreamer-plugins-bad.spec - up to 0.10.5
arekm
arekm at pld-linux.org
Wed Jun 20 22:58:50 CEST 2007
Author: arekm Date: Wed Jun 20 20:58:50 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 0.10.5
---- Files affected:
SPECS:
gstreamer-plugins-bad.spec (1.23 -> 1.24)
---- Diffs:
================================================================
Index: SPECS/gstreamer-plugins-bad.spec
diff -u SPECS/gstreamer-plugins-bad.spec:1.23 SPECS/gstreamer-plugins-bad.spec:1.24
--- SPECS/gstreamer-plugins-bad.spec:1.23 Sun Jun 3 13:06:48 2007
+++ SPECS/gstreamer-plugins-bad.spec Wed Jun 20 22:58:45 2007
@@ -18,7 +18,7 @@
%bcond_without musepack # don't build musepack plugin
%bcond_without neon # don't build neonhttpsrc plugin
%bcond_without sdl # don't build sdl plugin
-%bcond_without swfdec # don't build swfdec plugin
+%bcond_with swfdec # swfdec plugin
%bcond_without spc # don't build spc plugin
%bcond_without wavpack # don't build wavpack plugin
%bcond_without xvid # don't build XviD plugin
@@ -32,19 +32,17 @@
Summary: Bad GStreamer Streaming-media framework plugins
Summary(pl.UTF-8): Złe wtyczki do środowiska obróbki strumieni GStreamer
Name: gstreamer-plugins-bad
-Version: 0.10.4
-Release: 7
+Version: 0.10.5
+Release: 1
License: LPL
Group: Libraries
Source0: http://gstreamer.freedesktop.org/src/gst-plugins-bad/%{gstname}-%{version}.tar.bz2
-# Source0-md5: 2e57395cdf72733477fb328f1fa3f053
+# Source0-md5: 395f3ed705928e77e5620cccf11a8cff
Patch0: %{name}-bashish.patch
Patch1: %{name}-libdts.patch
Patch2: %{name}-divx4linux.patch
Patch3: %{name}-soundtouch.patch
-Patch4: %{name}-amrwb.patch
-Patch5: %{name}-faad.patch
-Patch6: %{name}-link.patch
+Patch4: %{name}-link.patch
URL: http://gstreamer.freedesktop.org/
BuildRequires: autoconf >= 2.59-9
BuildRequires: automake >= 1.6
@@ -80,15 +78,16 @@
%{?with_spc:BuildRequires: libopenspc-devel >= 0.3.99}
# for modplug and libSoundTouch
BuildRequires: libstdc++-devel
+BuildRequires: libx264-devel
%{?with_mjpegtools:BuildRequires: mjpegtools-devel < 1.9.0}
%{?with_mjpegtools:BuildRequires: mjpegtools-devel >= 1.8.0-0.2}
%{?with_neon:BuildRequires: neon-devel >= 0.26}
+BuildRequires: libsndfile-devel
BuildRequires: soundtouch-devel >= 1.3.1
%if %{with swfdec}
BuildRequires: swfdec-devel < 0.4.0
BuildRequires: swfdec-devel >= 0.3.6
%endif
-%{?with_wavpack:BuildRequires: wavpack-devel >= 4.40.0}
BuildRequires: xorg-lib-libX11-devel
%{?with_xvid:BuildRequires: xvid-devel >= 1.0.0}
Requires: gstreamer >= %{gst_req_ver}
@@ -114,6 +113,15 @@
mediami. Architektura bazująca na wtyczkach pozwala na łatwe dodawanie
nowych typów danych lub możliwości obróbki.
+%package devel
+Summary: Header files and develpment documentation for gstreamer plugins
+Group: Development/Libraries
+Requires: %{name} = %{epoch}:%{version}-%{release}
+
+%description devel
+Header files and develpment documentation for gstreamer plugins.
+
+
## ## Plugins ##
%package -n gstreamer-aac
@@ -327,6 +335,18 @@
%description -n gstreamer-soundtouch -l pl.UTF-8
Wtyczka soundtouch do GStreamera, sterująca wysokością dźwięku.
+%package -n gstreamer-sndfile
+Summary: GStreamer sndfile plugin
+Summary(pl.UTF-8): Wtyczka sndfile do GStreamera
+Group: Libraries
+Requires: gstreamer >= %{gst_req_ver}
+
+%description -n gstreamer-sndfile
+GStreamer sndfile source plugin.
+
+%description -n gstreamer-sndfile -l pl.UTF-8
+Wtyczka sndfile do GStreamera.
+
%package -n gstreamer-spc
Summary: GStreamer SPC plugin
Summary(pl.UTF-8): Wtyczka SPC dla GStreamera
@@ -383,18 +403,6 @@
%description -n gstreamer-videosink-directfb -l pl.UTF-8
Wtyczka wyjścia obrazu DirectFB do GStreamera.
-%package -n gstreamer-wavpack
-Summary: GStreamer plugin for Wavpack lossless audio format
-Summary(pl.UTF-8): Wtyczka do GStreamera obsługująca bezstratny format dźwięku Wavpack
-Group: Libraries
-Requires: gstreamer >= %{gst_req_ver}
-
-%description -n gstreamer-wavpack
-Plugin for lossless Wavpack audio format.
-
-%description -n gstreamer-wavpack -l pl.UTF-8
-Wtyczka obsługująca bezstratny format dźwięku Wavpack.
-
%package -n gstreamer-xvid
Summary: GStreamer xvid decoder plugin
Summary(pl.UTF-8): Wtyczka do GStreamera dekodująca przy użyciu biblioteki xvid
@@ -407,6 +415,18 @@
%description -n gstreamer-xvid -l pl.UTF-8
Wtyczka do GStreamera dekodująca przy użyciu biblioteki xvid.
+%package -n gstreamer-x264
+Summary: GStreamer x264 decoder plugin
+Summary(pl.UTF-8): Wtyczka do GStreamera dekodująca przy użyciu biblioteki x264
+Group: Libraries
+Requires: gstreamer-plugins-base >= %{gst_req_ver}
+
+%description -n gstreamer-x264
+GStreamer x264 decoder plugin.
+
+%description -n gstreamer-x264 -l pl.UTF-8
+Wtyczka do GStreamera dekodująca przy użyciu biblioteki x264.
+
%prep
%setup -q -n %{gstname}-%{version}
%patch0 -p1
@@ -414,8 +434,6 @@
%patch2 -p1
%patch3 -p1
%patch4 -p1
-%patch5 -p1
-%patch6 -p1
%build
%{__libtoolize}
@@ -439,7 +457,6 @@
%{!?with_sdl:--disable-sdltest} \
%{!?with_spc:--disable-spc} \
%{!?with_swfdec:--disable-swfdec} \
- %{!?with_wavpack:--disable-wavpack} \
%{!?with_xvid:--disable-xvid} \
--disable-static \
--enable-gtk-doc \
@@ -461,31 +478,52 @@
%clean
rm -rf $RPM_BUILD_ROOT
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
%files -f %{gstname}-%{gst_major_ver}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README RELEASE
+%attr(755,root,root) %{gstlibdir}/libgstapp.so
+%attr(755,root,root) %{gstlibdir}/libgstbayer.so
%attr(755,root,root) %{gstlibdir}/libgstbz2.so
%attr(755,root,root) %{gstlibdir}/libgstcdxaparse.so
%attr(755,root,root) %{gstlibdir}/libgstdeinterlace.so
%attr(755,root,root) %{gstlibdir}/libgstdvbsrc.so
+%attr(755,root,root) %{gstlibdir}/libgstequalizer.so
%attr(755,root,root) %{gstlibdir}/libgstfilter.so
%attr(755,root,root) %{gstlibdir}/libgstfreeze.so
%attr(755,root,root) %{gstlibdir}/libgsth264parse.so
+%attr(755,root,root) %{gstlibdir}/libgstinterleave.so
%attr(755,root,root) %{gstlibdir}/libgstmodplug.so
+%attr(755,root,root) %{gstlibdir}/libgstmpegvideoparse.so
+%attr(755,root,root) %{gstlibdir}/libgstmve.so
%attr(755,root,root) %{gstlibdir}/libgstmultifile.so
+%attr(755,root,root) %{gstlibdir}/libgstnassink.so
%attr(755,root,root) %{gstlibdir}/libgstnsf.so
%attr(755,root,root) %{gstlibdir}/libgstnuvdemux.so
-%attr(755,root,root) %{gstlibdir}/libgstqtdemux.so
+%attr(755,root,root) %{gstlibdir}/libgstreal.so
%attr(755,root,root) %{gstlibdir}/libgstreplaygain.so
%attr(755,root,root) %{gstlibdir}/libgstrfbsrc.so
+%attr(755,root,root) %{gstlibdir}/libgstrtpmanager.so
%attr(755,root,root) %{gstlibdir}/libgstspectrum.so
+%attr(755,root,root) %{gstlibdir}/libgstswitch.so
%attr(755,root,root) %{gstlibdir}/libgsttta.so
-%attr(755,root,root) %{gstlibdir}/libgstvideocrop.so
%attr(755,root,root) %{gstlibdir}/libgstvideoparse.so
+%attr(755,root,root) %{gstlibdir}/libgstvideosignal.so
+%attr(755,root,root) %{gstlibdir}/libgstvmnc.so
%attr(755,root,root) %{gstlibdir}/libgstxingheader.so
%attr(755,root,root) %{gstlibdir}/libgsty4menc.so
%{_gtkdocdir}/gst-plugins-bad-plugins-*
+%attr(755,root,root) %{_libdir}/libgstap*.so.*
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/gstreamer-*/gst/app
+%attr(755,root,root) %{_libdir}/libgstap*.so
+%{_libdir}/libgstap*.la
+
##
## Plugins
##
@@ -584,6 +622,10 @@
%defattr(644,root,root,755)
%attr(755,root,root) %{gstlibdir}/libgstpitch.so
+%files -n gstreamer-sndfile
+%defattr(644,root,root,755)
+%attr(755,root,root) %{gstlibdir}/libgstsndfile.so
+
%if %{with spc}
%files -n gstreamer-spc
%defattr(644,root,root,755)
@@ -599,7 +641,7 @@
%if %{with sdl}
%files -n gstreamer-videosink-sdl
%defattr(644,root,root,755)
-%attr(755,root,root) %{gstlibdir}/libgstsdlvideosink.so
+%attr(755,root,root) %{gstlibdir}/libgstsdl.so
%endif
%if %{with directfb}
@@ -608,24 +650,25 @@
%attr(755,root,root) %{gstlibdir}/libgstdfbvideosink.so
%endif
-%if %{with wavpack}
-%files -n gstreamer-wavpack
-%defattr(644,root,root,755)
-%attr(755,root,root) %{gstlibdir}/libgstwavpack.so
-%endif
-
%if %{with xvid}
%files -n gstreamer-xvid
%defattr(644,root,root,755)
%attr(755,root,root) %{gstlibdir}/libgstxvid.so
%endif
+%files -n gstreamer-x264
+%defattr(644,root,root,755)
+%attr(755,root,root) %{gstlibdir}/libgstx264.so
+
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.24 2007/06/20 20:58:45 arekm
+- up to 0.10.5
+
Revision 1.23 2007/06/03 11:06:48 arekm
- fix swfdec-devel BR
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gstreamer-plugins-bad.spec?r1=1.23&r2=1.24&f=u
More information about the pld-cvs-commit
mailing list