mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 19:55:26 +03:00
testing/mpv-sponsorblock: upgrade to 2.2.0 && enable on loongarch64
This commit is contained in:
parent
cce7a609c1
commit
6ae52f57ff
1 changed files with 5 additions and 4 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Maintainer: Cowington Post <cowingtonpost@gmail.com>
|
# Maintainer: Cowington Post <cowingtonpost@gmail.com>
|
||||||
pkgname=mpv-sponsorblock
|
pkgname=mpv-sponsorblock
|
||||||
pkgver=2.1.0
|
pkgver=2.2.0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="MPV plugin that allows you to skip sponsors while watching YouTube videos"
|
pkgdesc="MPV plugin that allows you to skip sponsors while watching YouTube videos"
|
||||||
url="https://github.com/TheCactusVert/mpv-sponsorblock"
|
url="https://github.com/TheCactusVert/mpv-sponsorblock"
|
||||||
# loongarch64: libc crate
|
# x86: mpv-client-sys library has a buffer overflow vulnerability
|
||||||
arch="all !loongarch64"
|
arch="all !x86"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
depends="mpv"
|
depends="mpv"
|
||||||
makedepends="
|
makedepends="
|
||||||
cargo
|
cargo
|
||||||
cargo-auditable
|
cargo-auditable
|
||||||
mpv-dev
|
mpv-dev
|
||||||
|
clang-dev
|
||||||
"
|
"
|
||||||
source="https://github.com/TheCactusVert/mpv-sponsorblock/archive/v$pkgver/mpv-sponsorblock-$pkgver.tar.gz"
|
source="https://github.com/TheCactusVert/mpv-sponsorblock/archive/v$pkgver/mpv-sponsorblock-$pkgver.tar.gz"
|
||||||
options="!check" # no tests
|
options="!check" # no tests
|
||||||
|
@ -35,5 +36,5 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
60c673ef37e72aad87e69a533311fe2172fd53cc687f29d64560b35d2b272d16cbda523536312992170bcab2d5d84d7b4bdc91a7b75bdf8e76f4b21dccc6bd79 mpv-sponsorblock-2.1.0.tar.gz
|
149357a39a990ba68c2c457273ac0381407b61f056e62a475edefc2eb6e8158934e6eb03478c42289f886a36f987856c1e9307dd09c01320f17a239e27b07593 mpv-sponsorblock-2.2.0.tar.gz
|
||||||
"
|
"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue