Github messages for voidlinux
 help / color / mirror / Atom feed
From: mustaqimM <mustaqimM@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: New packages: highway, libjxl, qt-jpegxl-image-plugin
Date: Mon, 08 Nov 2021 19:00:57 +0100	[thread overview]
Message-ID: <20211108180057.BW7WoSmj9Q6DuZZmOVSPeZL4unZiloXvKiGcwK4rcnM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31397@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 4103 bytes --]

New comment by mustaqimM on void-packages repository

https://github.com/void-linux/void-packages/pull/31397#issuecomment-963419609

Comment:
Thanks for this PR, @joshuakraemer. I've updated it to the latest version and I'm busy using it. Hopefully it can get merged

```diff
diff --git a/common/shlibs b/common/shlibs
index c0d304de40..02392241b9 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4038,5 +4038,5 @@ libstemmer.so.2 libstemmer-2.1.0_1
 libdecor-0.so.0 libdecor-0.1.0_1
 libavif.so.13 libavif-0.9.3_1
 libkdumpfile.so.9 libkdumpfile-0.4.1_1
-libjxl.so.0 libjxl-0.5.0_1
-libjxl_threads.so.0 libjxl-0.5.0_1
+libjxl.so.0.6 libjxl-0.6.1_1
+libjxl_threads.so.0.6 libjxl-0.6.1_1
diff --git a/srcpkgs/highway/template b/srcpkgs/highway/template
index 462df78a48..14cec1065d 100644
--- a/srcpkgs/highway/template
+++ b/srcpkgs/highway/template
@@ -1,6 +1,6 @@
 # Template file for 'highway'
 pkgname=highway
-version=0.12.2
+version=0.14.2
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
@@ -9,4 +9,4 @@ maintainer="Joshua Krämer <joshua@kraemer.link>"
 license="Apache-2.0"
 homepage="https://github.com/google/highway"
 distfiles="https://github.com/google/highway/archive/${version}.tar.gz"
-checksum=e1d47ce510429fdcf31f41697ca74fb0dcd59d933196e531a86d51751a56f4cc
+checksum=58f7f3a12394341796fbb3045d18020474cb214ef85b9a50bbaaa809e34e9232
diff --git a/srcpkgs/libjxl/template b/srcpkgs/libjxl/template
index 97df887973..14338d6d9b 100644
--- a/srcpkgs/libjxl/template
+++ b/srcpkgs/libjxl/template
@@ -1,9 +1,9 @@
 # Template file for 'libjxl'
 pkgname=libjxl
-version=0.5.0
+version=0.6.1
 revision=1
-_short_version=0.5
-wrksrc=libjxl-${_short_version}
+# _short_version=0.5
+wrksrc=libjxl-${version}
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF -DJPEGXL_ENABLE_BENCHMARK=OFF -DJPEGXL_ENABLE_EXAMPLES=OFF -DJPEGXL_ENABLE_SJPEG=OFF -DJPEGXL_ENABLE_PLUGINS=ON"
 hostmakedepends="tar pkg-config asciidoc"
@@ -12,13 +12,13 @@ short_desc="JPEG XL image format reference implementation"
 maintainer="Joshua Krämer <joshua@kraemer.link>"
 license="BSD-3-Clause, custom:Patent grant"
 homepage="https://github.com/libjxl/libjxl"
-_lodepng_hash=48e5364ef48ec2408f44c727657ac1b6703185f8
+_lodepng_hash=8c6a9e30576f07bf470ad6f09458a2dcd7a6a84a
 _skcms_hash=64374756e03700d649f897dbd98c95e78c30c7da
-distfiles="https://github.com/libjxl/libjxl/archive/v${_short_version}.tar.gz
+distfiles="https://github.com/libjxl/libjxl/archive/v${version}.tar.gz
  https://github.com/lvandeve/lodepng/archive/${_lodepng_hash}.tar.gz>lodepng-${_lodepng_hash}.tar.gz
  https://skia.googlesource.com/skcms/+archive/${_skcms_hash}.tar.gz>skcms-${_skcms_hash}.tar.gz"
-checksum="911cb4b50eb621131ca22382166f40d4914a4ff4453dd299ade1e3292f311f89
- c47c48c77a205f1af484b7b5a847290af65de3ea6f15817aa27c5ec7cc5208fd
+checksum="ccbd5a729d730152303be399f033b905e608309d5802d77a61a95faa092592c5
+ f45359be529f5f478ebeb3159859a8f49462df35866e227c12d1440f17451a82
  @a69230c7b6f03a178c93abc6edc832c040d6e198340193b27c3d04afecf8f617"
 skip_extraction="lodepng-${_lodepng_hash}.tar.gz
  skcms-${_skcms_hash}.tar.gz"
diff --git a/srcpkgs/qt-jpegxl-image-plugin/template b/srcpkgs/qt-jpegxl-image-plugin/template
index e9dda7bad0..0193f8b2e6 100644
--- a/srcpkgs/qt-jpegxl-image-plugin/template
+++ b/srcpkgs/qt-jpegxl-image-plugin/template
@@ -1,6 +1,6 @@
 # Template file for 'qt-jpegxl-image-plugin'
 pkgname=qt-jpegxl-image-plugin
-version=0.2.0
+version=0.3.2
 revision=1
 build_style=qmake
 configure_args="qt-jpegxl-image-plugin.pro"
@@ -12,7 +12,7 @@ maintainer="Joshua Krämer <joshua@kraemer.link>"
 license="GPL-3.0-only"
 homepage="https://github.com/novomesk/qt-jpegxl-image-plugin"
 distfiles="https://github.com/novomesk/qt-jpegxl-image-plugin/archive/v${version}.tar.gz"
-checksum=90c8c5b0afb709d4a71f536b3c1eb04d4f26a186220b2cae1b396c42ffbe299c
+checksum=8343500ecb9b92fd1fad5dca74d824ce66991c3eac2ff64e1d5757ef98bfcae8
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-host-tools"
```

  parent reply	other threads:[~2021-11-08 18:00 UTC|newest]

Thread overview: 80+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-10  9:12 [PR PATCH] " joshuakraemer
2021-06-10  9:30 ` [PR PATCH] [Updated] " joshuakraemer
2021-06-11 22:29 ` joshuakraemer
2021-08-06 19:49 ` joshuakraemer
2021-08-06 20:20 ` joshuakraemer
2021-11-08 18:00 ` mustaqimM [this message]
2022-03-30 10:42 ` tibequadorian
2022-03-30 10:46 ` tibequadorian
2022-03-30 18:48 ` [PR PATCH] [Updated] " joshuakraemer
2022-03-30 19:06 ` joshuakraemer
2022-03-30 19:23 ` [PR REVIEW] " tibequadorian
2022-03-30 19:23 ` tibequadorian
2022-03-30 19:25 ` tibequadorian
2022-03-30 20:24 ` tibequadorian
2022-03-31  9:54 ` [PR PATCH] [Updated] " joshuakraemer
2022-03-31 13:36 ` [PR REVIEW] " tibequadorian
2022-04-01 10:01 ` [PR PATCH] [Updated] " joshuakraemer
2022-04-12 15:33 ` joshuakraemer
2022-04-12 15:56 ` joshuakraemer
2022-04-12 19:16 ` joshuakraemer
2022-04-24 17:01 ` mustaqimM
2022-04-24 17:16 ` mustaqimM
2022-04-25  7:48 ` [PR REVIEW] " paper42
2022-04-25  7:48 ` paper42
2022-04-27 17:52 ` [PR PATCH] [Updated] " joshuakraemer
2022-04-27 17:54 ` [PR REVIEW] " joshuakraemer
2022-04-27 17:56 ` joshuakraemer
2022-04-27 18:17 ` tibequadorian
2022-04-27 18:18 ` tibequadorian
2022-04-27 18:57 ` [PR PATCH] [Updated] " joshuakraemer
2022-04-27 19:03 ` [PR REVIEW] " joshuakraemer
2022-05-24 18:13 ` tibequadorian
2022-05-30 14:18 ` [PR PATCH] [Updated] " joshuakraemer
2022-05-30 14:52 ` joshuakraemer
2022-05-30 14:52 ` joshuakraemer
2022-05-30 14:52 ` joshuakraemer
2022-08-29  2:14 ` github-actions
2022-08-29  5:33 ` mustaqimM
2022-10-16 18:26 ` [PR PATCH] [Updated] " joshuakraemer
2022-10-16 18:51 ` joshuakraemer
2022-10-17 14:41 ` joshuakraemer
2022-10-17 15:30 ` joshuakraemer
2022-10-17 16:02 ` joshuakraemer
2022-10-17 16:15 ` joshuakraemer
2022-10-17 16:19 ` joshuakraemer
2022-10-17 16:57 ` joshuakraemer
2022-10-17 17:42 ` joshuakraemer
2022-10-19 15:49 ` [PR REVIEW] " classabbyamp
2022-10-19 15:49 ` classabbyamp
2022-10-19 15:49 ` classabbyamp
2022-10-19 15:49 ` classabbyamp
2022-10-19 15:49 ` classabbyamp
2022-10-19 15:49 ` classabbyamp
2022-10-20  8:13 ` [PR PATCH] [Updated] " joshuakraemer
2022-10-20  8:27 ` joshuakraemer
2022-10-20  8:32 ` joshuakraemer
2022-10-20  8:41 ` joshuakraemer
2022-10-20  9:27 ` [PR REVIEW] " joshuakraemer
2022-10-20  9:27 ` joshuakraemer
2022-10-20  9:29 ` joshuakraemer
2022-10-20  9:30 ` joshuakraemer
2022-10-20  9:30 ` joshuakraemer
2022-10-20  9:30 ` joshuakraemer
2022-10-20  9:31 ` joshuakraemer
2023-01-19  2:00 ` github-actions
2023-01-22 10:53 ` [PR PATCH] [Updated] " joshuakraemer
2023-02-10 18:47 ` classabbyamp
2023-02-10 18:49 ` classabbyamp
2023-02-10 18:50 ` classabbyamp
2023-03-08 13:14 ` [PR PATCH] [Updated] " joshuakraemer
2023-03-08 13:34 ` joshuakraemer
2023-03-08 15:13 ` joshuakraemer
2023-06-07  2:06 ` github-actions
2023-06-22  1:59 ` [PR PATCH] [Closed]: " github-actions
2023-06-22  3:47 ` [PR PATCH] [Updated] " classabbyamp
2023-06-22  4:04 ` classabbyamp
2023-06-22  4:16 ` classabbyamp
2023-06-22  4:50 ` [PR PATCH] [Updated] " classabbyamp
2023-06-22  5:55 ` [PR PATCH] [Merged]: " classabbyamp
2023-07-16 11:41 ` joshuakraemer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211108180057.BW7WoSmj9Q6DuZZmOVSPeZL4unZiloXvKiGcwK4rcnM@z \
    --to=mustaqimm@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).