diff options
author | root <root@rshg054.dnsready.net> | 2012-01-20 23:14:48 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-01-20 23:14:48 +0000 |
commit | a1922d0ec660fdc1892f2783515f781c090df0a9 (patch) | |
tree | 6d38a09231ff439c051261d41bfa066870e1fccb /community/libopenraw | |
parent | eefecc8813e0c062a2058b33209cb30830f824b6 (diff) |
Fri Jan 20 23:14:48 UTC 2012
Diffstat (limited to 'community/libopenraw')
-rw-r--r-- | community/libopenraw/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/libopenraw/PKGBUILD b/community/libopenraw/PKGBUILD index dfc0fcd36..3d6834987 100644 --- a/community/libopenraw/PKGBUILD +++ b/community/libopenraw/PKGBUILD @@ -1,16 +1,17 @@ -# $Id: PKGBUILD 59667 2011-11-29 09:17:08Z arodseth $ +# $Id: PKGBUILD 62429 2012-01-19 22:28:28Z foutrelis $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Ronald van Haren <ronald.archlinux.org> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> # Contributor: <boromil@gmail.com> pkgname=libopenraw pkgver=0.0.9 -pkgrel=1 +pkgrel=2 pkgdesc="Library for decoding RAW files" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64') url="http://libopenraw.freedesktop.org/" license=('LGPL') -makedepends=('boost' 'libjpeg' 'libxml2') +depends=('gdk-pixbuf2') +makedepends=('boost' 'libxml2') options=('!libtool') source=("http://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2") md5sums=('3611d8aea870d25314665ef53093288e') |