mpv-plugin/thumbfast: add 2025.02.04

Signed-off-by: NRK <nrk@disroot.org>
This commit is contained in:
NRK 2025-03-07 11:35:50 +00:00
parent 19e74ee6a1
commit 6503bb76cd
No known key found for this signature in database
GPG Key ID: 58CBF66F876BD8CF
2 changed files with 36 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST thumbfast-2023.12.08.tar.gz 16515 BLAKE2B 94a8d75315b77b3290fb6e90a44d6ff7970e663ecbdadf29acff6c1282e6834afb1dd079967dadee26c81cc6ae181df9ff0e815c662e11a70fe29a1f6b11cdc7 SHA512 af69b8bd90d6acbd8aeeb7821998684239047efb2f1147149d1cfc824e763e459dc88364d5903f0228e2f3e1b372ced0df6c8b6c07bfd12b05937f2a889a851e
DIST thumbfast-2025.02.04.tar.gz 16643 BLAKE2B 20d564cbc64cc5d1a151912419a42a34204198db0bb9014524597ae2af86f99b780fb5b5504ce417625306242407cb288013c0c0c91909609860dae5db09eb2e SHA512 27ee40dd2a41faa3426cf2f3704feb6cf89962142e84d04747dac1211d4ecd24e8b06d4cb78d549ff44c27134accd011030f1d89c75539fbe3c06def52564c99

View File

@ -0,0 +1,35 @@
# Copyright 2024-2025 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="9deb0733c4e36938cf90e42ddfb7a19a8b2f4641"
DESCRIPTION="High-performance on-the-fly thumbnailer script for mpv."
HOMEPAGE="https://github.com/po5/thumbfast"
SRC_URI="https://github.com/po5/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="MPL-2.0"
KEYWORDS="~amd64"
RDEPEND="app-shells/bash"
MPV_PLUGIN_FILES=(
thumbfast.lua
)
DOCS=(
thumbfast.conf
README.md
)
pkg_postinst() {
mpv-plugin_pkg_postinst
einfo "thumbfast requires using a supported ui (such as mpv-plugin/mfpbar)."
# TODO(NRK): add a useflag for the vanilla-osc fork??
# https://github.com/po5/thumbfast/blob/vanilla-osc/player/lua/osc.lua
}