mpv-plugin/mpv-plugin-xrandr - 2023.06.19 (guru)

Search

Package Information

Description:
Automatically invoke the xrandr to set the parameters for the display output
Homepage:
https://gitlab.com/lvml/mpv-plugin-xrandr
License:
GPL-2

Ebuild Details

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

EAPI=8

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

MY_PV="r${PV//./_}"

DESCRIPTION="Automatically invoke the xrandr to set the parameters for the display output"
HOMEPAGE="https://gitlab.com/lvml/mpv-plugin-xrandr"
SRC_URI="https://gitlab.com/lvml/mpv-plugin-xrandr/-/archive/tags/${MY_PV}/mpv-plugin-xrandr-tags-${MY_PV}.tar.bz2 -> ${P}.tar.bz2"

S="${WORKDIR}/${PN}-tags-${MY_PV}"

LICENSE="GPL-2"
KEYWORDS="~amd64"

RDEPEND="
	x11-apps/xrandr
"

MPV_PLUGIN_FILES=( xrandr.lua )

Dependencies

RDEPEND

	x11-apps/xrandr

Manifest for 2023.06.19

Type File Size Source URLs
DIST mpv-plugin-xrandr-2023.06.19.tar.bz2 11174 bytes https://gitlab.com/lvml/mpv-plugin-xrandr/-/archive/tags/r${PV//./_}/mpv-plugin-xrandr-tags-r${PV//./_}.tar.bz2