SPECS: DirectFB-extra.spec - updated to 0.9.23, updated acfix patch

qboosh qboosh at pld-linux.org
Sun Oct 23 18:47:29 CEST 2005


Author: qboosh                       Date: Sun Oct 23 16:47:29 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.9.23, updated acfix patch

---- Files affected:
SPECS:
   DirectFB-extra.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/DirectFB-extra.spec
diff -u SPECS/DirectFB-extra.spec:1.14 SPECS/DirectFB-extra.spec:1.15
--- SPECS/DirectFB-extra.spec:1.14	Sat Mar  5 00:21:26 2005
+++ SPECS/DirectFB-extra.spec	Sun Oct 23 18:47:24 2005
@@ -7,24 +7,27 @@
 Summary:	Additional providers and drivers for DirectFB
 Summary(pl):	DirectFB - dodatkowe wtyczki i sterowniki do DirectFB
 Name:		DirectFB-extra
-Version:	0.9.22
+Version:	0.9.23
 Release:	1
 License:	LGPL v2+
 Group:		Libraries
 Source0:	http://www.directfb.org/download/DirectFB-extra/%{name}-%{version}.tar.gz
-# Source0-md5:	0d9fb91726b3961917c1be3ef0933ced
+# Source0-md5:	6ac8776132c745d03573c1956e4cf59e
 Patch0:		%{name}-acfix.patch
 URL:		http://www.directfb.org/
 BuildRequires:	DirectFB-devel >= 1:%{version}
 BuildRequires:	autoconf >= 2.52
 BuildRequires:	automake
+BuildRequires:	FusionSound-devel >= 0.9.18
 %{?with_flash:BuildRequires:	gplflash-devel >= 0.4.10-5}
 BuildRequires:	imlib2-devel
 %{?with_mpg:BuildRequires:	libmpeg3-devel}
+BuildRequires:	libsvg-cairo-devel >= 0.1.6
 BuildRequires:	libtool
 BuildRequires:	openquicktime-devel
-BuildRequires:	xine-lib-devel >= 2:1.0-0.rc3
 BuildRequires:	pkgconfig >= 1:0.9
+BuildRequires:	swfdec-devel >= 0.3.0
+BuildRequires:	xine-lib-devel >= 2:1.0-0.rc3
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		dfbdir		%(pkg-config --variable=moduledir directfb-internal)
@@ -67,6 +70,19 @@
 Ten pakiet zawiera wtyczkę dla DirectFB dostarczającą grafikę PNM.
 Obsługuje formaty PBM, PGM i PPM (zarówno ASCII, jak i binarne).
 
+%package -n DirectFB-image-svg
+Summary:	SVG image provider for DirectFB
+Summary(pl):	DirectFB - wtyczka dostarczająca grafikę SVG
+Group:		Libraries
+%requires_eq	DirectFB
+
+%description -n DirectFB-image-svg
+This package contains SVG image provider using Cairo library.
+
+%description -n DirectFB-image-svg -l pl
+Ten pakiet zawiera wtyczkę dla DirectFB dostarczającą grafikę SVG
+przy użyciu biblioteki Cairo.
+
 %package -n DirectFB-video-libmpeg3
 Summary:	MPEG video provider for DirectFB
 Summary(pl):	DirectFB - wtyczka dostarczająca obraz MPEG
@@ -110,6 +126,20 @@
 Ten pakiet zawiera wtyczkę dla DirectFB dostarczającą obraz SWF
 (ShockWave Flash) przy użyciu biblioteki flash.
 
+%package -n DirectFB-video-swfdec
+Summary:	ShockWave Flash video provider for DirectFB
+Summary(pl):	DirectFB - wtyczka dostarczająca obraz ShockWave Flash
+Group:		Libraries
+%requires_eq	DirectFB
+
+%description -n DirectFB-video-swfdec
+This package contains SWF (ShockWave Flash) video provider for
+DirectFB. It uses swfdec library.
+
+%description -n DirectFB-video-swfdec -l pl
+Ten pakiet zawiera wtyczkę dla DirectFB dostarczającą obraz SWF
+(ShockWave Flash) przy użyciu biblioteki swfdec.
+
 %package -n DirectFB-video-xine
 Summary:	XINE video provider for DirectFB
 Summary(pl):	DirectFB - wtyczka dostarczająca obraz XINE
@@ -155,7 +185,9 @@
 %configure \
 	--disable-avifile \
 	%{!?with_flash:--disable-flash} \
-	%{!?with_mpg:--disable-libmpeg3}
+	%{!?with_mpg:--disable-libmpeg3} \
+	--enable-svg \
+	--enable-swfdec
 
 %{__make} \
 	MODULEDIR=%{dfbdir}
@@ -183,6 +215,11 @@
 %doc ChangeLog README
 %attr(755,root,root) %{dfbdir}/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_pnm.so
 
+%files -n DirectFB-image-svg
+%defattr(644,root,root,755)
+%doc ChangeLog README
+%attr(755,root,root) %{dfbdir}/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_svg.so
+
 %files -n DirectFB-video-openquicktime
 %defattr(644,root,root,755)
 %doc ChangeLog README
@@ -202,6 +239,11 @@
 %attr(755,root,root) %{dfbdir}/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_swf.so
 %endif
 
+%files -n DirectFB-video-swfdec
+%defattr(644,root,root,755)
+%doc ChangeLog README
+%attr(755,root,root) %{dfbdir}/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_swfdec.so
+
 %files -n DirectFB-video-xine
 %defattr(644,root,root,755)
 %doc ChangeLog README
@@ -218,6 +260,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2005/10/23 16:47:24  qboosh
+- updated to 0.9.23, updated acfix patch
+
 Revision 1.14  2005/03/04 23:21:26  qboosh
 - updated to 0.9.22, switched to gplflash
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/DirectFB-extra.spec?r1=1.14&r2=1.15&f=u




More information about the pld-cvs-commit mailing list