]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/commitdiff
- added soup subpackage auto/th/gstreamer-plugins-bad-0_10_6-3
authorwrobell <wrobell@pld-linux.org>
Thu, 1 May 2008 21:29:07 +0000 (21:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gstreamer-plugins-bad.spec -> 1.39

gstreamer-plugins-bad.spec

index 8f24bbb833e3652588fd35081a39a538f5126812..b647a7a1c5f990793248d8d3882117e65c947430 100644 (file)
@@ -383,6 +383,19 @@ GStreamer sndfile source plugin.
 %description -n gstreamer-sndfile -l pl.UTF-8
 Wtyczka sndfile do GStreamera.
 
+%package -n gstreamer-soup
+Summary:       GStreamer Soup plugin
+Summary(pl.UTF-8):     Wtyczka biblioteki Soup dla GStreamera
+Group:         Libraries
+Requires:      gstreamer-plugins-base >= %{gst_req_ver}
+
+%description -n gstreamer-soup
+GStreamer Plugin for downloading files with Soup library.
+
+%description -n gstreamer-soup -l pl.UTF-8
+Wtyczka GStreamera umożliwiająca ściąganie plików za pomocą biblioteki
+Soup.
+
 %package -n gstreamer-spc
 Summary:       GStreamer SPC plugin
 Summary(pl.UTF-8):     Wtyczka SPC dla GStreamera
@@ -583,7 +596,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{gstlibdir}/libgstrtpmanager.so
 %attr(755,root,root) %{gstlibdir}/libgstsdpelem.so
 %attr(755,root,root) %{gstlibdir}/libgstselector.so
-%{?with_soup:%attr(755,root,root) %{gstlibdir}/libgstsouphttpsrc.so}
 %attr(755,root,root) %{gstlibdir}/libgstspeexresample.so
 %attr(755,root,root) %{gstlibdir}/libgststereo.so
 %attr(755,root,root) %{gstlibdir}/libgsttta.so
@@ -709,6 +721,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{gstlibdir}/libgstsndfile.so
 
+%if %{with soup}
+%files -n gstreamer-soup
+%defattr(644,root,root,755)
+%attr(755,root,root) %{gstlibdir}/libgstsouphttpsrc.so
+%endif
+
 %if %{with spc}
 %files -n gstreamer-spc
 %defattr(644,root,root,755)
This page took 0.275666 seconds and 4 git commands to generate.