mpv-plugin/thumbfast - 2025.02.05 (mva)

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
2025.02.05 8 ~amd64
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

USE_MPV="rdepend"
MPV_REQ_USE="lua"
inherit mpv-plugin

MY_SHA="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/${MY_SHA}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_SHA}"

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
}

Dependencies

RDEPEND

app-shells/bash

Manifest for 2025.02.05

Type File Size Source URLs
DIST thumbfast-2025.02.05.tar.gz 16643 bytes https://github.com/po5/thumbfast/archive/9deb0733c4e36938cf90e42ddfb7a19a8b2f4641.tar.gz