From a05c95f2e304f255a8a76a83f29658125c7a67ad Mon Sep 17 00:00:00 2001 From: zenobit Date: Sun, 12 May 2024 03:07:47 +0200 Subject: [PATCH 1/3] 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 7c13e616340dc9..d72b56ee1117c6 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2181,7 +2181,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 " 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 7e1f7404ae349792308d7280b02a849b4fd04914 Mon Sep 17 00:00:00 2001 From: zenobit Date: Sun, 12 May 2024 03:08:15 +0200 Subject: [PATCH 2/3] qbittorrent: update to 4.6.5 --- srcpkgs/qbittorrent/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index 368d68f2f17a8d..3dc8c3a51797d8 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.5 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=89cd79f58af4db346a9744e4bf61181c4bd40cce201b79a9f54ac31a8676e921 CXXFLAGS=-std=gnu++17 do_extract() { From 188c1093724934941899c5b1ec112761fa2c7ae0 Mon Sep 17 00:00:00 2001 From: zenobit Date: Thu, 4 Jul 2024 03:32:50 +0200 Subject: [PATCH 3/3] btfs: revbump --- srcpkgs/btfs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/btfs/template b/srcpkgs/btfs/template index 8f3818e6c2efc6..df8618ff302b53 100644 --- a/srcpkgs/btfs/template +++ b/srcpkgs/btfs/template @@ -1,7 +1,7 @@ # Template file for 'btfs' pkgname=btfs version=2.24 -revision=4 +revision=5 build_style=gnu-configure hostmakedepends="automake pkg-config" makedepends="boost-devel fuse-devel libcurl-devel libtorrent-rasterbar-devel"