Skip to content

Commit

Permalink
libjxl: update to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilos authored and Biswa96 committed Mar 8, 2024
1 parent 09a6caf commit 6391d65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mingw-w64-libjxl/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
_realname=libjxl
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.10.1
pkgver=0.10.2
pkgrel=1
pkgdesc='JPEG XL image format reference implementation (mingw-w64)'
arch=('any')
Expand All @@ -28,7 +28,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-gdk-pixbuf2")
optdepends=("${MINGW_PACKAGE_PREFIX}-gdk-pixbuf2: for gdk-pixbuf loader")
source=("${_realname}-${pkgver}.tar.gz::https://github.com/libjxl/libjxl/archive/v${pkgver}.tar.gz")
sha256sums=('91b9a83a230d608b5d35d2ab5068bd0ec7028797575e3013211be5928028c8cd')
sha256sums=('95e807f63143856dc4d161c071cca01115d2c6405b3d3209854ac6989dc6bb91')
noextract=("${_realname}-${pkgver}.tar.gz")

prepare() {
Expand Down Expand Up @@ -84,6 +84,7 @@ build() {
-DJPEGXL_ENABLE_JNI=OFF \
-DJPEGXL_ENABLE_PLUGINS=ON \
-DJPEGXL_ENABLE_PLUGIN_GIMP210=OFF \
-DJPEGXL_ENABLE_PLUGIN_MIME=OFF \
-DJPEGXL_ENABLE_SJPEG=OFF \
-DJPEGXL_ENABLE_SKCMS=OFF \
-DJPEGXL_ENABLE_TCMALLOC=OFF \
Expand Down

0 comments on commit 6391d65

Please sign in to comment.