diff options
author | Vijay Marcel <vijaymarcel@outlook.com> | 2024-09-17 15:07:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-17 17:48:16 +0700 |
commit | 7c2add7cfe1857d6a86369b200fc4b92bad30133 (patch) | |
tree | 34f871a688bc4463f8bdf5e976f4d21a2d901194 /libraries/libjxl | |
parent | de6e85e45202c5067a87e9973b1677c947f15b1d (diff) |
libraries/libjxl: Updated for version 0.11.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libjxl')
-rw-r--r-- | libraries/libjxl/changelog | 43 | ||||
-rw-r--r-- | libraries/libjxl/libjxl.SlackBuild | 28 | ||||
-rw-r--r-- | libraries/libjxl/libjxl.info | 7 |
3 files changed, 30 insertions, 48 deletions
diff --git a/libraries/libjxl/changelog b/libraries/libjxl/changelog deleted file mode 100644 index 0a9160037610b..0000000000000 --- a/libraries/libjxl/changelog +++ /dev/null @@ -1,43 +0,0 @@ -Changelog for libjxl SlackBuild Script --------------------------------------------------------------------- - -25/09/2022: - -Added to slackbuilds.org - -16/05/2023: - -Updated to commit version 8ec9ed1. - -24/05/2023: - -Resubmitted to SBo. -Optional dependencies are qt6,Sphinx ans sphinx-rtd-theme. - -26/05/2023: - -Resubmitted to SBo -Mentioned why the Optional dependencies is needed for. - -29/11/2023: - -Upgraded to version 0.8.2 -Removed support for JNI java wrapper and also removed -zulu-openjdk8 as dependency since the SlackBuild fails -to build. Thanks to B.Watson for pointing this out. - -21/02/2024: - -Updated to version 0.9.2 - -15/04/2024: - -Updated to version 0.10.2 -Enabled plugin and jpegli support. -This adds cjpegli and djpegli tools for encoding and -decoding jpeg files. - -14/08/2024: - -Updated to version 0.10.3 - diff --git a/libraries/libjxl/libjxl.SlackBuild b/libraries/libjxl/libjxl.SlackBuild index 493a07461ac23..34a3cb56395ae 100644 --- a/libraries/libjxl/libjxl.SlackBuild +++ b/libraries/libjxl/libjxl.SlackBuild @@ -22,10 +22,36 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +#-----------------------------Changelog---------------------------------------------------# + +# 25/09/2022: Added to slackbuilds.org + +# 16/05/2023: Updated to commit version 8ec9ed1. + +# 24/05/2023: Resubmitted to SBo.Optional dependencies are qt6,Sphinx and +# sphinx-rtd-theme. + +# 26/05/2023: Resubmitted to SBo Mentioned why the Optional dependencies is needed. + +# 29/11/2023: Upgraded to version 0.8.2 Removed support for JNI java wrapper and +# also removed zulu-openjdk8 as dependency since the SlackBuild fails +# to build.Thanks to B.Watson for pointing this out. + +# 21/02/2024: Updated to version 0.9.2 + +# 15/04/2024: Updated to version 0.10.2 Enabled plugin and jpegli support. This adds +# cjpegli and djpegli tools for encoding and decoding jpeg files. + +# 14/08/2024: Updated to version 0.10.3 + +# 15/09/2024: Updated to version 0.11.0 + +#---------------------------------------------------------------------------------------------# + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libjxl -VERSION=${VERSION:-0.10.3} +VERSION=${VERSION:-0.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/libjxl/libjxl.info b/libraries/libjxl/libjxl.info index 01624eb9ec8e0..1d2fd192e4549 100644 --- a/libraries/libjxl/libjxl.info +++ b/libraries/libjxl/libjxl.info @@ -1,9 +1,8 @@ PRGNAM="libjxl" -VERSION="0.10.3" +VERSION="0.11.0" HOMEPAGE="https://jpeg.org/jpegxl/" -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" -MD5SUM="0fd3db8956a41d13b5e8eac4fe61d8d3 \ +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 \ 94756db95bc2477f7f7dad1c2590b51f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |