public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/nulloy/
@ 2022-06-30  7:27 Vitaly Zdanevich
  0 siblings, 0 replies; 22+ messages in thread
From: Vitaly Zdanevich @ 2022-06-30  7:27 UTC (permalink / raw
  To: gentoo-commits

commit:     5f7f60752b44636b107fae6e6208c22b57758c1e
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Jun 30 07:25:18 2022 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Jun 30 07:25:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f7f6075

media-sound/nulloy: build fix

Fix https://bugs.gentoo.org/855221

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 media-sound/nulloy/nulloy-0.9.3.ebuild | 2 +-
 media-sound/nulloy/nulloy-9999.ebuild  | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-sound/nulloy/nulloy-0.9.3.ebuild b/media-sound/nulloy/nulloy-0.9.3.ebuild
index 2a8ed1a32..10d3f11a7 100644
--- a/media-sound/nulloy/nulloy-0.9.3.ebuild
+++ b/media-sound/nulloy/nulloy-0.9.3.ebuild
@@ -54,7 +54,7 @@ src_configure() {
 		--libdir "$(get_libdir)"
 	)
 
-	./configure "${myconfargs[@]}" || die
+	QMAKE=/usr/bin/qmake5 LRELEASE=/usr/lib64/qt5/bin/lrelease ./configure "${myconfargs[@]}" || die
 }
 
 src_install() {

diff --git a/media-sound/nulloy/nulloy-9999.ebuild b/media-sound/nulloy/nulloy-9999.ebuild
index 4cd2267fd..adeb165de 100644
--- a/media-sound/nulloy/nulloy-9999.ebuild
+++ b/media-sound/nulloy/nulloy-9999.ebuild
@@ -29,6 +29,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+
 src_unpack() {
 	git-r3_src_unpack
 
@@ -61,7 +62,7 @@ src_configure() {
 		--libdir "$(get_libdir)"
 	)
 
-	./configure "${myconfargs[@]}" || die
+	QMAKE=/usr/bin/qmake5 LRELEASE=/usr/lib64/qt5/bin/lrelease ./configure "${myconfargs[@]}" || die
 }
 
 src_install() {


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/nulloy/
@ 2022-07-01 10:53 Vitaly Zdanevich
  0 siblings, 0 replies; 22+ messages in thread
From: Vitaly Zdanevich @ 2022-07-01 10:53 UTC (permalink / raw
  To: gentoo-commits

commit:     eb5dcd659b55062ccd2599ead8098d47fc128d5c
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Fri Jul  1 10:52:45 2022 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Fri Jul  1 10:52:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb5dcd65

media-sound/nulloy: fix build dependency zip

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 media-sound/nulloy/nulloy-0.9.3.ebuild | 5 ++++-
 media-sound/nulloy/nulloy-9999.ebuild  | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/media-sound/nulloy/nulloy-0.9.3.ebuild b/media-sound/nulloy/nulloy-0.9.3.ebuild
index 10d3f11a7..bfce51ba0 100644
--- a/media-sound/nulloy/nulloy-0.9.3.ebuild
+++ b/media-sound/nulloy/nulloy-0.9.3.ebuild
@@ -17,7 +17,10 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE="+skins"
 
-BDEPEND="dev-qt/linguist-tools"
+BDEPEND="
+	dev-qt/linguist-tools
+	app-arch/zip
+"
 
 DEPEND="
 	dev-qt/qtcore

diff --git a/media-sound/nulloy/nulloy-9999.ebuild b/media-sound/nulloy/nulloy-9999.ebuild
index adeb165de..5a55be2b1 100644
--- a/media-sound/nulloy/nulloy-9999.ebuild
+++ b/media-sound/nulloy/nulloy-9999.ebuild
@@ -15,7 +15,10 @@ LICENSE="GPL-3"
 SLOT="0"
 IUSE="+skins"
 
-BDEPEND="dev-qt/linguist-tools"
+BDEPEND="
+	dev-qt/linguist-tools
+	app-arch/zip
+"
 
 DEPEND="
 	dev-qt/qtcore


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/nulloy/
@ 2022-07-01 10:56 Vitaly Zdanevich
  0 siblings, 0 replies; 22+ messages in thread
From: Vitaly Zdanevich @ 2022-07-01 10:56 UTC (permalink / raw
  To: gentoo-commits

commit:     d46d2f0bf0d1d9563daf02f8f6fa3aa304150a10
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Fri Jul  1 10:55:57 2022 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Fri Jul  1 10:55:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d46d2f0b

media-sound/nulloy: empty line remove

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 media-sound/nulloy/nulloy-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-sound/nulloy/nulloy-9999.ebuild b/media-sound/nulloy/nulloy-9999.ebuild
index 5a55be2b1..fb893764d 100644
--- a/media-sound/nulloy/nulloy-9999.ebuild
+++ b/media-sound/nulloy/nulloy-9999.ebuild
@@ -32,7 +32,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-
 src_unpack() {
 	git-r3_src_unpack
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/nulloy/
@ 2022-07-10 10:10 Vitaly Zdanevich
  0 siblings, 0 replies; 22+ messages in thread
From: Vitaly Zdanevich @ 2022-07-10 10:10 UTC (permalink / raw
  To: gentoo-commits

commit:     d52ad70ce326aae2ecfb11ea74ee004c1e22634b
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Sun Jul 10 10:09:36 2022 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Sun Jul 10 10:10:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d52ad70c

media-sound/nulloy: simplify syntax

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 media-sound/nulloy/nulloy-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/nulloy/nulloy-9999.ebuild b/media-sound/nulloy/nulloy-9999.ebuild
index 583be7996..7a30f1d2d 100644
--- a/media-sound/nulloy/nulloy-9999.ebuild
+++ b/media-sound/nulloy/nulloy-9999.ebuild
@@ -50,9 +50,9 @@ src_prepare() {
 		# because Portage does it when the install phase is run to be able
 		# to support the `splitdebug` and `installsources` FEATURES.
 		# See related issue https://bugs.gentoo.org/856292
-		eapply "${FILESDIR}"/add-nostrip.patch
+		eapply $FILESDIR/add-nostrip.patch
 
-		eapply "${FILESDIR}"/add-dark-theme.patch
+		eapply $FILESDIR/add-dark-theme.patch
 		cp -r $WORKDIR/night src/skins
 	fi
 }


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/nulloy/
@ 2022-07-10 10:13 Vitaly Zdanevich
  0 siblings, 0 replies; 22+ messages in thread
From: Vitaly Zdanevich @ 2022-07-10 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     47e4802757482d2c104f5156114c3299005da865
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Sun Jul 10 10:12:55 2022 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Sun Jul 10 10:12:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47e48027

media-sound/nulloy: move general block outside of IF

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 media-sound/nulloy/nulloy-9999.ebuild | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/media-sound/nulloy/nulloy-9999.ebuild b/media-sound/nulloy/nulloy-9999.ebuild
index 7a30f1d2d..7408f0030 100644
--- a/media-sound/nulloy/nulloy-9999.ebuild
+++ b/media-sound/nulloy/nulloy-9999.ebuild
@@ -43,15 +43,15 @@ src_unpack() {
 }
 
 src_prepare() {
-	if use skins ; then
-		default
+	default
 
-		# Because stripping should not be done by the build tools,
-		# because Portage does it when the install phase is run to be able
-		# to support the `splitdebug` and `installsources` FEATURES.
-		# See related issue https://bugs.gentoo.org/856292
-		eapply $FILESDIR/add-nostrip.patch
+	# Because stripping should not be done by the build tools,
+	# because Portage does it when the install phase is run to be able
+	# to support the `splitdebug` and `installsources` FEATURES.
+	# See related issue https://bugs.gentoo.org/856292
+	eapply $FILESDIR/add-nostrip.patch
 
+	if use skins ; then
 		eapply $FILESDIR/add-dark-theme.patch
 		cp -r $WORKDIR/night src/skins
 	fi


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/nulloy/
@ 2022-07-12  9:22 Vitaly Zdanevich
  0 siblings, 0 replies; 22+ messages in thread
From: Vitaly Zdanevich @ 2022-07-12  9:22 UTC (permalink / raw
  To: gentoo-commits

commit:     66b0a79cff6e8d7fc2a3e67de87d069e8e4b2a68
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Tue Jul 12 09:20:58 2022 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Tue Jul 12 09:22:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66b0a79c

media-sound/nulloy: fix build patch apply
Closes: https://bugs.gentoo.org/857699

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 media-sound/nulloy/nulloy-0.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/nulloy/nulloy-0.9.3.ebuild b/media-sound/nulloy/nulloy-0.9.3.ebuild
index e7e7056ae..626d1ee55 100644
--- a/media-sound/nulloy/nulloy-0.9.3.ebuild
+++ b/media-sound/nulloy/nulloy-0.9.3.ebuild
@@ -36,7 +36,7 @@ RDEPEND="${DEPEND}"
 
 src_prepare() {
 	if use skins ; then
-		eapply "${FILESDIR}"/nulloy.patch
+		eapply "${FILESDIR}"/add-dark-theme.patch
 
 		cp -r $WORKDIR/$NAME src/skins/night
 	fi


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/nulloy/
@ 2022-08-02 18:13 Vitaly Zdanevich
  0 siblings, 0 replies; 22+ messages in thread
From: Vitaly Zdanevich @ 2022-08-02 18:13 UTC (permalink / raw
  To: gentoo-commits

commit:     151b74e0bfd01e6d2b88d2c11b6cf241154d2889
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Tue Aug  2 17:56:46 2022 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Tue Aug  2 17:56:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=151b74e0

media-sound/nulloy: increment version, add tag editor

See https://github.com/nulloy/nulloy/discussions/202

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 media-sound/nulloy/Manifest                                     | 2 +-
 media-sound/nulloy/{nulloy-0.9.3.ebuild => nulloy-0.9.5.ebuild} | 2 +-
 media-sound/nulloy/nulloy-9999.ebuild                           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/nulloy/Manifest b/media-sound/nulloy/Manifest
index 96d9bfaa2..c04edb212 100644
--- a/media-sound/nulloy/Manifest
+++ b/media-sound/nulloy/Manifest
@@ -1,2 +1,2 @@
-DIST nulloy-0.9.3.tar.gz 374184 BLAKE2B 49dc31e3e30b89bab62dcdaeea56a71da4a54a19a866df47034708659494aaca3c622c1466a62ffd1d9f6247e14d06eb2d6992d9779c619c6bcf07154ae10731 SHA512 884828a0968c651af770042aade1ed4491e8d8f49c5e7b16df0115841a3883df00f190da6c1478f2eb9ed065ef0372ff7635e2c5d8d32ec5af8b55b00302b0a9
+DIST nulloy-0.9.5.tar.gz 326446 BLAKE2B 8dfe39e428abcdc8c593816ae2aaae2ce8e10e5f5551de77444a205abc40dc1a369ab06ca61090235c2601ad1c0243282159ff002e47046b1482b0ec6c3f4389 SHA512 ca65ed5a5d0727505e36e9f85fd93ae27210f01ad4677ffce305ad00ef0307807acb492d1304c9f7ec75f7ec7e0d88371a89799c779d8d7b280a54bf703bd3d0
 DIST nulloy-theme-night-v1.0.tar.gz 350556 BLAKE2B dbb9b81c1fce9bcc1da4a99ef0369280770e221b2615e9421f7165d450362d96e180a6460b839d0adc21c16286309cffcefe04dba9e1fe5b31c9df729415c883 SHA512 5e4c43d4a5cb1cb41b23e243d12ade6abc7309136caf69a8e0fa24becab22edf5c9b955e5933e3cb9f104e5cd953f9a46344ad04beb3e08e154725de7c852a70

diff --git a/media-sound/nulloy/nulloy-0.9.3.ebuild b/media-sound/nulloy/nulloy-0.9.5.ebuild
similarity index 98%
rename from media-sound/nulloy/nulloy-0.9.3.ebuild
rename to media-sound/nulloy/nulloy-0.9.5.ebuild
index 626d1ee55..b282c00be 100644
--- a/media-sound/nulloy/nulloy-0.9.3.ebuild
+++ b/media-sound/nulloy/nulloy-0.9.5.ebuild
@@ -30,6 +30,7 @@ DEPEND="
 	dev-qt/qtx11extras
 	media-libs/gstreamer
 	media-libs/gst-plugins-base
+	media-libs/taglib
 	media-plugins/gst-plugins-meta
 "
 RDEPEND="${DEPEND}"
@@ -51,7 +52,6 @@ src_configure() {
 	local myconfargs=(
 		$(use skins || echo --no-skins)
 		--no-update-check
-		--no-taglib
 		--gstreamer-tagreader
 		--prefix "${EPREFIX}/usr"
 		--libdir "$(get_libdir)"

diff --git a/media-sound/nulloy/nulloy-9999.ebuild b/media-sound/nulloy/nulloy-9999.ebuild
index 8932c9364..21fdf4c5f 100644
--- a/media-sound/nulloy/nulloy-9999.ebuild
+++ b/media-sound/nulloy/nulloy-9999.ebuild
@@ -28,6 +28,7 @@ DEPEND="
 	dev-qt/qtx11extras
 	media-libs/gstreamer
 	media-libs/gst-plugins-base
+	media-libs/taglib
 	media-plugins/gst-plugins-meta
 "
 RDEPEND="${DEPEND}"
@@ -58,7 +59,6 @@ src_configure() {
 	local myconfargs=(
 		$(use skins || echo --no-skins)
 		--no-update-check
-		--no-taglib
 		--gstreamer-tagreader
 		--prefix "${EPREFIX}/usr"
 		--libdir "$(get_libdir)"


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/nulloy/
@ 2022-08-09  7:18 Vitaly Zdanevich
  0 siblings, 0 replies; 22+ messages in thread
From: Vitaly Zdanevich @ 2022-08-09  7:18 UTC (permalink / raw
  To: gentoo-commits

commit:     b75ba650eee1c673aef3d34acec011786772901a
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Tue Aug  9 07:18:01 2022 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Tue Aug  9 07:18:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b75ba650

media-sound/nulloy: add dependency qtsvg

Closes: https://bugs.gentoo.org/864307

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 media-sound/nulloy/nulloy-0.9.5.ebuild | 1 +
 media-sound/nulloy/nulloy-9999.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-sound/nulloy/nulloy-0.9.5.ebuild b/media-sound/nulloy/nulloy-0.9.5.ebuild
index b282c00be..9149309fd 100644
--- a/media-sound/nulloy/nulloy-0.9.5.ebuild
+++ b/media-sound/nulloy/nulloy-0.9.5.ebuild
@@ -25,6 +25,7 @@ BDEPEND="
 DEPEND="
 	dev-qt/qtcore
 	dev-qt/designer
+	dev-qt/qtsvg
 	dev-qt/linguist
 	dev-qt/qtscript
 	dev-qt/qtx11extras

diff --git a/media-sound/nulloy/nulloy-9999.ebuild b/media-sound/nulloy/nulloy-9999.ebuild
index 21fdf4c5f..74428110c 100644
--- a/media-sound/nulloy/nulloy-9999.ebuild
+++ b/media-sound/nulloy/nulloy-9999.ebuild
@@ -23,6 +23,7 @@ BDEPEND="
 DEPEND="
 	dev-qt/qtcore
 	dev-qt/designer
+	dev-qt/qtsvg
 	dev-qt/linguist
 	dev-qt/qtscript
 	dev-qt/qtx11extras


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/nulloy/
@ 2022-09-26 10:05 Andrew Ammerlaan
  0 siblings, 0 replies; 22+ messages in thread
From: Andrew Ammerlaan @ 2022-09-26 10:05 UTC (permalink / raw
  To: gentoo-commits

commit:     ec50e400b8152d61320a85542a5fa66c593a63bc
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 10:03:44 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 10:05:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ec50e400

media-sound/nulloy: quote S/FILESDIR/WORKDIR vars

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 media-sound/nulloy/nulloy-0.9.5.ebuild |  6 +++---
 media-sound/nulloy/nulloy-9999.ebuild  | 10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-sound/nulloy/nulloy-0.9.5.ebuild b/media-sound/nulloy/nulloy-0.9.5.ebuild
index 34f21704c..199eb6dd5 100644
--- a/media-sound/nulloy/nulloy-0.9.5.ebuild
+++ b/media-sound/nulloy/nulloy-0.9.5.ebuild
@@ -40,7 +40,7 @@ src_prepare() {
 	if use skins ; then
 		eapply "${FILESDIR}"/add-dark-theme.patch
 
-		cp -r $WORKDIR/$NAME src/skins/night
+		cp -r "${WORKDIR}/${NAME}" src/skins/night
 	fi
 
 	default
@@ -64,10 +64,10 @@ src_configure() {
 	# because Portage does it when the install phase is run to be able
 	# to support the `splitdebug` and `installsources` FEATURES.
 	# See related issue https://bugs.gentoo.org/856292
-	echo "CONFIG += nostrip" >> $WORKDIR/$P/.qmake.cache
+	echo "CONFIG += nostrip" >> "${WORKDIR}/${P}/.qmake.cache"
 }
 
 src_install() {
-	emake INSTALL_ROOT="${D}" install
+	emake INSTALL_ROOT="${ED}" install
 	einstalldocs
 }

diff --git a/media-sound/nulloy/nulloy-9999.ebuild b/media-sound/nulloy/nulloy-9999.ebuild
index 161074f39..b3e9b8b53 100644
--- a/media-sound/nulloy/nulloy-9999.ebuild
+++ b/media-sound/nulloy/nulloy-9999.ebuild
@@ -39,7 +39,7 @@ src_unpack() {
 
 	if use skins ; then
 		EGIT_REPO_URI=https://gitlab.com/vitaly-zdanevich/nulloy-theme-night.git
-		EGIT_CHECKOUT_DIR=${WORKDIR}/night
+		EGIT_CHECKOUT_DIR="${WORKDIR}/night"
 		git-r3_src_unpack
 	fi
 }
@@ -48,8 +48,8 @@ src_prepare() {
 	default
 
 	if use skins ; then
-		eapply $FILESDIR/add-dark-theme.patch
-		cp -r $WORKDIR/night src/skins
+		eapply "${FILESDIR}/add-dark-theme.patch"
+		cp -r "${WORKDIR}/night" src/skins
 	fi
 }
 
@@ -71,10 +71,10 @@ src_configure() {
 	# because Portage does it when the install phase is run to be able
 	# to support the `splitdebug` and `installsources` FEATURES.
 	# See related issue https://bugs.gentoo.org/856292
-	echo "CONFIG += nostrip" >> $WORKDIR/$P/.qmake.cache
+	echo "CONFIG += nostrip" >> "${WORKDIR}/${P}/.qmake.cache"
 }
 
 src_install() {
-	emake INSTALL_ROOT="${D}" install
+	emake INSTALL_ROOT="${ED}" install
 	einstalldocs
 }


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/nulloy/
@ 2022-09-26 10:05 Andrew Ammerlaan
  0 siblings, 0 replies; 22+ messages in thread
From: Andrew Ammerlaan @ 2022-09-26 10:05 UTC (permalink / raw
  To: gentoo-commits

commit:     b1a59d3d1e798c3cfb76489b67d94a4fa3869267
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 10:01:42 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 10:05:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b1a59d3d

media-sound/nulloy: shorten description

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 media-sound/nulloy/nulloy-0.9.5.ebuild | 2 +-
 media-sound/nulloy/nulloy-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/nulloy/nulloy-0.9.5.ebuild b/media-sound/nulloy/nulloy-0.9.5.ebuild
index 9149309fd..34f21704c 100644
--- a/media-sound/nulloy/nulloy-0.9.5.ebuild
+++ b/media-sound/nulloy/nulloy-0.9.5.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 inherit xdg
 
-DESCRIPTION="Music player with a waveform progress bar (sound visualization like in audio editors)"
+DESCRIPTION="Music player with a waveform progress bar (sound visualization)"
 HOMEPAGE="https://nulloy.com"
 
 NAME="nulloy-theme-night-v1.0"

diff --git a/media-sound/nulloy/nulloy-9999.ebuild b/media-sound/nulloy/nulloy-9999.ebuild
index 74428110c..161074f39 100644
--- a/media-sound/nulloy/nulloy-9999.ebuild
+++ b/media-sound/nulloy/nulloy-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 inherit git-r3 xdg
 
-DESCRIPTION="Music player with a waveform progress bar (sound visualization like in audio editors)"
+DESCRIPTION="Music player with a waveform progress bar (sound visualization)"
 HOMEPAGE="https://nulloy.com"
 
 EGIT_REPO_URI="https://github.com/nulloy/nulloy"


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/nulloy/
@ 2024-02-13 20:37 Vitaly Zdanevich
  0 siblings, 0 replies; 22+ messages in thread
From: Vitaly Zdanevich @ 2024-02-13 20:37 UTC (permalink / raw
  To: gentoo-commits

commit:     a9e228881eb502703dc97afe08297c439f0b422f
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Tue Feb 13 20:37:25 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Tue Feb 13 20:37:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9e22888

media-sound/nulloy: add 0.9.8

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 media-sound/nulloy/Manifest            |  1 +
 media-sound/nulloy/nulloy-0.9.8.ebuild | 73 ++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

diff --git a/media-sound/nulloy/Manifest b/media-sound/nulloy/Manifest
index c04edb2124..de1315caa1 100644
--- a/media-sound/nulloy/Manifest
+++ b/media-sound/nulloy/Manifest
@@ -1,2 +1,3 @@
 DIST nulloy-0.9.5.tar.gz 326446 BLAKE2B 8dfe39e428abcdc8c593816ae2aaae2ce8e10e5f5551de77444a205abc40dc1a369ab06ca61090235c2601ad1c0243282159ff002e47046b1482b0ec6c3f4389 SHA512 ca65ed5a5d0727505e36e9f85fd93ae27210f01ad4677ffce305ad00ef0307807acb492d1304c9f7ec75f7ec7e0d88371a89799c779d8d7b280a54bf703bd3d0
+DIST nulloy-0.9.8.tar.gz 332399 BLAKE2B 5d18d6b00d6dc3f478e56a15e7b0869222892c94a46337712f1471a9ce2c3cf42bd0cf6c42c7177022ac323d732f095e1b3a1c7d37a9aff100fc8f833abd32e3 SHA512 4616e050664da46c3ddf89a10366134394b8a7d7cf26488396259b0ff394bbb03df7fe0f73b7d8476ad514b4fb118af0613f0d239b5e7ca0ecc769dfafb53036
 DIST nulloy-theme-night-v1.0.tar.gz 350556 BLAKE2B dbb9b81c1fce9bcc1da4a99ef0369280770e221b2615e9421f7165d450362d96e180a6460b839d0adc21c16286309cffcefe04dba9e1fe5b31c9df729415c883 SHA512 5e4c43d4a5cb1cb41b23e243d12ade6abc7309136caf69a8e0fa24becab22edf5c9b955e5933e3cb9f104e5cd953f9a46344ad04beb3e08e154725de7c852a70

diff --git a/media-sound/nulloy/nulloy-0.9.8.ebuild b/media-sound/nulloy/nulloy-0.9.8.ebuild
new file mode 100644
index 0000000000..199eb6dd5a
--- /dev/null
+++ b/media-sound/nulloy/nulloy-0.9.8.ebuild
@@ -0,0 +1,73 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg
+
+DESCRIPTION="Music player with a waveform progress bar (sound visualization)"
+HOMEPAGE="https://nulloy.com"
+
+NAME="nulloy-theme-night-v1.0"
+SRC_URI="https://github.com/nulloy/nulloy/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
+	skins? ( https://gitlab.com/vitaly-zdanevich/nulloy-theme-night/-/archive/v1.0/${NAME}.tar.gz )"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+skins"
+
+BDEPEND="
+	dev-qt/linguist-tools
+	app-arch/zip
+"
+
+DEPEND="
+	dev-qt/qtcore
+	dev-qt/designer
+	dev-qt/qtsvg
+	dev-qt/linguist
+	dev-qt/qtscript
+	dev-qt/qtx11extras
+	media-libs/gstreamer
+	media-libs/gst-plugins-base
+	media-libs/taglib
+	media-plugins/gst-plugins-meta
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	if use skins ; then
+		eapply "${FILESDIR}"/add-dark-theme.patch
+
+		cp -r "${WORKDIR}/${NAME}" src/skins/night
+	fi
+
+	default
+}
+
+src_configure() {
+	# Upstream ./configure script does not support specifying an option's
+	# value after an equal sign like in '--prefix="${EPREFIX}/usr"', so we
+	# have to set up all the options ourselves and call the script directly
+	local myconfargs=(
+		$(use skins || echo --no-skins)
+		--no-update-check
+		--gstreamer-tagreader
+		--prefix "${EPREFIX}/usr"
+		--libdir "$(get_libdir)"
+	)
+
+	QMAKE=/usr/bin/qmake5 LRELEASE=/usr/lib64/qt5/bin/lrelease ./configure "${myconfargs[@]}" || die
+
+	# Because stripping should not be done by the build tools,
+	# because Portage does it when the install phase is run to be able
+	# to support the `splitdebug` and `installsources` FEATURES.
+	# See related issue https://bugs.gentoo.org/856292
+	echo "CONFIG += nostrip" >> "${WORKDIR}/${P}/.qmake.cache"
+}
+
+src_install() {
+	emake INSTALL_ROOT="${ED}" install
+	einstalldocs
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/nulloy/
@ 2024-02-15 11:11 Vitaly Zdanevich
  0 siblings, 0 replies; 22+ messages in thread
From: Vitaly Zdanevich @ 2024-02-15 11:11 UTC (permalink / raw
  To: gentoo-commits

commit:     fe8dba70b3f8a6b2f6c733f13b5f48a181573f58
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Feb 15 11:10:59 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Feb 15 11:10:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe8dba70

media-sound/nulloy: add dependency for convert command

Closes: https://bugs.gentoo.org/922027
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 media-sound/nulloy/nulloy-0.9.8.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/media-sound/nulloy/nulloy-0.9.8.ebuild b/media-sound/nulloy/nulloy-0.9.8.ebuild
index 199eb6dd5a..0566fb92dc 100644
--- a/media-sound/nulloy/nulloy-0.9.8.ebuild
+++ b/media-sound/nulloy/nulloy-0.9.8.ebuild
@@ -33,7 +33,11 @@ DEPEND="
 	media-libs/gst-plugins-base
 	media-libs/taglib
 	media-plugins/gst-plugins-meta
+	media-gfx/imagemagick
 "
+# imagemagick to generate icons, see
+# https://github.com/nulloy/nulloy/commit/9b89a9e60d68c59fa541807db68e5a1daf4110cc#r138660390
+
 RDEPEND="${DEPEND}"
 
 src_prepare() {


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/nulloy/
@ 2024-02-15 11:14 Vitaly Zdanevich
  0 siblings, 0 replies; 22+ messages in thread
From: Vitaly Zdanevich @ 2024-02-15 11:14 UTC (permalink / raw
  To: gentoo-commits

commit:     994234090495cc502e2dbe1eff7cbfb5e8cb89ce
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Feb 15 11:14:51 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Feb 15 11:14:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=99423409

media-sound/nulloy: tar.gz to tar.bz2 - linter said that this compression is better

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 media-sound/nulloy/Manifest            | 2 +-
 media-sound/nulloy/nulloy-0.9.5.ebuild | 2 +-
 media-sound/nulloy/nulloy-0.9.8.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/nulloy/Manifest b/media-sound/nulloy/Manifest
index de1315caa1..e1b93fd248 100644
--- a/media-sound/nulloy/Manifest
+++ b/media-sound/nulloy/Manifest
@@ -1,3 +1,3 @@
 DIST nulloy-0.9.5.tar.gz 326446 BLAKE2B 8dfe39e428abcdc8c593816ae2aaae2ce8e10e5f5551de77444a205abc40dc1a369ab06ca61090235c2601ad1c0243282159ff002e47046b1482b0ec6c3f4389 SHA512 ca65ed5a5d0727505e36e9f85fd93ae27210f01ad4677ffce305ad00ef0307807acb492d1304c9f7ec75f7ec7e0d88371a89799c779d8d7b280a54bf703bd3d0
 DIST nulloy-0.9.8.tar.gz 332399 BLAKE2B 5d18d6b00d6dc3f478e56a15e7b0869222892c94a46337712f1471a9ce2c3cf42bd0cf6c42c7177022ac323d732f095e1b3a1c7d37a9aff100fc8f833abd32e3 SHA512 4616e050664da46c3ddf89a10366134394b8a7d7cf26488396259b0ff394bbb03df7fe0f73b7d8476ad514b4fb118af0613f0d239b5e7ca0ecc769dfafb53036
-DIST nulloy-theme-night-v1.0.tar.gz 350556 BLAKE2B dbb9b81c1fce9bcc1da4a99ef0369280770e221b2615e9421f7165d450362d96e180a6460b839d0adc21c16286309cffcefe04dba9e1fe5b31c9df729415c883 SHA512 5e4c43d4a5cb1cb41b23e243d12ade6abc7309136caf69a8e0fa24becab22edf5c9b955e5933e3cb9f104e5cd953f9a46344ad04beb3e08e154725de7c852a70
+DIST nulloy-theme-night-v1.0.tar.bz2 353544 BLAKE2B 71191393fcf1117f9c6c11c30ea2e6a51638e3a098d11c6c22d41e123da45313681b83cd8d3bfa290ed3e3b099390b2ed46a167b2bcaacd44d7833d375df71d1 SHA512 b0f1e6e3d2df6289ba19fc16ae1fb95c4cd731b684aafb498f87079a7a2e6a60bcc3edde37698c3e69d04062c7f563855b6a7997dea80ab6fad6c3615ebadd6d

diff --git a/media-sound/nulloy/nulloy-0.9.5.ebuild b/media-sound/nulloy/nulloy-0.9.5.ebuild
index 199eb6dd5a..69eada5606 100644
--- a/media-sound/nulloy/nulloy-0.9.5.ebuild
+++ b/media-sound/nulloy/nulloy-0.9.5.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://nulloy.com"
 
 NAME="nulloy-theme-night-v1.0"
 SRC_URI="https://github.com/nulloy/nulloy/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
-	skins? ( https://gitlab.com/vitaly-zdanevich/nulloy-theme-night/-/archive/v1.0/${NAME}.tar.gz )"
+	skins? ( https://gitlab.com/vitaly-zdanevich/nulloy-theme-night/-/archive/v1.0/${NAME}.tar.bz2 )"
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/media-sound/nulloy/nulloy-0.9.8.ebuild b/media-sound/nulloy/nulloy-0.9.8.ebuild
index 0566fb92dc..9831d0db81 100644
--- a/media-sound/nulloy/nulloy-0.9.8.ebuild
+++ b/media-sound/nulloy/nulloy-0.9.8.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://nulloy.com"
 
 NAME="nulloy-theme-night-v1.0"
 SRC_URI="https://github.com/nulloy/nulloy/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
-	skins? ( https://gitlab.com/vitaly-zdanevich/nulloy-theme-night/-/archive/v1.0/${NAME}.tar.gz )"
+	skins? ( https://gitlab.com/vitaly-zdanevich/nulloy-theme-night/-/archive/v1.0/${NAME}.tar.bz2 )"
 
 LICENSE="GPL-3"
 SLOT="0"


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/nulloy/
@ 2024-02-22 16:16 Vitaly Zdanevich
  0 siblings, 0 replies; 22+ messages in thread
From: Vitaly Zdanevich @ 2024-02-22 16:16 UTC (permalink / raw
  To: gentoo-commits

commit:     8c32ab4b61d04de5730dcee9f9a061b9b9f07be5
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Feb 22 16:16:54 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Feb 22 16:16:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c32ab4b

media-sound/nulloy: add 0.9.8.7

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 media-sound/nulloy/Manifest              |  1 +
 media-sound/nulloy/nulloy-0.9.8.7.ebuild | 77 ++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)

diff --git a/media-sound/nulloy/Manifest b/media-sound/nulloy/Manifest
index e1b93fd248..3e2475b9ca 100644
--- a/media-sound/nulloy/Manifest
+++ b/media-sound/nulloy/Manifest
@@ -1,3 +1,4 @@
 DIST nulloy-0.9.5.tar.gz 326446 BLAKE2B 8dfe39e428abcdc8c593816ae2aaae2ce8e10e5f5551de77444a205abc40dc1a369ab06ca61090235c2601ad1c0243282159ff002e47046b1482b0ec6c3f4389 SHA512 ca65ed5a5d0727505e36e9f85fd93ae27210f01ad4677ffce305ad00ef0307807acb492d1304c9f7ec75f7ec7e0d88371a89799c779d8d7b280a54bf703bd3d0
+DIST nulloy-0.9.8.7.tar.gz 332534 BLAKE2B 2be3193db135a884a31ceb9b727aa564add8302f8fc07879ec952f01df4bd3946e2bb5ba89ebef4c44de077341490239b09ecb41b7b61fb76c92d23cfe8de660 SHA512 3d1aa93554a9354f69ce46101c64d1deb82356aa68886b3c098e73f67e621db1b4d2e2098243947a9380b741a0c5b65b7333a581bf924def5aff75374510ee79
 DIST nulloy-0.9.8.tar.gz 332399 BLAKE2B 5d18d6b00d6dc3f478e56a15e7b0869222892c94a46337712f1471a9ce2c3cf42bd0cf6c42c7177022ac323d732f095e1b3a1c7d37a9aff100fc8f833abd32e3 SHA512 4616e050664da46c3ddf89a10366134394b8a7d7cf26488396259b0ff394bbb03df7fe0f73b7d8476ad514b4fb118af0613f0d239b5e7ca0ecc769dfafb53036
 DIST nulloy-theme-night-v1.0.tar.bz2 353544 BLAKE2B 71191393fcf1117f9c6c11c30ea2e6a51638e3a098d11c6c22d41e123da45313681b83cd8d3bfa290ed3e3b099390b2ed46a167b2bcaacd44d7833d375df71d1 SHA512 b0f1e6e3d2df6289ba19fc16ae1fb95c4cd731b684aafb498f87079a7a2e6a60bcc3edde37698c3e69d04062c7f563855b6a7997dea80ab6fad6c3615ebadd6d

diff --git a/media-sound/nulloy/nulloy-0.9.8.7.ebuild b/media-sound/nulloy/nulloy-0.9.8.7.ebuild
new file mode 100644
index 0000000000..9831d0db81
--- /dev/null
+++ b/media-sound/nulloy/nulloy-0.9.8.7.ebuild
@@ -0,0 +1,77 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg
+
+DESCRIPTION="Music player with a waveform progress bar (sound visualization)"
+HOMEPAGE="https://nulloy.com"
+
+NAME="nulloy-theme-night-v1.0"
+SRC_URI="https://github.com/nulloy/nulloy/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
+	skins? ( https://gitlab.com/vitaly-zdanevich/nulloy-theme-night/-/archive/v1.0/${NAME}.tar.bz2 )"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+skins"
+
+BDEPEND="
+	dev-qt/linguist-tools
+	app-arch/zip
+"
+
+DEPEND="
+	dev-qt/qtcore
+	dev-qt/designer
+	dev-qt/qtsvg
+	dev-qt/linguist
+	dev-qt/qtscript
+	dev-qt/qtx11extras
+	media-libs/gstreamer
+	media-libs/gst-plugins-base
+	media-libs/taglib
+	media-plugins/gst-plugins-meta
+	media-gfx/imagemagick
+"
+# imagemagick to generate icons, see
+# https://github.com/nulloy/nulloy/commit/9b89a9e60d68c59fa541807db68e5a1daf4110cc#r138660390
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	if use skins ; then
+		eapply "${FILESDIR}"/add-dark-theme.patch
+
+		cp -r "${WORKDIR}/${NAME}" src/skins/night
+	fi
+
+	default
+}
+
+src_configure() {
+	# Upstream ./configure script does not support specifying an option's
+	# value after an equal sign like in '--prefix="${EPREFIX}/usr"', so we
+	# have to set up all the options ourselves and call the script directly
+	local myconfargs=(
+		$(use skins || echo --no-skins)
+		--no-update-check
+		--gstreamer-tagreader
+		--prefix "${EPREFIX}/usr"
+		--libdir "$(get_libdir)"
+	)
+
+	QMAKE=/usr/bin/qmake5 LRELEASE=/usr/lib64/qt5/bin/lrelease ./configure "${myconfargs[@]}" || die
+
+	# Because stripping should not be done by the build tools,
+	# because Portage does it when the install phase is run to be able
+	# to support the `splitdebug` and `installsources` FEATURES.
+	# See related issue https://bugs.gentoo.org/856292
+	echo "CONFIG += nostrip" >> "${WORKDIR}/${P}/.qmake.cache"
+}
+
+src_install() {
+	emake INSTALL_ROOT="${ED}" install
+	einstalldocs
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/nulloy/
@ 2024-02-23 17:38 Vitaly Zdanevich
  0 siblings, 0 replies; 22+ messages in thread
From: Vitaly Zdanevich @ 2024-02-23 17:38 UTC (permalink / raw
  To: gentoo-commits

commit:     f713e6aaf2ef17eb6d240423ee1cd5f8aec4e28c
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Fri Feb 23 17:37:46 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Fri Feb 23 17:37:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f713e6aa

media-sound/nulloy: fix error "Unknown module(s) in QT: svg"

Closes: https://bugs.gentoo.org/924686
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 media-sound/nulloy/nulloy-0.9.8.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/nulloy/nulloy-0.9.8.7.ebuild b/media-sound/nulloy/nulloy-0.9.8.7.ebuild
index 9831d0db81..687c88d670 100644
--- a/media-sound/nulloy/nulloy-0.9.8.7.ebuild
+++ b/media-sound/nulloy/nulloy-0.9.8.7.ebuild
@@ -25,7 +25,7 @@ BDEPEND="
 DEPEND="
 	dev-qt/qtcore
 	dev-qt/designer
-	dev-qt/qtsvg
+	dev-qt/qtsvg:6
 	dev-qt/linguist
 	dev-qt/qtscript
 	dev-qt/qtx11extras


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/nulloy/
@ 2024-02-26  0:19 Vitaly Zdanevich
  0 siblings, 0 replies; 22+ messages in thread
From: Vitaly Zdanevich @ 2024-02-26  0:19 UTC (permalink / raw
  To: gentoo-commits

commit:     10fc9ab9bf93de1bcf79fef014e1a3815dd0503f
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Sun Feb 25 21:25:52 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Sun Feb 25 21:25:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=10fc9ab9

media-sound/nulloy: fix error "Unknown module(s) in QT: svg"

Closes: https://bugs.gentoo.org/925463
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 media-sound/nulloy/nulloy-0.9.8.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/nulloy/nulloy-0.9.8.7.ebuild b/media-sound/nulloy/nulloy-0.9.8.7.ebuild
index 687c88d670..6646ba7d74 100644
--- a/media-sound/nulloy/nulloy-0.9.8.7.ebuild
+++ b/media-sound/nulloy/nulloy-0.9.8.7.ebuild
@@ -25,7 +25,7 @@ BDEPEND="
 DEPEND="
 	dev-qt/qtcore
 	dev-qt/designer
-	dev-qt/qtsvg:6
+	dev-qt/qtsvg:5
 	dev-qt/linguist
 	dev-qt/qtscript
 	dev-qt/qtx11extras


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/nulloy/
@ 2024-02-27 19:44 Vitaly Zdanevich
  0 siblings, 0 replies; 22+ messages in thread
From: Vitaly Zdanevich @ 2024-02-27 19:44 UTC (permalink / raw
  To: gentoo-commits

commit:     71667a771c296dc06d7b6daa8b301e066855de30
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Tue Feb 27 19:44:26 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Tue Feb 27 19:44:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=71667a77

media-sound/nulloy: fix build error fails to compile: convert: no images defined /var/tmp/portage/media-sound/nulloy-0.9.8.7/work/nulloy-0.9.8.7/tmp/icon.ico @ error/convert.c/ConvertImageCommand/3362

Closes: https://bugs.gentoo.org/925571
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 media-sound/nulloy/nulloy-0.9.8.7.ebuild | 2 +-
 media-sound/nulloy/nulloy-9999.ebuild    | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-sound/nulloy/nulloy-0.9.8.7.ebuild b/media-sound/nulloy/nulloy-0.9.8.7.ebuild
index 6646ba7d74..742244e3e5 100644
--- a/media-sound/nulloy/nulloy-0.9.8.7.ebuild
+++ b/media-sound/nulloy/nulloy-0.9.8.7.ebuild
@@ -33,7 +33,7 @@ DEPEND="
 	media-libs/gst-plugins-base
 	media-libs/taglib
 	media-plugins/gst-plugins-meta
-	media-gfx/imagemagick
+	media-gfx/imagemagick[svg]
 "
 # imagemagick to generate icons, see
 # https://github.com/nulloy/nulloy/commit/9b89a9e60d68c59fa541807db68e5a1daf4110cc#r138660390

diff --git a/media-sound/nulloy/nulloy-9999.ebuild b/media-sound/nulloy/nulloy-9999.ebuild
index b3e9b8b53e..639384c4d1 100644
--- a/media-sound/nulloy/nulloy-9999.ebuild
+++ b/media-sound/nulloy/nulloy-9999.ebuild
@@ -31,6 +31,7 @@ DEPEND="
 	media-libs/gst-plugins-base
 	media-libs/taglib
 	media-plugins/gst-plugins-meta
+	media-gfx/imagemagick[svg]
 "
 RDEPEND="${DEPEND}"
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/nulloy/
@ 2024-05-11  0:06 Vitaly Zdanevich
  0 siblings, 0 replies; 22+ messages in thread
From: Vitaly Zdanevich @ 2024-05-11  0:06 UTC (permalink / raw
  To: gentoo-commits

commit:     9ebb80aeef121aa6b40df548bf11483f7da133b2
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Sat May 11 00:06:17 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Sat May 11 00:06:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ebb80ae

media-sound/nulloy: skin version bump

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 media-sound/nulloy/Manifest              | 1 +
 media-sound/nulloy/nulloy-0.9.8.7.ebuild | 4 ++--
 media-sound/nulloy/nulloy-0.9.8.ebuild   | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/media-sound/nulloy/Manifest b/media-sound/nulloy/Manifest
index 3e2475b9ca..36ac68c8ca 100644
--- a/media-sound/nulloy/Manifest
+++ b/media-sound/nulloy/Manifest
@@ -1,4 +1,5 @@
 DIST nulloy-0.9.5.tar.gz 326446 BLAKE2B 8dfe39e428abcdc8c593816ae2aaae2ce8e10e5f5551de77444a205abc40dc1a369ab06ca61090235c2601ad1c0243282159ff002e47046b1482b0ec6c3f4389 SHA512 ca65ed5a5d0727505e36e9f85fd93ae27210f01ad4677ffce305ad00ef0307807acb492d1304c9f7ec75f7ec7e0d88371a89799c779d8d7b280a54bf703bd3d0
 DIST nulloy-0.9.8.7.tar.gz 332534 BLAKE2B 2be3193db135a884a31ceb9b727aa564add8302f8fc07879ec952f01df4bd3946e2bb5ba89ebef4c44de077341490239b09ecb41b7b61fb76c92d23cfe8de660 SHA512 3d1aa93554a9354f69ce46101c64d1deb82356aa68886b3c098e73f67e621db1b4d2e2098243947a9380b741a0c5b65b7333a581bf924def5aff75374510ee79
 DIST nulloy-0.9.8.tar.gz 332399 BLAKE2B 5d18d6b00d6dc3f478e56a15e7b0869222892c94a46337712f1471a9ce2c3cf42bd0cf6c42c7177022ac323d732f095e1b3a1c7d37a9aff100fc8f833abd32e3 SHA512 4616e050664da46c3ddf89a10366134394b8a7d7cf26488396259b0ff394bbb03df7fe0f73b7d8476ad514b4fb118af0613f0d239b5e7ca0ecc769dfafb53036
+DIST nulloy-theme-night-1.1.tar.bz2 353588 BLAKE2B e22388b2236b3f274cae127dcb545444b465cbf164c4bb6a5b443fdf7e2494c663dd112bbe07f2f5d2bd5e8c11b3b874381925e7f386ace47e2838ebb7ad7a3e SHA512 ef92fc90ffe3383b5ee028f9f871676168fb845de1ecdb2b88f7397abbff433a2483e3f321cf4487c4551253013064815372a5be2a0860d3b5528abea6d97b59
 DIST nulloy-theme-night-v1.0.tar.bz2 353544 BLAKE2B 71191393fcf1117f9c6c11c30ea2e6a51638e3a098d11c6c22d41e123da45313681b83cd8d3bfa290ed3e3b099390b2ed46a167b2bcaacd44d7833d375df71d1 SHA512 b0f1e6e3d2df6289ba19fc16ae1fb95c4cd731b684aafb498f87079a7a2e6a60bcc3edde37698c3e69d04062c7f563855b6a7997dea80ab6fad6c3615ebadd6d

diff --git a/media-sound/nulloy/nulloy-0.9.8.7.ebuild b/media-sound/nulloy/nulloy-0.9.8.7.ebuild
index 742244e3e5..0326e216e9 100644
--- a/media-sound/nulloy/nulloy-0.9.8.7.ebuild
+++ b/media-sound/nulloy/nulloy-0.9.8.7.ebuild
@@ -8,9 +8,9 @@ inherit xdg
 DESCRIPTION="Music player with a waveform progress bar (sound visualization)"
 HOMEPAGE="https://nulloy.com"
 
-NAME="nulloy-theme-night-v1.0"
+NAME="nulloy-theme-night-1.1"
 SRC_URI="https://github.com/nulloy/nulloy/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
-	skins? ( https://gitlab.com/vitaly-zdanevich/nulloy-theme-night/-/archive/v1.0/${NAME}.tar.bz2 )"
+	skins? ( https://gitlab.com/vitaly-zdanevich/nulloy-theme-night/-/archive/1.1/${NAME}.tar.bz2 )"
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/media-sound/nulloy/nulloy-0.9.8.ebuild b/media-sound/nulloy/nulloy-0.9.8.ebuild
index 9831d0db81..a4bf7aaa9f 100644
--- a/media-sound/nulloy/nulloy-0.9.8.ebuild
+++ b/media-sound/nulloy/nulloy-0.9.8.ebuild
@@ -8,9 +8,9 @@ inherit xdg
 DESCRIPTION="Music player with a waveform progress bar (sound visualization)"
 HOMEPAGE="https://nulloy.com"
 
-NAME="nulloy-theme-night-v1.0"
+NAME="nulloy-theme-night-1.1"
 SRC_URI="https://github.com/nulloy/nulloy/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
-	skins? ( https://gitlab.com/vitaly-zdanevich/nulloy-theme-night/-/archive/v1.0/${NAME}.tar.bz2 )"
+	skins? ( https://gitlab.com/vitaly-zdanevich/nulloy-theme-night/-/archive/1.1/${NAME}.tar.bz2 )"
 
 LICENSE="GPL-3"
 SLOT="0"


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/nulloy/
@ 2024-06-10 20:11 Vitaly Zdanevich
  0 siblings, 0 replies; 22+ messages in thread
From: Vitaly Zdanevich @ 2024-06-10 20:11 UTC (permalink / raw
  To: gentoo-commits

commit:     b0fef37c7c43a6822096a53c4e297cded4ee9b53
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Mon Jun 10 20:11:19 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Mon Jun 10 20:11:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b0fef37c

media-sound/nulloy: add 0.9.9

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 media-sound/nulloy/Manifest            |  1 +
 media-sound/nulloy/nulloy-0.9.9.ebuild | 73 ++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

diff --git a/media-sound/nulloy/Manifest b/media-sound/nulloy/Manifest
index 36ac68c8c..1d91bc1ba 100644
--- a/media-sound/nulloy/Manifest
+++ b/media-sound/nulloy/Manifest
@@ -1,5 +1,6 @@
 DIST nulloy-0.9.5.tar.gz 326446 BLAKE2B 8dfe39e428abcdc8c593816ae2aaae2ce8e10e5f5551de77444a205abc40dc1a369ab06ca61090235c2601ad1c0243282159ff002e47046b1482b0ec6c3f4389 SHA512 ca65ed5a5d0727505e36e9f85fd93ae27210f01ad4677ffce305ad00ef0307807acb492d1304c9f7ec75f7ec7e0d88371a89799c779d8d7b280a54bf703bd3d0
 DIST nulloy-0.9.8.7.tar.gz 332534 BLAKE2B 2be3193db135a884a31ceb9b727aa564add8302f8fc07879ec952f01df4bd3946e2bb5ba89ebef4c44de077341490239b09ecb41b7b61fb76c92d23cfe8de660 SHA512 3d1aa93554a9354f69ce46101c64d1deb82356aa68886b3c098e73f67e621db1b4d2e2098243947a9380b741a0c5b65b7333a581bf924def5aff75374510ee79
 DIST nulloy-0.9.8.tar.gz 332399 BLAKE2B 5d18d6b00d6dc3f478e56a15e7b0869222892c94a46337712f1471a9ce2c3cf42bd0cf6c42c7177022ac323d732f095e1b3a1c7d37a9aff100fc8f833abd32e3 SHA512 4616e050664da46c3ddf89a10366134394b8a7d7cf26488396259b0ff394bbb03df7fe0f73b7d8476ad514b4fb118af0613f0d239b5e7ca0ecc769dfafb53036
+DIST nulloy-0.9.9.tar.gz 331205 BLAKE2B b16cfbf7395a386da15f03788588cd4a0c5ec4ba05ee089aa2a289963279b5c8e5d433a9f0d58102f58303ce7f3b18491be74d6b9a572770d1416b9774e839d2 SHA512 84a003721f07cf66256500275e0a6f41999bed2457bb0f1273b4963936889b49bb0832cbbac00016f11e5e9f2deca1a2021c36cd767d67f05bdf40653c87f0e3
 DIST nulloy-theme-night-1.1.tar.bz2 353588 BLAKE2B e22388b2236b3f274cae127dcb545444b465cbf164c4bb6a5b443fdf7e2494c663dd112bbe07f2f5d2bd5e8c11b3b874381925e7f386ace47e2838ebb7ad7a3e SHA512 ef92fc90ffe3383b5ee028f9f871676168fb845de1ecdb2b88f7397abbff433a2483e3f321cf4487c4551253013064815372a5be2a0860d3b5528abea6d97b59
 DIST nulloy-theme-night-v1.0.tar.bz2 353544 BLAKE2B 71191393fcf1117f9c6c11c30ea2e6a51638e3a098d11c6c22d41e123da45313681b83cd8d3bfa290ed3e3b099390b2ed46a167b2bcaacd44d7833d375df71d1 SHA512 b0f1e6e3d2df6289ba19fc16ae1fb95c4cd731b684aafb498f87079a7a2e6a60bcc3edde37698c3e69d04062c7f563855b6a7997dea80ab6fad6c3615ebadd6d

diff --git a/media-sound/nulloy/nulloy-0.9.9.ebuild b/media-sound/nulloy/nulloy-0.9.9.ebuild
new file mode 100644
index 000000000..4ffef1766
--- /dev/null
+++ b/media-sound/nulloy/nulloy-0.9.9.ebuild
@@ -0,0 +1,73 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg
+
+DESCRIPTION="Music player with a waveform progress bar (sound visualization)"
+HOMEPAGE="https://nulloy.com"
+
+NAME="nulloy-theme-night-v1.0"
+SRC_URI="https://github.com/nulloy/nulloy/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
+	skins? ( https://gitlab.com/vitaly-zdanevich/nulloy-theme-night/-/archive/v1.0/${NAME}.tar.bz2 )"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+skins"
+
+BDEPEND="
+	dev-qt/linguist-tools
+	app-arch/zip
+"
+
+DEPEND="
+	dev-qt/qtcore
+	dev-qt/designer
+	dev-qt/qtsvg
+	dev-qt/linguist
+	dev-qt/qtscript
+	dev-qt/qtx11extras
+	media-libs/gstreamer
+	media-libs/gst-plugins-base
+	media-libs/taglib
+	media-plugins/gst-plugins-meta
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	if use skins ; then
+		eapply "${FILESDIR}"/add-dark-theme.patch
+
+		cp -r "${WORKDIR}/${NAME}" src/skins/night
+	fi
+
+	default
+}
+
+src_configure() {
+	# Upstream ./configure script does not support specifying an option's
+	# value after an equal sign like in '--prefix="${EPREFIX}/usr"', so we
+	# have to set up all the options ourselves and call the script directly
+	local myconfargs=(
+		$(use skins || echo --no-skins)
+		--no-update-check
+		--gstreamer-tagreader
+		--prefix "${EPREFIX}/usr"
+		--libdir "$(get_libdir)"
+	)
+
+	QMAKE=/usr/bin/qmake5 LRELEASE=/usr/lib64/qt5/bin/lrelease ./configure "${myconfargs[@]}" || die
+
+	# Because stripping should not be done by the build tools,
+	# because Portage does it when the install phase is run to be able
+	# to support the `splitdebug` and `installsources` FEATURES.
+	# See related issue https://bugs.gentoo.org/856292
+	echo "CONFIG += nostrip" >> "${WORKDIR}/${P}/.qmake.cache"
+}
+
+src_install() {
+	emake INSTALL_ROOT="${ED}" install
+	einstalldocs
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/nulloy/
@ 2024-06-13 23:29 Vitaly Zdanevich
  0 siblings, 0 replies; 22+ messages in thread
From: Vitaly Zdanevich @ 2024-06-13 23:29 UTC (permalink / raw
  To: gentoo-commits

commit:     177fdff5d173a0fcb031c45c6ffbaceb7c2ef488
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Jun 13 23:28:52 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Jun 13 23:28:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=177fdff5

media-sound/nulloy: add missing dep imagemagick

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 media-sound/nulloy/nulloy-0.9.9.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-sound/nulloy/nulloy-0.9.9.ebuild b/media-sound/nulloy/nulloy-0.9.9.ebuild
index 4ffef1766..ef53fab80 100644
--- a/media-sound/nulloy/nulloy-0.9.9.ebuild
+++ b/media-sound/nulloy/nulloy-0.9.9.ebuild
@@ -29,6 +29,7 @@ DEPEND="
 	dev-qt/linguist
 	dev-qt/qtscript
 	dev-qt/qtx11extras
+	media-gfx/imagemagick
 	media-libs/gstreamer
 	media-libs/gst-plugins-base
 	media-libs/taglib


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/nulloy/
@ 2024-06-16 23:35 Vitaly Zdanevich
  0 siblings, 0 replies; 22+ messages in thread
From: Vitaly Zdanevich @ 2024-06-16 23:35 UTC (permalink / raw
  To: gentoo-commits

commit:     5398a7ebbd026998c3df18479ef12eccf9a3ba90
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Sun Jun 16 23:35:17 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Sun Jun 16 23:35:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5398a7eb

media-sound/nulloy: DEP imagemagick: add [svg]

Closes https://bugs.gentoo.org/934416

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 media-sound/nulloy/nulloy-0.9.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/nulloy/nulloy-0.9.9.ebuild b/media-sound/nulloy/nulloy-0.9.9.ebuild
index ef53fab80..d4c5f2417 100644
--- a/media-sound/nulloy/nulloy-0.9.9.ebuild
+++ b/media-sound/nulloy/nulloy-0.9.9.ebuild
@@ -29,7 +29,7 @@ DEPEND="
 	dev-qt/linguist
 	dev-qt/qtscript
 	dev-qt/qtx11extras
-	media-gfx/imagemagick
+	media-gfx/imagemagick[svg]
 	media-libs/gstreamer
 	media-libs/gst-plugins-base
 	media-libs/taglib


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/nulloy/
@ 2024-09-14  0:40 David Roman
  0 siblings, 0 replies; 22+ messages in thread
From: David Roman @ 2024-09-14  0:40 UTC (permalink / raw
  To: gentoo-commits

commit:     46bf7baff232e69bde02f28e172b0bbe6e9f9246
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Fri Sep 13 20:42:12 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Sep 14 00:37:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46bf7baf

media-sound/nulloy: drop external theme

I will move it to a separate ebuild (decided by the community).

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
Closes: https://github.com/gentoo/guru/pull/241
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 media-sound/nulloy/metadata.xml                     |  2 +-
 .../{nulloy-0.9.9.ebuild => nulloy-0.9.9-r1.ebuild} | 14 +-------------
 media-sound/nulloy/nulloy-9999.ebuild               | 21 +--------------------
 3 files changed, 3 insertions(+), 34 deletions(-)

diff --git a/media-sound/nulloy/metadata.xml b/media-sound/nulloy/metadata.xml
index d9c4775e5..9988a9371 100644
--- a/media-sound/nulloy/metadata.xml
+++ b/media-sound/nulloy/metadata.xml
@@ -6,7 +6,7 @@
 		<name>Vitaly Zdanevich</name>
 	</maintainer>
 	<use>
-		<flag name="skins">Add a few themes, enable if you want dark</flag>
+		<flag name="skins">Without this flag - you can choose qt5 themes not only for preferences</flag>
 	</use>
 	<upstream>
 		<remote-id type="github">nulloy/nulloy</remote-id>

diff --git a/media-sound/nulloy/nulloy-0.9.9.ebuild b/media-sound/nulloy/nulloy-0.9.9-r1.ebuild
similarity index 83%
rename from media-sound/nulloy/nulloy-0.9.9.ebuild
rename to media-sound/nulloy/nulloy-0.9.9-r1.ebuild
index d4c5f2417..c4b906bd3 100644
--- a/media-sound/nulloy/nulloy-0.9.9.ebuild
+++ b/media-sound/nulloy/nulloy-0.9.9-r1.ebuild
@@ -8,9 +8,7 @@ inherit xdg
 DESCRIPTION="Music player with a waveform progress bar (sound visualization)"
 HOMEPAGE="https://nulloy.com"
 
-NAME="nulloy-theme-night-v1.0"
-SRC_URI="https://github.com/nulloy/nulloy/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
-	skins? ( https://gitlab.com/vitaly-zdanevich/nulloy-theme-night/-/archive/v1.0/${NAME}.tar.bz2 )"
+SRC_URI="https://github.com/nulloy/nulloy/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -37,16 +35,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-src_prepare() {
-	if use skins ; then
-		eapply "${FILESDIR}"/add-dark-theme.patch
-
-		cp -r "${WORKDIR}/${NAME}" src/skins/night
-	fi
-
-	default
-}
-
 src_configure() {
 	# Upstream ./configure script does not support specifying an option's
 	# value after an equal sign like in '--prefix="${EPREFIX}/usr"', so we

diff --git a/media-sound/nulloy/nulloy-9999.ebuild b/media-sound/nulloy/nulloy-9999.ebuild
index efc31d791..465a8be61 100644
--- a/media-sound/nulloy/nulloy-9999.ebuild
+++ b/media-sound/nulloy/nulloy-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -34,25 +34,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-src_unpack() {
-	git-r3_src_unpack
-
-	if use skins ; then
-		EGIT_REPO_URI=https://gitlab.com/vitaly-zdanevich/nulloy-theme-night.git
-		EGIT_CHECKOUT_DIR="${WORKDIR}/night"
-		git-r3_src_unpack
-	fi
-}
-
-src_prepare() {
-	default
-
-	if use skins ; then
-		eapply "${FILESDIR}/add-dark-theme.patch"
-		cp -r "${WORKDIR}/night" src/skins
-	fi
-}
-
 src_configure() {
 	# Upstream ./configure script does not support specifying an option's
 	# value after an equal sign like in '--prefix="${EPREFIX}/usr"', so we


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

end of thread, other threads:[~2024-09-14  0:40 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-13 20:37 [gentoo-commits] repo/proj/guru:dev commit in: media-sound/nulloy/ Vitaly Zdanevich
  -- strict thread matches above, loose matches on Subject: below --
2024-09-14  0:40 David Roman
2024-06-16 23:35 Vitaly Zdanevich
2024-06-13 23:29 Vitaly Zdanevich
2024-06-10 20:11 Vitaly Zdanevich
2024-05-11  0:06 Vitaly Zdanevich
2024-02-27 19:44 Vitaly Zdanevich
2024-02-26  0:19 Vitaly Zdanevich
2024-02-23 17:38 Vitaly Zdanevich
2024-02-22 16:16 Vitaly Zdanevich
2024-02-15 11:14 Vitaly Zdanevich
2024-02-15 11:11 Vitaly Zdanevich
2022-09-26 10:05 Andrew Ammerlaan
2022-09-26 10:05 Andrew Ammerlaan
2022-08-09  7:18 Vitaly Zdanevich
2022-08-02 18:13 Vitaly Zdanevich
2022-07-12  9:22 Vitaly Zdanevich
2022-07-10 10:13 Vitaly Zdanevich
2022-07-10 10:10 Vitaly Zdanevich
2022-07-01 10:56 Vitaly Zdanevich
2022-07-01 10:53 Vitaly Zdanevich
2022-06-30  7:27 Vitaly Zdanevich

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