summaryrefslogtreecommitdiff
path: root/community/libraw
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-26 23:15:00 +0000
committerroot <root@rshg054.dnsready.net>2012-02-26 23:15:00 +0000
commitf6a79a3f5989efc8db63af942851c56f0c462bb1 (patch)
tree08bddecba9bbd4fc2c2075bfa2c514f710fcd351 /community/libraw
parente4a5730eb358cb0d78bc022204ddccac068c2bf2 (diff)
Sun Feb 26 23:15:00 UTC 2012
Diffstat (limited to 'community/libraw')
-rw-r--r--community/libraw/PKGBUILD10
-rw-r--r--community/libraw/libraw.changelog3
2 files changed, 10 insertions, 3 deletions
diff --git a/community/libraw/PKGBUILD b/community/libraw/PKGBUILD
index fe578f5b3..dcc880d11 100644
--- a/community/libraw/PKGBUILD
+++ b/community/libraw/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 60435 2011-12-13 20:54:21Z jlichtblau $
+# $Id: PKGBUILD 66498 2012-02-25 18:39:15Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
pkgname=libraw
-pkgver=0.14.4
+pkgver=0.14.5
pkgrel=1
pkgdesc="A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ depends=('lcms')
options=('!makeflags')
changelog=$pkgname.changelog
source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz)
-sha256sums=('795a8615381868942b27636ea83d741d7c8d17afa9f00b5b7fe26212c42ee59c')
+sha256sums=('f8b17f5fd0c2801f05dfb7cdee7c55e399094cdb53d521be0cd6d5317291f080')
build() {
cd ${srcdir}/LibRaw-${pkgver}
@@ -28,4 +28,8 @@ 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
}
diff --git a/community/libraw/libraw.changelog b/community/libraw/libraw.changelog
index 88d6be5d2..311ba4dbc 100644
--- a/community/libraw/libraw.changelog
+++ b/community/libraw/libraw.changelog
@@ -1,2 +1,5 @@
+2012-02-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * libraw 0.14.5-1
+
2011-12-13 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* libraw 0.14.4-1