[packages/gstreamer-plugins-bad] - package mpg123 plugin
qboosh
qboosh at pld-linux.org
Wed Oct 10 15:27:04 CEST 2012
commit eb1d68592bfd179d9ed0208637a27a867e8fd7e3
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Oct 10 15:27:06 2012 +0200
- package mpg123 plugin
gstreamer-plugins-bad.spec | 23 ++++++++++++++++++++++-
1 file changed, 22 insertions(+), 1 deletion(-)
---
diff --git a/gstreamer-plugins-bad.spec b/gstreamer-plugins-bad.spec
index 819b45c..9b34906 100644
--- a/gstreamer-plugins-bad.spec
+++ b/gstreamer-plugins-bad.spec
@@ -1,4 +1,4 @@
-# TODO: libchromaprint, libmpg123 >= 1.13
+# TODO: libchromaprint
#
# Conditional build:
%bcond_with cdaudio # cdaudio input plugin [not ported to 1.0]
@@ -15,6 +15,7 @@
%bcond_with lv2 # LV2 plugin [not ported to 1.0]
%bcond_without mjpegtools # don't build mpeg2enc plugin
%bcond_without mms # don't build mms plugin
+%bcond_without mpg123 # MPG123-based MP3 plugin
%bcond_with musepack # don't build musepack plugin [not ported to 1.0]
%bcond_with musicbrainz # musicbrainz plugin [not ported to 1.0]
%bcond_with mythtv # mythtv plugin [not ported to 1.0]
@@ -106,6 +107,7 @@ BuildRequires: libiptcdata-devel >= 1.0.2
BuildRequires: liblrdf-devel
BuildRequires: libmimic-devel >= 1.0
%{?with_mms:BuildRequires: libmms-devel >= 0.4}
+%{?with_mpg123:BuildRequires: libmpg123-devel >= 1.13}
BuildRequires: libmodplug-devel
%{?with_musepack:BuildRequires: libmpcdec-devel >= 1.2}
%{?with_musicbrainz:BuildRequires: libmusicbrainz-devel >= 2.1.0}
@@ -468,6 +470,19 @@ GStreamer mms plugin.
%description -n gstreamer-mms -l pl.UTF-8
Wtyczka mms do GStreamera.
+%package -n gstreamer-mpg123
+Summary: GStreamer mpg123 plugin
+Summary(pl.UTF-8): Wtyczka mpg123 do GStreamera
+Group: Libraries
+Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
+Requires: libmpg123 >= 1.13
+
+%description -n gstreamer-mpg123
+GStreamer mpg123 plugin for MP3 playback.
+
+%description -n gstreamer-mpg123 -l pl.UTF-8
+Wtyczka mpg123 do GStreamera, odtwarzająca MP3.
+
%package -n gstreamer-musepack
Summary: GStreamer musepack plugin
Summary(pl.UTF-8): Wtyczka musepack do GStreamera
@@ -1127,6 +1142,12 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{gstlibdir}/libgstmms.so
%endif
+%if %{with mpg123}
+%files -n gstreamer-mpg123
+%defattr(644,root,root,755)
+%attr(755,root,root) %{gstlibdir}/libgstmpg123.so
+%endif
+
%if %{with musepack}
%files -n gstreamer-musepack
%defattr(644,root,root,755)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gstreamer-plugins-bad.git/commitdiff/eb1d68592bfd179d9ed0208637a27a867e8fd7e3
More information about the pld-cvs-commit
mailing list