aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Smaniotto <smaniotto.nicola@gmail.com>2023-06-02 17:02:12 +0200
committerNicola Smaniotto <smaniotto.nicola@gmail.com>2023-06-02 17:02:12 +0200
commit5ef1617973cdc9a04e3df4c11b9e7b1349531d4c (patch)
tree0b17884bfa2122e66ff4f9a98a0948c15bc06a0c /mpv-plugin
parentnet-voip/discover-overlay: add 0.6.5, drop 0.6.3-r1 (diff)
downloadguru-5ef1617973cdc9a04e3df4c11b9e7b1349531d4c.tar.gz
guru-5ef1617973cdc9a04e3df4c11b9e7b1349531d4c.tar.bz2
guru-5ef1617973cdc9a04e3df4c11b9e7b1349531d4c.zip
mpv-plugin/mpv-kscreen-doctor: new package, add 0.2.1
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
Diffstat (limited to 'mpv-plugin')
-rw-r--r--mpv-plugin/mpv-kscreen-doctor/Manifest1
-rw-r--r--mpv-plugin/mpv-kscreen-doctor/mpv-kscreen-doctor-0.2.1.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/mpv-plugin/mpv-kscreen-doctor/Manifest b/mpv-plugin/mpv-kscreen-doctor/Manifest
new file mode 100644
index 000000000..85594976d
--- /dev/null
+++ b/mpv-plugin/mpv-kscreen-doctor/Manifest
@@ -0,0 +1 @@
+DIST mpv-kscreen-doctor-0.2.1.tar.gz 3450 BLAKE2B 52333d62685db7fb29423c8666d1509d5cf81f169befa8e7c9c2a591f153fd1d70e0b3778a8c24976b253fbf598630b44c5b2dcb50ebc69ed31dc74215d96769 SHA512 c6b6fd960c7651ea13d72b98ac687808b21dc45d1191065077efba4e5f06345255e96555c992361c347d56f0ea3b537cd525841ef7c680539ca9e16790cef16f
diff --git a/mpv-plugin/mpv-kscreen-doctor/mpv-kscreen-doctor-0.2.1.ebuild b/mpv-plugin/mpv-kscreen-doctor/mpv-kscreen-doctor-0.2.1.ebuild
new file mode 100644
index 000000000..2c01fc18e
--- /dev/null
+++ b/mpv-plugin/mpv-kscreen-doctor/mpv-kscreen-doctor-0.2.1.ebuild
@@ -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.gz -> ${P}.tar.gz"
+
+LICENSE="Unlicense"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ kde-plasma/libkscreen
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-v${PV}"
+
+MPV_PLUGIN_FILES=( ${PN}.lua )