Skip to content

Commit

Permalink
libraries/libjxl: Updated for version 0.11.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijay Marcel authored and sbo-bot[bot] committed Dec 10, 2024
1 parent dfb4fb4 commit b061200
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions libraries/libjxl/libjxl.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,13 @@

# 15/09/2024: Updated to version 0.11.0

# 09/12/2024: updated to version 0.11.1
#---------------------------------------------------------------------------------------------#

cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=libjxl
VERSION=${VERSION:-0.11.0}
VERSION=${VERSION:-0.11.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -170,4 +171,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc

cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
/sbin/makepkg -l y -c n --remove-rpaths --remove-tmp-rpaths $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
6 changes: 3 additions & 3 deletions libraries/libjxl/libjxl.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="libjxl"
VERSION="0.11.0"
VERSION="0.11.1"
HOMEPAGE="https://jpeg.org/jpegxl/"
DOWNLOAD="https://github.com/libjxl/libjxl/archive/v0.11.0/libjxl-0.11.0.tar.gz https://github.com/libjpeg-turbo/libjpeg-turbo/archive/3.0.2/libjpeg-turbo-3.0.2.tar.gz"
MD5SUM="2b8433176a334480d21af02fd8bdc6fe \
DOWNLOAD="https://github.com/libjxl/libjxl/archive/v0.11.1/libjxl-0.11.1.tar.gz https://github.com/libjpeg-turbo/libjpeg-turbo/archive/3.0.2/libjpeg-turbo-3.0.2.tar.gz"
MD5SUM="8f26fc954c2d9cb377544a5f029182ef \
94756db95bc2477f7f7dad1c2590b51f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
Expand Down

0 comments on commit b061200

Please sign in to comment.