SPECS: DirectFB-extra.spec - merged update to 1.0.0 from AC-branch...

qboosh qboosh at pld-linux.org
Sun Mar 11 18:24:08 CET 2007


Author: qboosh                       Date: Sun Mar 11 17:24:08 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- merged update to 1.0.0 from AC-branch (with mpeg3_open patch)

---- Files affected:
SPECS:
   DirectFB-extra.spec (1.19 -> 1.20) 

---- Diffs:

================================================================
Index: SPECS/DirectFB-extra.spec
diff -u SPECS/DirectFB-extra.spec:1.19 SPECS/DirectFB-extra.spec:1.20
--- SPECS/DirectFB-extra.spec:1.19	Mon Feb 12 22:21:30 2007
+++ SPECS/DirectFB-extra.spec	Sun Mar 11 18:24:03 2007
@@ -7,18 +7,19 @@
 Summary:	Additional providers and drivers for DirectFB
 Summary(pl.UTF-8):	DirectFB - dodatkowe wtyczki i sterowniki do DirectFB
 Name:		DirectFB-extra
-Version:	0.9.25
+Version:	1.0.0
 Release:	1
 License:	LGPL v2+
 Group:		Libraries
 Source0:	http://www.directfb.org/download/DirectFB-extra/%{name}-%{version}.tar.gz
-# Source0-md5:	2acb95b87adf0feefd282ac29cd72ab2
+# Source0-md5:	2d744ad06139640857b988d244275235
 Patch0:		%{name}-acfix.patch
+Patch1:		%{name}-mpeg3_open.patch
 URL:		http://www.directfb.org/
 BuildRequires:	DirectFB-devel >= 1:%{version}
+BuildRequires:	FusionSound-devel >= 0.9.25
 BuildRequires:	autoconf >= 2.52
 BuildRequires:	automake
-BuildRequires:	FusionSound-devel >= 0.9.25
 BuildRequires:	ffmpeg-devel
 %{?with_flash:BuildRequires:	gplflash-devel >= 0.4.10-5}
 BuildRequires:	imlib2-devel
@@ -44,6 +45,18 @@
 dostarczającą grafikę poprzez Imlib2 oraz wtyczkę dostarczającą obraz
 OpenQuicktime).
 
+%package -n DirectFB-image-bmp
+Summary:       BMP image provider for DirectFB
+Summary(pl.UTF-8):   DirectFB - wtyczka dostarczająca grafikę BMP
+Group:         Libraries
+%requires_eq   DirectFB
+
+%description -n DirectFB-image-bmp
+This package contains BMP mage provider for DirectFB.
+
+%description -n DirectFB-image-bmp -l pl.UTF-8
+Ten pakiet zawiera wtyczkę dla DirectFB dostarczającą grafikę BMP.
+
 %package -n DirectFB-image-imlib2
 Summary:	Imlib2 image provider for DirectFB
 Summary(pl.UTF-8):	DirectFB - wtyczka dostarczająca grafikę poprzez Imlib2
@@ -81,14 +94,15 @@
 This package contains SVG image provider using Cairo library.
 
 %description -n DirectFB-image-svg -l pl.UTF-8
-Ten pakiet zawiera wtyczkę dla DirectFB dostarczającą grafikę SVG
-przy użyciu biblioteki Cairo.
+Ten pakiet zawiera wtyczkę dla DirectFB dostarczającą grafikę SVG przy
+użyciu biblioteki Cairo.
 
 %package -n DirectFB-video-ffmpeg
 Summary:	FFmpeg video provider for DirectFB
 Summary(pl.UTF-8):	DirectFB - wtyczka dostarczająca obraz FFmpeg
 Group:		Libraries
 %requires_eq	DirectFB
+%requires_eq	FusionSound
 
 %description -n DirectFB-video-ffmpeg
 DirectFB video provider using FFmpeg codecs.
@@ -188,6 +202,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -198,8 +213,9 @@
 CPPFLAGS="-I/usr/include/libmpeg3"
 %configure \
 	--disable-avifile \
-	%{!?with_flash:--disable-flash} \
-	%{!?with_mpg:--disable-libmpeg3} \
+	%{?with_flash:--enable-flash} \
+	%{?with_mpg:--enable-libmpeg3} \
+	--enable-openquicktime \
 	--enable-svg \
 	--enable-swfdec
 
@@ -219,6 +235,11 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%files -n DirectFB-image-bmp
+%defattr(644,root,root,755)
+%doc ChangeLog README
+%attr(755,root,root) %{dfbdir}/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_bmp.so
+
 %files -n DirectFB-image-imlib2
 %defattr(644,root,root,755)
 %doc ChangeLog README
@@ -234,11 +255,6 @@
 %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
-%attr(755,root,root) %{dfbdir}/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_openquicktime.so
-
 %files -n DirectFB-video-ffmpeg
 %defattr(644,root,root,755)
 %doc ChangeLog README
@@ -251,6 +267,11 @@
 %attr(755,root,root) %{dfbdir}/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_libmpeg3.so
 %endif
 
+%files -n DirectFB-video-openquicktime
+%defattr(644,root,root,755)
+%doc ChangeLog README
+%attr(755,root,root) %{dfbdir}/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_openquicktime.so
+
 %if %{with flash}
 %files -n DirectFB-video-swf
 %defattr(644,root,root,755)
@@ -279,6 +300,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.20  2007/03/11 17:24:03  qboosh
+- merged update to 1.0.0 from AC-branch (with mpeg3_open patch)
+
 Revision 1.19  2007/02/12 21:21:30  glen
 - tabs in preamle
 
================================================================

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



More information about the pld-cvs-commit mailing list