public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: mpv-plugin/kde-night-color/
@ 2022-05-03 12:14 Nicola Smaniotto
  0 siblings, 0 replies; 5+ messages in thread
From: Nicola Smaniotto @ 2022-05-03 12:14 UTC (permalink / raw
  To: gentoo-commits

commit:     8510e26602b9ab3249298dea2b02519613e28d04
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Tue May  3 12:05:29 2022 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Tue May  3 12:14:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8510e266

mpv-plugin/kde-night-color: initial import

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 mpv-plugin/kde-night-color/Manifest                |  1 +
 .../kde-night-color-20220109.ebuild                | 31 ++++++++++++++++++++++
 mpv-plugin/kde-night-color/metadata.xml            |  8 ++++++
 3 files changed, 40 insertions(+)

diff --git a/mpv-plugin/kde-night-color/Manifest b/mpv-plugin/kde-night-color/Manifest
new file mode 100644
index 000000000..e37b4c6aa
--- /dev/null
+++ b/mpv-plugin/kde-night-color/Manifest
@@ -0,0 +1 @@
+DIST kde-night-color-20220109.tar.gz 2069 BLAKE2B bb900da2d2dcdca9e11ea760cb0cbed7b60c200f2935042afa33f2bbc29d112987a6c131443a4841bef967261f4d220789bf1aa473d10555e45baf82ec1975f3 SHA512 ded5052ae43b3d3c3f949efdbb1c95d0ba47021b2b8d75552e71c3f95cbfeed9f5ae4617eaad0f9177d50020ff70e56b8bcde7e4f8daeec5a2abb76920ecc11e

diff --git a/mpv-plugin/kde-night-color/kde-night-color-20220109.ebuild b/mpv-plugin/kde-night-color/kde-night-color-20220109.ebuild
new file mode 100644
index 000000000..95008dad9
--- /dev/null
+++ b/mpv-plugin/kde-night-color/kde-night-color-20220109.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MPV_REQ_USE="cplugins,libmpv"
+inherit mpv-plugin toolchain-funcs
+
+COMMIT="92739339a26cb2ce26beb41ef0650365e3ed5248"
+MY_P="${PN}-${COMMIT}"
+
+DESCRIPTION="Disable Night Color while mpv is running"
+HOMEPAGE="https://gitlab.com/smaniottonicola/kde-night-color"
+
+SRC_URI="https://gitlab.com/smaniottonicola/${PN}/-/archive/${COMMIT}/${MY_P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Unlicense"
+KEYWORDS="~amd64"
+
+BDEPEND="
+	dev-qt/qtdbus
+	virtual/pkgconfig
+"
+
+S="${WORKDIR}/${MY_P}"
+
+MPV_PLUGIN_FILES=( ${PN}.so )
+
+src_compile() {
+	emake CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
+}

diff --git a/mpv-plugin/kde-night-color/metadata.xml b/mpv-plugin/kde-night-color/metadata.xml
new file mode 100644
index 000000000..be3f1030e
--- /dev/null
+++ b/mpv-plugin/kde-night-color/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<maintainer type="person">
+		<email>smaniotto.nicola@gmail.com</email>
+		<name>Nicola Smaniotto</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: mpv-plugin/kde-night-color/
@ 2022-11-11 14:13 Anna Vyalkova
  0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2022-11-11 14:13 UTC (permalink / raw
  To: gentoo-commits

commit:     b2b0b59e8118bb5d17608550a1c45fcb69874a64
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Nov 11 14:11:42 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Nov 11 14:11:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b2b0b59e

mpv-plugin/kde-night-color: fix MPV_REQ_USE

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 mpv-plugin/kde-night-color/kde-night-color-20220109.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/mpv-plugin/kde-night-color/kde-night-color-20220109.ebuild b/mpv-plugin/kde-night-color/kde-night-color-20220109.ebuild
index 95008dad9..c38288244 100644
--- a/mpv-plugin/kde-night-color/kde-night-color-20220109.ebuild
+++ b/mpv-plugin/kde-night-color/kde-night-color-20220109.ebuild
@@ -3,27 +3,24 @@
 
 EAPI=8
 
-MPV_REQ_USE="cplugins,libmpv"
+MPV_REQ_USE="cplugins(+),libmpv"
 inherit mpv-plugin toolchain-funcs
 
 COMMIT="92739339a26cb2ce26beb41ef0650365e3ed5248"
 MY_P="${PN}-${COMMIT}"
-
 DESCRIPTION="Disable Night Color while mpv is running"
 HOMEPAGE="https://gitlab.com/smaniottonicola/kde-night-color"
-
 SRC_URI="https://gitlab.com/smaniottonicola/${PN}/-/archive/${COMMIT}/${MY_P}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="Unlicense"
 KEYWORDS="~amd64"
 
 BDEPEND="
-	dev-qt/qtdbus
+	dev-qt/qtdbus:5
 	virtual/pkgconfig
 "
 
-S="${WORKDIR}/${MY_P}"
-
 MPV_PLUGIN_FILES=( ${PN}.so )
 
 src_compile() {


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: mpv-plugin/kde-night-color/
@ 2022-11-11 16:10 Anna Vyalkova
  0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2022-11-11 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     bbf2d78b2f2680dc0f649489f7cffcf273d94b0c
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Nov 11 16:10:21 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Nov 11 16:10:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bbf2d78b

mpv-plugin/kde-night-color: revbump

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 ...kde-night-color-20220109.ebuild => kde-night-color-20220109-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/mpv-plugin/kde-night-color/kde-night-color-20220109.ebuild b/mpv-plugin/kde-night-color/kde-night-color-20220109-r1.ebuild
similarity index 100%
rename from mpv-plugin/kde-night-color/kde-night-color-20220109.ebuild
rename to mpv-plugin/kde-night-color/kde-night-color-20220109-r1.ebuild


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: mpv-plugin/kde-night-color/
@ 2023-01-11 18:21 Nicola Smaniotto
  0 siblings, 0 replies; 5+ messages in thread
From: Nicola Smaniotto @ 2023-01-11 18:21 UTC (permalink / raw
  To: gentoo-commits

commit:     2ffe7ea11921f8e382c3509640cea9f8c7ff3500
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Tue Jan 10 16:03:31 2023 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Wed Jan 11 18:19:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ffe7ea1

mpv-plugin/kde-night-color: add 20230110, drop 20220109-r1

Closes: https://bugs.gentoo.org/887793
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 mpv-plugin/kde-night-color/Manifest                                   | 2 +-
 ...night-color-20220109-r1.ebuild => kde-night-color-20230110.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/mpv-plugin/kde-night-color/Manifest b/mpv-plugin/kde-night-color/Manifest
index e37b4c6aa..ec3c443d4 100644
--- a/mpv-plugin/kde-night-color/Manifest
+++ b/mpv-plugin/kde-night-color/Manifest
@@ -1 +1 @@
-DIST kde-night-color-20220109.tar.gz 2069 BLAKE2B bb900da2d2dcdca9e11ea760cb0cbed7b60c200f2935042afa33f2bbc29d112987a6c131443a4841bef967261f4d220789bf1aa473d10555e45baf82ec1975f3 SHA512 ded5052ae43b3d3c3f949efdbb1c95d0ba47021b2b8d75552e71c3f95cbfeed9f5ae4617eaad0f9177d50020ff70e56b8bcde7e4f8daeec5a2abb76920ecc11e
+DIST kde-night-color-20230110.tar.gz 2068 BLAKE2B fba1c3ff295f3472861e02526e79d86086b34156d6d702999fd260b7b180d9a5cca43f78c73165d959d40791be26589a2fdadd53ed4cb51542cfc42a473d30ec SHA512 03cc667a303188b87ee88343a2711e5be53c19e683186827ba5b40010619073a29b0663e728c50dc06b483853bd2b1221d9f226f0792fef08836dbce3cfe5bae

diff --git a/mpv-plugin/kde-night-color/kde-night-color-20220109-r1.ebuild b/mpv-plugin/kde-night-color/kde-night-color-20230110.ebuild
similarity index 88%
rename from mpv-plugin/kde-night-color/kde-night-color-20220109-r1.ebuild
rename to mpv-plugin/kde-night-color/kde-night-color-20230110.ebuild
index c38288244..6f8c605c6 100644
--- a/mpv-plugin/kde-night-color/kde-night-color-20220109-r1.ebuild
+++ b/mpv-plugin/kde-night-color/kde-night-color-20230110.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 MPV_REQ_USE="cplugins(+),libmpv"
 inherit mpv-plugin toolchain-funcs
 
-COMMIT="92739339a26cb2ce26beb41ef0650365e3ed5248"
+COMMIT="2fb6f013a21553861c6ce28d48e022eb361097b4"
 MY_P="${PN}-${COMMIT}"
 DESCRIPTION="Disable Night Color while mpv is running"
 HOMEPAGE="https://gitlab.com/smaniottonicola/kde-night-color"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: mpv-plugin/kde-night-color/
@ 2024-09-10 12:53 Nicola Smaniotto
  0 siblings, 0 replies; 5+ messages in thread
From: Nicola Smaniotto @ 2024-09-10 12:53 UTC (permalink / raw
  To: gentoo-commits

commit:     0ee5f6ca613c4e1c9e7be4f7893b18de8bbd5ffb
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Tue Sep 10 12:52:24 2024 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Tue Sep 10 12:52:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ee5f6ca

mpv-plugin/kde-night-color: add 20240910

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 mpv-plugin/kde-night-color/Manifest                |  1 +
 .../kde-night-color-20240910.ebuild                | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/mpv-plugin/kde-night-color/Manifest b/mpv-plugin/kde-night-color/Manifest
index 05bef8e3a..ce3d819ac 100644
--- a/mpv-plugin/kde-night-color/Manifest
+++ b/mpv-plugin/kde-night-color/Manifest
@@ -1 +1,2 @@
 DIST kde-night-color-20230110.tar.bz2 2155 BLAKE2B 351898790a3e382a904f73f53cc926b40fdbafd0968d8f80e1f7c28a25ed42c8378f6ec51abf907f2dff59ba9f4869da7b2cb9dc4cef457196e7fd2fd5f30263 SHA512 8ece42c28e224934d053c452fef4df0bdba381593f994028168798f31218670c15fffe39d50cdeddc6e9d50c15f281c20b1a05e1b199e7d4266a64c1cede5dde
+DIST kde-night-color-20240910.tar.bz2 2144 BLAKE2B c8fef4e46cbf535de6319a109d19310e9408714b35f9a6ae1a489c3be0e07b738420a182a08f123380a9c06f47cb1259040b4b1b978b291884bacc9743f10225 SHA512 8eba518ccd49f266fe16e6010f299ef56988092dadd42e7d494dfd2e1b4fce4b2ca8e9e6427889ca83a6491535f2d04f605e1663bc8814febe0bce4800e5b3f2

diff --git a/mpv-plugin/kde-night-color/kde-night-color-20240910.ebuild b/mpv-plugin/kde-night-color/kde-night-color-20240910.ebuild
new file mode 100644
index 000000000..46aec6050
--- /dev/null
+++ b/mpv-plugin/kde-night-color/kde-night-color-20240910.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MPV_REQ_USE="cplugins(+),libmpv"
+inherit mpv-plugin toolchain-funcs
+
+COMMIT="287f8cf168e1ead4706f32c92b0c06aacc25e4fa"
+MY_P="${PN}-${COMMIT}"
+DESCRIPTION="Disable Night Color while mpv is running"
+HOMEPAGE="https://gitlab.com/smaniottonicola/kde-night-color"
+SRC_URI="https://gitlab.com/smaniottonicola/${PN}/-/archive/${COMMIT}/${MY_P}.tar.bz2 -> ${P}.tar.bz2"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="Unlicense"
+KEYWORDS="~amd64"
+
+BDEPEND="
+	dev-qt/qtdbus:5
+	virtual/pkgconfig
+"
+
+MPV_PLUGIN_FILES=( ${PN}.so )
+
+src_compile() {
+	emake CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-09-10 12:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-10 12:53 [gentoo-commits] repo/proj/guru:dev commit in: mpv-plugin/kde-night-color/ Nicola Smaniotto
  -- strict thread matches above, loose matches on Subject: below --
2023-01-11 18:21 Nicola Smaniotto
2022-11-11 16:10 Anna Vyalkova
2022-11-11 14:13 Anna Vyalkova
2022-05-03 12:14 Nicola Smaniotto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox