mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
media-video/mpv_thumbnail_script: initial import
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
1
media-video/mpv_thumbnail_script/Manifest
Normal file
1
media-video/mpv_thumbnail_script/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST mpv_thumbnail_script-0.4.8.tar.gz 2583047 BLAKE2B dabcc477b49ceac3b15ffcde0c6ff072797a42109a2a8a0b4bcb2a029964fe8b3095f45691b6a03924ad960c1643354f09bc370caa63aa64a3bfa2aadc94a326 SHA512 b28b8dc2b268725d15aa1f0ca2a8dd512d6eb5f9a520786a0d59beae79a1608b6e7a783c92cb75950f36c85893834acf85c75f457995248116c54fc1832792bd
|
||||
@@ -0,0 +1,30 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
MPV_REQ_USE="lua"
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
inherit mpv-plugin python-any-r1
|
||||
|
||||
DESCRIPTION="A Lua script to show preview thumbnails in mpv's OSC seekbar"
|
||||
HOMEPAGE="https://github.com/marzzzello/mpv_thumbnail_script"
|
||||
|
||||
SRC_URI="https://github.com/marzzzello/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
BDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
"
|
||||
|
||||
MPV_PLUGIN_FILES=(
|
||||
${PN}_client_osc.lua
|
||||
${PN}_server.lua
|
||||
)
|
||||
|
||||
src_compile() {
|
||||
${EPYTHON} concat_files.py -r "cat_osc.json" || die
|
||||
${EPYTHON} concat_files.py -r "cat_server.json" || die
|
||||
}
|
||||
Reference in New Issue
Block a user