From c9b1bf0e7d097c371f10caeb353dc6641ee12fba Mon Sep 17 00:00:00 2001 From: Matthias Ahouansou Date: Wed, 22 Oct 2025 15:24:26 +0100 Subject: [PATCH] community/pipeline: upgrade to 3.1.1 --- community/pipeline/APKBUILD | 6 +++--- community/pipeline/enable-bindgen.patch | 27 +++++++++++++------------ 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/community/pipeline/APKBUILD b/community/pipeline/APKBUILD index 6ced09c68eb..7f57f0240d4 100644 --- a/community/pipeline/APKBUILD +++ b/community/pipeline/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Matthias Ahouansou # Maintainer: Matthias Ahouansou pkgname=pipeline -pkgver=3.1.0 +pkgver=3.1.1 pkgrel=0 pkgdesc="Watch YouTube and PeerTube videos in one place" url="https://gitlab.com/schmiddi-on-mobile/pipeline" @@ -56,7 +56,7 @@ package() { } sha512sums=" -b2220f1f26c8fa6b4dd63424d4edcffb1ff80c38a72d22964b447aae66607f22cd090c21778b2a5998d498ace66eb2d66bf96faa284a9baf111012d781629d5e pipeline-3.1.0.tar.gz +dbc20edfe5d869cef48558a19cce80de8073583705c1f294c621a2c84fc162fbd29d923fad621a2c539896127bf06a10e674af1c1c93bda68beceb5f109e7bb5 pipeline-3.1.1.tar.gz e6faae8a164e818b87d5366a9d495a953e40fd37e801253daff253cc9d9c42a8893129aecb2e4f3fba9f43f3a0646ffebca5e48ce67defeb9fdf3ea5a0844e7f cargo-auditable.patch -6d944f475e2e0715dbe65f6ffb2d86e7513962d73c0b69a0fbc6ac487c304f7c704e312bde4c5218706b700810b0d286258956808521c2b384d176b3f876896d enable-bindgen.patch +0c8e574cf40d45fa5640947bd6798bc965077dde64ca8f559602df8246e7f8e5a537a94a6fd7dedf7c9ce45d5ee7a8709ec0b95baa518e9ef96bf3f84af115f4 enable-bindgen.patch " diff --git a/community/pipeline/enable-bindgen.patch b/community/pipeline/enable-bindgen.patch index 5bb13013872..9f14c9464e6 100644 --- a/community/pipeline/enable-bindgen.patch +++ b/community/pipeline/enable-bindgen.patch @@ -1,5 +1,5 @@ diff --git a/Cargo.lock b/Cargo.lock -index 4518170..1e7c2d6 100644 +index 0978500..d60c356 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -180,6 +180,29 @@ version = "0.22.1" @@ -324,7 +324,7 @@ index 4518170..1e7c2d6 100644 "windows-sys 0.61.2", ] -@@ -2787,7 +2956,7 @@ dependencies = [ +@@ -2786,7 +2955,7 @@ dependencies = [ "fastrand", "getrandom 0.3.3", "once_cell", @@ -333,7 +333,7 @@ index 4518170..1e7c2d6 100644 "windows-sys 0.61.2", ] -@@ -3089,6 +3258,7 @@ dependencies = [ +@@ -3088,6 +3257,7 @@ dependencies = [ "rand", "regex", "reqwest", @@ -341,7 +341,7 @@ index 4518170..1e7c2d6 100644 "rusqlite", "rusqlite_migration", "serde", -@@ -3115,6 +3285,12 @@ version = "1.0.19" +@@ -3114,6 +3284,12 @@ version = "1.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" @@ -354,7 +354,7 @@ index 4518170..1e7c2d6 100644 [[package]] name = "unicode-xid" version = "0.2.6" -@@ -3302,6 +3478,18 @@ dependencies = [ +@@ -3301,6 +3477,18 @@ dependencies = [ "wasm-bindgen", ] @@ -374,15 +374,16 @@ index 4518170..1e7c2d6 100644 name = "winapi" version = "0.3.9" diff --git a/Cargo.toml b/Cargo.toml -index 48e5ff3..e1cca97 100644 +index 7448e4c..cae2cf6 100644 --- a/Cargo.toml +++ b/Cargo.toml -@@ -45,6 +45,8 @@ pcore = { package = "pipeline-core", git = "https://gitlab.com/schmiddi-on-mobil - papi = { package = "pipeline-api", git = "https://gitlab.com/schmiddi-on-mobile/pipeline-backend.git", rev = "6857dbeea00d18436b41c3d916efa53a582ef512" } - ppiped = { package = "pipeline-provider-piped", git = "https://gitlab.com/schmiddi-on-mobile/pipeline-backend.git", rev = "6857dbeea00d18436b41c3d916efa53a582ef512" } - prustypipe = { package = "pipeline-provider-rustypipe", git = "https://gitlab.com/schmiddi-on-mobile/pipeline-backend.git", rev = "6857dbeea00d18436b41c3d916efa53a582ef512" } +@@ -14,6 +14,9 @@ debug = false + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + + [dependencies] +# to enable bindgen +rquickjs = { version = "0.9.0", features = ["bindgen"] } - ppeertube = { package = "pipeline-provider-peertube", git = "https://gitlab.com/schmiddi-on-mobile/pipeline-backend.git", rev = "6857dbeea00d18436b41c3d916efa53a582ef512" } - - clapper = { git = "https://gitlab.gnome.org/JanGernert/clapper-rs.git", package = "clapper", rev = "1b74cb39fe340614672bc1f46c533f520a0f9f0e", features = [ ++ + gtk = { version = "0.9.7", package = "gtk4", features = ["v4_14"] } + gdk = { version = "0.9.6", package = "gdk4" } + adw = { version = "0.7.2", package = "libadwaita", features = ["v1_7"] }