]> git.pld-linux.org Git - packages/DirectFB-extra.git/commitdiff
- updated to 0.9.21, updated acfix patch, removed obsolete updates patch
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 11 Jan 2005 21:44:09 +0000 (21:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    DirectFB-extra.spec -> 1.10

DirectFB-extra.spec

index e3a8b29ffc119dc16b419cc1633971cfc4680635..75787419d92bc0817b2bc04c032a19c6758b606b 100644 (file)
@@ -1,27 +1,28 @@
 #
 # Conditional build:
 %bcond_without flash   # don't build FLASH video provider
+%bcond_without mpg     # don't build support for MPG/MPEG3
 #
 Summary:       Additional providers and drivers for DirectFB
 Summary(pl):   DirectFB - dodatkowe wtyczki i sterowniki do DirectFB
 Name:          DirectFB-extra
-Version:       0.9.16
-Release:       3
+Version:       0.9.21
+Release:       1
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://www.directfb.org/download/DirectFB-extra/%{name}-%{version}.tar.gz
-# Source0-md5: e5084d213dfd309987d139f816930340
+# Source0-md5: 119f47a5c8684ea1c291002629d50348
 Patch0:                %{name}-acfix.patch
-Patch1:                %{name}-updates.patch
 URL:           http://www.directfb.org/
-#BuildRequires:        DirectFB-devel >= %{version}
-BuildRequires: DirectFB-devel >= 0.9.20
+BuildRequires: DirectFB-devel >= %{version}
 BuildRequires: autoconf
 BuildRequires: automake
 %{?with_flash:BuildRequires:   flash-devel >= 0.4.10-5}
 BuildRequires: imlib2-devel
+%{?with_mpg:BuildRequires:     libmpeg3-devel}
 BuildRequires: libtool
 BuildRequires: openquicktime-devel
+BuildRequires: xine-lib-devel >= 2:1.0-0.rc2
 BuildRequires: pkgconfig >= 1:0.5
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -51,6 +52,34 @@ This package contains image provider based on Imlib2 for DirectFB.
 Ten pakiet zawiera wtyczkê dla DirectFB dostarczaj±c± grafikê poprzez
 bibliotekê Imlib2.
 
+%package -n DirectFB-image-pnm
+Summary:       PNM image provider for DirectFB
+Summary(pl):   DirectFB - wtyczka dostarczaj±ca grafikê PNM
+Group:         Libraries
+%requires_eq   DirectFB
+
+%description -n DirectFB-image-pnm
+This package contains PNM image provider. It supports PBM, PGM and PPM
+formats (both ASCII and RAW).
+
+%description -n DirectFB-image-pnm -l pl
+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-video-libmpeg3
+Summary:       MPEG video provider for DirectFB
+Summary(pl):   DirectFB - wtyczka dostarczaj±ca obraz MPEG
+Group:         Libraries
+%requires_eq   DirectFB
+
+%description -n DirectFB-video-libmpeg3
+This package contains MPEG (MPEG-1 and MPEG-2) video provider for
+DirectFB. It uses libmpeg3 library.
+
+%description -n DirectFB-video-libmpeg3 -l pl
+Ten pakiet zawiera wtyczkê dla DirectFB dostarczajac± obraz MPEG
+(MPEG-1 i MPEG-2) przy u¿yciu biblioteki libmpeg3.
+
 %package -n DirectFB-video-openquicktime
 Summary:       OpenQuicktime video provider for DirectFB
 Summary(pl):   DirectFB - wtyczka dostarczaj±ca obraz OpenQuicktime
@@ -58,11 +87,13 @@ Group:              Libraries
 %requires_eq   DirectFB
 
 %description -n DirectFB-video-openquicktime
-This package contains OpenQuicktime video provider for DirectFB.
+This package contains OpenQuicktime video provider for DirectFB. It
+supports all RGB and YUV formats and does audio playback.
 
 %description -n DirectFB-video-openquicktime -l pl
 Ten pakiet zawiera wtyczkê dla DirectFB dostarczaj±c± obraz
-OpenQuicktime.
+OpenQuicktime. Obs³uguje wszystkie formaty RGB i YUV oraz odtwarza
+d¼wiêk.
 
 %package -n DirectFB-video-swf
 Summary:       ShockWave Flash video provider for DirectFB
@@ -78,24 +109,52 @@ DirectFB. It uses flash library.
 Ten pakiet zawiera wtyczkê dla DirectFB dostarczaj±c± obraz SWF
 (ShockWave Flash) przy u¿yciu biblioteki flash.
 
+%package -n DirectFB-video-xine
+Summary:       XINE video provider for DirectFB
+Summary(pl):   DirectFB - wtyczka dostarczaj±ca obraz XINE
+Group:         Libraries
+%requires_eq   DirectFB
+Requires:      xine-lib >= 2:1.0-0.rc2
+
+%description -n DirectFB-video-xine
+This package contains video provider for DirectFB which uses XINE
+library and plugins. It handles a wide range of video formats.
+
+%description -n DirectFB-video-xine -l pl
+Ten pakiet zawiera wtyczkê dla DirectFB dostarczaj±c± obraz przy
+u¿yciu biblioteki i wtyczek XINE. Obs³uguje szeroki zakres formatów
+obrazu.
+
+%package -n xine-ui-dfb
+Summary:       DirectFB-based XINE UI
+Summary(pl):   Interfejs u¿ytkownika XINE oparty na DirectFB
+Group:         Applications/Multimedia
+%requires_eq   DirectFB
+Requires:      xine-lib >= 2:1.0-0.rc2
+
+%description -n xine-ui-dfb
+DirectFB-based XINE UI. This package contains also DirectFB video
+output plugin for XINE.
+
+%description -n xine-ui-dfb -l pl
+Interfejs u¿ytkownika XINE oparty na DirectFB. Zawiera tak¿e wtyczkê
+wyj¶cia obrazu DirectFB dla XINE.
+
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
-cp -f /usr/share/automake/config.sub .
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-# paths for libflash
-CPPFLAGS="-I/usr/X11R6/include"
-LDFLAGS="%{rpmldflags} -L/usr/X11R6/lib"
+CPPFLAGS="-I/usr/include/libmpeg3"
 %configure \
        --disable-avifile \
-       %{!?with_flash:--disable-flash}
+       %{!?with_flash:--disable-flash} \
+       %{!?with_mpg:--disable-libmpeg3}
 
 %{__make} \
        MODULEDIR=%{dfbdir}
@@ -107,23 +166,47 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        MODULEDIR=%{dfbdir}
 
-rm -f $RPM_BUILD_ROOT%{dfbdir}/interfaces/*/*.la
+rm -f $RPM_BUILD_ROOT%{dfbdir}/interfaces/*/*.la \
+       $RPM_BUILD_ROOT%{_libdir}/xine/plugins/*/*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files -n DirectFB-image-imlib2
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README
+%doc ChangeLog README
 %attr(755,root,root) %{dfbdir}/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_imlib2.so
 
+%files -n DirectFB-image-pnm
+%defattr(644,root,root,755)
+%doc ChangeLog README
+%attr(755,root,root) %{dfbdir}/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_pnm.so
+
 %files -n DirectFB-video-openquicktime
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README
+%doc ChangeLog README
 %attr(755,root,root) %{dfbdir}/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_openquicktime.so
 
+%if %{with mpg}
+%files -n DirectFB-video-libmpeg3
+%defattr(644,root,root,755)
+%doc ChangeLog README
+%attr(755,root,root) %{dfbdir}/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_libmpeg3.so
+%endif
+
 %if %{with flash}
 %files -n DirectFB-video-swf
 %defattr(644,root,root,755)
+%doc ChangeLog README
 %attr(755,root,root) %{dfbdir}/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_swf.so
 %endif
+
+%files -n DirectFB-video-xine
+%defattr(644,root,root,755)
+%doc ChangeLog README
+%attr(755,root,root) %{dfbdir}/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_xine.so
+
+%files -n xine-ui-dfb
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/df_xine
+%attr(755,root,root) %{_libdir}/xine/plugins/*/xineplug_vo_out_dfb.so
This page took 0.074569 seconds and 4 git commands to generate.