From eebfa6ebe1522831767019e496b0c094b2e15a5c Mon Sep 17 00:00:00 2001 From: root Date: Fri, 15 Mar 2013 00:04:20 -0700 Subject: Fri Mar 15 00:04:19 PDT 2013 --- community/gimp-ufraw/PKGBUILD | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'community/gimp-ufraw/PKGBUILD') diff --git a/community/gimp-ufraw/PKGBUILD b/community/gimp-ufraw/PKGBUILD index c6642e188..d49c47cfa 100644 --- a/community/gimp-ufraw/PKGBUILD +++ b/community/gimp-ufraw/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 83473 2013-02-01 16:28:18Z arodseth $ +# $Id: PKGBUILD 86296 2013-03-14 20:51:33Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: Tobias Kieslich # Contributor: Martin Sugioarto 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 @@ depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils' 'cfitsio' 'l 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 } -- cgit v1.2.3-54-g00ecf