[packages/DirectFB] - avifile is not ready too

qboosh qboosh at pld-linux.org
Sat Jul 20 07:57:36 CEST 2013


commit 340f4017d9ba3d941b1de35269b6afef5f5392c4
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jul 20 07:57:42 2013 +0200

    - avifile is not ready too

 DirectFB.spec | 37 ++++++++++++++++++++++++++++---------
 1 file changed, 28 insertions(+), 9 deletions(-)
---
diff --git a/DirectFB.spec b/DirectFB.spec
index ce200f8..b4d9d5e 100644
--- a/DirectFB.spec
+++ b/DirectFB.spec
@@ -6,7 +6,7 @@
 %bcond_without	one		# Linux One IPC library
 %bcond_without	static_libs	# don't build static libraries
 %bcond_with	sh772x		# SH7722/SH7723 (SH-Mobile) graphics driver
-%bcond_with	avifile		# AviFile video provider
+%bcond_with	avifile		# AviFile video provider [not updated for DirectFB 1.7.0]
 %bcond_without	ffmpeg		# FFmpeg music and video providers
 %bcond_with	flash		# FLASH video provider [not updated for DirectFB 1.7.0]
 %bcond_without	gstreamer	# GStreamer video provider
@@ -466,18 +466,18 @@ This package contains WebP image provider for DirectFB.
 %description image-webp -l pl.UTF-8
 Ten pakiet zawiera wtyczkę dla DirectFB dostarczającą grafikę WebP.
 
-%package video-gstreamer
-Summary:	GStreamer video provider for DirectFB
-Summary(pl.UTF-8):	DirectFB - wtyczka dostarczająca obraz z GStreamera
+%package video-avifile
+Summary:	Avifile video provider for DirectFB
+Summary(pl.UTF-8):	DirectFB - wtyczka dostarczająca obraz Avifile 
 Group:		Libraries
 Requires:	%{name} = %{epoch}:%{version}-%{release}
 
-%description video-gstreamer
-This package contains GStreamer video provider for DirectFB.
+%description video-avifile
+DirectFB video provider using Avifile codecs.
 
-%description video-gstreamer -l pl.UTF-8
-Ten pakiet zawiera wtyczkę dla DirectFB, dostarczającą obraz z
-GStreamera.
+%description video-avifile -l pl.UTF-8
+Ten pakiet zawiera wtyczkę dla DirectFB dostarczajacą obraz przy
+użyciu kodeków Avifile.
 
 %package video-ffmpeg
 Summary:	FFmpeg video provider for DirectFB
@@ -492,6 +492,19 @@ DirectFB video provider using FFmpeg codecs.
 Ten pakiet zawiera wtyczkę dla DirectFB dostarczajacą obraz przy
 użyciu kodeków FFmpeg.
 
+%package video-gstreamer
+Summary:	GStreamer video provider for DirectFB
+Summary(pl.UTF-8):	DirectFB - wtyczka dostarczająca obraz z GStreamera
+Group:		Libraries
+Requires:	%{name} = %{epoch}:%{version}-%{release}
+
+%description video-gstreamer
+This package contains GStreamer video provider for DirectFB.
+
+%description video-gstreamer -l pl.UTF-8
+Ten pakiet zawiera wtyczkę dla DirectFB, dostarczającą obraz z
+GStreamera.
+
 %package video-libmpeg3
 Summary:	MPEG video provider for DirectFB
 Summary(pl.UTF-8):	DirectFB - wtyczka dostarczająca obraz MPEG
@@ -1255,6 +1268,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{dfbdir}/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_webp.so
 
+%if %{with avifile}
+%files video-avifile
+%defattr(644,root,root,755)
+%attr(755,root,root) %{dfbdir}/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_avifile.so
+%endif
+
 %if %{with ffmpeg}
 %files video-ffmpeg
 %defattr(644,root,root,755)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/DirectFB.git/commitdiff/340f4017d9ba3d941b1de35269b6afef5f5392c4



More information about the pld-cvs-commit mailing list