summaryrefslogtreecommitdiff
path: root/community/gimp-ufraw/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/gimp-ufraw/PKGBUILD
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/gimp-ufraw/PKGBUILD')
-rw-r--r--community/gimp-ufraw/PKGBUILD43
1 files changed, 0 insertions, 43 deletions
diff --git a/community/gimp-ufraw/PKGBUILD b/community/gimp-ufraw/PKGBUILD
deleted file mode 100644
index 5adf7b8b2..000000000
--- a/community/gimp-ufraw/PKGBUILD
+++ /dev/null
@@ -1,43 +0,0 @@
-# $Id: PKGBUILD 90037 2013-05-06 19:37:26Z foutrelis $
-# Maintainer: Alexander Rødseth <rodseth@gmail.com>
-# Contributor: Tobias Kieslich <tobias@archlinux.org>
-# Contributor: Martin Sugioarto <nakal@web.de>
-
-pkgname=gimp-ufraw
-pkgver=0.19
-pkgrel=2
-pkgdesc='Converter for raw files; utility and GIMP plugin'
-url='http://ufraw.sourceforge.net/'
-arch=('x86_64' 'i686')
-license=('GPL')
-depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils' 'cfitsio' 'lensfun')
-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="$pkgname.install"
-source=("http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz")
-sha256sums=('12d551418c5e69ae904cb92e9ac11b4d2e4327a857ee13ac890f34320eb58b9a')
-
-build() {
- cd "$srcdir/ufraw-$pkgver"
-
- ./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
-}
-
-package() {
- cd "$srcdir/ufraw-$pkgver"
-
- make DESTDIR="$pkgdir" install
- rm -f "$pkgdir/usr/bin/dcraw"
-}
-
-# vim:set ts=2 sw=2 et: