]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/commitdiff
- added spandsp plugin
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 3 Mar 2012 18:36:59 +0000 (18:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gstreamer-plugins-bad.spec -> 1.104

gstreamer-plugins-bad.spec

index 3bf8f82011b9448b3b6c5b96724c5318442ea94a..7f521e87bfc0c0ac83ad430677d4f4c8a407d0c8 100644 (file)
@@ -1,4 +1,4 @@
-# TODO: spandsp >= 0.0.6, libtimemmgr
+# TODO: libtimemmgr
 #
 # Conditional build:
 %bcond_without cdaudio         # don't build cdaudio plugin
@@ -122,6 +122,7 @@ BuildRequires:      opus-devel >= 0.9.4
 BuildRequires: schroedinger-devel >= 1.0.7
 BuildRequires: slv2-devel >= 0.6.6
 BuildRequires: soundtouch-devel >= 1.4
+BuildRequires: spandsp-devel >= 0.0.6
 %if %{with swfdec}
 BuildRequires: swfdec-devel < 0.4.0
 BuildRequires: swfdec-devel >= 0.3.6
@@ -620,6 +621,21 @@ Schroedinger plugin for GStreamer.
 %description -n gstreamer-schroedinger -l pl.UTF-8
 Wtyczka Schroedinger do GStreamera.
 
+%package -n gstreamer-sndfile
+Summary:       GStreamer sndfile plugin
+Summary(pl.UTF-8):     Wtyczka sndfile do GStreamera
+Group:         Libraries
+# for locales
+Requires:      %{name} = %{version}-%{release}
+Requires:      gstreamer >= %{gst_req_ver}
+Requires:      libsndfile >= 1.0.16
+
+%description -n gstreamer-sndfile
+GStreamer sndfile source plugin.
+
+%description -n gstreamer-sndfile -l pl.UTF-8
+Wtyczka sndfile do GStreamera.
+
 %package -n gstreamer-soundtouch
 Summary:       GStreamer soundtouch plugin
 Summary(pl.UTF-8):     Wtyczka soundtouch do GStreamera
@@ -633,20 +649,20 @@ GStreamer soundtouch source plugin - audio pitch controller.
 %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
+%package -n gstreamer-spandsp
+Summary:       GStreamer SpanDSP plugin
+Summary(pl.UTF-8):     Wtyczka SpanDSP do GStreamera
 Group:         Libraries
-# for locales
-Requires:      %{name} = %{version}-%{release}
 Requires:      gstreamer >= %{gst_req_ver}
-Requires:      libsndfile >= 1.0.16
+Requires:      spandsp >= 0.0.6
 
-%description -n gstreamer-sndfile
-GStreamer sndfile source plugin.
+%description -n gstreamer-spandsp
+GStreamer SpanDSP plugin - audio effect that allows packet loss
+concealment.
 
-%description -n gstreamer-sndfile -l pl.UTF-8
-Wtyczka sndfile do GStreamera.
+%description -n gstreamer-spandsp -l pl.UTF-8
+Wtyczka SpanDSP do GStreamera - efekt dźwiękowy umożliwiający
+ukrywanie strat pakietów.
 
 %package -n gstreamer-spc
 Summary:       GStreamer SPC plugin
@@ -1165,13 +1181,17 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{gstlibdir}/libgstschro.so
 
+%files -n gstreamer-sndfile
+%defattr(644,root,root,755)
+%attr(755,root,root) %{gstlibdir}/libgstsndfile.so
+
 %files -n gstreamer-soundtouch
 %defattr(644,root,root,755)
 %attr(755,root,root) %{gstlibdir}/libgstsoundtouch.so
 
-%files -n gstreamer-sndfile
+%files -n gstreamer-spandsp
 %defattr(644,root,root,755)
-%attr(755,root,root) %{gstlibdir}/libgstsndfile.so
+%attr(755,root,root) %{gstlibdir}/libgstspandsp.so
 
 %if %{with spc}
 %files -n gstreamer-spc
This page took 0.050484 seconds and 4 git commands to generate.