libraries/libjxl: Updated for version 0.10.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
438a3210fb
commit
91e1cf4625
|
@ -37,3 +37,7 @@ Enabled plugin and jpegli support.
|
||||||
This adds cjpegli and djpegli tools for encoding and
|
This adds cjpegli and djpegli tools for encoding and
|
||||||
decoding jpeg files.
|
decoding jpeg files.
|
||||||
|
|
||||||
|
14/08/2024:
|
||||||
|
|
||||||
|
Updated to version 0.10.3
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=libjxl
|
PRGNAM=libjxl
|
||||||
VERSION=${VERSION:-0.10.2}
|
VERSION=${VERSION:-0.10.3}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
PRGNAM="libjxl"
|
PRGNAM="libjxl"
|
||||||
VERSION="0.10.2"
|
VERSION="0.10.3"
|
||||||
HOMEPAGE="https://jpeg.org/jpegxl/"
|
HOMEPAGE="https://jpeg.org/jpegxl/"
|
||||||
DOWNLOAD="https://github.com/libjxl/libjxl/archive/v0.10.2/libjxl-0.10.2.tar.gz \
|
DOWNLOAD="https://github.com/libjxl/libjxl/archive/v0.10.3/libjxl-0.10.3.tar.gz \
|
||||||
https://github.com/libjpeg-turbo/libjpeg-turbo/archive/3.0.2/libjpeg-turbo-3.0.2.tar.gz"
|
https://github.com/libjpeg-turbo/libjpeg-turbo/archive/3.0.2/libjpeg-turbo-3.0.2.tar.gz"
|
||||||
MD5SUM="e383b622cb2caef4dfcc8047f5a0fe72 \
|
MD5SUM="0fd3db8956a41d13b5e8eac4fe61d8d3 \
|
||||||
94756db95bc2477f7f7dad1c2590b51f"
|
94756db95bc2477f7f7dad1c2590b51f"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
|
|
Loading…
Reference in New Issue