]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/commitdiff
- handle daala in spec (but code is not finished yet, so keep it disabled for now)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 28 Sep 2013 19:42:56 +0000 (21:42 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 28 Sep 2013 19:42:56 +0000 (21:42 +0200)
gstreamer-plugins-bad.spec

index b6e0d691a647c5548b177e02f2ea9c60e0472829..d371a7af61edcb771f644636f6fa0f974fc24efd 100644 (file)
@@ -1,12 +1,12 @@
 # TODO:
 # - OpenSLES (when available on pure Linux, not Android)
 # 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
 #
 # 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
 %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
 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
 %{?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).
 
 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
 %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} \
 %{__automake}
 %configure \
        %{!?with_cdaudio:--disable-cdaudio} \
+       %{!?with_daala:--disable-daala} \
        %{!?with_dts:--disable-dts} \
        %{!?with_gles:--disable-eglgles} \
        %{!?with_faad:--disable-faad} \
        %{!?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
 
 %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)
 %if %{with dc1394}
 %files -n gstreamer-dc1394
 %defattr(644,root,root,755)
This page took 0.306779 seconds and 4 git commands to generate.