]> git.pld-linux.org Git - packages/DirectFB.git/commitdiff
- updated to 0.9.14, updated am patch
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 7 Nov 2002 10:53:18 +0000 (10:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- disable SDL core (too many deps), enable SSE on i686 (safe)
- added mpeg2 image provider to base (no external deps)

Changed files:
    DirectFB.spec -> 1.26

DirectFB.spec

index b274d8e04b2075e78152a3a586494b55dfc6518f..40071c9530701a1166294176b05984ef90e8d2f2 100644 (file)
@@ -6,14 +6,15 @@
 Summary:       DirectFB - Hardware graphics acceleration
 Summary(pl):   DirectFB - Wspomaganie grafiki
 Name:          DirectFB
-Version:       0.9.13
-Release:       3
+Version:       0.9.14
+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.5.0.tar.gz
 Patch0:                %{name}-am.patch
 URL:           http://www.directfb.org/
+#BuildRequires:        SDL-devel
 BuildRequires: autoconf
 BuildRequires: automake
 %{!?_without_flash:BuildRequires:      flash-devel >= 0.4.10-5}
@@ -146,6 +147,8 @@ rm -f missing
 # paths for libmpeg3 and libflash
 CPPFLAGS="-I/usr/include/libmpeg3 -I/usr/X11R6/include"
 LDFLAGS="%{rpmldflags} -L/usr/X11R6/lib"
+# 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 \
@@ -155,10 +158,13 @@ LDFLAGS="%{rpmldflags} -L/usr/X11R6/lib"
        %{?_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}
 
@@ -188,6 +194,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{dfbdir}/interfaces/IDirectFBFont/libidirectfbfont_default.??
 %dir %{dfbdir}/interfaces/IDirectFBImageProvider
 %attr(755,root,root) %{dfbdir}/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_gif.??
+%attr(755,root,root) %{dfbdir}/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_mpeg2.??
 %dir %{dfbdir}/interfaces/IDirectFBVideoProvider
 %attr(755,root,root) %{dfbdir}/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_v4l.??
 %{_datadir}/directfb-%{version}
This page took 0.11221 seconds and 4 git commands to generate.