Install this version:
emerge -a =mpv-plugin/mpv-dvd-browser-20250115
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =mpv-plugin/mpv-dvd-browser-20250115
Or alternatively:
emerge --autounmask-write -a =mpv-plugin/mpv-dvd-browser-20250115
# 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
}
media-video/lsdvd mpv-plugin/mpv-scroll-list
| 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 |