Date: Thursday, March 14, 2013 @ 21:51:18 Author: arodseth Revision: 86295
upgpkg: gimp-ufraw 0.19-1 Modified: gimp-ufraw/trunk/PKGBUILD ----------+ PKGBUILD | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-03-14 20:45:45 UTC (rev 86294) +++ PKGBUILD 2013-03-14 20:51:18 UTC (rev 86295) @@ -4,9 +4,9 @@ # Contributor: Martin Sugioarto <[email protected]> pkgname=gimp-ufraw -pkgver=0.18 -pkgrel=6 -pkgdesc='Standalone or gimp plugin converter for raw files' +pkgver=0.19 +pkgrel=1 +pkgdesc='Converter for raw files; utility and GIMP plugin' url='http://ufraw.sourceforge.net/' arch=('x86_64' 'i686') license=('GPL') @@ -14,20 +14,21 @@ makedepends=('gimp' 'cinepaint') optdepends=('gimp: to use the gimp import plugin for raw images' 'cinepaint: to use the cinepaint import plugin for raw images') -install=gimp-ufraw.install +install="$pkgname.install" source=("http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz") -sha256sums=('24fe739c61e9e14de1900008477c8662553e93427569c1d595556d440e6b9205') +sha256sums=('12d551418c5e69ae904cb92e9ac11b4d2e4327a857ee13ac890f34320eb58b9a') build() { cd "$srcdir/ufraw-$pkgver" - ./configure --prefix=/usr \ - --enable-extras \ - --enable-mime \ - --enable-openmp \ - --with-gimp \ - --with-cinepaint \ - --enable-contrast + ./configure \ + --prefix=/usr \ + --enable-extras \ + --enable-mime \ + --enable-openmp \ + --with-gimp \ + --with-cinepaint \ + --enable-contrast sed -i "s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/" Makefile make }
