mpv-plugin/thumbfast - 2023.12.08 (guru)

Search

Package Information

Description:
High-performance on-the-fly thumbnailer script for mpv.
Homepage:
https://github.com/po5/thumbfast
License:
MPL-2.0

Ebuild Details

Version EAPI Keywords Slot
2023.12.08 8 ~amd64
View Raw Ebuild
# Copyright 2024 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="03e93feee5a85bf7c65db953ada41b4826e9f905"
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
}

Dependencies

RDEPEND

app-shells/bash

Manifest for 2023.12.08

Type File Size Source URLs
DIST thumbfast-2023.12.08.tar.gz 16515 bytes https://github.com/po5/thumbfast/archive/03e93feee5a85bf7c65db953ada41b4826e9f905.tar.gz