Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libraw
Commits:
7c9bb7a4 by Antonio Rojas at 2026-01-13T12:46:50+01:00
upgpkg: 0.22.0-2: Drop unused jasper dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libraw
pkgdesc = A library for reading RAW files obtained from digital photo
cameras (CRW/CR2, NEF, RAF, DNG, and others)
pkgver = 0.22.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.libraw.org/
arch = x86_64
license = CDDL-1.0
@@ -9,7 +9,6 @@ pkgbase = libraw
makedepends = git
depends = gcc-libs
depends = glibc
- depends = jasper
depends = lcms2
depends = libjpeg-turbo
depends = zlib
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgname=libraw
pkgver=0.22.0
-pkgrel=1
+pkgrel=2
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/'
@@ -15,7 +15,6 @@ license=(CDDL-1.0
LGPL-2.1-only)
depends=(gcc-libs
glibc
- jasper
lcms2
libjpeg-turbo
zlib)
@@ -25,7 +24,7 @@
sha256sums=('493e060186d5c798ff7d123f146d4d5b271fb054ee6449a91bb6b2fcb5629963')
prepare() {
cd LibRaw
- autoreconf -vi
+ autoreconf -fiv
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libraw/-/commit/7c9bb7a42ba015cf97f8fac685a476d080777f15
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libraw/-/commit/7c9bb7a42ba015cf97f8fac685a476d080777f15
You're receiving this email because of your account on gitlab.archlinux.org.