--- PKGBUILD 2012-09-09 11:10:25.816725202 +0200 +++ PKGBUILD.new 2012-09-09 11:14:56.606724417 +0200 @@ -3,13 +3,13 @@ pkgname=gimp-ufraw pkgver=0.18 -pkgrel=5 +pkgrel=6 pkgdesc="Standalone or gimp plugin converter for raw files" url="http://ufraw.sourceforge.net/" arch=('i686' 'x86_64') license=('GPL') depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils') -makedepends=('gimp' 'cinepaint') +makedepends=('gimp' 'cinepaint' "lensfun" "cfitsio") 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 @@ -22,7 +22,11 @@ ./configure --prefix=/usr \ --enable-extras \ --enable-mime \ - --enable-openmp + --enable-openmp \ + --with-gimp \ + --with-cinepaint \ + --enable-contrast + sed -i "s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/" Makefile make }