[packages/gstreamer-plugins-bad] - disable yadif (use deinterlace if you need) - rel 2

baggins baggins at pld-linux.org
Sun Apr 5 23:24:12 CEST 2015


commit ad2b245321aae8d8aa58abc078ea437b6832d019
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Apr 5 21:23:42 2015 +0000

    - disable yadif (use deinterlace if you need)
    - rel 2

 gstreamer-plugins-bad.spec | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/gstreamer-plugins-bad.spec b/gstreamer-plugins-bad.spec
index 3540a55..9c7e7c1 100644
--- a/gstreamer-plugins-bad.spec
+++ b/gstreamer-plugins-bad.spec
@@ -44,6 +44,7 @@
 %bcond_without	wildmidi	# wildmidi MIDI files decoder plugin
 %bcond_with	xvid		# XviD plugin [not ported to 1.0]
 %bcond_with	zvbi		# zvbi-based teletextdec plugin [not ported to 1.0]
+%bcond_with	yadif		# build yadif plugin
 %bcond_without	examples	# examples build
 
 %if %{without egl}
@@ -59,7 +60,7 @@ Summary:	Bad GStreamer Streaming-media framework plugins
 Summary(pl.UTF-8):	Złe wtyczki do środowiska obróbki strumieni GStreamer
 Name:		gstreamer-plugins-bad
 Version:	1.4.5
-Release:	1
+Release:	2
 License:	LGPL v2+
 Group:		Libraries
 Source0:	http://gstreamer.freedesktop.org/src/gst-plugins-bad/%{gstname}-%{version}.tar.xz
@@ -1046,6 +1047,7 @@ Wtyczka do GStreamera skanująca kody kreskowe.
 	%{!?with_amr:--disable-voamrwbenc} \
 	%{!?with_wayland:--disable-wayland} \
 	%{!?with_xvid:--disable-xvid} \
+	%{!?with_yadif:--disable-yadif} \
 	--disable-silent-rules \
 	--disable-static \
 	--enable-experimental \
@@ -1163,7 +1165,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{gstlibdir}/libgstvideosignal.so
 %attr(755,root,root) %{gstlibdir}/libgstvmnc.so
 %attr(755,root,root) %{gstlibdir}/libgsty4mdec.so
-%attr(755,root,root) %{gstlibdir}/libgstyadif.so
+%{?with_yadif:%attr(755,root,root) %{gstlibdir}/libgstyadif.so}
 # not ported to 1.0
 #%attr(755,root,root) %{gstlibdir}/libgstapexsink.so
 #%attr(755,root,root) %{gstlibdir}/libgstcdxaparse.so
@@ -1176,7 +1178,7 @@ rm -rf $RPM_BUILD_ROOT
 #%attr(755,root,root) %{gstlibdir}/libgstnsf.so
 #%attr(755,root,root) %{gstlibdir}/libgstnuvdemux.so
 #%attr(755,root,root) %{gstlibdir}/libgstpatchdetect.so
-%ifarch %{ix86} %{x8664}
+%ifarch %{ix86} %{x8664} x32
 #%attr(755,root,root) %{gstlibdir}/libgstreal.so
 %endif
 #%attr(755,root,root) %{gstlibdir}/libgstsdi.so
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list