diff options
author | Damian Höster | 2025-03-12 20:36:01 +0100 |
---|---|---|
committer | Damian Höster | 2025-03-12 20:36:01 +0100 |
commit | a39caba2ecb893e84cb35dd39060fe23a197d085 (patch) | |
tree | 584c67e2bdd4658f64ded020425a4d23e5f7b5f0 | |
parent | 4ee45af41a5dbef997221cd6c89b75546ffec6fb (diff) | |
download | aur-a39caba2ecb893e84cb35dd39060fe23a197d085.tar.gz |
provide jpegli
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 6 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = libjxl-metrics pkgdesc = JPEG XL image format reference implementation with butteraugli, ssimulacra, and ssimulacra2 metrics pkgver = 0.11.1 - pkgrel = 2 + pkgrel = 3 url = https://jpeg.org/jpegxl/ arch = x86_64 license = BSD-3-Clause @@ -28,10 +28,12 @@ pkgbase = libjxl-metrics provides = butteraugli provides = ssimulacra provides = ssimulacra2 + provides = jpegli conflicts = libjxl conflicts = butteraugli conflicts = ssimulacra conflicts = ssimulacra2 + conflicts = jpegli options = !lto source = git+https://github.com/libjxl/libjxl.git#tag=v0.11.1 source = git+https://skia.googlesource.com/skcms.git#commit=b2e692629c1fb19342517d7fb61f1cf83d075492 @@ -3,7 +3,7 @@ _pkgname=libjxl pkgname=$_pkgname-metrics pkgver=0.11.1 -pkgrel=2 +pkgrel=3 pkgdesc='JPEG XL image format reference implementation with butteraugli, ssimulacra, and ssimulacra2 metrics' arch=(x86_64) url=https://jpeg.org/jpegxl/ @@ -35,12 +35,14 @@ provides=( butteraugli ssimulacra ssimulacra2 + jpegli ) conflicts=( $_pkgname butteraugli ssimulacra ssimulacra2 + jpegli ) optdepends=( 'libjxl-doc: for documentation' @@ -74,7 +76,6 @@ build() { -DJPEGXL_ENABLE_DEVTOOLS=ON \ -DJPEGXL_ENABLE_DOXYGEN=OFF \ -DJPEGXL_ENABLE_EXAMPLES=OFF \ - -DJPEGXL_ENABLE_JPEGLI=OFF \ -DJPEGXL_ENABLE_PLUGINS=ON \ -DJPEGXL_FORCE_SYSTEM_BROTLI=ON \ -DJPEGXL_FORCE_SYSTEM_HWY=ON |