]> git.pld-linux.org Git - packages/DirectFB.git/commitdiff
- up to 0.9.4
authorwrobell <wrobell@pld-linux.org>
Thu, 12 Jul 2001 12:36:34 +0000 (12:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rebuild autoconf/automake stuff for autoconf 2.50
- fixed buildrequires
- small fixes
- stb

Changed files:
    DirectFB.spec -> 1.8

DirectFB.spec

index 120ddcba219d8b6fd623587f8a6f70b7c2937f69..73a40719b5c57ef4535cb29a6a9f4a964af01928 100644 (file)
@@ -1,19 +1,18 @@
 Summary:       DirectFB - Hardware graphics accelration.
 Summary(pl):   DirectFB - Wspomaganie grafiki
 Name:          DirectFB
-Version:       0.9.2
+Version:       0.9.4
 Release:       1
 License:       GPL
 Group:         System/Graphics
 Group(pl):     System/Grafika
 Source0:       http://www.directfb.org/download/%{name}/%{name}-%{version}.tar.gz
 URL:           htt://www.directfb.org/
-BuildRequires: libpng >= 1.0.10
-Buildrequires: zlib >= 1.1.3
-BuildRequires: libjpeg 
-BuildRequires: freetype >= 2.0.2
-#Requires:     
-Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildRequires: libpng-devel >= 1.0.10
+BuildRequires: zlib-devel >= 1.1.3
+BuildRequires: libjpeg-devel
+BuildRequires: freetype-devel >= 2.0.2
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 
@@ -46,14 +45,16 @@ Dokumentacja dla systemu DirectFB wraz z przykladami
 %prep
 %setup -q
 
-#%patch
-
 %build
+aclocal
+autoconf
+automake -a -c
 %configure --prefix=%{_prefix} \
        --disable-maintainer-mode \
        --enable-shared \
        --disable-fast-install \
        --disable-debug \
+    --disable-avifile \
        --enable-mmx 
 
 %{__make} RPM_OPT_FLAGS="%{rpmcflags}"
This page took 0.142408 seconds and 4 git commands to generate.