[packages/gstreamer-plugins-bad] - handle daala in spec (but code is not finished yet, so keep it disabled for now)

qboosh qboosh at pld-linux.org
Sat Sep 28 21:42:18 CEST 2013


commit e76f5fe9c25cdcac3c78995e23ddc1cd23cb5768
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Sep 28 21:42:56 2013 +0200

    - handle daala in spec (but code is not finished yet, so keep it disabled for now)

 gstreamer-plugins-bad.spec | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)
---
diff --git a/gstreamer-plugins-bad.spec b/gstreamer-plugins-bad.spec
index b6e0d69..d371a7a 100644
--- a/gstreamer-plugins-bad.spec
+++ b/gstreamer-plugins-bad.spec
@@ -1,12 +1,12 @@
 # TODO:
 # - OpenSLES (when available on pure Linux, not Android)
-# - daala (BR: daalaenc.pc daaladec.pc)
 #
 # Conditional build:
 %bcond_without	amr		# amrwbenc output plugin
 %bcond_with	bluez		# Bluez plugin (not ready for bluez 5)
 %bcond_with	cdaudio		# cdaudio input plugin [not ported to 1.0]
 %bcond_without	chromaprint	# chromaprint fingerprint plugin
+%bcond_with	daala		# Daala video encoder/decoder plugin [not ready as of 1.2.0]
 %bcond_with	dc1394		# dc1394 input plugin [not ported to 1.0]
 %bcond_without	directfb	# DirectFB videosink plugin
 %bcond_without	dts		# DTS audio decoder plugin
@@ -92,6 +92,7 @@ BuildRequires:	alsa-lib-devel >= 0.9.1
 BuildRequires:	bzip2-devel
 %{?with_rsvg:BuildRequires:	cairo-devel}
 BuildRequires:	curl-devel >= 7.21.0
+%{?with_daala:BuildRequires:	daala-devel}
 %{?with_dbus:BuildRequires:	dbus-devel}
 BuildRequires:	exempi-devel >= 1.99.5
 BuildRequires:	faac-devel
@@ -325,6 +326,18 @@ data to a server (e.g. HTTP or FTP).
 Wtyczka wyjścia sieciowego GStreamera wykorzystująca libcurl jako
 klienta do wysyłania danych na serwer (np. HTTP lub FTP).
 
+%package -n gstreamer-daala
+Summary:	GStreamer Daala video encoder/decoder plugin
+Summary(pl.UTF-8):	Wtyczka kodera/dekodera obrazu Daala GStreamera
+Group:		Libraries
+Requires:	gstreamer-plugins-base >= %{gstpb_req_ver}
+
+%description -n gstreamer-daala
+GStreamer Daala video encoder/decoder plugin.
+
+%description -n gstreamer-daala -l pl.UTF-8
+Wtyczka kodera/dekodera obrazu Daala GStreamera.
+
 %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
@@ -957,6 +970,7 @@ Wtyczka do GStreamera skanująca kody kreskowe.
 %{__automake}
 %configure \
 	%{!?with_cdaudio:--disable-cdaudio} \
+	%{!?with_daala:--disable-daala} \
 	%{!?with_dts:--disable-dts} \
 	%{!?with_gles:--disable-eglgles} \
 	%{!?with_faad:--disable-faad} \
@@ -1198,6 +1212,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{gstlibdir}/libgstcurl.so
 
+%if %{with daala}
+%files -n gstreamer-daala
+%defattr(644,root,root,755)
+%attr(755,root,root) %{gstlibdir}/libgstdaala.so
+%endif
+
 %if %{with dc1394}
 %files -n gstreamer-dc1394
 %defattr(644,root,root,755)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gstreamer-plugins-bad.git/commitdiff/e76f5fe9c25cdcac3c78995e23ddc1cd23cb5768



More information about the pld-cvs-commit mailing list