Date: Sunday, October 24, 2010 @ 12:52:04 Author: ibiru Revision: 96773
upgpkg: hugin 2010.2.0-1 update to 2010.2.0 Modified: hugin/trunk/PKGBUILD Deleted: hugin/trunk/libpng14.patch ----------------+ PKGBUILD | 11 ++++------- libpng14.patch | 14 -------------- 2 files changed, 4 insertions(+), 21 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-10-24 16:50:26 UTC (rev 96772) +++ PKGBUILD 2010-10-24 16:52:04 UTC (rev 96773) @@ -4,8 +4,8 @@ # Contributor: Dominik Ryba <[email protected]> pkgname=hugin -pkgver=2010.0.0 -pkgrel=3 +pkgver=2010.2.0 +pkgrel=1 pkgdesc="A frontend to the panorama-tools" arch=('i686' 'x86_64') url="http://hugin.sourceforge.net/" @@ -15,14 +15,11 @@ makedepends=('zip' 'cmake' 'boost') optdepends=('perl-exiftool: write metadata on output images') install=${pkgname}.install -source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz - 'libpng14.patch') -md5sums=('0cd0b78e0d866023e3b6645e5010876f' - 'e806c170e69f9d87cc2542338c86eab6') +source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz) +md5sums=('be94c0454924ff5b7dbea4736395f7b1') build() { cd ${srcdir} - patch -Np0 -i libpng14.patch mkdir build && cd build Deleted: libpng14.patch =================================================================== --- libpng14.patch 2010-10-24 16:50:26 UTC (rev 96772) +++ libpng14.patch 2010-10-24 16:52:04 UTC (rev 96773) @@ -1,14 +0,0 @@ -diff -Naur hugin-2009.4.0-orig/src/foreign/vigra/vigra_impex/png.cxx hugin-2009.4.0/src/foreign/vigra/vigra_impex/png.cxx ---- hugin-2010.0.0/src/foreign/vigra/vigra_impex/png.cxx 2010-01-21 20:13:52.000000000 -0500 -+++ hugin-2010.0.0/src/foreign/vigra/vigra_impex/png.cxx 2010-01-21 20:15:01.000000000 -0500 -@@ -271,8 +271,8 @@ - // expand gray values to at least one byte size - if ( color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8 ) { - if (setjmp(png->jmpbuf)) -- vigra_postcondition( false,png_error_message.insert(0, "error in png_set_gray_1_2_4_to_8(): ").c_str()); -- png_set_gray_1_2_4_to_8(png); -+ vigra_postcondition( false,png_error_message.insert(0, "error in png_set_expand_gray_1_2_4_to_8(): ").c_str()); -+ png_set_expand_gray_1_2_4_to_8(png); - bit_depth = 8; - } -
