]> git.pld-linux.org Git - packages/DirectFB.git/commitdiff
- start update to 0.9.10
authorArtur Frysiak <artur@frysiak.net>
Fri, 26 Apr 2002 12:21:14 +0000 (12:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed configure.in (am.patch)
- rebuild auto* stuff
- allow building with libpng 1.2.2

Changed files:
    DirectFB.spec -> 1.16

DirectFB.spec

index 14e52d27807db1aff0283e3351085d34ef9dac86..d93bbbc1a463aaea9d044d67e2f88679a44fccf0 100644 (file)
@@ -1,11 +1,12 @@
 Summary:       DirectFB - Hardware graphics acceleration
 Summary(pl):   DirectFB - Wspomaganie grafiki
 Name:          DirectFB
-Version:       0.9.9
+Version:       0.9.10
 Release:       1
 License:       GPL
 Group:         Libraries
 Source0:       http://www.directfb.org/download/%{name}/%{name}-%{version}.tar.gz
+Patch0:                %{name}-am.patch
 URL:           http://www.directfb.org/
 BuildRequires: libpng-devel >= 1.2.0
 BuildRequires: zlib-devel >= 1.1.3
@@ -45,16 +46,20 @@ DirectFB documentation and examples.
 Dokumentacja dla systemu DirectFB wraz z przyk³adami.
 
 %prep
-%setup -q
+%setup  -q
+%patch0 -p1
 
 %build
-#rm -f missing
-#libtoolize --copy --force
-#gettextize --copy --force
-#aclocal
-#autoconf
-#automake -a -c -f
-%configure2_13 \
+rm -f missing
+libtoolize --copy --force
+gettextize --copy --force
+aclocal
+autoconf
+automake -a -c 
+if [ -f %{_pkgconfigdir}/libpng12.pc ] ; then
+       CPPFLAGS="`pkg-config libpng12 --cflags`"
+fi
+%configure CPPFLAGS="$CPPFLAGS" \
        --disable-maintainer-mode \
        --enable-shared \
        --disable-fast-install \
This page took 0.097245 seconds and 4 git commands to generate.