From: Piraty <Piraty@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] libtorrent-rasterbar-2.0.10 , qbittorrent-4.6.6 , remove libtorrent-rasterbar-python
Date: Tue, 10 Sep 2024 00:25:48 +0200 [thread overview]
Message-ID: <20240909222548.1FA9A2E5DF@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-52048@inbox.vuxu.org>
[-- Attachment #1: Type: text/plain, Size: 1354 bytes --]
There is an updated pull request by Piraty against master on the void-packages repository
https://github.com/Piraty/void-packages libtorrent-rasterbar-2
https://github.com/void-linux/void-packages/pull/52048
libtorrent-rasterbar-2.0.10 , qbittorrent-4.6.6 , remove libtorrent-rasterbar-python
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
ping @ericonr @slymattz @zen0bit
A patch file from https://github.com/void-linux/void-packages/pull/52048.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libtorrent-rasterbar-2-52048.patch --]
[-- Type: text/x-diff, Size: 5277 bytes --]
From 422297fd766056e3bcc47253365fe9e45848681a Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Fri, 30 Aug 2024 21:48:37 +0200
Subject: [PATCH 1/4] libtorrent-rasterbar: update to 2.0.10.
---
common/shlibs | 2 +-
srcpkgs/libtorrent-rasterbar/template | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/common/shlibs b/common/shlibs
index 916b7abbd481f7..99a9a0878a9de5 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2187,7 +2187,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.19_1
+libtorrent-rasterbar.so.2.0 libtorrent-rasterbar-2.0.10_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 42f8299976e8ed..194d2b9022da2d 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -1,7 +1,7 @@
# Template file for 'libtorrent-rasterbar'
# Breaks ABI/API without changing soname, revbump all dependants
pkgname=libtorrent-rasterbar
-version=1.2.19
+version=2.0.10
revision=1
build_style=cmake
configure_args="-Dbuild_examples=ON -Dbuild_tools=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=eee8e99548dc5eb5e643e49db9202f4f97112c032dba883dfdc8144af5b6e40e
+checksum=fc935b8c1daca5c0a4d304bff59e64e532be16bb877c012aea4bda73d9ca885d
CXXFLAGS="-std=c++14"
From 718ae4cf218bd649379ecc14630b48c7727e9f6b Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Fri, 30 Aug 2024 21:48:39 +0200
Subject: [PATCH 2/4] btfs: rebuild for libtorrent-rasterbar 2.0.10
---
srcpkgs/btfs/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/btfs/template b/srcpkgs/btfs/template
index df8618ff302b53..31fad79ac28ef6 100644
--- a/srcpkgs/btfs/template
+++ b/srcpkgs/btfs/template
@@ -1,7 +1,7 @@
# Template file for 'btfs'
pkgname=btfs
version=2.24
-revision=5
+revision=6
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="boost-devel fuse-devel libcurl-devel libtorrent-rasterbar-devel"
From 94b03239ad388dc5d262da46a520534779ed7b7a Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Fri, 30 Aug 2024 21:48:40 +0200
Subject: [PATCH 3/4] qbittorrent: update to 4.6.6.
---
srcpkgs/qbittorrent/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template
index 4dbfeb03787c49..67717dae0db968 100644
--- a/srcpkgs/qbittorrent/template
+++ b/srcpkgs/qbittorrent/template
@@ -1,7 +1,7 @@
# Template file for 'qbittorrent'
pkgname=qbittorrent
-version=4.6.5
-revision=2
+version=4.6.6
+revision=1
build_style=cmake
configure_args="-DQT6=ON -DSYSTEMD=OFF -DGUI=ON -DWEBUI=OFF"
hostmakedepends="pkg-config qt6-tools qt6-declarative-host-tools"
@@ -13,7 +13,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=89cd79f58af4db346a9744e4bf61181c4bd40cce201b79a9f54ac31a8676e921
+checksum=437d5dc70c146aac45c263b335855826e279fad6da5c01c21db24152f18169d1
CXXFLAGS=-std=gnu++17
post_configure() { # qbittorrent-nox
From 46e906120de7539576b3babe34ab3119765c955a Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Fri, 30 Aug 2024 21:48:41 +0200
Subject: [PATCH 4/4] libtorrent-rasterbar-python: remove package
---
srcpkgs/libtorrent-rasterbar-python/template | 9 ---------
srcpkgs/removed-packages/template | 3 ++-
2 files changed, 2 insertions(+), 10 deletions(-)
delete mode 100644 srcpkgs/libtorrent-rasterbar-python/template
diff --git a/srcpkgs/libtorrent-rasterbar-python/template b/srcpkgs/libtorrent-rasterbar-python/template
deleted file mode 100644
index 3698780659e439..00000000000000
--- a/srcpkgs/libtorrent-rasterbar-python/template
+++ /dev/null
@@ -1,9 +0,0 @@
-# Template file for 'libtorrent-rasterbar-python'
-pkgname=libtorrent-rasterbar-python
-version=1.2.2
-revision=1
-build_style=meta
-short_desc="Obsolete package: switch to libtorrent-rasterbar-python3"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="BSD-2-Clause"
-homepage="https://voidlinux.org/"
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 80279264e97e4f..b47ab74df8113d 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,6 +1,6 @@
# Template file for 'removed-packages'
pkgname=removed-packages
-version=0.1.20240905
+version=0.1.20240909
revision=1
build_style=meta
short_desc="Uninstalls packages removed from repository"
@@ -424,6 +424,7 @@ replaces="
libspa-ffmpeg<=0.3.32_1
libspotify-devel<=12.1.51_2
libspotify<=12.1.51_2
+ libtorrent-rasterbar-python<=1.2.2_1
libunique-devel<=3.0.2_11
libunique1-devel<=1.1.6_12
libunique1<=1.1.6_12
next prev parent reply other threads:[~2024-09-09 22:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-30 19:50 [PR PATCH] " Piraty
2024-08-31 12:21 ` slymattz
2024-09-09 22:25 ` Piraty [this message]
2024-09-09 23:32 ` [PR PATCH] [Merged]: " Piraty
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=20240909222548.1FA9A2E5DF@inbox.vuxu.org \
--to=piraty@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).