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

Douglas Soares de Andrade douglas at archlinux.org
Mon Feb 16 14:11:59 UTC 2009


    Date: Monday, February 16, 2009 @ 09:11:59
  Author: douglas
Revision: 27159

upgpkg: devil 1.7.7-1

Modified:
  devil/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++------------------
 1 file changed, 7 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-16 13:45:07 UTC (rev 27158)
+++ PKGBUILD	2009-02-16 14:11:59 UTC (rev 27159)
@@ -3,8 +3,8 @@
 # Contributor: TheHoff <forums>
 
 pkgname=devil
-pkgver=1.7.5
-pkgrel=3
+pkgver=1.7.7
+pkgrel=1
 pkgdesc="Library for reading several different image formats"
 arch=(i686 x86_64)
 url="http://openil.sourceforge.net/"
@@ -12,28 +12,17 @@
 makedepends=('bash')
 options=('!libtool' '!docs')
 license=('GPL')
-source=(http://downloads.sourceforge.net/sourceforge/openil/DevIL-$pkgver.tar.gz
-        00_endian_and_ILvoid_fixes.diff  
-        01_fix_as-needed.diff
-        02_add_missing_files.diff  
-        03_CVE-2008-5262.diff)
+source=(http://downloads.sourceforge.net/openil/DevIL-$pkgver.tar.gz)
 
 build() {
    cd $startdir/src/devil-$pkgver
 
-    # Patchs from debian
-    patch -Np1 < ../00_endian_and_ILvoid_fixes.diff
-    patch -Np1 < ../01_fix_as-needed.diff
-    patch -Np1 < ../02_add_missing_files.diff
-    patch -Np1 < ../03_CVE-2008-5262.diff
-
    # configure and build
    ./configure --prefix=/usr --enable-ILU --enable-ILUT --enable-opengl --enable-sdl
    make || return 1
    make prefix=$startdir/pkg/usr install   
 }
-md5sums=('2a74578507a21d75d7fcc5afd41444d0'
-         '7d935399e56cf58e8f3545cea952e3e4'
-         'a3254fbd1829fc1ae1b8b9a3fee6d4ae'
-         'b82c7b98f71b1f01c5dae0e110ef84e5'
-         '66c7f735d4eea4968e6785ded95d3581')
+
+
+
+md5sums=('23839e37e20dc85ee2a1188fb6d8920f')




More information about the arch-commits mailing list