[arch-commits] Commit in devil/repos (extra-i686 extra-i686/PKGBUILD)
Douglas Soares de Andrade
douglas at archlinux.org
Mon Dec 29 12:51:16 UTC 2008
Date: Monday, December 29, 2008 @ 07:51:16
Author: douglas
Revision: 22863
Merged revisions 356,13760,22862 via svnmerge from
svn+ssh://archlinux.org/srv/svn-packages/devil/trunk
........
r356 | aaron | 2008-04-18 19:56:27 -0300 (Sex, 18 Abr 2008) | 1 line
Added svn:keywords to all PKGBUILDs
........
r13760 | allan | 2008-09-28 11:35:52 -0300 (Dom, 28 Set 2008) | 1 line
correct sourceforge url
........
r22862 | douglas | 2008-12-29 10:50:33 -0200 (Seg, 29 Dez 2008) | 1 line
upgpkg: devil 1.7.4-1
........
Modified:
devil/repos/extra-i686/ (properties)
devil/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 23 +++++++----------------
1 file changed, 7 insertions(+), 16 deletions(-)
Property changes on: devil/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /devil/trunk:1
+ /devil/trunk:1-22862
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2008-12-29 12:50:33 UTC (rev 22862)
+++ extra-i686/PKGBUILD 2008-12-29 12:51:16 UTC (rev 22863)
@@ -3,31 +3,22 @@
# Contributor: TheHoff <forums>
pkgname=devil
-pkgver=1.6.7
-pkgrel=5
+pkgver=1.7.4
+pkgrel=1
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')
makedepends=('bash')
-options=('!libtool')
+options=('!libtool' '!docs')
license=('GPL')
-source=(http://puzzle.dl.sourceforge.net/sourceforge/openil/DevIL-$pkgver.tar.gz)
-md5sums=('0d0c3842196d85c4e24bedabcd84f626')
+source=(http://downloads.sourceforge.net/sourceforge/openil/DevIL-$pkgver.tar.gz)
-build()
-{
- cd $startdir/src/DevIL-$pkgver
+build() {
+ cd $startdir/src/devil-$pkgver
# configure and build
- ./configure --prefix=/usr --with-gnu-ld
+ ./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
-
- # fix upstream bug http://sourceforge.net/tracker/index.php?func=detail&aid=1651292&group_id=4470&atid=104470
- # archlinux bug ref: http://bugs.archlinux.org/task/7573
- for header in `echo $startdir/pkg/usr/include/IL/*.h`; do
- sed -i 's|(ILvoid)|(void)|g' $header
- done
-
}
More information about the arch-commits
mailing list