[arch-commits] Commit in devil/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Mon Jan 18 15:08:47 UTC 2010


    Date: Monday, January 18, 2010 @ 10:08:47
  Author: ibiru
Revision: 63779

upgpkg: devil 1.7.8-4
    rebuild agaisnt allegro 4.4.0.1

Modified:
  devil/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-18 15:07:32 UTC (rev 63778)
+++ PKGBUILD	2010-01-18 15:08:47 UTC (rev 63779)
@@ -8,21 +8,19 @@
 pkgdesc="Library for reading several different image formats"
 arch=('i686' 'x86_64')
 url="http://openil.sourceforge.net/"
-depends=('allegro>=4.2.3' 'sdl' 'libpng>=1.4.0' 'libmng>=1.0.10-3' 'freeglut'
-         'jasper>=1.900.1-4' 'lcms>=1.18-3' 'openexr')
+depends=('allegro>=4.4.0.1' 'sdl' 'libpng' 'libmng>=1.0.10-2' 'freeglut'
+         'jasper>=1.900.1-3' 'lcms>=1.18-2' 'openexr')
 makedepends=('bash')
 options=('!libtool' '!docs')
 license=('GPL')
-source=(http://downloads.sourceforge.net/openil/DevIL-$pkgver.tar.gz libpng14.patch)
+source=(http://downloads.sourceforge.net/openil/DevIL-$pkgver.tar.gz)
 
 build() {
    cd $srcdir/devil-$pkgver
 
-   patch -Np1 -i $srcdir/libpng14.patch || return 1
    # configure and build
    ./configure --prefix=/usr --enable-ILU --enable-ILUT --enable-opengl --enable-sdl
    make || return 1
    make prefix=$pkgdir/usr install
 }
-md5sums=('7918f215524589435e5ec2e8736d5e1d'
-         '2ae57acc092cb39961e6f14bb438b5d2')
+md5sums=('7918f215524589435e5ec2e8736d5e1d')




More information about the arch-commits mailing list