Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] update nheko to version 0.11.3
@ 2023-04-11 15:29 gi-yt
  2023-04-11 17:47 ` balejk
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: gi-yt @ 2023-04-11 15:29 UTC (permalink / raw)
  To: ml

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

There is a new pull request by gi-yt against master on the void-packages repository

https://github.com/gi-yt/void-packages master
https://github.com/void-linux/void-packages/pull/43390

update nheko to version 0.11.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (amd64-glibc)

A patch file from https://github.com/void-linux/void-packages/pull/43390.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-43390.patch --]
[-- Type: text/x-diff, Size: 1098 bytes --]

From ffc4006da6b3bd142953540cec9327433513cdb5 Mon Sep 17 00:00:00 2001
From: Arya Kiran <arya@projectsegfau.lt>
Date: Tue, 11 Apr 2023 20:57:44 +0530
Subject: [PATCH] update nheko to version 0.11.3

---
 srcpkgs/nheko/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nheko/template b/srcpkgs/nheko/template
index 6bcbeb17bd63..867dcd209ce2 100644
--- a/srcpkgs/nheko/template
+++ b/srcpkgs/nheko/template
@@ -1,6 +1,6 @@
 # Template file for 'nheko'
 pkgname=nheko
-version=0.11.1
+version=0.11.3
 revision=1
 build_style=cmake
 hostmakedepends="qt5-host-tools qt5-qmake pkg-config qt5-declarative asciidoc"
@@ -16,7 +16,7 @@ license="GPL-3.0-or-later"
 homepage="https://nheko-reborn.github.io"
 changelog="https://raw.githubusercontent.com/Nheko-Reborn/nheko/master/CHANGELOG.md"
 distfiles="https://github.com/Nheko-Reborn/nheko/archive/v${version}.tar.gz"
-checksum=a84d6f3a6d17ff0b6ffd07804804bbebb1191e4243f00b9b49b00891e8023b6a
+checksum=f285156884a3a0c6870f3fba89c13d1fd70c8727bd179d8310b13819f8a63a37
 
 case "$XBPS_TARGET_MACHINE" in
 	armv*-musl)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: update nheko to version 0.11.3
  2023-04-11 15:29 [PR PATCH] update nheko to version 0.11.3 gi-yt
@ 2023-04-11 17:47 ` balejk
  2023-04-12  6:50 ` [PR PATCH] [Updated] " gi-yt
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: balejk @ 2023-04-11 17:47 UTC (permalink / raw)
  To: ml

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

New comment by balejk on void-packages repository

https://github.com/void-linux/void-packages/pull/43390#issuecomment-1503837672

Comment:
@gi-yt Would you consider also bumping `mtxclient`? From the 0.11.2 release notes:

> You may want to build against the most recent mtxclient (0.9.2) for additional
bugfixes.

Also this might be worth noting: 

> cpp-httplib and blurhash are still bundled by default and shipped with
the source tarball. Explicitly disable the bundling for those packages to build
against system versions.

althought as of now neither of these seems to be packaged.

You probably also want to follow the Void [commit message conventions](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md?plain=1#L107).


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] update nheko to version 0.11.3
  2023-04-11 15:29 [PR PATCH] update nheko to version 0.11.3 gi-yt
  2023-04-11 17:47 ` balejk
@ 2023-04-12  6:50 ` gi-yt
  2023-04-12  6:52 ` gi-yt
  2023-06-25 17:59 ` [PR PATCH] [Closed]: nheko: update to 0.11.3 Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: gi-yt @ 2023-04-12  6:50 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by gi-yt against master on the void-packages repository

https://github.com/gi-yt/void-packages master
https://github.com/void-linux/void-packages/pull/43390

update nheko to version 0.11.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (amd64-glibc)

A patch file from https://github.com/void-linux/void-packages/pull/43390.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-43390.patch --]
[-- Type: text/x-diff, Size: 2707 bytes --]

From ffc4006da6b3bd142953540cec9327433513cdb5 Mon Sep 17 00:00:00 2001
From: Arya Kiran <arya@projectsegfau.lt>
Date: Tue, 11 Apr 2023 20:57:44 +0530
Subject: [PATCH 1/2] update nheko to version 0.11.3

---
 srcpkgs/nheko/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nheko/template b/srcpkgs/nheko/template
index 6bcbeb17bd63..867dcd209ce2 100644
--- a/srcpkgs/nheko/template
+++ b/srcpkgs/nheko/template
@@ -1,6 +1,6 @@
 # Template file for 'nheko'
 pkgname=nheko
-version=0.11.1
+version=0.11.3
 revision=1
 build_style=cmake
 hostmakedepends="qt5-host-tools qt5-qmake pkg-config qt5-declarative asciidoc"
@@ -16,7 +16,7 @@ license="GPL-3.0-or-later"
 homepage="https://nheko-reborn.github.io"
 changelog="https://raw.githubusercontent.com/Nheko-Reborn/nheko/master/CHANGELOG.md"
 distfiles="https://github.com/Nheko-Reborn/nheko/archive/v${version}.tar.gz"
-checksum=a84d6f3a6d17ff0b6ffd07804804bbebb1191e4243f00b9b49b00891e8023b6a
+checksum=f285156884a3a0c6870f3fba89c13d1fd70c8727bd179d8310b13819f8a63a37
 
 case "$XBPS_TARGET_MACHINE" in
 	armv*-musl)

From 9a204cbb0c166c1b186e62f8c2a028962cda9f1a Mon Sep 17 00:00:00 2001
From: Arya Kiran <arya@projectsegfau.lt>
Date: Wed, 12 Apr 2023 12:19:58 +0530
Subject: [PATCH 2/2] mtxclient: update to 0.9.2

---
 common/shlibs              | 2 +-
 srcpkgs/mtxclient/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 39fed5ffbcf5..b2888ed3e738 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -424,7 +424,7 @@ libField3D.so.1.7 Field3D-1.7.3_1
 libMAC.so.6 libMAC-5.28_1
 libmad.so.0 libmad-0.15.1b_1
 libmatroska.so.7 libmatroska-1.6.0_1
-libmatrix_client.so.0.9.1 mtxclient-0.9.1_1
+libmatrix_client.so.0.9.2 mtxclient-0.9.2_1
 libebml.so.5 libebml-1.4.0_1
 libdvdread.so.8 libdvdread-6.1.1_1
 libdvdnav.so.4 libdvdnav-4.1.3_1
diff --git a/srcpkgs/mtxclient/template b/srcpkgs/mtxclient/template
index cfd7c987119b..c7a328ed8fb0 100644
--- a/srcpkgs/mtxclient/template
+++ b/srcpkgs/mtxclient/template
@@ -1,6 +1,6 @@
 # Template file for 'mtxclient'
 pkgname=mtxclient
-version=0.9.1
+version=0.9.2
 revision=1
 build_style=cmake
 configure_args="-DBUILD_LIB_TESTS=OFF -DBUILD_LIB_EXAMPLES=OFF"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/Nheko-Reborn/mtxclient"
 changelog="https://raw.githubusercontent.com/Nheko-Reborn/mtxclient/master/CHANGELOG.md"
 distfiles="https://github.com/Nheko-Reborn/mtxclient/archive/v${version}.tar.gz"
-checksum=bae82daa019ecdedb2433177b3d973b72f337d14e7a4f480a490559235391005
+checksum=f55827fdba226c6fc409cf000c72b13cc6d069ec1300283a7239aa19c90c5f56
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: update nheko to version 0.11.3
  2023-04-11 15:29 [PR PATCH] update nheko to version 0.11.3 gi-yt
  2023-04-11 17:47 ` balejk
  2023-04-12  6:50 ` [PR PATCH] [Updated] " gi-yt
@ 2023-04-12  6:52 ` gi-yt
  2023-06-25 17:59 ` [PR PATCH] [Closed]: nheko: update to 0.11.3 Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: gi-yt @ 2023-04-12  6:52 UTC (permalink / raw)
  To: ml

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

New comment by gi-yt on void-packages repository

https://github.com/void-linux/void-packages/pull/43390#issuecomment-1504756398

Comment:
thanks for the feedback! I have bumped mtxclient as well.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: nheko: update to 0.11.3
  2023-04-11 15:29 [PR PATCH] update nheko to version 0.11.3 gi-yt
                   ` (2 preceding siblings ...)
  2023-04-12  6:52 ` gi-yt
@ 2023-06-25 17:59 ` Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2023-06-25 17:59 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

nheko: update to 0.11.3
https://github.com/void-linux/void-packages/pull/43390

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (amd64-glibc)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-06-25 17:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-11 15:29 [PR PATCH] update nheko to version 0.11.3 gi-yt
2023-04-11 17:47 ` balejk
2023-04-12  6:50 ` [PR PATCH] [Updated] " gi-yt
2023-04-12  6:52 ` gi-yt
2023-06-25 17:59 ` [PR PATCH] [Closed]: nheko: update to 0.11.3 Duncaen

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).