[gentoo-commits] repo/proj/guru:dev commit in: mpv-plugin/mpv-kscreen-doctor/, mpv-plugin/mpv-youtube-upnext/, ...

2024-05-14 Thread Julien Roy
commit: 4ef78cbd30f9a8313dd1ed771f85ca8a6788238c
Author: Lucio Sauer  posteo  net>
AuthorDate: Mon May 13 20:35:15 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue May 14 20:37:54 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4ef78cbd

mpv-plugin/*: fix variable order

Signed-off-by: Lucio Sauer  posteo.net>
Signed-off-by: Julien Roy  jroy.ca>

 mpv-plugin/SmartCopyPaste/SmartCopyPaste-3.1.ebuild  | 5 ++---
 mpv-plugin/kdialog-open-files/kdialog-open-files-20221015.ebuild | 5 ++---
 mpv-plugin/mpv-autosub/mpv-autosub-20210629.ebuild   | 5 ++---
 mpv-plugin/mpv-kscreen-doctor/mpv-kscreen-doctor-0.2.1.ebuild| 4 ++--
 mpv-plugin/mpv-kscreen-doctor/mpv-kscreen-doctor-0.2.2.ebuild| 4 ++--
 mpv-plugin/mpv-plugin-xrandr/mpv-plugin-xrandr-2023.06.19.ebuild | 5 ++---
 mpv-plugin/mpv-youtube-upnext/mpv-youtube-upnext-20221230.ebuild | 5 ++---
 mpv-plugin/mpv-youtube-upnext/mpv-youtube-upnext-20230409.ebuild | 5 ++---
 mpv-plugin/mpv-youtube-upnext/mpv-youtube-upnext-20230709.ebuild | 5 ++---
 9 files changed, 18 insertions(+), 25 deletions(-)

diff --git a/mpv-plugin/SmartCopyPaste/SmartCopyPaste-3.1.ebuild 
b/mpv-plugin/SmartCopyPaste/SmartCopyPaste-3.1.ebuild
index a202719ec5..08b062d5cd 100644
--- a/mpv-plugin/SmartCopyPaste/SmartCopyPaste-3.1.ebuild
+++ b/mpv-plugin/SmartCopyPaste/SmartCopyPaste-3.1.ebuild
@@ -11,9 +11,10 @@ MY_PN="mpv-scripts"
 
 DESCRIPTION="Gives mpv the capability to copy and paste while being smart and 
customizable"
 HOMEPAGE="https://github.com/Eisa01/mpv-scripts;
-
 SRC_URI="https://github.com/Eisa01/${MY_PN}/archive/refs/tags/2.2.1.tar.gz -> 
Eisa01-${MY_PN}-2.2.1.tar.gz"
 
+S="${WORKDIR}/${MY_PN}-2.2.1/scripts"
+
 LICENSE="BSD-2"
 KEYWORDS="~amd64"
 
@@ -24,6 +25,4 @@ RDEPEND="
)
 "
 
-S="${WORKDIR}/${MY_PN}-2.2.1/scripts"
-
 MPV_PLUGIN_FILES=( ${PN}.lua )

diff --git a/mpv-plugin/kdialog-open-files/kdialog-open-files-20221015.ebuild 
b/mpv-plugin/kdialog-open-files/kdialog-open-files-20221015.ebuild
index 55246298c5..456cebbac1 100644
--- a/mpv-plugin/kdialog-open-files/kdialog-open-files-20221015.ebuild
+++ b/mpv-plugin/kdialog-open-files/kdialog-open-files-20221015.ebuild
@@ -13,9 +13,10 @@ MY_P="${PN}-${COMMIT}"
 
 DESCRIPTION="Use KDialog to add files to playlist, subtitles to playing video 
or open URLs"
 HOMEPAGE="https://gist.github.com/ntasos/d1d846abd7d25e4e83a78d22ee067a22;
-
 SRC_URI="https://gist.github.com/ntasos/${HASH}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
 
+S="${WORKDIR}/${HASH}-${COMMIT}"
+
 LICENSE="Unlicense"
 KEYWORDS="~amd64"
 
@@ -24,6 +25,4 @@ RDEPEND="
x11-misc/xdotool
 "
 
-S="${WORKDIR}/${HASH}-${COMMIT}"
-
 MPV_PLUGIN_FILES=( ${PN}.lua )

diff --git a/mpv-plugin/mpv-autosub/mpv-autosub-20210629.ebuild 
b/mpv-plugin/mpv-autosub/mpv-autosub-20210629.ebuild
index b8a8fecc38..fea3ec9ee0 100644
--- a/mpv-plugin/mpv-autosub/mpv-autosub-20210629.ebuild
+++ b/mpv-plugin/mpv-autosub/mpv-autosub-20210629.ebuild
@@ -12,9 +12,10 @@ MY_P="${PN}-${COMMIT}"
 
 DESCRIPTION="Fully automatic subtitle downloading for the MPV media player"
 HOMEPAGE="https://github.com/davidde/mpv-autosub;
-
 SRC_URI="https://github.com/davidde/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
 
+S="${WORKDIR}/${MY_P}"
+
 LICENSE="MIT"
 KEYWORDS="~amd64"
 
@@ -22,6 +23,4 @@ RDEPEND="
media-video/subliminal
 "
 
-S="${WORKDIR}/${MY_P}"
-
 MPV_PLUGIN_FILES=( autosub.lua )

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
index 2c01fc18ef..d2f8c9d761 100644
--- 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
@@ -11,6 +11,8 @@ 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"
 
+S="${WORKDIR}/${PN}-v${PV}"
+
 LICENSE="Unlicense"
 SLOT="0"
 KEYWORDS="~amd64"
@@ -20,6 +22,4 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}/${PN}-v${PV}"
-
 MPV_PLUGIN_FILES=( ${PN}.lua )

diff --git a/mpv-plugin/mpv-kscreen-doctor/mpv-kscreen-doctor-0.2.2.ebuild 
b/mpv-plugin/mpv-kscreen-doctor/mpv-kscreen-doctor-0.2.2.ebuild
index 27000ed945..9fb41155c4 100644
--- a/mpv-plugin/mpv-kscreen-doctor/mpv-kscreen-doctor-0.2.2.ebuild
+++ b/mpv-plugin/mpv-kscreen-doctor/mpv-kscreen-doctor-0.2.2.ebuild
@@ -11,6 +11,8 @@ 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"
 
+S="${WORKDIR}/${PN}-v${PV}"
+
 LICENSE="Unlicense"
 SLOT="0"
 KEYWORDS="~amd64"
@@ -20,6 +22,4 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}/${PN}-v${PV}"
-
 

[gentoo-commits] repo/proj/guru:dev commit in: mpv-plugin/mpv-kscreen-doctor/

2023-07-06 Thread Nicola Smaniotto
commit: 65d15df8b32517e9a21d86cdba66718c2fba3e86
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Thu Jul  6 10:14:25 2023 +
Commit: Nicola Smaniotto  gmail  com>
CommitDate: Thu Jul  6 10:14:38 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=65d15df8

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

Signed-off-by: Nicola Smaniotto  gmail.com>

 mpv-plugin/mpv-kscreen-doctor/Manifest |  1 +
 .../mpv-kscreen-doctor-0.2.2.ebuild| 25 ++
 2 files changed, 26 insertions(+)

diff --git a/mpv-plugin/mpv-kscreen-doctor/Manifest 
b/mpv-plugin/mpv-kscreen-doctor/Manifest
index 85594976d..2586ae8a2 100644
--- a/mpv-plugin/mpv-kscreen-doctor/Manifest
+++ b/mpv-plugin/mpv-kscreen-doctor/Manifest
@@ -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

diff --git a/mpv-plugin/mpv-kscreen-doctor/mpv-kscreen-doctor-0.2.2.ebuild 
b/mpv-plugin/mpv-kscreen-doctor/mpv-kscreen-doctor-0.2.2.ebuild
new file mode 100644
index 0..27000ed94
--- /dev/null
+++ b/mpv-plugin/mpv-kscreen-doctor/mpv-kscreen-doctor-0.2.2.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.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 )



[gentoo-commits] repo/proj/guru:dev commit in: mpv-plugin/mpv-kscreen-doctor/

2023-06-08 Thread Nicola Smaniotto
commit: c828b6e375abdd6c2a827080ef63123d5429db85
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Thu Jun  8 09:02:53 2023 +
Commit: Nicola Smaniotto  gmail  com>
CommitDate: Thu Jun  8 09:08:43 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c828b6e3

mpv-plugin/mpv-kscreen-doctor: add missing metadata.xml

Signed-off-by: Nicola Smaniotto  gmail.com>

 mpv-plugin/mpv-kscreen-doctor/metadata.xml | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/mpv-plugin/mpv-kscreen-doctor/metadata.xml 
b/mpv-plugin/mpv-kscreen-doctor/metadata.xml
new file mode 100644
index 0..29f781da3
--- /dev/null
+++ b/mpv-plugin/mpv-kscreen-doctor/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd'>
+
+   
+   smaniotto.nic...@gmail.com
+   Nicola Smaniotto
+   
+   
+   smaniottonicola/mpv-kscreen-doctor
+   
+



[gentoo-commits] repo/proj/guru:dev commit in: mpv-plugin/mpv-kscreen-doctor/

2023-06-02 Thread Nicola Smaniotto
commit: 5ef1617973cdc9a04e3df4c11b9e7b1349531d4c
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Fri Jun  2 15:02:12 2023 +
Commit: Nicola Smaniotto  gmail  com>
CommitDate: Fri Jun  2 15:02:12 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ef16179

mpv-plugin/mpv-kscreen-doctor: new package, add 0.2.1

Signed-off-by: Nicola Smaniotto  gmail.com>

 mpv-plugin/mpv-kscreen-doctor/Manifest |  1 +
 .../mpv-kscreen-doctor-0.2.1.ebuild| 25 ++
 2 files changed, 26 insertions(+)

diff --git a/mpv-plugin/mpv-kscreen-doctor/Manifest 
b/mpv-plugin/mpv-kscreen-doctor/Manifest
new file mode 100644
index 0..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 0..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 )