mpv-plugin/mpv-kscreen-doctor: add 0.2.2

Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
Nicola Smaniotto
2023-07-06 12:14:25 +02:00
parent 1fe2df6149
commit 65d15df8b3
2 changed files with 26 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST mpv-kscreen-doctor-0.2.1.tar.gz 3450 BLAKE2B 52333d62685db7fb29423c8666d1509d5cf81f169befa8e7c9c2a591f153fd1d70e0b3778a8c24976b253fbf598630b44c5b2dcb50ebc69ed31dc74215d96769 SHA512 c6b6fd960c7651ea13d72b98ac687808b21dc45d1191065077efba4e5f06345255e96555c992361c347d56f0ea3b537cd525841ef7c680539ca9e16790cef16f
DIST mpv-kscreen-doctor-0.2.2.tar.bz2 3578 BLAKE2B 0ca60ca2a2286eda3c062e6713aa323bdc3dace6bd1764166e1c62e3a94c78803212c5939a12b7229268319492a1a714008dc2c433197c4c9afe4021a5a1bffd SHA512 dd890bf5d9521dbf55702a5a7e8e176dc8f95ad826b2bc370b03150b8276c80e2e9ac7b32a6b5f4199a0addba74a1fa4c7af3f7be20cb4f8e1fd95b376cb3472

View File

@@ -0,0 +1,25 @@
# Copyright 2023 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
DESCRIPTION="Set the display refresh rate that best approximates the content fps"
HOMEPAGE="https://gitlab.com/smaniottonicola/mpv-kscreen-doctor"
SRC_URI="https://gitlab.com/smaniottonicola/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2"
LICENSE="Unlicense"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
kde-plasma/libkscreen
"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-v${PV}"
MPV_PLUGIN_FILES=( ${PN}.lua )