mpv-plugin/mpv_sponsorblock_minimal: update snapshot

Signed-off-by: NRK <nrk@disroot.org>
This commit is contained in:
NRK
2026-02-09 16:19:21 +00:00
parent c17a447893
commit af8270ab59
2 changed files with 23 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST mpv_sponsorblock_minimal-2023.08.20.tar.gz 14419 BLAKE2B bb055273d1dc6f1aaeb6cc4a77f1686dc4f98930b59eeb185c379f0e9da172f960d194cc7b26fe914fd54b0fcafc6600eda5f4690561e5ba669a3243c8abf6a3 SHA512 f790ae06e26bd78b686790245d2aa135af2f0f71e11a800ad916e6ba9cc863f4be9ec7829945ac9dfe1349c51ac9f2bcba5fd4c4c3c7b08660ecce1289c7ec21
DIST mpv_sponsorblock_minimal-2026.02.09.tar.gz 14973 BLAKE2B b1a5ea51363f760ebcb0f385422db92875443dcb25c473f8904e3ea227adea85bafc7552cfe17cfb7f7e77e69c5a99b0030690d601f4edfa92020b49fb84c5ed SHA512 136ff65317d0d6ebaa6d98fca9960ff144ab4bc6dbaec86ecc850619362eeafc9b9cb8065e4d9f89ccf8091f348ecb50317d1253950a01bb1d869075a700333a

View File

@@ -0,0 +1,22 @@
# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_MPV="rdepend"
MPV_REQ_USE="lua"
inherit mpv-plugin
COMMIT="8f4b186d6ea46e6fe0e5e94a53dda2f50dceb576"
DESCRIPTION="A minimal script to skip sponsored segments of YouTube videos"
HOMEPAGE="https://codeberg.org/jouni/mpv_sponsorblock_minimal"
SRC_URI="https://codeberg.org/jouni/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}"
LICENSE="GPL-3"
KEYWORDS="~amd64"
RDEPEND="net-misc/curl"
MPV_PLUGIN_FILES=( sponsorblock_minimal.lua )
DOCS=( README.md )