[arch-commits] Commit in devil/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Tue Feb 17 02:24:31 UTC 2009


    Date: Monday, February 16, 2009 @ 21:24:30
  Author: giovanni
Revision: 27213

Merged revisions 27159,27161 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/devil/trunk

........
  r27159 | douglas | 2009-02-16 06:11:59 -0800 (lun, 16 feb 2009) | 1 line
  
  upgpkg: devil 1.7.7-1
........
  r27161 | douglas | 2009-02-16 06:19:21 -0800 (lun, 16 feb 2009) | 1 line
  
  upgpkg: devil 1.7.7-2
........

Modified:
  devil/repos/extra-x86_64/	(properties)
  devil/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   25 ++++++-------------------
 1 file changed, 6 insertions(+), 19 deletions(-)


Property changes on: devil/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /devil/trunk:1-26013
   + /devil/trunk:1-27212

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-02-16 23:40:22 UTC (rev 27212)
+++ extra-x86_64/PKGBUILD	2009-02-17 02:24:30 UTC (rev 27213)
@@ -3,37 +3,24 @@
 # Contributor: TheHoff <forums>
 
 pkgname=devil
-pkgver=1.7.5
-pkgrel=3
+pkgver=1.7.7
+pkgrel=2
 pkgdesc="Library for reading several different image formats"
 arch=(i686 x86_64)
 url="http://openil.sourceforge.net/"
-depends=('allegro>=4.2.2' 'sdl' 'libpng' 'zlib' 'libjpeg' 'libtiff' 'libmng')
+depends=('allegro>=4.2.2' 'sdl' 'libpng' 'libmng' 'freeglut' 'jasper' 'lcms' 'openexr')
 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