libraw: updated signature

This commit is contained in:
Tim Biermann 2024-04-25 22:20:17 +02:00
parent 8a0446863d
commit f6c4828a95
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 17 additions and 12 deletions

5
libraw/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/kde-plasma-6.pub
RWTGxEYrvi0p3pya8NaAuvBgHXLyvBis64oTG+TYy8CWWX/ULTKxF+T0Jo5KhbIjHwnP4aKHoMO67RWAm4Nj+l9eBQJdzvb6fwo=
SHA256 (Pkgfile) = 4b07b46796f86418a8994bed78c321fb1439ff7be7aa28218094d518a6ba9164
SHA256 (.footprint) = 1d370d7f3600c3f07b4c6ecefc1305dc80df845914b3d69489cd5f1346fe5e87
SHA256 (LibRaw-0.21.2.tar.gz) = fe7288013206854baf6e4417d0fb63ba4ed7227bf36fff021992671c2dd34b03

View File

@ -1,26 +1,26 @@
# Description: Library for reading RAW files
# URL: http://www.libraw.org/
# URL: https://www.libraw.org/
# Maintainer: CRUX KDE Ports, kde-ports at crux dot nu
# Depends on: jasper lcms2
name=libraw
version=0.21.2
release=1
source=(http://www.libraw.org/data/LibRaw-$version.tar.gz)
source=(https://www.libraw.org/data/LibRaw-$version.tar.gz)
build() {
cd LibRaw-$version
cd LibRaw-$version
autoreconf -vfi
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--disable-examples \
--disable-static
autoreconf -vfi
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--disable-examples \
--disable-static
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}
# vim: set ts=4 et: