[packages/gstreamer-plugins-good/DEVEL-1.18] - split -twolame from -lame, plugins are independent now

qboosh qboosh at pld-linux.org
Thu Jul 29 20:04:00 CEST 2021


commit 3edd0c17479c0a00a60afa79a6dbd71f04b4128f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Jul 29 20:07:27 2021 +0200

    - split -twolame from -lame, plugins are independent now

 gstreamer-plugins-good.spec | 40 ++++++++++++++++++++++++++++------------
 1 file changed, 28 insertions(+), 12 deletions(-)
---
diff --git a/gstreamer-plugins-good.spec b/gstreamer-plugins-good.spec
index a660292..9b0bde6 100644
--- a/gstreamer-plugins-good.spec
+++ b/gstreamer-plugins-good.spec
@@ -297,21 +297,20 @@ GStreamer plug-in for libcaca Ascii-art output.
 Wtyczka libcaca do GStreamera.
 
 %package -n gstreamer-lame
-Summary:	GStreamer plugins encoding MP2/MP3 songs
-Summary(pl.UTF-8):	Wtyczki do GStreamera kodujące pliki MP2/MP3
+Summary:	GStreamer plugin encoding MP3 songs
+Summary(pl.UTF-8):	Wtyczka do GStreamera kodująca pliki MP3
 Group:		Libraries
 # for NLS
 Requires:	%{name} = %{version}-%{release}
 Requires:	gstreamer >= %{gst_ver}
 Requires:	gstreamer-plugins-base >= %{gstpb_ver}
-%{?with_twolame:Requires:	twolame-libs >= 0.3.13}
+Requires:	lame-libs >= 3.98
 
 %description -n gstreamer-lame
-Plugins for encoding MP2/MP3 with twolame or lame.
+Plugin for encoding MP3 with lame.
 
 %description -n gstreamer-lame -l pl.UTF-8
-Wtyczki do GStreamera kodująca pliki MP2/MP3 przy użyciu twolame lub
-lame.
+Wtyczka do GStreamera kodująca pliki MP3 przy użyciu lame.
 
 %package -n gstreamer-mpg123
 Summary:	GStreamer mpg123 plugin
@@ -477,6 +476,22 @@ GStreamer tag writing plugin based on taglib.
 %description -n gstreamer-taglib -l pl.UTF-8
 Wtyczka GStreamera zapisująca znaczniki oparta na bibliotece taglib.
 
+%package -n gstreamer-twolame
+Summary:	GStreamer plugin encoding MP2 songs
+Summary(pl.UTF-8):	Wtyczka do GStreamera kodujące pliki MP2
+Group:		Libraries
+# for NLS
+Requires:	%{name} = %{version}-%{release}
+Requires:	gstreamer >= %{gst_ver}
+Requires:	gstreamer-plugins-base >= %{gstpb_ver}
+Requires:	twolame-libs >= 0.3.13
+
+%description -n gstreamer-twolame
+Plugin for encoding MP2 with twolame.
+
+%description -n gstreamer-twolame -l pl.UTF-8
+Wtyczka do GStreamera kodująca pliki MP2 przy użyciu twolame.
+
 %package -n gstreamer-v4l2
 Summary:	GStreamer Video4Linux2 input plugin
 Summary(pl.UTF-8):	Wtyczka wejścia Video4Linux2 dla GStreamera
@@ -788,16 +803,11 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{gstlibdir}/libgstcacasink.so
 %endif
 
-%if %{with lame} || %{with twolame}
+%if %{with lame}
 %files -n gstreamer-lame
 %defattr(644,root,root,755)
-%if %{with lame}
 %attr(755,root,root) %{gstlibdir}/libgstlame.so
 %endif
-%if %{with twolame}
-%attr(755,root,root) %{gstlibdir}/libgsttwolame.so
-%endif
-%endif
 
 %if %{with mpg123}
 %files -n gstreamer-mpg123
@@ -847,6 +857,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{gstlibdir}/libgsttaglib.so
 
+%if %{with twolame}
+%files -n gstreamer-twolame
+%defattr(644,root,root,755)
+%attr(755,root,root) %{gstlibdir}/libgsttwolame.so
+%endif
+
 %files -n gstreamer-v4l2
 %defattr(644,root,root,755)
 %attr(755,root,root) %{gstlibdir}/libgstvideo4linux2.so
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gstreamer-plugins-good.git/commitdiff/3edd0c17479c0a00a60afa79a6dbd71f04b4128f



More information about the pld-cvs-commit mailing list