SPECS: gstreamer-plugins-bad.spec - updated to 0.10.3 - updated li...
qboosh
qboosh at pld-linux.org
Sun May 21 21:50:11 CEST 2006
Author: qboosh Date: Sun May 21 19:50:11 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.10.3
- updated libdts,divx4linux patches, removed obsolete opengl patch
- added soundtouch patch
---- Files affected:
SPECS:
gstreamer-plugins-bad.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/gstreamer-plugins-bad.spec
diff -u SPECS/gstreamer-plugins-bad.spec:1.4 SPECS/gstreamer-plugins-bad.spec:1.5
--- SPECS/gstreamer-plugins-bad.spec:1.4 Sat Feb 25 01:23:41 2006
+++ SPECS/gstreamer-plugins-bad.spec Sun May 21 21:50:05 2006
@@ -2,6 +2,9 @@
# TODO:
# new plugins:
# - ivorbis (BR: tremor-devel, CVS versions only, http://www.xiph.org/vorbis/)
+# - amrwb (needs external code in tree; but maybe use shared lib?)
+# - theoradec (BR: libtheora-exp, http://people.xiph.org/~tterribe/doc/libtheora-exp/)
+# - system libmodplug?
#
# Conditional build:
%bcond_without directfb # don't build directfb videosink plugin
@@ -24,16 +27,16 @@
Summary: Bad GStreamer Streaming-media framework plugins
Summary(pl): Złe wtyczki do środowiska obróbki strumieni GStreamer
Name: gstreamer-plugins-bad
-Version: 0.10.1
+Version: 0.10.3
Release: 1
License: LGPL
Group: Libraries
Source0: http://gstreamer.freedesktop.org/src/gst-plugins-bad/%{gstname}-%{version}.tar.bz2
-# Source0-md5: 398729b82b911eebb14156c2fa02525b
+# Source0-md5: 8545a02c408976c5e9f0c2cf3c6a362e
Patch0: %{name}-bashish.patch
-Patch1: %{name}-opengl.patch
-Patch2: %{name}-libdts.patch
-Patch3: %{name}-divx4linux.patch
+Patch1: %{name}-libdts.patch
+Patch2: %{name}-divx4linux.patch
+Patch3: %{name}-soundtouch.patch
URL: http://gstreamer.freedesktop.org/
BuildRequires: autoconf >= 2.52
BuildRequires: automake >= 1.6
@@ -42,7 +45,7 @@
BuildRequires: gstreamer-devel >= %{gst_req_ver}
BuildRequires: gstreamer-plugins-base-devel >= %{gst_req_ver}
BuildRequires: gtk-doc >= 1.3
-BuildRequires: liboil-devel >= 0.3.0
+BuildRequires: liboil-devel >= 0.3.2
BuildRequires: libtool >= 1.4
BuildRequires: pkgconfig >= 1:0.9.0
BuildRequires: rpmbuild(macros) >= 1.98
@@ -57,14 +60,21 @@
%{?with_faad:BuildRequires: faad2-devel >= 2.0-2}
%{?with_dts:BuildRequires: libdts-devel}
%{?with_gsm:BuildRequires: libgsm-devel}
-%{?with_mms:BuildRequires: libmms-devel >= 0.1}
+%{?with_mms:BuildRequires: libmms-devel >= 0.2}
%{?with_musepack:BuildRequires: libmpcdec-devel >= 1.2}
-%{?with_neon:BuildRequires: neon-devel = 0.25.5}
+BuildRequires: libmusicbrainz-devel >= 2.1.0
+# for modplug and libSoundTouch
+BuildRequires: libstdc++-devel
+%{?with_neon:BuildRequires: neon-devel >= 0.25.5}
+%{?with_neon:BuildRequires: neon-devel < 0.26}
+BuildRequires: soundtouch-devel >= 1.3.1
%{?with_swfdec:BuildRequires: swfdec-devel >= 0.3.6}
%{?with_wavpack:BuildRequires: wavpack-devel >= 4.2}
%{?with_xvid:BuildRequires: xvid-devel >= 1.0.0}
Requires: gstreamer >= %{gst_req_ver}
+Requires: gstreamer-plugins-base >= %{gst_req_ver}
Obsoletes: gstreamer-quicktime
+Obsoletes: gstreamer-v4l2
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define gstlibdir %{_libdir}/gstreamer-%{gst_major_ver}
@@ -188,6 +198,18 @@
%description -n gstreamer-musepack -l pl
Wtyczka musepack do GStreamera.
+%package -n gstreamer-musicbrainz
+Summary: GStreamer musicbrainz plugin
+Summary(pl): Wtyczka musicbrainz do GStreamera
+Group: Libraries
+Requires: gstreamer-plugins-base >= %{gst_req_ver}
+
+%description -n gstreamer-musicbrainz
+GStreamer musicbrainz plugin - a TRM signature producer.
+
+%description -n gstreamer-musicbrainz -l pl
+Wtyczka musicbrainz do GStreamera, tworząca sygnatury TRM.
+
%package -n gstreamer-neon
Summary: GStreamer neon HTTP source plugin
Summary(pl): Wtyczka źródła HTTP neon do GStreamera
@@ -200,6 +222,18 @@
%description -n gstreamer-neon -l pl
Wtyczka źródła HTTP neon do GStreamera.
+%package -n gstreamer-soundtouch
+Summary: GStreamer soundtouch plugin
+Summary(pl): Wtyczka soundtouch do GStreamera
+Group: Libraries
+Requires: gstreamer >= %{gst_req_ver}
+
+%description -n gstreamer-soundtouch
+GStreamer soundtouch source plugin - audio pitch controller.
+
+%description -n gstreamer-soundtouch -l pl
+Wtyczka soundtouch do GStreamera, sterująca wysokością dźwięku.
+
%package -n gstreamer-swfdec
Summary: GStreamer Flash redering plugin
Summary(pl): Wtyczka renderująca animacje flash dla GStreamera
@@ -271,6 +305,7 @@
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3 -p1
%build
%{__libtoolize}
@@ -306,17 +341,22 @@
# We don't need plugins' *.la files
rm -f $RPM_BUILD_ROOT%{gstlibdir}/*.la
+%find_lang %{gstname}-%{gst_major_ver}
+
%clean
rm -rf $RPM_BUILD_ROOT
-%files
+%files -f %{gstname}-%{gst_major_ver}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README RELEASE
%attr(755,root,root) %{gstlibdir}/libgstbz2.so
%attr(755,root,root) %{gstlibdir}/libgstcdxaparse.so
%attr(755,root,root) %{gstlibdir}/libgstfreeze.so
+%attr(755,root,root) %{gstlibdir}/libgstmodplug.so
%attr(755,root,root) %{gstlibdir}/libgstqtdemux.so
%attr(755,root,root) %{gstlibdir}/libgsttta.so
+%attr(755,root,root) %{gstlibdir}/libgstvideo4linux2.so
+%attr(755,root,root) %{gstlibdir}/libgstxingheader.so
%{_gtkdocdir}/gst-plugins-bad-plugins-*
##
@@ -363,17 +403,25 @@
%attr(755,root,root) %{gstlibdir}/libgstmms.so
%endif
+%if %{with musepack}
+%files -n gstreamer-musepack
+%defattr(644,root,root,755)
+%attr(755,root,root) %{gstlibdir}/libgstmusepack.so
+%endif
+
+%files -n gstreamer-musicbrainz
+%defattr(644,root,root,755)
+%attr(755,root,root) %{gstlibdir}/libgsttrm.so
+
%if %{with neon}
%files -n gstreamer-neon
%defattr(644,root,root,755)
%attr(755,root,root) %{gstlibdir}/libgstneonhttpsrc.so
%endif
-%if %{with musepack}
-%files -n gstreamer-musepack
+%files -n gstreamer-soundtouch
%defattr(644,root,root,755)
-%attr(755,root,root) %{gstlibdir}/libgstmusepack.so
-%endif
+%attr(755,root,root) %{gstlibdir}/libgstpitch.so
%if %{with swfdec}
%files -n gstreamer-swfdec
@@ -411,6 +459,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2006/05/21 19:50:05 qboosh
+- updated to 0.10.3
+- updated libdts,divx4linux patches, removed obsolete opengl patch
+- added soundtouch patch
+
Revision 1.4 2006/02/25 00:23:41 qboosh
- updated to 0.10.1, added opengl,libdts,divx4linux patches
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gstreamer-plugins-bad.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list