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

Ionut Biru ibiru at archlinux.org
Mon Jan 18 15:23:53 UTC 2010


    Date: Monday, January 18, 2010 @ 10:23:53
  Author: ibiru
Revision: 63785

upgpkg: devil 1.7.8-5
    libjpeg/libpng rebuild

Modified:
  devil/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-18 15:14:56 UTC (rev 63784)
+++ PKGBUILD	2010-01-18 15:23:53 UTC (rev 63785)
@@ -4,23 +4,25 @@
 
 pkgname=devil
 pkgver=1.7.8
-pkgrel=4
+pkgrel=5
 pkgdesc="Library for reading several different image formats"
 arch=('i686' 'x86_64')
 url="http://openil.sourceforge.net/"
-depends=('allegro>=4.4.0.1' 'sdl' 'libpng' 'libmng>=1.0.10-2' 'freeglut'
-         'jasper>=1.900.1-3' 'lcms>=1.18-2' 'openexr')
+depends=('allegro>=4.4.0.1' 'sdl' 'libpng>=1.4.0' 'libmng>=1.0.10-3' 'freeglut'
+         'jasper>=1.900.1-4' 'lcms>=1.18-3' 'openexr')
 makedepends=('bash')
 options=('!libtool' '!docs')
 license=('GPL')
-source=(http://downloads.sourceforge.net/openil/DevIL-$pkgver.tar.gz)
+source=(http://downloads.sourceforge.net/openil/DevIL-$pkgver.tar.gz libpng14.patch)
 
 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')
+md5sums=('7918f215524589435e5ec2e8736d5e1d'
+         '2ae57acc092cb39961e6f14bb438b5d2')




More information about the arch-commits mailing list