Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / libraw
Commits: afa62114 by Antonio Rojas at 2023-12-19T22:45:32+01:00 upgpkg: 0.21.2-1: Update to 0.21.2 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = libraw + pkgdesc = A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others) + pkgver = 0.21.2 + pkgrel = 1 + url = https://www.libraw.org/ + arch = x86_64 + license = CDDL + license = LGPL + depends = gcc-libs + depends = glibc + depends = jasper + depends = lcms2 + depends = libjpeg-turbo + depends = zlib + source = https://www.libraw.org/data/LibRaw-0.21.2.tar.gz + sha256sums = fe7288013206854baf6e4417d0fb63ba4ed7227bf36fff021992671c2dd34b03 + +pkgname = libraw ===================================== PKGBUILD ===================================== @@ -6,23 +6,20 @@ # Contributor: Brad Fanella <[email protected]> pkgname=libraw -pkgver=0.21.1 -pkgrel=2 +pkgver=0.21.2 +pkgrel=1 pkgdesc='A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)' arch=(x86_64) url='https://www.libraw.org/' license=(CDDL LGPL) -depends=(lcms2 jasper) -source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz - https://github.com/LibRaw/LibRaw/commit/477e0719ff.patch) -sha256sums=('630a6bcf5e65d1b1b40cdb8608bdb922316759bfb981c65091fec8682d1543cd' - '49469accec0d6f0fbfafb7083a440545bce0e87bcbdee3427ba8671b54ee13d7') - -prepare() { - cd LibRaw-$pkgver - # CVE-2023-1729 - patch -Np1 -i ../477e0719ff.patch -} +depends=(gcc-libs + glibc + jasper + lcms2 + libjpeg-turbo + zlib) +source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz) +sha256sums=('fe7288013206854baf6e4417d0fb63ba4ed7227bf36fff021992671c2dd34b03') build() { cd LibRaw-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libraw/-/commit/afa62114e469113396c0f874ee73c3814bcb46db -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libraw/-/commit/afa62114e469113396c0f874ee73c3814bcb46db You're receiving this email because of your account on gitlab.archlinux.org.
