diff options
Diffstat (limited to 'abs/extra/dcraw')
| -rw-r--r-- | abs/extra/dcraw/PKGBUILD | 14 | ||||
| -rw-r--r-- | abs/extra/dcraw/dcraw.install | 13 | 
2 files changed, 7 insertions, 20 deletions
| diff --git a/abs/extra/dcraw/PKGBUILD b/abs/extra/dcraw/PKGBUILD index 8ae9657..9c2571b 100644 --- a/abs/extra/dcraw/PKGBUILD +++ b/abs/extra/dcraw/PKGBUILD @@ -1,25 +1,25 @@ -# $Id$ +# $Id: PKGBUILD 162767 2012-06-29 22:10:56Z eric $  # Maintainer: tobias <tobias@archlinux.org>  # Contributor: Tobias Kieslich <tobias@justdreams.de>  pkgname=dcraw -pkgver=9.08 +pkgver=9.15  pkgrel=1  pkgdesc="A command line based converter for digicams raw output"  arch=('i686' 'x86_64')  url="http://www.cybercom.net/~dcoffin/dcraw/"  license=('custom') -depends=('lcms') +depends=('lcms' 'jasper')  source=(http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz          license.txt) -md5sums=('eb1d365c27495a513c0768b2f696ba66' -         '110b4604a6dacd5537339c4082e9e12a') -sha1sums=('1282402201ca48f922d9167ad078aa58cb18593e' +sha1sums=('0b06047603640fe19b5d3b2461319d6ba22eee6a'            '502c8f0ac7434d48f5dcb2eefe7599627cb69454')  build() {    cd "${srcdir}/${pkgname}" -  gcc ${CFLAGS} -O3 -o dcraw dcraw.c -lm -ljpeg -llcms -DLOCALEDIR=\"/usr/share/locale/\" +  gcc ${CFLAGS} -O3 -o dcraw dcraw.c \ +    -Wall -Wno-unused-result -Wno-array-bounds \ +    -lm -ljasper -ljpeg -llcms -DLOCALEDIR=\"/usr/share/locale/\"  }  package() { diff --git a/abs/extra/dcraw/dcraw.install b/abs/extra/dcraw/dcraw.install deleted file mode 100644 index 2635964..0000000 --- a/abs/extra/dcraw/dcraw.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { -  cat << EOF - -NOTE for dcraw: ----- -  ==> dcraw provides the simple commandline tools for raw conversion. If you -  ==> are looking for a more sophisticated way consider gimp-ufraw, which -  ==> provides a gimp-plugin and a standalone application that can even convert -  ==> to 16-bit tiff files (which you can use in cinepaint eg.) So please do a -  ==> 'pacman -S gimp-ufraw' to get it. - -EOF -} | 
