Author: hawk Date: Fri Mar 9 10:11:08 2007 GMT Module: SPECS Tag: AC-branch ---- Log message: - updated to 1.0.0 - new subpackages for BMP image provider and FFmpeg video provider
---- Files affected: SPECS: DirectFB-extra.spec (1.15.4.2 -> 1.15.4.3) ---- Diffs: ================================================================ Index: SPECS/DirectFB-extra.spec diff -u SPECS/DirectFB-extra.spec:1.15.4.2 SPECS/DirectFB-extra.spec:1.15.4.3 --- SPECS/DirectFB-extra.spec:1.15.4.2 Mon Mar 5 23:11:00 2007 +++ SPECS/DirectFB-extra.spec Fri Mar 9 11:11:03 2007 @@ -7,13 +7,14 @@ Summary: Additional providers and drivers for DirectFB Summary(pl): DirectFB - dodatkowe wtyczki i sterowniki do DirectFB Name: DirectFB-extra -Version: 0.9.23 -Release: 3 +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: 6ac8776132c745d03573c1956e4cf59e +# Source0-md5: 2d744ad06139640857b988d244275235 Patch0: %{name}-acfix.patch +Patch1: %{name}-mpeg3_open.patch URL: http://www.directfb.org/ BuildRequires: DirectFB-devel >= 1:%{version} BuildRequires: autoconf >= 2.52 @@ -56,6 +57,18 @@ Ten pakiet zawiera wtyczkę dla DirectFB dostarczającą grafikę poprzez bibliotekę Imlib2. +%package -n DirectFB-image-bmp +Summary: BMP image provider for DirectFB +Summary(pl): 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 +Ten pakiet zawiera wtyczkę dla DirectFB dostarczającą grafikę BMP. + %package -n DirectFB-image-pnm Summary: PNM image provider for DirectFB Summary(pl): DirectFB - wtyczka dostarczająca grafikę PNM @@ -80,8 +93,21 @@ 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. +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): DirectFB - wtyczka dostarczająca obraz przez FFmpeg +Group: Libraries +%requires_eq DirectFB + +%description -n DirectFB-video-ffmpeg +This package contains video provider for DirectFB using FFmpeg codecs. + +%description -n DirectFB-video-ffmpeg -l pl +Ten pakiet zawiera wtyczkę dla DirectFB dostarczajacą obraz poprzez +FFmpeg. %package -n DirectFB-video-libmpeg3 Summary: MPEG video provider for DirectFB @@ -174,6 +200,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__libtoolize} @@ -184,8 +211,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 @@ -210,6 +238,11 @@ %doc ChangeLog README %attr(755,root,root) %{dfbdir}/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_imlib2.so +%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-pnm %defattr(644,root,root,755) %doc ChangeLog README @@ -225,6 +258,11 @@ %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 +%attr(755,root,root) %{dfbdir}/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_ffmpeg.so + %if %{with mpg} %files -n DirectFB-video-libmpeg3 %defattr(644,root,root,755) @@ -260,6 +298,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15.4.3 2007/03/09 10:11:03 hawk +- updated to 1.0.0 +- new subpackages for BMP image provider and FFmpeg video provider + Revision 1.15.4.2 2007/03/05 22:11:00 hawk - release 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/DirectFB-extra.spec?r1=1.15.4.2&r2=1.15.4.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
