]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/commitdiff
- added celt patch, build celt plugin
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 11 Dec 2008 21:37:17 +0000 (21:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gstreamer-plugins-bad.spec -> 1.50

gstreamer-plugins-bad.spec

index 67240c33d187bf037c60510685f6d0abdcfde581..359c178a2803cf5b212b02de11c1b7b88d7eaef6 100644 (file)
@@ -43,6 +43,7 @@ Source0:      http://gstreamer.freedesktop.org/src/gst-plugins-bad/%{gstname}-%{versi
 Patch0:                %{name}-bashish.patch
 Patch1:                %{name}-libdts.patch
 Patch2:                %{name}-divx4linux.patch
+Patch3:                %{name}-celt.patch
 Patch4:                %{name}-timidity.patch
 Patch5:                %{name}-nas.patch
 Patch6:                %{name}-x264.patch
@@ -67,6 +68,7 @@ BuildRequires:        OpenGL-devel
 BuildRequires: alsa-lib-devel >= 0.9.1
 %{?with_amr:BuildRequires:     amrwb-devel}
 BuildRequires: bzip2-devel
+BuildRequires: celt-devel >= 0.5.0
 %{?with_dirac:BuildRequires:   dirac-devel >= 0.9}
 %{?with_divx4linux:BuildRequires:      divx4linux-devel >= 1:5.05.20030428}
 BuildRequires: faac-devel
@@ -219,6 +221,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-celt
+Summary:       GStreamer Celt audio codec plugin
+Summary(pl.UTF-8):     Wtyczka kodeka dźwięku Celt do GStreamera
+Group:         Libraries
+Requires:      gstreamer >= %{gst_req_ver}
+
+%description -n gstreamer-celt
+GStreamer Celt audio encoder and decoder plugin.
+
+%description -n gstreamer-celt -l pl.UTF-8
+Wtyczka GStreamera kodująca i dekodująca dźwięk w formacie Celt.
+
 %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
@@ -556,6 +570,7 @@ Wtyczka do GStreamera dekodująca przy użyciu biblioteki x264.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
@@ -706,6 +721,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{gstlibdir}/libgstcdaudio.so
 %endif
 
+%files -n gstreamer-celt
+%defattr(644,root,root,755)
+%attr(755,root,root) %{gstlibdir}/libgstcelt.so
+
 %files -n gstreamer-dc1394
 %defattr(644,root,root,755)
 %attr(755,root,root) %{gstlibdir}/libgstdc1394.so
This page took 0.043888 seconds and 4 git commands to generate.