[arch-commits] Commit in libraw/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Jan 6 10:10:41 UTC 2017
Date: Friday, January 6, 2017 @ 10:10:40
Author: arojas
Revision: 285470
Update to 0.18
Modified:
libraw/trunk/PKGBUILD
----------+
PKGBUILD | 21 +++++----------------
1 file changed, 5 insertions(+), 16 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-06 10:02:22 UTC (rev 285469)
+++ PKGBUILD 2017-01-06 10:10:40 UTC (rev 285470)
@@ -7,23 +7,16 @@
# Contributor: Brad Fanella <bradfanella at archlinux.us>
pkgname=libraw
-pkgver=0.17.2
-pkgrel=3
+pkgver=0.18.0
+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')
url="http://www.libraw.org/"
-license=(CDDL LGPL custom)
+license=(CDDL LGPL)
depends=(lcms2 jasper)
-source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz" libraw-gcc6.patch)
-sha256sums=('92b0c42c7666eca9307e5e1f97d6fefc196cf0b7ee089e22880259a76fafd15c'
- '317af364c48fd346eef0b116264a8c048aed923e2d850c0f2dd2d30a34b3771a')
+source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz")
+sha256sums=('d56a0c9a0e6d1b8c8c5585346acf2cfb0554eee0f0948da66f580cd65c8c5c9b')
-prepare() {
- cd LibRaw-$pkgver
-# Fix build with GCC 6 (Fedora)
- patch -p0 -i ../libraw-gcc6.patch
-}
-
build() {
cd LibRaw-$pkgver
./configure --prefix=/usr \
@@ -34,8 +27,4 @@
package() {
cd LibRaw-$pkgver
make DESTDIR="$pkgdir" install
-
- install -d "$pkgdir"/usr/share/licenses/$pkgname
- install -D -m644 "$srcdir"/LibRaw-$pkgver/LICENSE.LibRaw.pdf \
- "$pkgdir"/usr/share/licenses/$pkgname
}
More information about the arch-commits
mailing list