Date: Thursday, November 7, 2013 @ 23:50:59 Author: andrea Revision: 199047
community2extra: Moving libraw from community to extra Added: libraw/ libraw/repos/ libraw/trunk/ libraw/trunk/PKGBUILD libraw/trunk/libraw.changelog ------------------+ PKGBUILD | 35 +++++++++++++++++++++++++++++++++++ libraw.changelog | 20 ++++++++++++++++++++ 2 files changed, 55 insertions(+) Added: libraw/trunk/PKGBUILD =================================================================== --- libraw/trunk/PKGBUILD (rev 0) +++ libraw/trunk/PKGBUILD 2013-11-07 22:50:59 UTC (rev 199047) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Jaroslav Lichtblau <[email protected]> +# Contributor: Ionut Biru <[email protected]> +# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com> +# Contributor: Brad Fanella <[email protected]> + +pkgname=libraw +pkgver=0.15.4 +pkgrel=2 +pkgdesc="A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)" +arch=('i686' 'x86_64') +url="http://www.libraw.org/" +license=('CDDL' 'LGPL' 'custom') +depends=('lcms') +options=('!makeflags') +changelog=$pkgname.changelog +source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz) +sha256sums=('b3fcfee33bc34ae5869a9741880e28a62f029f196cb1d1a007ab156f4a110f79') + +build() { + cd ${srcdir}/LibRaw-${pkgver} + + ./configure --prefix=/usr + make +} + +package() { + cd ${srcdir}/LibRaw-${pkgver} + + make DESTDIR=${pkgdir} install + +#license + install -D -m644 ${srcdir}/LibRaw-${pkgver}/LICENSE.LibRaw.pdf \ + ${pkgdir}/usr/share/licenses/libraw/LICENSE.LibRaw.pdf +} Property changes on: libraw/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: libraw/trunk/libraw.changelog =================================================================== --- libraw/trunk/libraw.changelog (rev 0) +++ libraw/trunk/libraw.changelog 2013-11-07 22:50:59 UTC (rev 199047) @@ -0,0 +1,20 @@ +2013-09-03 Jaroslav Lichtblau <[email protected]> + * libraw 0.15.4-1 + +2013-06-15 Jaroslav Lichtblau <[email protected]> + * libraw 0.15.2-1 + +2013-06-15 Jaroslav Lichtblau <[email protected]> + * libraw 0.14.8-1 + +2012-09-18 Jaroslav Lichtblau <[email protected]> + * libraw 0.14.7-1 + +2012-04-06 Jaroslav Lichtblau <[email protected]> + * libraw 0.14.6-1 + +2012-02-25 Jaroslav Lichtblau <[email protected]> + * libraw 0.14.5-1 + +2011-12-13 Jaroslav Lichtblau <[email protected]> + * libraw 0.14.4-1
