Install this version:
emerge -a =mpv-plugin/mdmenu-20260218
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =mpv-plugin/mdmenu-20260218
Or alternatively:
emerge --autounmask-write -a =mpv-plugin/mdmenu-20260218
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20260218 | 8 | ~amd64 |
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit mpv-plugin
DESCRIPTION="dmenu based selection menu for chapters, tracks, playlist etc"
HOMEPAGE="https://codeberg.org/NRK/mpv-toolbox"
SRC_URI="https://codeberg.org/NRK/mpv-toolbox/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/mpv-toolbox/${PN}"
LICENSE="GPL-3+"
KEYWORDS="~amd64"
IUSE="custom-cmd"
RDEPEND="
>=media-video/mpv-0.36.0[lua]
!custom-cmd? ( x11-misc/dmenu )
"
MPV_PLUGIN_FILES=( mdmenu.lua )
DOCS=( mdmenu.conf README.md )
pkg_postinst() {
mpv-plugin_pkg_postinst
einfo "mdmenu does not set any keybindings by default."
einfo "Customize ~~/input.conf according to the documentation "
einfo "in order to set custom bindings."
if use custom-cmd ; then
ewarn "mdmenu has been installed without dmenu."
ewarn "You will need to set \`cmd\` in ~~/script-opts/mdmenu.conf "
ewarn "to a dmenu-compatible application for mdmenu to work."
ewarn "Please refer to the documentation for more info."
fi
}
Manage flags for this package:
euse -i <flag> -p mpv-plugin/mdmenu |
euse -E <flag> -p mpv-plugin/mdmenu |
euse -D <flag> -p mpv-plugin/mdmenu
>=media-video/mpv-0.36.0[lua] !custom-cmd? ( x11-misc/dmenu )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | mdmenu-20260218.tar.gz | 22711 bytes | https://codeberg.org/NRK/mpv-toolbox/archive/20260218.tar.gz |