Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qbittorrent: update to 4.6.4, libtorrent-rasterbar: update to 1.2.19
@ 2024-05-12  1:10 zen0bit
  2024-05-12  2:50 ` [PR PATCH] [Updated] " zen0bit
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: zen0bit @ 2024-05-12  1:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR u/qbitorrent
https://github.com/void-linux/void-packages/pull/50283

qbittorrent: update to 4.6.4, libtorrent-rasterbar: update to 1.2.19
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)

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

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

From 36176091ef891a0aa781995c3508b9f27d10e89c Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Sun, 12 May 2024 03:07:47 +0200
Subject: [PATCH 1/2] libtorrent-rasterbar: update to 1.2.19

---
 srcpkgs/libtorrent-rasterbar/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template
index ce3782646fd825..f9ae125265ae48 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -1,8 +1,8 @@
 # Template file for 'libtorrent-rasterbar'
 # Breaks ABI/API without changing soname, revbump all dependants
 pkgname=libtorrent-rasterbar
-version=1.2.18
-revision=5
+version=1.2.19
+revision=1
 build_style=cmake
 configure_args="-Dbuild_examples=ON -Dbuild_tools=ON
  -Dpython-bindings=ON -Dbuild_tests=ON"
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://libtorrent.org/"
 distfiles="https://github.com/arvidn/libtorrent/releases/download/v${version}/${pkgname}-${version}.tar.gz"
-checksum=fef2b6817de4e6d960e019c27f21daf27bc2468a81d9e028a19d45d61456fa72
+checksum=eee8e99548dc5eb5e643e49db9202f4f97112c032dba883dfdc8144af5b6e40e
 
 CXXFLAGS="-std=c++14"
 

From efbf707157bca825c994f1d217c98096cca4849a Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Sun, 12 May 2024 03:08:15 +0200
Subject: [PATCH 2/2] qbittorrent: update to 4.6.4

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

diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template
index 368d68f2f17a8d..5b6e0f58699310 100644
--- a/srcpkgs/qbittorrent/template
+++ b/srcpkgs/qbittorrent/template
@@ -1,6 +1,6 @@
 # Template file for 'qbittorrent'
 pkgname=qbittorrent
-version=4.5.4
+version=4.6.4
 revision=1
 create_wrksrc=yes
 build_style=gnu-configure
@@ -16,7 +16,7 @@ license="GPL-2.0-or-later"
 homepage="https://www.qbittorrent.org/"
 changelog="https://www.qbittorrent.org/news.php"
 distfiles="${SOURCEFORGE_SITE}/qbittorrent/qbittorrent-${version}.tar.xz"
-checksum=f92bcd3ed25600796c59257c507e56a252a65af60bd042b71f1e7ff3fe5264da
+checksum=8e62a24145582a0b36e8268a2e574c5d61a396d28a7d02b899ca59f2244a8913
 CXXFLAGS=-std=gnu++17
 
 do_extract() {

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

* Re: [PR PATCH] [Updated] qbittorrent: update to 4.6.4, libtorrent-rasterbar: update to 1.2.19
  2024-05-12  1:10 [PR PATCH] qbittorrent: update to 4.6.4, libtorrent-rasterbar: update to 1.2.19 zen0bit
@ 2024-05-12  2:50 ` zen0bit
  2024-05-12  2:51 ` zen0bit
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: zen0bit @ 2024-05-12  2:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR u/qbitorrent
https://github.com/void-linux/void-packages/pull/50283

qbittorrent: update to 4.6.4, libtorrent-rasterbar: update to 1.2.19
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)

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

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

From 0a51474d0dfad6c9451a18e5bcd4a331eadb05a9 Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Sun, 12 May 2024 03:07:47 +0200
Subject: [PATCH 1/2] libtorrent-rasterbar: update to 1.2.19

---
 srcpkgs/libtorrent-rasterbar/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template
index ce3782646fd825..42f8299976e8ed 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -1,8 +1,8 @@
 # Template file for 'libtorrent-rasterbar'
 # Breaks ABI/API without changing soname, revbump all dependants
 pkgname=libtorrent-rasterbar
-version=1.2.18
-revision=5
+version=1.2.19
+revision=1
 build_style=cmake
 configure_args="-Dbuild_examples=ON -Dbuild_tools=ON
  -Dpython-bindings=ON -Dbuild_tests=ON"
@@ -13,12 +13,12 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://libtorrent.org/"
 distfiles="https://github.com/arvidn/libtorrent/releases/download/v${version}/${pkgname}-${version}.tar.gz"
-checksum=fef2b6817de4e6d960e019c27f21daf27bc2468a81d9e028a19d45d61456fa72
+checksum=eee8e99548dc5eb5e643e49db9202f4f97112c032dba883dfdc8144af5b6e40e
 
 CXXFLAGS="-std=c++14"
 
-make_check=ci-skip
 # TODO: The test_resume failed in CI for i686 but passed with xbps-uunshare
+make_check=ci-skip
 
 pre_configure() {
 	if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then

From c3ac07c51dceccc571a72282fbd9ebe2ef904cc7 Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Sun, 12 May 2024 03:08:15 +0200
Subject: [PATCH 2/2] qbittorrent: update to 4.6.4

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

diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template
index 368d68f2f17a8d..5b6e0f58699310 100644
--- a/srcpkgs/qbittorrent/template
+++ b/srcpkgs/qbittorrent/template
@@ -1,6 +1,6 @@
 # Template file for 'qbittorrent'
 pkgname=qbittorrent
-version=4.5.4
+version=4.6.4
 revision=1
 create_wrksrc=yes
 build_style=gnu-configure
@@ -16,7 +16,7 @@ license="GPL-2.0-or-later"
 homepage="https://www.qbittorrent.org/"
 changelog="https://www.qbittorrent.org/news.php"
 distfiles="${SOURCEFORGE_SITE}/qbittorrent/qbittorrent-${version}.tar.xz"
-checksum=f92bcd3ed25600796c59257c507e56a252a65af60bd042b71f1e7ff3fe5264da
+checksum=8e62a24145582a0b36e8268a2e574c5d61a396d28a7d02b899ca59f2244a8913
 CXXFLAGS=-std=gnu++17
 
 do_extract() {

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

* Re: [PR PATCH] [Updated] qbittorrent: update to 4.6.4, libtorrent-rasterbar: update to 1.2.19
  2024-05-12  1:10 [PR PATCH] qbittorrent: update to 4.6.4, libtorrent-rasterbar: update to 1.2.19 zen0bit
  2024-05-12  2:50 ` [PR PATCH] [Updated] " zen0bit
@ 2024-05-12  2:51 ` zen0bit
  2024-05-12  3:26 ` zen0bit
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: zen0bit @ 2024-05-12  2:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR u/qbitorrent
https://github.com/void-linux/void-packages/pull/50283

qbittorrent: update to 4.6.4, libtorrent-rasterbar: update to 1.2.19
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)

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

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

From 518bc6f7940f40766a2bc74e0cb34c74fce8ac39 Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Sun, 12 May 2024 03:07:47 +0200
Subject: [PATCH 1/2] libtorrent-rasterbar: update to 1.2.19

---
 srcpkgs/libtorrent-rasterbar/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template
index ce3782646fd825..42f8299976e8ed 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -1,8 +1,8 @@
 # Template file for 'libtorrent-rasterbar'
 # Breaks ABI/API without changing soname, revbump all dependants
 pkgname=libtorrent-rasterbar
-version=1.2.18
-revision=5
+version=1.2.19
+revision=1
 build_style=cmake
 configure_args="-Dbuild_examples=ON -Dbuild_tools=ON
  -Dpython-bindings=ON -Dbuild_tests=ON"
@@ -13,12 +13,12 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://libtorrent.org/"
 distfiles="https://github.com/arvidn/libtorrent/releases/download/v${version}/${pkgname}-${version}.tar.gz"
-checksum=fef2b6817de4e6d960e019c27f21daf27bc2468a81d9e028a19d45d61456fa72
+checksum=eee8e99548dc5eb5e643e49db9202f4f97112c032dba883dfdc8144af5b6e40e
 
 CXXFLAGS="-std=c++14"
 
-make_check=ci-skip
 # TODO: The test_resume failed in CI for i686 but passed with xbps-uunshare
+make_check=ci-skip
 
 pre_configure() {
 	if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then

From a754be6e7538c4a85d3d8f008143610134caae95 Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Sun, 12 May 2024 03:08:15 +0200
Subject: [PATCH 2/2] qbittorrent: update to 4.6.4

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

diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template
index 368d68f2f17a8d..5b6e0f58699310 100644
--- a/srcpkgs/qbittorrent/template
+++ b/srcpkgs/qbittorrent/template
@@ -1,6 +1,6 @@
 # Template file for 'qbittorrent'
 pkgname=qbittorrent
-version=4.5.4
+version=4.6.4
 revision=1
 create_wrksrc=yes
 build_style=gnu-configure
@@ -16,7 +16,7 @@ license="GPL-2.0-or-later"
 homepage="https://www.qbittorrent.org/"
 changelog="https://www.qbittorrent.org/news.php"
 distfiles="${SOURCEFORGE_SITE}/qbittorrent/qbittorrent-${version}.tar.xz"
-checksum=f92bcd3ed25600796c59257c507e56a252a65af60bd042b71f1e7ff3fe5264da
+checksum=8e62a24145582a0b36e8268a2e574c5d61a396d28a7d02b899ca59f2244a8913
 CXXFLAGS=-std=gnu++17
 
 do_extract() {

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

* Re: qbittorrent: update to 4.6.4, libtorrent-rasterbar: update to 1.2.19
  2024-05-12  1:10 [PR PATCH] qbittorrent: update to 4.6.4, libtorrent-rasterbar: update to 1.2.19 zen0bit
  2024-05-12  2:50 ` [PR PATCH] [Updated] " zen0bit
  2024-05-12  2:51 ` zen0bit
@ 2024-05-12  3:26 ` zen0bit
  2024-05-12  3:56 ` [PR PATCH] [Updated] " zen0bit
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: zen0bit @ 2024-05-12  3:26 UTC (permalink / raw)
  To: ml

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

New comment by zen0bit on void-packages repository

https://github.com/void-linux/void-packages/pull/50283#issuecomment-2106104263

Comment:
Why this failed?

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

* Re: [PR PATCH] [Updated] qbittorrent: update to 4.6.4, libtorrent-rasterbar: update to 1.2.19
  2024-05-12  1:10 [PR PATCH] qbittorrent: update to 4.6.4, libtorrent-rasterbar: update to 1.2.19 zen0bit
                   ` (2 preceding siblings ...)
  2024-05-12  3:26 ` zen0bit
@ 2024-05-12  3:56 ` zen0bit
  2024-05-12  4:26 ` zen0bit
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: zen0bit @ 2024-05-12  3:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR u/qbitorrent
https://github.com/void-linux/void-packages/pull/50283

qbittorrent: update to 4.6.4, libtorrent-rasterbar: update to 1.2.19
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)

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

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

From 5467ffb25c422408812192081f4d21487eb24373 Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Sun, 12 May 2024 03:07:47 +0200
Subject: [PATCH 1/2] libtorrent-rasterbar: update to 1.2.19

---
 srcpkgs/libtorrent-rasterbar/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template
index ce3782646fd825..42f8299976e8ed 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -1,8 +1,8 @@
 # Template file for 'libtorrent-rasterbar'
 # Breaks ABI/API without changing soname, revbump all dependants
 pkgname=libtorrent-rasterbar
-version=1.2.18
-revision=5
+version=1.2.19
+revision=1
 build_style=cmake
 configure_args="-Dbuild_examples=ON -Dbuild_tools=ON
  -Dpython-bindings=ON -Dbuild_tests=ON"
@@ -13,12 +13,12 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://libtorrent.org/"
 distfiles="https://github.com/arvidn/libtorrent/releases/download/v${version}/${pkgname}-${version}.tar.gz"
-checksum=fef2b6817de4e6d960e019c27f21daf27bc2468a81d9e028a19d45d61456fa72
+checksum=eee8e99548dc5eb5e643e49db9202f4f97112c032dba883dfdc8144af5b6e40e
 
 CXXFLAGS="-std=c++14"
 
-make_check=ci-skip
 # TODO: The test_resume failed in CI for i686 but passed with xbps-uunshare
+make_check=ci-skip
 
 pre_configure() {
 	if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then

From b61132825fdde9c7ec2cd4567d2d7812d21dc80a Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Sun, 12 May 2024 03:08:15 +0200
Subject: [PATCH 2/2] qbittorrent: update to 4.6.4

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

diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template
index 368d68f2f17a8d..5b6e0f58699310 100644
--- a/srcpkgs/qbittorrent/template
+++ b/srcpkgs/qbittorrent/template
@@ -1,6 +1,6 @@
 # Template file for 'qbittorrent'
 pkgname=qbittorrent
-version=4.5.4
+version=4.6.4
 revision=1
 create_wrksrc=yes
 build_style=gnu-configure
@@ -16,7 +16,7 @@ license="GPL-2.0-or-later"
 homepage="https://www.qbittorrent.org/"
 changelog="https://www.qbittorrent.org/news.php"
 distfiles="${SOURCEFORGE_SITE}/qbittorrent/qbittorrent-${version}.tar.xz"
-checksum=f92bcd3ed25600796c59257c507e56a252a65af60bd042b71f1e7ff3fe5264da
+checksum=8e62a24145582a0b36e8268a2e574c5d61a396d28a7d02b899ca59f2244a8913
 CXXFLAGS=-std=gnu++17
 
 do_extract() {

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

* Re: qbittorrent: update to 4.6.4, libtorrent-rasterbar: update to 1.2.19
  2024-05-12  1:10 [PR PATCH] qbittorrent: update to 4.6.4, libtorrent-rasterbar: update to 1.2.19 zen0bit
                   ` (3 preceding siblings ...)
  2024-05-12  3:56 ` [PR PATCH] [Updated] " zen0bit
@ 2024-05-12  4:26 ` zen0bit
  2024-05-17 13:21 ` sgn
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: zen0bit @ 2024-05-12  4:26 UTC (permalink / raw)
  To: ml

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

New comment by zen0bit on void-packages repository

https://github.com/void-linux/void-packages/pull/50283#issuecomment-2106104263

Comment:
Why this failed for first time (some github issuse?)

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

* Re: qbittorrent: update to 4.6.4, libtorrent-rasterbar: update to 1.2.19
  2024-05-12  1:10 [PR PATCH] qbittorrent: update to 4.6.4, libtorrent-rasterbar: update to 1.2.19 zen0bit
                   ` (4 preceding siblings ...)
  2024-05-12  4:26 ` zen0bit
@ 2024-05-17 13:21 ` sgn
  2024-05-18  5:38 ` [PR PATCH] [Updated] " zen0bit
  2024-06-16 22:35 ` classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: sgn @ 2024-05-17 13:21 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/50283#issuecomment-2117594645

Comment:
```
# Breaks ABI/API without changing soname, revbump all dependants
pkgname=libtorrent-rasterbar
```

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

* Re: [PR PATCH] [Updated] qbittorrent: update to 4.6.4, libtorrent-rasterbar: update to 1.2.19
  2024-05-12  1:10 [PR PATCH] qbittorrent: update to 4.6.4, libtorrent-rasterbar: update to 1.2.19 zen0bit
                   ` (5 preceding siblings ...)
  2024-05-17 13:21 ` sgn
@ 2024-05-18  5:38 ` zen0bit
  2024-06-16 22:35 ` classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: zen0bit @ 2024-05-18  5:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR u/qbitorrent
https://github.com/void-linux/void-packages/pull/50283

qbittorrent: update to 4.6.4, libtorrent-rasterbar: update to 1.2.19
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)

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

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

From 74cbddd33f37f05dd8cca27d66d564393728265c Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Sun, 12 May 2024 03:07:47 +0200
Subject: [PATCH 1/2] libtorrent-rasterbar: update to 1.2.19

---
 common/shlibs                         | 2 +-
 srcpkgs/libtorrent-rasterbar/template | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 5883e1c70b15f6..664fa4d8753de3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2172,7 +2172,7 @@ libopenjpeg.so.5 libopenjpeg-1.5.2_1
 libopenpgl.so.0 openpgl-0.5.0_1
 liboping.so.0 liboping-1.8.0_1
 libloudmouth-1.so.0 loudmouth-1.5.3_12
-libtorrent-rasterbar.so.10 libtorrent-rasterbar-1.2.18_1
+libtorrent-rasterbar.so.10 libtorrent-rasterbar-1.2.19_1
 libcapstone.so.5 capstone-5.0.1_1
 libhavege.so.2 libhaveged-1.9.11_1
 libnih.so.1 libnih-1.0.3_1
diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template
index ce3782646fd825..42f8299976e8ed 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -1,8 +1,8 @@
 # Template file for 'libtorrent-rasterbar'
 # Breaks ABI/API without changing soname, revbump all dependants
 pkgname=libtorrent-rasterbar
-version=1.2.18
-revision=5
+version=1.2.19
+revision=1
 build_style=cmake
 configure_args="-Dbuild_examples=ON -Dbuild_tools=ON
  -Dpython-bindings=ON -Dbuild_tests=ON"
@@ -13,12 +13,12 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://libtorrent.org/"
 distfiles="https://github.com/arvidn/libtorrent/releases/download/v${version}/${pkgname}-${version}.tar.gz"
-checksum=fef2b6817de4e6d960e019c27f21daf27bc2468a81d9e028a19d45d61456fa72
+checksum=eee8e99548dc5eb5e643e49db9202f4f97112c032dba883dfdc8144af5b6e40e
 
 CXXFLAGS="-std=c++14"
 
-make_check=ci-skip
 # TODO: The test_resume failed in CI for i686 but passed with xbps-uunshare
+make_check=ci-skip
 
 pre_configure() {
 	if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then

From ab1d4d8e08a927591490a13e9b08000c56fc7d23 Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Sun, 12 May 2024 03:08:15 +0200
Subject: [PATCH 2/2] qbittorrent: update to 4.6.4

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

diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template
index 368d68f2f17a8d..5b6e0f58699310 100644
--- a/srcpkgs/qbittorrent/template
+++ b/srcpkgs/qbittorrent/template
@@ -1,6 +1,6 @@
 # Template file for 'qbittorrent'
 pkgname=qbittorrent
-version=4.5.4
+version=4.6.4
 revision=1
 create_wrksrc=yes
 build_style=gnu-configure
@@ -16,7 +16,7 @@ license="GPL-2.0-or-later"
 homepage="https://www.qbittorrent.org/"
 changelog="https://www.qbittorrent.org/news.php"
 distfiles="${SOURCEFORGE_SITE}/qbittorrent/qbittorrent-${version}.tar.xz"
-checksum=f92bcd3ed25600796c59257c507e56a252a65af60bd042b71f1e7ff3fe5264da
+checksum=8e62a24145582a0b36e8268a2e574c5d61a396d28a7d02b899ca59f2244a8913
 CXXFLAGS=-std=gnu++17
 
 do_extract() {

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

* Re: qbittorrent: update to 4.6.4, libtorrent-rasterbar: update to 1.2.19
  2024-05-12  1:10 [PR PATCH] qbittorrent: update to 4.6.4, libtorrent-rasterbar: update to 1.2.19 zen0bit
                   ` (6 preceding siblings ...)
  2024-05-18  5:38 ` [PR PATCH] [Updated] " zen0bit
@ 2024-06-16 22:35 ` classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-06-16 22:35 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/50283#issuecomment-2171914867

Comment:
```
$ xrevshlib libtorrent-rasterbar
btfs
qbittorrent
```
missing btfs revbump

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

end of thread, other threads:[~2024-06-16 22:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-12  1:10 [PR PATCH] qbittorrent: update to 4.6.4, libtorrent-rasterbar: update to 1.2.19 zen0bit
2024-05-12  2:50 ` [PR PATCH] [Updated] " zen0bit
2024-05-12  2:51 ` zen0bit
2024-05-12  3:26 ` zen0bit
2024-05-12  3:56 ` [PR PATCH] [Updated] " zen0bit
2024-05-12  4:26 ` zen0bit
2024-05-17 13:21 ` sgn
2024-05-18  5:38 ` [PR PATCH] [Updated] " zen0bit
2024-06-16 22:35 ` classabbyamp

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