mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/libraw: upgrade to 0.18.8, modernize
This commit is contained in:
parent
a6de590a47
commit
c1b3188e33
@ -1,6 +1,6 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=libraw
|
||||
pkgver=0.18.7
|
||||
pkgver=0.18.8
|
||||
pkgrel=0
|
||||
pkgdesc="Library for reading RAW files obtained from digital photo cameras"
|
||||
url="https://www.libraw.org/"
|
||||
@ -25,16 +25,15 @@ build() {
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
|| return 1
|
||||
--prefix=/usr
|
||||
#make lib/libraw.a lib/libraw_r.a
|
||||
make || return 1
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
}
|
||||
|
||||
sha512sums="5d906e69427d4f9edff8b3bc24eb85896e037dd98578cf07c668b96f6abd82bc8dd9f937ecbca6472d334c4cf8d8cbc8b07c2c84aba748e22ec55cecc6a4ed78 LibRaw-0.18.7.tar.gz"
|
||||
sha512sums="48871a5e43c89a17962fae426a962d11a6ce40cb8e7d8abc90e98c899dc42b7e1711398c075901ddbc710fe7e916ba6d507bee7e18975779caa8f5d512b1d580 LibRaw-0.18.8.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user