]> git.pld-linux.org Git - packages/DirectFB.git/blobdiff - DirectFB.spec
- massive attack: adding Source-md5
[packages/DirectFB.git] / DirectFB.spec
index c9c0acae456ff48f06cd1c47c0ed2c5292f8b29a..40bcbf50521b08a7a2fa331abf38328197f94c96 100644 (file)
@@ -1,28 +1,34 @@
-# _without_flash       - don't build FLASH support
+#
+# Conditional build:
 # _without_mpg         - don't build support for MPG/MPEG3
+#
 Summary:       DirectFB - Hardware graphics acceleration
 Summary(pl):   DirectFB - Wspomaganie grafiki
 Name:          DirectFB
-Version:       0.9.13
-Release:       2
+Version:       0.9.17
+Release:       1
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://www.directfb.org/download/%{name}/%{name}-%{version}.tar.gz
-Source1:       http://www.directfb.org/download/DirectFB/DFBTutorials-0.4.2.tar.gz
+# Source0-md5: d373fa1d604ab5ea4e8fdcb875876cfd
+Source1:       http://www.directfb.org/download/DirectFB/DFBTutorials-0.5.0.tar.gz
+# Source1-md5: 13e443a64bddd68835b574045d9025e9
 Patch0:                %{name}-am.patch
+Patch1:         %{name}-pmake.patch
 URL:           http://www.directfb.org/
+#BuildRequires:        SDL-devel
 BuildRequires: autoconf
 BuildRequires: automake
-%{!?_without_flash:BuildRequires:      flash-devel >= 0.4.10-5}
 BuildRequires: freetype-devel >= 2.0.2
-BuildRequires: gettext-devel
 BuildRequires: libjpeg-devel >= 6b
 %{!?_without_mpg:BuildRequires:        libmpeg3-devel}
-BuildRequires: libpng-devel >= 1.2.0
+BuildRequires: libpng-devel >= 1.0
 BuildRequires: libtool
 BuildRequires: zlib-devel >= 1.1.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                dfbdir  %{_libdir}/directfb-%{version}
+
 %description
 DirectFB hardware graphics acceleration - libraries.
 
@@ -55,7 +61,7 @@ Statyczne biblioteki DirectFB.
 
 %package doc
 Summary:       DirectFB - documentation
-Summary(pl):   DirectFB - dokumantacja
+Summary(pl):   DirectFB - dokumentacja
 Group:         Development/Libraries
 
 %description doc
@@ -64,6 +70,43 @@ DirectFB documentation and tutorials.
 %description doc -l pl
 Dokumentacja dla systemu DirectFB wraz z wprowadzeniem.
 
+%package font-ft2
+Summary:       FreeType2 font provider for DirectFB
+Summary(pl):   DirectFB - wtyczka dostarczaj±ca fonty poprzez FreeType2
+Group:         Libraries
+Requires:      %{name} = %{version}
+
+%description font-ft2
+This package contains FreeType2 font provider for DirectFB.
+
+%description font-ft2 -l pl
+Ten pakiet zawiera wtyczkê dla DirectFB dostarczaj±c± fonty poprzez
+bibliotekê FreeType2.
+
+%package image-jpeg
+Summary:       JPEG image provider for DirectFB
+Summary(pl):   DirectFB - wtyczka dostarczaj±ca grafikê JPEG
+Group:         Libraries
+Requires:      %{name} = %{version}
+
+%description image-jpeg
+This package contains JPEG image provider for DirectFB.
+
+%description image-jpeg -l pl
+Ten pakiet zawiera wtyczkê dla DirectFB dostarczaj±c± grafikê JPEG.
+
+%package image-png
+Summary:       PNG image provider for DirectFB
+Summary(pl):   DirectFB - wtyczka dostarczaj±ca grafikê PNG
+Group:         Libraries
+Requires:      %{name} = %{version}
+
+%description image-png
+This package contains PNG image provider for DirectFB.
+
+%description image-png -l pl
+Ten pakiet zawiera wtyczkê dla DirectFB dostarczaj±c± grafikê PNG.
+
 %package video-libmpeg3
 Summary:       MPEG video provider for DirectFB
 Summary(pl):   DirectFB - wtyczka dostarczaj±ca obraz MPEG
@@ -78,49 +121,36 @@ DirectFB. It uses libmpeg3 library.
 Ten pakiet zawiera wtyczkê dla DirectFB dostarczajac± obraz MPEG
 (MPEG-1 i MPEG-2) przy u¿yciu biblioteki libmpeg3. 
 
-%package video-swf
-Summary:       ShockWave Flash video provider for DirectFB
-Summary(pl):   DirectFB - wtyczka dostarczaj±ca obraz ShockWave Flash
-Group:         Libraries
-Requires:      %{name} = %{version}
-
-%description video-swf
-This package contains SWF (ShockWave Flash) video provider for
-DirectFB. It uses flash library.
-
-%description video-swf -l pl
-Ten pakiet zawiera wtyczkê dla DirectFB dostarczaj±c± obraz SWF
-(ShockWave Flash) przy u¿yciu biblioteki flash.
-
 %prep
 %setup -q -a1
 %patch0 -p1
+%patch1 -p1
 
 %build
 rm -f missing
 %{__libtoolize}
-%{__gettextize}
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-# paths for libmpeg3 and libflash
-CPPFLAGS="-I/usr/include/libmpeg3 -I/usr/X11R6/include"
-LDFLAGS="%{rpmldflags} -L/usr/X11R6/lib"
+CPPFLAGS="-I/usr/include/libmpeg3"
+# SDL core disabled (used directly, not through plugin - too many deps)
+# MMX and SSE are detected at runtime, so it's safe to enable
 %configure \
        --disable-maintainer-mode \
        --enable-shared \
        --enable-static \
        --disable-fast-install \
        --disable-debug \
-       %{?_without_flash:--disable-flash} \
        %{?_without_mpg:--disable-libmpeg3} \
-       --disable-avifile \
+       --disable-sdl \
 %ifarch i586 i686 athlon
-       --enable-mmx=on
+       --enable-mmx \
+%endif
+%ifarch i686 athlon
+       --enable-sse
 %endif
-# MMX is detected at runtime, so it's safe
 
-%{__make} RPM_OPT_FLAGS="%{rpmcflags}"
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -138,50 +168,69 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
-%dir %{_libdir}/directfb-%{version}
-%dir %{_libdir}/directfb-%{version}/gfxdrivers
-%attr(755,root,root) %{_libdir}/directfb-%{version}/gfxdrivers/*.??
-%dir %{_libdir}/directfb-%{version}/inputdrivers
-%attr(755,root,root) %{_libdir}/directfb-%{version}/inputdrivers/*.??
-%dir %{_libdir}/directfb-%{version}/interfaces
-%dir %{_libdir}/directfb-%{version}/interfaces/IDirectFBFont
-%attr(755,root,root) %{_libdir}/directfb-%{version}/interfaces/IDirectFBFont/*.??
-%dir %{_libdir}/directfb-%{version}/interfaces/IDirectFBImageProvider
-%attr(755,root,root) %{_libdir}/directfb-%{version}/interfaces/IDirectFBImageProvider/*.??
-%dir %{_libdir}/directfb-%{version}/interfaces/IDirectFBVideoProvider
-%attr(755,root,root) %{_libdir}/directfb-%{version}/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_v4l.??
+%dir %{dfbdir}
+%dir %{dfbdir}/gfxdrivers
+%attr(755,root,root) %{dfbdir}/gfxdrivers/*.so
+%{dfbdir}/gfxdrivers/*.la
+%dir %{dfbdir}/inputdrivers
+%attr(755,root,root) %{dfbdir}/inputdrivers/*.so
+%{dfbdir}/inputdrivers/*.la
+%dir %{dfbdir}/interfaces
+%dir %{dfbdir}/interfaces/IDirectFBFont
+%attr(755,root,root) %{dfbdir}/interfaces/IDirectFBFont/libidirectfbfont_default.so
+%{dfbdir}/interfaces/IDirectFBFont/libidirectfbfont_default.la
+%dir %{dfbdir}/interfaces/IDirectFBImageProvider
+%attr(755,root,root) %{dfbdir}/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_gif.so
+%{dfbdir}/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_gif.la
+%attr(755,root,root) %{dfbdir}/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_mpeg2.so
+%{dfbdir}/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_mpeg2.la
+%dir %{dfbdir}/interfaces/IDirectFBVideoProvider
+%attr(755,root,root) %{dfbdir}/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_v4l.so
+%{dfbdir}/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_v4l.la
 %{_datadir}/directfb-%{version}
 %{_mandir}/man5/*
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/directfb-config
+%attr(755,root,root) %{_bindir}/directfb-csource
+%attr(755,root,root) %{_libdir}/*.so
+%{_libdir}/*.la
 %{_includedir}/directfb
 %{_includedir}/directfb-internal
 %{_pkgconfigdir}/*
-%{_libdir}/*.la
-%{_libdir}/*.so
+%{_mandir}/man1/directfb-csource.1*
 
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
-%{_libdir}/directfb-%{version}/gfxdrivers/*.a
-%{_libdir}/directfb-%{version}/inputdrivers/*.a
-%{_libdir}/directfb-%{version}/interfaces/*/*.a
+%{dfbdir}/gfxdrivers/*.a
+%{dfbdir}/inputdrivers/*.a
+%{dfbdir}/interfaces/*/*.a
 
 %files doc
 %defattr(644,root,root,755)
 %doc docs/html/*
 %{_examplesdir}/%{name}-%{version}
 
-%if %{!?_without_mpg:1}%{?_without_mpg:0}
-%files video-libmpeg3
+%files font-ft2
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/directfb-%{version}/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_libmpeg3.??
-%endif
+%attr(755,root,root) %{dfbdir}/interfaces/IDirectFBFont/libidirectfbfont_ft2.so
+%{dfbdir}/interfaces/IDirectFBFont/libidirectfbfont_ft2.la
+
+%files image-jpeg
+%defattr(644,root,root,755)
+%attr(755,root,root) %{dfbdir}/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_jpeg.so
+%{dfbdir}/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_jpeg.la
 
-%if %{!?_without_flash:1}%{?_without_flash:0}
-%files video-swf
+%files image-png
+%defattr(644,root,root,755)
+%attr(755,root,root) %{dfbdir}/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_png.so
+%{dfbdir}/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_png.la
+
+%if 0%{!?_without_mpg:1}
+%files video-libmpeg3
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/directfb-%{version}/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_swf.??
+%attr(755,root,root) %{dfbdir}/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_libmpeg3.so
+%{dfbdir}/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_libmpeg3.la
 %endif
This page took 0.042783 seconds and 4 git commands to generate.