mpv-plugin/mpv-dvd-browser - 20250115 (tatsh-overlay)

Search

Package Information

Description:
API to allow scripts to create interactive scrollable lists in mpv player.
Homepage:
https://github.com/CogentRedTester/mpv-dvd-browser
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
20250115 8 ~amd64 ~ppc64 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MPV_REQ_USE="lua"

USE_MPV="rdepend"

inherit mpv-plugin

DESCRIPTION="API to allow scripts to create interactive scrollable lists in mpv player."
HOMEPAGE="https://github.com/CogentRedTester/mpv-dvd-browser"
SHA="9d4d55b086eb1d4a92c6684060fe526ebee53630"
SRC_URI="https://github.com/CogentRedTester/${PN}/archive/${SHA}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${SHA}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc64"

RDEPEND="media-video/lsdvd mpv-plugin/mpv-scroll-list"

MPV_PLUGIN_FILES=(
	"${PN:4}.lua"
)

src_install() {
	mpv-plugin_src_install
	insinto /etc/mpv/script-opts
	doins dvd_browser.conf
}

Dependencies

RDEPEND

media-video/lsdvd mpv-plugin/mpv-scroll-list

Manifest for 20250115

Type File Size Source URLs
DIST mpv-dvd-browser-20250115.tar.gz 744075 bytes https://github.com/CogentRedTester/mpv-dvd-browser/archive/9d4d55b086eb1d4a92c6684060fe526ebee53630.tar.gz