[arch-commits] CVS update of extra/lib/libpng (PKGBUILD)
Travis Willard
travis at archlinux.org
Tue Oct 9 13:51:28 UTC 2007
Date: Tuesday, October 9, 2007 @ 09:51:28
Author: travis
Path: /home/cvs-extra/extra/lib/libpng
Modified: PKGBUILD (1.29 -> 1.30)
Updating to 1.2.22rc1 to fix some memory corruption issues in 1.2.21. Verified as works-for-me by myself and two other users
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Index: extra/lib/libpng/PKGBUILD
diff -u extra/lib/libpng/PKGBUILD:1.29 extra/lib/libpng/PKGBUILD:1.30
--- extra/lib/libpng/PKGBUILD:1.29 Mon Oct 8 08:37:08 2007
+++ extra/lib/libpng/PKGBUILD Tue Oct 9 09:51:28 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.29 2007/10/08 12:37:08 travis Exp $
+# $Id: PKGBUILD,v 1.30 2007/10/09 13:51:28 travis Exp $
# Maintainer: dorphell <dorphell at archlinux.org>
# Maintainer: Travis Willard <travis at archlinux.org>
pkgname=libpng
-pkgver=1.2.21
+pkgver=1.2.22rc1
pkgrel=1
pkgdesc="A collection of routines used to create PNG format graphics files"
arch=(i686 x86_64)
@@ -12,10 +12,11 @@
depends=('zlib')
options=('!libtool')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('b0cda5e10e8165e5f151e674e1a67983')
+md5sums=('0b597c7f91eac87f3c300a8623f32208')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
+
./configure --prefix=/usr
make || return 1
make DESTDIR=${startdir}/pkg install
@@ -25,7 +26,7 @@
install -m755 png2pnm pnm2png ${startdir}/pkg/usr/bin/
install -D -m644 ../../LICENSE ${startdir}/pkg/usr/share/licenses/${pkgname}/LICENSE
-# Removing unneeded symlink
+ # Removing unneeded symlink
rm ${startdir}/pkg/usr/lib/libpng.la
}
More information about the arch-commits
mailing list