Date: Tuesday, October 5, 2010 @ 04:24:27 Author: jgc Revision: 94202
upgpkg: libpng 1.4.4-1 Update to 1.4.4 Modified: libpng/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-10-05 08:15:31 UTC (rev 94201) +++ PKGBUILD 2010-10-05 08:24:27 UTC (rev 94202) @@ -5,8 +5,8 @@ # Contributor: Douglas Soares de Andrade <[email protected]> pkgname=libpng -pkgver=1.4.3 -_apngver=1.4.2 +pkgver=1.4.4 +_apngver=1.4.4 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -16,8 +16,8 @@ options=('!libtool') source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz" "http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${_apngver}-apng.patch.gz") -md5sums=('322e2e0c0dea7a374ce6e60d9a72e604' - '378ade7c68c25d00e099b28911d06561') +md5sums=('0342d1cedb9b9a80294dd1b1e2ec9ae9' + 'd5cd185e7da764a10ff9046d42449259') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -26,10 +26,10 @@ # see http://sourceforge.net/projects/libpng-apng/ patch -p1 -i "${srcdir}/libpng-${_apngver}-apng.patch" - libtoolize --force --copy - aclocal - autoconf - automake --add-missing + #libtoolize --force --copy + #aclocal + #autoconf + #automake --add-missing ./configure --prefix=/usr make
