]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/commitdiff
- added dc1394 patch, build dc1394 plugin (as subpackage) auto/ti/gstreamer-plugins-bad-0_10_6-2
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 22 Feb 2008 00:21:28 +0000 (00:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gstreamer-plugins-bad.spec -> 1.37

gstreamer-plugins-bad.spec

index 465c60cae1dfff96082315c9ba2d3b2e39dd343f..47687864bafa29fcda4349d1691521c7d6a01c71 100644 (file)
@@ -44,6 +44,7 @@ Patch2:               %{name}-divx4linux.patch
 Patch3:                %{name}-neon27.patch
 Patch4:                %{name}-timidity.patch
 Patch5:                %{name}-nas.patch
+Patch6:                %{name}-dc1394.patch
 URL:           http://gstreamer.freedesktop.org/
 BuildRequires: autoconf >= 2.59-9
 BuildRequires: automake >= 1.6
@@ -72,6 +73,7 @@ BuildRequires:        gmyth-devel >= 0.7
 %{?with_jack:BuildRequires:    jack-audio-connection-kit-devel >= 0.99.10}
 %{?with_ladspa:BuildRequires:  ladspa-devel >= 1.12}
 %{?with_cdaudio:BuildRequires: libcdaudio-devel}
+BuildRequires: libdc1394-devel >= 2.0.0
 %{?with_dts:BuildRequires:     libdts-devel}
 %{?with_gsm:BuildRequires:     libgsm-devel}
 %{?with_mms:BuildRequires:     libmms-devel >= 0.2}
@@ -211,6 +213,18 @@ Plugin for playing audio tracks using libcdaudio under GStreamer.
 Wtyczka do odtwarzania ścieżek dźwiękowych pod GStreamerem za pomocą
 libcdaudio.
 
+%package -n gstreamer-dc1394
+Summary:       GStreamer 1394 IIDC (Firewire digital cameras) video source plugin
+Summary(pl.UTF-8):     Wtyczka źródła obrazu 1394 IIDC (z kamer cyfrowych Firewire) do GStreamera
+Group:         Libraries
+Requires:      gstreamer >= %{gst_req_ver}
+
+%description -n gstreamer-dc1394
+GStreamer 1394 IIDC (Firewire digital cameras) video source plugin.
+
+%description -n gstreamer-dc1394 -l pl.UTF-8
+Wtyczka źródła obrazu 1394 IIDC (z kamer cyfrowych Firewire) do GStreamera.
+
 %package -n gstreamer-divx
 Summary:       GStreamer divx plugin
 Summary(pl.UTF-8):     Wtyczka divx do GStreamera
@@ -481,6 +495,7 @@ Wtyczka do GStreamera dekodująca przy użyciu biblioteki x264.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 %{__libtoolize}
@@ -507,7 +522,6 @@ Wtyczka do GStreamera dekodująca przy użyciu biblioteki x264.
        %{!?with_soup:--disable-soup} \
        %{!?with_swfdec:--disable-swfdec} \
        %{!?with_xvid:--disable-xvid} \
-       --disable-dc1394 \
        --disable-static \
        --enable-gtk-doc \
        --with-html-dir=%{_gtkdocdir}
@@ -620,6 +634,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{gstlibdir}/libgstcdaudio.so
 %endif
 
+%files -n gstreamer-dc1394
+%defattr(644,root,root,755)
+%attr(755,root,root) %{gstlibdir}/libgstdc1394.so
+
 %if %{with divx4linux}
 %files -n gstreamer-divx
 %defattr(644,root,root,755)
This page took 0.298905 seconds and 4 git commands to generate.