public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: media-sound/supersonic/
  2024-07-27 17:40 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2024-07-27 17:46 ` David Roman
  0 siblings, 0 replies; 20+ messages in thread
From: David Roman @ 2024-07-27 17:46 UTC (permalink / raw
  To: gentoo-commits

commit:     fe3c71259d83be1b9c10a84e54b73674d80cdae5
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sat Jul 27 17:40:09 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Jul 27 17:40:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe3c7125

media-sound/supersonic: new package, add 0.12.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 media-sound/supersonic/Manifest                 |  2 ++
 media-sound/supersonic/metadata.xml             | 11 +++++++++++
 media-sound/supersonic/supersonic-0.12.0.ebuild | 23 +++++++++++++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/media-sound/supersonic/Manifest b/media-sound/supersonic/Manifest
new file mode 100644
index 000000000..f4af8e81e
--- /dev/null
+++ b/media-sound/supersonic/Manifest
@@ -0,0 +1,2 @@
+DIST supersonic-0.12.0-vendor.tar.xz 8597980 BLAKE2B 63d4ab29ef686972a91f777e3e116862f2aeae6ad54600255124aa67d18b1f589e530f55b569ae9271976fc2ffac1758fba713be9f2ec0dd08e619ec953cb9a6 SHA512 c72a5040f59da8d5f4d070864f3aaa9281c97a65823fe05e55a50b5496d0292f33637f794f4f711efd6058194aff6128b0dd4a3f4b9128ca2d616703d1aa99d1
+DIST supersonic-0.12.0.tar.gz 63643996 BLAKE2B 91782c2fd7921eeefa0c6e4c0db008ad3db43cfeed00e53adb4eda92491ec98c0f52fab0cd8dc05c6396f6503d1902aea9c9dbd657d215e536dc395998e0a523 SHA512 4da62497c8878ea939139a0752426ba6a2443137f46bebab16241dc67e222661614985841442234a38bf17270e62d1b8326598893b68a6359be02078737cd3e4

diff --git a/media-sound/supersonic/metadata.xml b/media-sound/supersonic/metadata.xml
new file mode 100644
index 000000000..448169afa
--- /dev/null
+++ b/media-sound/supersonic/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>davidroman96@gmail.com</email>
+		<name>David Roman</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">dweymouth/supersonic</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/media-sound/supersonic/supersonic-0.12.0.ebuild b/media-sound/supersonic/supersonic-0.12.0.ebuild
new file mode 100644
index 000000000..bb012e141
--- /dev/null
+++ b/media-sound/supersonic/supersonic-0.12.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="A lightweight and full-featured cross-platform desktop client"
+HOMEPAGE="https://github.com/dweymouth/supersonic"
+SRC_URI="https://github.com/dweymouth/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+	ego build
+}
+
+src_install() {
+	dobin supersonic
+}


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

* [gentoo-commits] repo/proj/guru:master commit in: media-sound/supersonic/
  2024-07-28 12:20 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2024-07-28 12:21 ` David Roman
  0 siblings, 0 replies; 20+ messages in thread
From: David Roman @ 2024-07-28 12:21 UTC (permalink / raw
  To: gentoo-commits

commit:     dacedb5b9a633b4dc0ed27a47455f1769f5c4566
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sun Jul 28 12:20:31 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jul 28 12:20:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dacedb5b

media-sound/supersonic: add missing deps

Closes: https://bugs.gentoo.org/936811
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 media-sound/supersonic/supersonic-0.12.0.ebuild | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/media-sound/supersonic/supersonic-0.12.0.ebuild b/media-sound/supersonic/supersonic-0.12.0.ebuild
index bb012e141..d16029444 100644
--- a/media-sound/supersonic/supersonic-0.12.0.ebuild
+++ b/media-sound/supersonic/supersonic-0.12.0.ebuild
@@ -14,6 +14,15 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
 
+DEPEND="
+	media-video/mpv[libmpv]
+	x11-libs/libXcursor
+	x11-libs/libXi
+	x11-libs/libXinerama
+"
+
+RDEPEND="${DEPEND}"
+
 src_compile() {
 	ego build
 }


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

* [gentoo-commits] repo/proj/guru:master commit in: media-sound/supersonic/
@ 2024-07-31 22:49 Lucio Sauer
  0 siblings, 0 replies; 20+ messages in thread
From: Lucio Sauer @ 2024-07-31 22:49 UTC (permalink / raw
  To: gentoo-commits

commit:     70762f1274631525aa57e2f882cedba40512f323
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Wed Jul 31 09:50:39 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Wed Jul 31 09:50:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70762f12

media-sound/supersonic: add 0.13.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 media-sound/supersonic/Manifest                 |  2 ++
 media-sound/supersonic/supersonic-0.13.0.ebuild | 38 +++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/media-sound/supersonic/Manifest b/media-sound/supersonic/Manifest
index f4af8e81e..6539eb7b5 100644
--- a/media-sound/supersonic/Manifest
+++ b/media-sound/supersonic/Manifest
@@ -1,2 +1,4 @@
 DIST supersonic-0.12.0-vendor.tar.xz 8597980 BLAKE2B 63d4ab29ef686972a91f777e3e116862f2aeae6ad54600255124aa67d18b1f589e530f55b569ae9271976fc2ffac1758fba713be9f2ec0dd08e619ec953cb9a6 SHA512 c72a5040f59da8d5f4d070864f3aaa9281c97a65823fe05e55a50b5496d0292f33637f794f4f711efd6058194aff6128b0dd4a3f4b9128ca2d616703d1aa99d1
 DIST supersonic-0.12.0.tar.gz 63643996 BLAKE2B 91782c2fd7921eeefa0c6e4c0db008ad3db43cfeed00e53adb4eda92491ec98c0f52fab0cd8dc05c6396f6503d1902aea9c9dbd657d215e536dc395998e0a523 SHA512 4da62497c8878ea939139a0752426ba6a2443137f46bebab16241dc67e222661614985841442234a38bf17270e62d1b8326598893b68a6359be02078737cd3e4
+DIST supersonic-0.13.0-vendor.tar.xz 8727176 BLAKE2B 34be3feedb7ea5df286b95f260ec9832d49ce5a1c46b747dcea2340ae44b5a4b77ea1815f78953bd3d8b6577fe4323db6bf9e4dbf6d3b76facdcdb72f34fc6f1 SHA512 3a357ed40b69286380a7d550d6e3fc016e194df57ba1f0e02dd8794bc4c0f7311315599f2c79d20d2e5f1f75ca29990b81a49f79febdf3f00e49b305daf27316
+DIST supersonic-0.13.0.tar.gz 63671925 BLAKE2B 4f8a68f90723db2da3c2a6f16c796b46453b7ad767b0294109c0a92e1630de8a406e7993510e5817893aac1548f7ef8188b57dd73cd343c16524d113f7e96e26 SHA512 6cbc2d1f49c977633d3db94896b400a510090c7f8cec7e45b227ed2c9e4e202568182cb63e57755aa2b1c09adf136cbbd5a00d75c583a3c29f2bdf58c5fd2e8c

diff --git a/media-sound/supersonic/supersonic-0.13.0.ebuild b/media-sound/supersonic/supersonic-0.13.0.ebuild
new file mode 100644
index 000000000..be98364b5
--- /dev/null
+++ b/media-sound/supersonic/supersonic-0.13.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop go-module xdg
+
+DESCRIPTION="A lightweight and full-featured cross-platform desktop client"
+HOMEPAGE="https://github.com/dweymouth/supersonic"
+SRC_URI="https://github.com/dweymouth/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	media-video/mpv[libmpv]
+	x11-libs/libXcursor
+	x11-libs/libXi
+	x11-libs/libXinerama
+"
+
+RDEPEND="${DEPEND}"
+
+src_compile() {
+	ego build
+}
+
+src_install() {
+	dobin supersonic
+	sed -i 's/supersonic-desktop/supersonic/g' "res/${PN}-desktop.desktop"
+	domenu "res/${PN}-desktop.desktop"
+	local x
+	for x in 128 256 512; do
+		newicon -s ${x} res/appicon-${x}.png supersonic.png
+	done
+}


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

* [gentoo-commits] repo/proj/guru:master commit in: media-sound/supersonic/
  2024-07-31 22:34 [gentoo-commits] repo/proj/guru:dev " Lucio Sauer
@ 2024-07-31 22:49 ` Lucio Sauer
  0 siblings, 0 replies; 20+ messages in thread
From: Lucio Sauer @ 2024-07-31 22:49 UTC (permalink / raw
  To: gentoo-commits

commit:     50fb2248598524fe4015b78b460837a3bc2a6b95
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed Jul 31 21:34:51 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Wed Jul 31 21:34:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50fb2248

media-sound/supersonic: add missing die

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

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

diff --git a/media-sound/supersonic/supersonic-0.13.0.ebuild b/media-sound/supersonic/supersonic-0.13.0.ebuild
index be98364b5..e7a79cf7a 100644
--- a/media-sound/supersonic/supersonic-0.13.0.ebuild
+++ b/media-sound/supersonic/supersonic-0.13.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -29,7 +29,7 @@ src_compile() {
 
 src_install() {
 	dobin supersonic
-	sed -i 's/supersonic-desktop/supersonic/g' "res/${PN}-desktop.desktop"
+	sed -i 's/supersonic-desktop/supersonic/g' "res/${PN}-desktop.desktop" || die
 	domenu "res/${PN}-desktop.desktop"
 	local x
 	for x in 128 256 512; do


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

* [gentoo-commits] repo/proj/guru:master commit in: media-sound/supersonic/
@ 2024-08-06 14:10 Lucio Sauer
  0 siblings, 0 replies; 20+ messages in thread
From: Lucio Sauer @ 2024-08-06 14:10 UTC (permalink / raw
  To: gentoo-commits

commit:     4a34ab904162986c9b006dd3253df6f9723e69e4
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Aug  6 09:23:56 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Tue Aug  6 09:23:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4a34ab90

media-sound/supersonic: add missing RDEPENDs

Closes: https://bugs.gentoo.org/937444
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 media-sound/supersonic/supersonic-0.13.0-r1.ebuild | 40 ++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/media-sound/supersonic/supersonic-0.13.0-r1.ebuild b/media-sound/supersonic/supersonic-0.13.0-r1.ebuild
new file mode 100644
index 000000000..a8046f32a
--- /dev/null
+++ b/media-sound/supersonic/supersonic-0.13.0-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop go-module xdg
+
+DESCRIPTION="A lightweight and full-featured cross-platform desktop client"
+HOMEPAGE="https://github.com/dweymouth/supersonic"
+SRC_URI="https://github.com/dweymouth/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	media-libs/libglvnd
+	media-video/mpv[libmpv]
+	x11-libs/libX11
+	x11-libs/libXcursor
+	x11-libs/libXi
+	x11-libs/libXinerama
+"
+
+RDEPEND="${DEPEND}"
+
+src_compile() {
+	ego build
+}
+
+src_install() {
+	dobin supersonic
+	sed -i 's/supersonic-desktop/supersonic/g' "res/${PN}-desktop.desktop" || die
+	domenu "res/${PN}-desktop.desktop"
+	local x
+	for x in 128 256 512; do
+		newicon -s ${x} res/appicon-${x}.png supersonic.png
+	done
+}


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

* [gentoo-commits] repo/proj/guru:master commit in: media-sound/supersonic/
  2024-09-01 15:43 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2024-09-01 15:53 ` David Roman
  0 siblings, 0 replies; 20+ messages in thread
From: David Roman @ 2024-09-01 15:53 UTC (permalink / raw
  To: gentoo-commits

commit:     af8231a967c5b199752ca03e15a20374507ab1ee
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sun Sep  1 15:42:41 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Sep  1 15:42:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=af8231a9

media-sound/supersonic: add 0.13.1

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 media-sound/supersonic/Manifest                 |  2 ++
 media-sound/supersonic/supersonic-0.13.1.ebuild | 40 +++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/media-sound/supersonic/Manifest b/media-sound/supersonic/Manifest
index 6539eb7b5..03e195364 100644
--- a/media-sound/supersonic/Manifest
+++ b/media-sound/supersonic/Manifest
@@ -2,3 +2,5 @@ DIST supersonic-0.12.0-vendor.tar.xz 8597980 BLAKE2B 63d4ab29ef686972a91f777e3e1
 DIST supersonic-0.12.0.tar.gz 63643996 BLAKE2B 91782c2fd7921eeefa0c6e4c0db008ad3db43cfeed00e53adb4eda92491ec98c0f52fab0cd8dc05c6396f6503d1902aea9c9dbd657d215e536dc395998e0a523 SHA512 4da62497c8878ea939139a0752426ba6a2443137f46bebab16241dc67e222661614985841442234a38bf17270e62d1b8326598893b68a6359be02078737cd3e4
 DIST supersonic-0.13.0-vendor.tar.xz 8727176 BLAKE2B 34be3feedb7ea5df286b95f260ec9832d49ce5a1c46b747dcea2340ae44b5a4b77ea1815f78953bd3d8b6577fe4323db6bf9e4dbf6d3b76facdcdb72f34fc6f1 SHA512 3a357ed40b69286380a7d550d6e3fc016e194df57ba1f0e02dd8794bc4c0f7311315599f2c79d20d2e5f1f75ca29990b81a49f79febdf3f00e49b305daf27316
 DIST supersonic-0.13.0.tar.gz 63671925 BLAKE2B 4f8a68f90723db2da3c2a6f16c796b46453b7ad767b0294109c0a92e1630de8a406e7993510e5817893aac1548f7ef8188b57dd73cd343c16524d113f7e96e26 SHA512 6cbc2d1f49c977633d3db94896b400a510090c7f8cec7e45b227ed2c9e4e202568182cb63e57755aa2b1c09adf136cbbd5a00d75c583a3c29f2bdf58c5fd2e8c
+DIST supersonic-0.13.1-vendor.tar.xz 8736248 BLAKE2B e1431bf5758255d14b613e7bfbf7c9c87205be80e924fb0f2bcf6ee163e71c1330e4d01ec519e929b37f11290c313291aeb5aee4bacf1df21732cabdbb7d02ac SHA512 555ef8334627626bd51d075b3f1a0892e0524e75524587046fce8d2746f5b21d598f23da35daa7dfa645ce48658a22ea0587f3d90bb21fd7ad2439d3f9aa2f5f
+DIST supersonic-0.13.1.tar.gz 63678698 BLAKE2B c0bcac53f9cc17cabbfe2fbc4c4e6fa809e0611465862b71561af198e0090266ee8f5d321179c287d249470c00996b3fd0c9bee9807be8e39702107c5eb8fa22 SHA512 7153640df2e4fd2e14b9ff14325afd70589960113d1cdd7dbaeaf75d7074152e2bbb5b3b832aa0947f85c625236c3b01116b766ac8524b00e7471a164492435c

diff --git a/media-sound/supersonic/supersonic-0.13.1.ebuild b/media-sound/supersonic/supersonic-0.13.1.ebuild
new file mode 100644
index 000000000..a8046f32a
--- /dev/null
+++ b/media-sound/supersonic/supersonic-0.13.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop go-module xdg
+
+DESCRIPTION="A lightweight and full-featured cross-platform desktop client"
+HOMEPAGE="https://github.com/dweymouth/supersonic"
+SRC_URI="https://github.com/dweymouth/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	media-libs/libglvnd
+	media-video/mpv[libmpv]
+	x11-libs/libX11
+	x11-libs/libXcursor
+	x11-libs/libXi
+	x11-libs/libXinerama
+"
+
+RDEPEND="${DEPEND}"
+
+src_compile() {
+	ego build
+}
+
+src_install() {
+	dobin supersonic
+	sed -i 's/supersonic-desktop/supersonic/g' "res/${PN}-desktop.desktop" || die
+	domenu "res/${PN}-desktop.desktop"
+	local x
+	for x in 128 256 512; do
+		newicon -s ${x} res/appicon-${x}.png supersonic.png
+	done
+}


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

* [gentoo-commits] repo/proj/guru:master commit in: media-sound/supersonic/
@ 2024-09-01 15:53 David Roman
  0 siblings, 0 replies; 20+ messages in thread
From: David Roman @ 2024-09-01 15:53 UTC (permalink / raw
  To: gentoo-commits

commit:     af3a4769d02a428a7ad58af67feb79a4ec150381
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sun Sep  1 15:43:05 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Sep  1 15:43:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=af3a4769

media-sound/supersonic: drop 0.12.0, 0.13.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 media-sound/supersonic/Manifest                 |  2 --
 media-sound/supersonic/supersonic-0.12.0.ebuild | 32 ---------------------
 media-sound/supersonic/supersonic-0.13.0.ebuild | 38 -------------------------
 3 files changed, 72 deletions(-)

diff --git a/media-sound/supersonic/Manifest b/media-sound/supersonic/Manifest
index 03e195364..d64780b27 100644
--- a/media-sound/supersonic/Manifest
+++ b/media-sound/supersonic/Manifest
@@ -1,5 +1,3 @@
-DIST supersonic-0.12.0-vendor.tar.xz 8597980 BLAKE2B 63d4ab29ef686972a91f777e3e116862f2aeae6ad54600255124aa67d18b1f589e530f55b569ae9271976fc2ffac1758fba713be9f2ec0dd08e619ec953cb9a6 SHA512 c72a5040f59da8d5f4d070864f3aaa9281c97a65823fe05e55a50b5496d0292f33637f794f4f711efd6058194aff6128b0dd4a3f4b9128ca2d616703d1aa99d1
-DIST supersonic-0.12.0.tar.gz 63643996 BLAKE2B 91782c2fd7921eeefa0c6e4c0db008ad3db43cfeed00e53adb4eda92491ec98c0f52fab0cd8dc05c6396f6503d1902aea9c9dbd657d215e536dc395998e0a523 SHA512 4da62497c8878ea939139a0752426ba6a2443137f46bebab16241dc67e222661614985841442234a38bf17270e62d1b8326598893b68a6359be02078737cd3e4
 DIST supersonic-0.13.0-vendor.tar.xz 8727176 BLAKE2B 34be3feedb7ea5df286b95f260ec9832d49ce5a1c46b747dcea2340ae44b5a4b77ea1815f78953bd3d8b6577fe4323db6bf9e4dbf6d3b76facdcdb72f34fc6f1 SHA512 3a357ed40b69286380a7d550d6e3fc016e194df57ba1f0e02dd8794bc4c0f7311315599f2c79d20d2e5f1f75ca29990b81a49f79febdf3f00e49b305daf27316
 DIST supersonic-0.13.0.tar.gz 63671925 BLAKE2B 4f8a68f90723db2da3c2a6f16c796b46453b7ad767b0294109c0a92e1630de8a406e7993510e5817893aac1548f7ef8188b57dd73cd343c16524d113f7e96e26 SHA512 6cbc2d1f49c977633d3db94896b400a510090c7f8cec7e45b227ed2c9e4e202568182cb63e57755aa2b1c09adf136cbbd5a00d75c583a3c29f2bdf58c5fd2e8c
 DIST supersonic-0.13.1-vendor.tar.xz 8736248 BLAKE2B e1431bf5758255d14b613e7bfbf7c9c87205be80e924fb0f2bcf6ee163e71c1330e4d01ec519e929b37f11290c313291aeb5aee4bacf1df21732cabdbb7d02ac SHA512 555ef8334627626bd51d075b3f1a0892e0524e75524587046fce8d2746f5b21d598f23da35daa7dfa645ce48658a22ea0587f3d90bb21fd7ad2439d3f9aa2f5f

diff --git a/media-sound/supersonic/supersonic-0.12.0.ebuild b/media-sound/supersonic/supersonic-0.12.0.ebuild
deleted file mode 100644
index d16029444..000000000
--- a/media-sound/supersonic/supersonic-0.12.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="A lightweight and full-featured cross-platform desktop client"
-HOMEPAGE="https://github.com/dweymouth/supersonic"
-SRC_URI="https://github.com/dweymouth/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-	media-video/mpv[libmpv]
-	x11-libs/libXcursor
-	x11-libs/libXi
-	x11-libs/libXinerama
-"
-
-RDEPEND="${DEPEND}"
-
-src_compile() {
-	ego build
-}
-
-src_install() {
-	dobin supersonic
-}

diff --git a/media-sound/supersonic/supersonic-0.13.0.ebuild b/media-sound/supersonic/supersonic-0.13.0.ebuild
deleted file mode 100644
index e7a79cf7a..000000000
--- a/media-sound/supersonic/supersonic-0.13.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop go-module xdg
-
-DESCRIPTION="A lightweight and full-featured cross-platform desktop client"
-HOMEPAGE="https://github.com/dweymouth/supersonic"
-SRC_URI="https://github.com/dweymouth/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-	media-video/mpv[libmpv]
-	x11-libs/libXcursor
-	x11-libs/libXi
-	x11-libs/libXinerama
-"
-
-RDEPEND="${DEPEND}"
-
-src_compile() {
-	ego build
-}
-
-src_install() {
-	dobin supersonic
-	sed -i 's/supersonic-desktop/supersonic/g' "res/${PN}-desktop.desktop" || die
-	domenu "res/${PN}-desktop.desktop"
-	local x
-	for x in 128 256 512; do
-		newicon -s ${x} res/appicon-${x}.png supersonic.png
-	done
-}


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

* [gentoo-commits] repo/proj/guru:master commit in: media-sound/supersonic/
  2025-01-06 22:19 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2025-01-07 12:53 ` David Roman
  0 siblings, 0 replies; 20+ messages in thread
From: David Roman @ 2025-01-07 12:53 UTC (permalink / raw
  To: gentoo-commits

commit:     7bc770d0253a6fb5ecfefb150dafd3c7a345e881
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Jan  6 22:09:41 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jan  6 22:09:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7bc770d0

media-sound/supersonic: add 0.13.2

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 media-sound/supersonic/Manifest                 |  2 ++
 media-sound/supersonic/supersonic-0.13.2.ebuild | 40 +++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/media-sound/supersonic/Manifest b/media-sound/supersonic/Manifest
index d64780b27..e051dc717 100644
--- a/media-sound/supersonic/Manifest
+++ b/media-sound/supersonic/Manifest
@@ -2,3 +2,5 @@ DIST supersonic-0.13.0-vendor.tar.xz 8727176 BLAKE2B 34be3feedb7ea5df286b95f260e
 DIST supersonic-0.13.0.tar.gz 63671925 BLAKE2B 4f8a68f90723db2da3c2a6f16c796b46453b7ad767b0294109c0a92e1630de8a406e7993510e5817893aac1548f7ef8188b57dd73cd343c16524d113f7e96e26 SHA512 6cbc2d1f49c977633d3db94896b400a510090c7f8cec7e45b227ed2c9e4e202568182cb63e57755aa2b1c09adf136cbbd5a00d75c583a3c29f2bdf58c5fd2e8c
 DIST supersonic-0.13.1-vendor.tar.xz 8736248 BLAKE2B e1431bf5758255d14b613e7bfbf7c9c87205be80e924fb0f2bcf6ee163e71c1330e4d01ec519e929b37f11290c313291aeb5aee4bacf1df21732cabdbb7d02ac SHA512 555ef8334627626bd51d075b3f1a0892e0524e75524587046fce8d2746f5b21d598f23da35daa7dfa645ce48658a22ea0587f3d90bb21fd7ad2439d3f9aa2f5f
 DIST supersonic-0.13.1.tar.gz 63678698 BLAKE2B c0bcac53f9cc17cabbfe2fbc4c4e6fa809e0611465862b71561af198e0090266ee8f5d321179c287d249470c00996b3fd0c9bee9807be8e39702107c5eb8fa22 SHA512 7153640df2e4fd2e14b9ff14325afd70589960113d1cdd7dbaeaf75d7074152e2bbb5b3b832aa0947f85c625236c3b01116b766ac8524b00e7471a164492435c
+DIST supersonic-0.13.2-vendor.tar.xz 8757956 BLAKE2B c228d799e13667350a5e05580ec5cbe9be066d408a81a70cab75cd28be14dd116a8e043a241dc94a702c84d30a514099cee116e1a45315b204272bde8096381b SHA512 2f0699fd7908ed5786a5474523fd2b5aed9e50ad6d23c61e5598f94f05ce5354bb02a3b1ac9e8d16156743a159cadcb118a464a3d122715fc8ca46c3954f1520
+DIST supersonic-0.13.2.tar.gz 63687288 BLAKE2B eb761d39fe29807808b5dbd6070413bb90a93301a445a7ada6168d29b9b184aa319b140ea23a8af6d6e300f2f95cfc6862db7f9abadd8fb364bde3f3963059bc SHA512 b4372f9765f12e95c357717467ef55cd9a84a362c5179365e393405121d7094339e09f8e69a7a813d2cbd55bc8fa71beeefd18203cd28df96d3259fc5b7652e5

diff --git a/media-sound/supersonic/supersonic-0.13.2.ebuild b/media-sound/supersonic/supersonic-0.13.2.ebuild
new file mode 100644
index 000000000..a8046f32a
--- /dev/null
+++ b/media-sound/supersonic/supersonic-0.13.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop go-module xdg
+
+DESCRIPTION="A lightweight and full-featured cross-platform desktop client"
+HOMEPAGE="https://github.com/dweymouth/supersonic"
+SRC_URI="https://github.com/dweymouth/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	media-libs/libglvnd
+	media-video/mpv[libmpv]
+	x11-libs/libX11
+	x11-libs/libXcursor
+	x11-libs/libXi
+	x11-libs/libXinerama
+"
+
+RDEPEND="${DEPEND}"
+
+src_compile() {
+	ego build
+}
+
+src_install() {
+	dobin supersonic
+	sed -i 's/supersonic-desktop/supersonic/g' "res/${PN}-desktop.desktop" || die
+	domenu "res/${PN}-desktop.desktop"
+	local x
+	for x in 128 256 512; do
+		newicon -s ${x} res/appicon-${x}.png supersonic.png
+	done
+}


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

* [gentoo-commits] repo/proj/guru:master commit in: media-sound/supersonic/
@ 2025-02-24 10:34 David Roman
  0 siblings, 0 replies; 20+ messages in thread
From: David Roman @ 2025-02-24 10:34 UTC (permalink / raw
  To: gentoo-commits

commit:     bece7e203fabb6239bda27bcdcfc44ebf1627b77
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Feb 24 10:19:02 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Feb 24 10:19:02 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bece7e20

media-sound/supersonic: drop 0.13.0-r1

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 media-sound/supersonic/Manifest                    |  2 --
 media-sound/supersonic/supersonic-0.13.0-r1.ebuild | 40 ----------------------
 2 files changed, 42 deletions(-)

diff --git a/media-sound/supersonic/Manifest b/media-sound/supersonic/Manifest
index 32d3a2ae3..05df32deb 100644
--- a/media-sound/supersonic/Manifest
+++ b/media-sound/supersonic/Manifest
@@ -1,5 +1,3 @@
-DIST supersonic-0.13.0-vendor.tar.xz 8727176 BLAKE2B 34be3feedb7ea5df286b95f260ec9832d49ce5a1c46b747dcea2340ae44b5a4b77ea1815f78953bd3d8b6577fe4323db6bf9e4dbf6d3b76facdcdb72f34fc6f1 SHA512 3a357ed40b69286380a7d550d6e3fc016e194df57ba1f0e02dd8794bc4c0f7311315599f2c79d20d2e5f1f75ca29990b81a49f79febdf3f00e49b305daf27316
-DIST supersonic-0.13.0.tar.gz 63671925 BLAKE2B 4f8a68f90723db2da3c2a6f16c796b46453b7ad767b0294109c0a92e1630de8a406e7993510e5817893aac1548f7ef8188b57dd73cd343c16524d113f7e96e26 SHA512 6cbc2d1f49c977633d3db94896b400a510090c7f8cec7e45b227ed2c9e4e202568182cb63e57755aa2b1c09adf136cbbd5a00d75c583a3c29f2bdf58c5fd2e8c
 DIST supersonic-0.13.1-vendor.tar.xz 8736248 BLAKE2B e1431bf5758255d14b613e7bfbf7c9c87205be80e924fb0f2bcf6ee163e71c1330e4d01ec519e929b37f11290c313291aeb5aee4bacf1df21732cabdbb7d02ac SHA512 555ef8334627626bd51d075b3f1a0892e0524e75524587046fce8d2746f5b21d598f23da35daa7dfa645ce48658a22ea0587f3d90bb21fd7ad2439d3f9aa2f5f
 DIST supersonic-0.13.1.tar.gz 63678698 BLAKE2B c0bcac53f9cc17cabbfe2fbc4c4e6fa809e0611465862b71561af198e0090266ee8f5d321179c287d249470c00996b3fd0c9bee9807be8e39702107c5eb8fa22 SHA512 7153640df2e4fd2e14b9ff14325afd70589960113d1cdd7dbaeaf75d7074152e2bbb5b3b832aa0947f85c625236c3b01116b766ac8524b00e7471a164492435c
 DIST supersonic-0.13.2-vendor.tar.xz 8757956 BLAKE2B c228d799e13667350a5e05580ec5cbe9be066d408a81a70cab75cd28be14dd116a8e043a241dc94a702c84d30a514099cee116e1a45315b204272bde8096381b SHA512 2f0699fd7908ed5786a5474523fd2b5aed9e50ad6d23c61e5598f94f05ce5354bb02a3b1ac9e8d16156743a159cadcb118a464a3d122715fc8ca46c3954f1520

diff --git a/media-sound/supersonic/supersonic-0.13.0-r1.ebuild b/media-sound/supersonic/supersonic-0.13.0-r1.ebuild
deleted file mode 100644
index a8046f32a..000000000
--- a/media-sound/supersonic/supersonic-0.13.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop go-module xdg
-
-DESCRIPTION="A lightweight and full-featured cross-platform desktop client"
-HOMEPAGE="https://github.com/dweymouth/supersonic"
-SRC_URI="https://github.com/dweymouth/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-	media-libs/libglvnd
-	media-video/mpv[libmpv]
-	x11-libs/libX11
-	x11-libs/libXcursor
-	x11-libs/libXi
-	x11-libs/libXinerama
-"
-
-RDEPEND="${DEPEND}"
-
-src_compile() {
-	ego build
-}
-
-src_install() {
-	dobin supersonic
-	sed -i 's/supersonic-desktop/supersonic/g' "res/${PN}-desktop.desktop" || die
-	domenu "res/${PN}-desktop.desktop"
-	local x
-	for x in 128 256 512; do
-		newicon -s ${x} res/appicon-${x}.png supersonic.png
-	done
-}


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

* [gentoo-commits] repo/proj/guru:master commit in: media-sound/supersonic/
  2025-04-07  8:45 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2025-04-07  9:32 ` David Roman
  0 siblings, 0 replies; 20+ messages in thread
From: David Roman @ 2025-04-07  9:32 UTC (permalink / raw
  To: gentoo-commits

commit:     07ce5591e338b89d4139df05e2805f7e45a777b0
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Apr  7 08:35:16 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Apr  7 08:35:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=07ce5591

media-sound/supersonic: drop 0.13.1, 0.13.2

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 media-sound/supersonic/Manifest                 |  4 ---
 media-sound/supersonic/supersonic-0.13.1.ebuild | 40 -------------------------
 media-sound/supersonic/supersonic-0.13.2.ebuild | 40 -------------------------
 3 files changed, 84 deletions(-)

diff --git a/media-sound/supersonic/Manifest b/media-sound/supersonic/Manifest
index 05df32deb..37599e6cb 100644
--- a/media-sound/supersonic/Manifest
+++ b/media-sound/supersonic/Manifest
@@ -1,6 +1,2 @@
-DIST supersonic-0.13.1-vendor.tar.xz 8736248 BLAKE2B e1431bf5758255d14b613e7bfbf7c9c87205be80e924fb0f2bcf6ee163e71c1330e4d01ec519e929b37f11290c313291aeb5aee4bacf1df21732cabdbb7d02ac SHA512 555ef8334627626bd51d075b3f1a0892e0524e75524587046fce8d2746f5b21d598f23da35daa7dfa645ce48658a22ea0587f3d90bb21fd7ad2439d3f9aa2f5f
-DIST supersonic-0.13.1.tar.gz 63678698 BLAKE2B c0bcac53f9cc17cabbfe2fbc4c4e6fa809e0611465862b71561af198e0090266ee8f5d321179c287d249470c00996b3fd0c9bee9807be8e39702107c5eb8fa22 SHA512 7153640df2e4fd2e14b9ff14325afd70589960113d1cdd7dbaeaf75d7074152e2bbb5b3b832aa0947f85c625236c3b01116b766ac8524b00e7471a164492435c
-DIST supersonic-0.13.2-vendor.tar.xz 8757956 BLAKE2B c228d799e13667350a5e05580ec5cbe9be066d408a81a70cab75cd28be14dd116a8e043a241dc94a702c84d30a514099cee116e1a45315b204272bde8096381b SHA512 2f0699fd7908ed5786a5474523fd2b5aed9e50ad6d23c61e5598f94f05ce5354bb02a3b1ac9e8d16156743a159cadcb118a464a3d122715fc8ca46c3954f1520
-DIST supersonic-0.13.2.tar.gz 63687288 BLAKE2B eb761d39fe29807808b5dbd6070413bb90a93301a445a7ada6168d29b9b184aa319b140ea23a8af6d6e300f2f95cfc6862db7f9abadd8fb364bde3f3963059bc SHA512 b4372f9765f12e95c357717467ef55cd9a84a362c5179365e393405121d7094339e09f8e69a7a813d2cbd55bc8fa71beeefd18203cd28df96d3259fc5b7652e5
 DIST supersonic-0.14.0-vendor.tar.xz 7970252 BLAKE2B aab7e4bc33920b2f8df3aeb40edef1f79e1b43f0c9d7f70f698bcde41c46b2bda76baf736b031263fbc3919c656c1e852a82909472282fdb03d206bc0e13ec06 SHA512 eb0f7f34796198fff4de8420121f6d9d854af8c530d3a4d7a2d96aa4d3c832f010b9a36713fa523a29b99f508d83cc7faf05fb09ee1e815c3ed880d436cf5821
 DIST supersonic-0.14.0.tar.gz 63693325 BLAKE2B 3a6626d60000438248addc40efd0a4f18f5d9fcfd75f74a98094149a6c934db92bbb2cd57e69abe5411153bb8a1547eb12b95c2379070844ec7212d609e2013c SHA512 15a09b7521494bd55cfbd1f52632547505e74a52ae27ba0407aa7698ae6f041591601a6039d8e2e2b8c7d82ae1fcb0cdf359710fa9b588b838ac733cca0fabce

diff --git a/media-sound/supersonic/supersonic-0.13.1.ebuild b/media-sound/supersonic/supersonic-0.13.1.ebuild
deleted file mode 100644
index a8046f32a..000000000
--- a/media-sound/supersonic/supersonic-0.13.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop go-module xdg
-
-DESCRIPTION="A lightweight and full-featured cross-platform desktop client"
-HOMEPAGE="https://github.com/dweymouth/supersonic"
-SRC_URI="https://github.com/dweymouth/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-	media-libs/libglvnd
-	media-video/mpv[libmpv]
-	x11-libs/libX11
-	x11-libs/libXcursor
-	x11-libs/libXi
-	x11-libs/libXinerama
-"
-
-RDEPEND="${DEPEND}"
-
-src_compile() {
-	ego build
-}
-
-src_install() {
-	dobin supersonic
-	sed -i 's/supersonic-desktop/supersonic/g' "res/${PN}-desktop.desktop" || die
-	domenu "res/${PN}-desktop.desktop"
-	local x
-	for x in 128 256 512; do
-		newicon -s ${x} res/appicon-${x}.png supersonic.png
-	done
-}

diff --git a/media-sound/supersonic/supersonic-0.13.2.ebuild b/media-sound/supersonic/supersonic-0.13.2.ebuild
deleted file mode 100644
index a8046f32a..000000000
--- a/media-sound/supersonic/supersonic-0.13.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop go-module xdg
-
-DESCRIPTION="A lightweight and full-featured cross-platform desktop client"
-HOMEPAGE="https://github.com/dweymouth/supersonic"
-SRC_URI="https://github.com/dweymouth/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-	media-libs/libglvnd
-	media-video/mpv[libmpv]
-	x11-libs/libX11
-	x11-libs/libXcursor
-	x11-libs/libXi
-	x11-libs/libXinerama
-"
-
-RDEPEND="${DEPEND}"
-
-src_compile() {
-	ego build
-}
-
-src_install() {
-	dobin supersonic
-	sed -i 's/supersonic-desktop/supersonic/g' "res/${PN}-desktop.desktop" || die
-	domenu "res/${PN}-desktop.desktop"
-	local x
-	for x in 128 256 512; do
-		newicon -s ${x} res/appicon-${x}.png supersonic.png
-	done
-}


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

* [gentoo-commits] repo/proj/guru:master commit in: media-sound/supersonic/
  2025-04-07  8:45 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2025-04-07  9:32 ` David Roman
  0 siblings, 0 replies; 20+ messages in thread
From: David Roman @ 2025-04-07  9:32 UTC (permalink / raw
  To: gentoo-commits

commit:     5e1fcd13f948625e83706b3e173fd6f816919203
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Apr  7 08:45:10 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Apr  7 08:45:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e1fcd13

media-sound/supersonic: add 0.15.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 media-sound/supersonic/Manifest                 |  2 ++
 media-sound/supersonic/supersonic-0.15.0.ebuild | 40 +++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/media-sound/supersonic/Manifest b/media-sound/supersonic/Manifest
index 37599e6cb..a404bc812 100644
--- a/media-sound/supersonic/Manifest
+++ b/media-sound/supersonic/Manifest
@@ -1,2 +1,4 @@
 DIST supersonic-0.14.0-vendor.tar.xz 7970252 BLAKE2B aab7e4bc33920b2f8df3aeb40edef1f79e1b43f0c9d7f70f698bcde41c46b2bda76baf736b031263fbc3919c656c1e852a82909472282fdb03d206bc0e13ec06 SHA512 eb0f7f34796198fff4de8420121f6d9d854af8c530d3a4d7a2d96aa4d3c832f010b9a36713fa523a29b99f508d83cc7faf05fb09ee1e815c3ed880d436cf5821
 DIST supersonic-0.14.0.tar.gz 63693325 BLAKE2B 3a6626d60000438248addc40efd0a4f18f5d9fcfd75f74a98094149a6c934db92bbb2cd57e69abe5411153bb8a1547eb12b95c2379070844ec7212d609e2013c SHA512 15a09b7521494bd55cfbd1f52632547505e74a52ae27ba0407aa7698ae6f041591601a6039d8e2e2b8c7d82ae1fcb0cdf359710fa9b588b838ac733cca0fabce
+DIST supersonic-0.15.0-vendor.tar.xz 7996964 BLAKE2B 293e44e5be07aab14ac3224f1898504b3894ad01321b4621457d52b99284a7ceba60b432998ece4c19d6ed2a79e86b41686d937c6dc2116df96c33a705da7500 SHA512 37551c78dc4b2e512668ddee792410e0b9db892a1260b1cda19a8490ce63659d9b56ed3d1f72d0a0f97801929bc66f32a779b458295d4bb52ff9a277544abb4d
+DIST supersonic-0.15.0.tar.gz 63705344 BLAKE2B de9775a7a57600db1ef7e0a9f6d868a0bc8855696f3d2b7b073bddccd1ad015c6241a61428843d78cf730f8a245db051f23e2c22c2bf780cd2a44f1e44b0eac0 SHA512 f9e1c2ef90d520a5e6164559b723282b68d0210aca92631912f3dff16632c99f5b5e7b3123d5b51ae9295e654e22f54a74c68f1eba045d7831c2cb73195cf395

diff --git a/media-sound/supersonic/supersonic-0.15.0.ebuild b/media-sound/supersonic/supersonic-0.15.0.ebuild
new file mode 100644
index 000000000..a8046f32a
--- /dev/null
+++ b/media-sound/supersonic/supersonic-0.15.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop go-module xdg
+
+DESCRIPTION="A lightweight and full-featured cross-platform desktop client"
+HOMEPAGE="https://github.com/dweymouth/supersonic"
+SRC_URI="https://github.com/dweymouth/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	media-libs/libglvnd
+	media-video/mpv[libmpv]
+	x11-libs/libX11
+	x11-libs/libXcursor
+	x11-libs/libXi
+	x11-libs/libXinerama
+"
+
+RDEPEND="${DEPEND}"
+
+src_compile() {
+	ego build
+}
+
+src_install() {
+	dobin supersonic
+	sed -i 's/supersonic-desktop/supersonic/g' "res/${PN}-desktop.desktop" || die
+	domenu "res/${PN}-desktop.desktop"
+	local x
+	for x in 128 256 512; do
+		newicon -s ${x} res/appicon-${x}.png supersonic.png
+	done
+}


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

* [gentoo-commits] repo/proj/guru:master commit in: media-sound/supersonic/
  2025-04-22  9:06 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2025-04-22  9:28 ` David Roman
  0 siblings, 0 replies; 20+ messages in thread
From: David Roman @ 2025-04-22  9:28 UTC (permalink / raw
  To: gentoo-commits

commit:     c4622cf021e51765599d50fd8a954a0cebfbb979
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Apr 22 09:04:52 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Apr 22 09:04:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c4622cf0

media-sound/supersonic: add 0.15.1

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 media-sound/supersonic/Manifest                 |  2 ++
 media-sound/supersonic/supersonic-0.15.1.ebuild | 40 +++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/media-sound/supersonic/Manifest b/media-sound/supersonic/Manifest
index a404bc812..6401f2490 100644
--- a/media-sound/supersonic/Manifest
+++ b/media-sound/supersonic/Manifest
@@ -2,3 +2,5 @@ DIST supersonic-0.14.0-vendor.tar.xz 7970252 BLAKE2B aab7e4bc33920b2f8df3aeb40ed
 DIST supersonic-0.14.0.tar.gz 63693325 BLAKE2B 3a6626d60000438248addc40efd0a4f18f5d9fcfd75f74a98094149a6c934db92bbb2cd57e69abe5411153bb8a1547eb12b95c2379070844ec7212d609e2013c SHA512 15a09b7521494bd55cfbd1f52632547505e74a52ae27ba0407aa7698ae6f041591601a6039d8e2e2b8c7d82ae1fcb0cdf359710fa9b588b838ac733cca0fabce
 DIST supersonic-0.15.0-vendor.tar.xz 7996964 BLAKE2B 293e44e5be07aab14ac3224f1898504b3894ad01321b4621457d52b99284a7ceba60b432998ece4c19d6ed2a79e86b41686d937c6dc2116df96c33a705da7500 SHA512 37551c78dc4b2e512668ddee792410e0b9db892a1260b1cda19a8490ce63659d9b56ed3d1f72d0a0f97801929bc66f32a779b458295d4bb52ff9a277544abb4d
 DIST supersonic-0.15.0.tar.gz 63705344 BLAKE2B de9775a7a57600db1ef7e0a9f6d868a0bc8855696f3d2b7b073bddccd1ad015c6241a61428843d78cf730f8a245db051f23e2c22c2bf780cd2a44f1e44b0eac0 SHA512 f9e1c2ef90d520a5e6164559b723282b68d0210aca92631912f3dff16632c99f5b5e7b3123d5b51ae9295e654e22f54a74c68f1eba045d7831c2cb73195cf395
+DIST supersonic-0.15.1-vendor.tar.xz 7992464 BLAKE2B 67d43aac4b3c4744745bdf0bb4aa1192deb485611c3aea04a73cd496cf4f8975e44c69b570e96301245ff14f8be28a3c58e232b7416675914e1b6fe3646c111c SHA512 5ab811a6d315ca3f067e0dc5d1412f824e7ae191af6320ac3dbf980f497ce9404185f1c17f8beca08058153074d61264d4d2f45772fcb44395096897416477b6
+DIST supersonic-0.15.1.tar.gz 63703443 BLAKE2B 9eac0acede388a25ee17dda180916f8df5307a33f7146b538c47a91fec79d7facd3d797f70abdf10a83e30448aee7c5ea31060d1f87149ff529afb9727fa6014 SHA512 ed120166bf28f4c0fa92ba27b26da8f320621d73bb85f155c37d8451864e2eee3185097545acfb6a6d826a7ebb1a6fc42be32cbac5046e03208aa7e0b4139731

diff --git a/media-sound/supersonic/supersonic-0.15.1.ebuild b/media-sound/supersonic/supersonic-0.15.1.ebuild
new file mode 100644
index 000000000..a8046f32a
--- /dev/null
+++ b/media-sound/supersonic/supersonic-0.15.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop go-module xdg
+
+DESCRIPTION="A lightweight and full-featured cross-platform desktop client"
+HOMEPAGE="https://github.com/dweymouth/supersonic"
+SRC_URI="https://github.com/dweymouth/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	media-libs/libglvnd
+	media-video/mpv[libmpv]
+	x11-libs/libX11
+	x11-libs/libXcursor
+	x11-libs/libXi
+	x11-libs/libXinerama
+"
+
+RDEPEND="${DEPEND}"
+
+src_compile() {
+	ego build
+}
+
+src_install() {
+	dobin supersonic
+	sed -i 's/supersonic-desktop/supersonic/g' "res/${PN}-desktop.desktop" || die
+	domenu "res/${PN}-desktop.desktop"
+	local x
+	for x in 128 256 512; do
+		newicon -s ${x} res/appicon-${x}.png supersonic.png
+	done
+}


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

* [gentoo-commits] repo/proj/guru:master commit in: media-sound/supersonic/
  2025-06-17 10:45 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2025-06-17 12:35 ` David Roman
  0 siblings, 0 replies; 20+ messages in thread
From: David Roman @ 2025-06-17 12:35 UTC (permalink / raw
  To: gentoo-commits

commit:     cb6879676bcde3b4fee5777a4f6f0ef9801e68ad
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Jun 17 10:45:36 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Jun 17 10:45:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb687967

media-sound/supersonic: add 0.16.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 media-sound/supersonic/Manifest                 |  2 ++
 media-sound/supersonic/supersonic-0.16.0.ebuild | 40 +++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/media-sound/supersonic/Manifest b/media-sound/supersonic/Manifest
index aa9ddde44f..0a291b1790 100644
--- a/media-sound/supersonic/Manifest
+++ b/media-sound/supersonic/Manifest
@@ -1,2 +1,4 @@
 DIST supersonic-0.15.2-vendor.tar.xz 7994488 BLAKE2B e3ccd31a64f4a8fc455fb3a0dabfe021c8c226b748000e95bf177bbcb858e15a8d1881afecd663e69e699974e09d50c6a4b69addaef7f06d785a02ce79bdffe6 SHA512 55d7189bc336529a4252424020cd3f56b309e56ef942a53cdd796ee1cb988fa842b0c28d3c870f9718c1fdcaf8429a6c1ccd226874f81be7f24f419c160c2341
 DIST supersonic-0.15.2.tar.gz 63707624 BLAKE2B 2cf7ea639e61b653e0077d1fddd769ec757ce5cae37bc30802026b9445e0857b7e311536613f49220bb4449c11c7b328e7e3f9419de1eb981b817a0b198f8581 SHA512 f208a03bc63a912465d98a5e0707801c2370c5cd543315888b9485148b6af1580bab2e97866bea00ffa08f38d7cec041b0c8c02f1ba812c4665ef860a511c564
+DIST supersonic-0.16.0-vendor.tar.xz 7990432 BLAKE2B aeb95215eea70e41c08f535938969da1c99a383cbad1d45808c86dfc196f75185d8155ea873386bdcefc8dea7bc94979b37485d8aee89af740a61efb2f6fa0e6 SHA512 c8fddbb07d326447c60de75656efe9baaba648e188af964204585cb0385c739a382055fe6908d2ab59639cfee6e57dff998fb64731ead6102b8b3d6584db1325
+DIST supersonic-0.16.0.tar.gz 63710329 BLAKE2B 1b22f17e2823c6e703fc8a07951723324103db77f22f0158d19c06b18739fbf81047a9a18a2e4526b88bb00a74977a3b0d736761f849564380261fdc9cd462a9 SHA512 e759025e4ba3c17ef78a0deaec92069af0e5e6b2794920427fba062386466784a6593bed714af6b48f0a73a49d296b711eb619f85fd2b88200a623dc587af268

diff --git a/media-sound/supersonic/supersonic-0.16.0.ebuild b/media-sound/supersonic/supersonic-0.16.0.ebuild
new file mode 100644
index 0000000000..a8046f32a9
--- /dev/null
+++ b/media-sound/supersonic/supersonic-0.16.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop go-module xdg
+
+DESCRIPTION="A lightweight and full-featured cross-platform desktop client"
+HOMEPAGE="https://github.com/dweymouth/supersonic"
+SRC_URI="https://github.com/dweymouth/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	media-libs/libglvnd
+	media-video/mpv[libmpv]
+	x11-libs/libX11
+	x11-libs/libXcursor
+	x11-libs/libXi
+	x11-libs/libXinerama
+"
+
+RDEPEND="${DEPEND}"
+
+src_compile() {
+	ego build
+}
+
+src_install() {
+	dobin supersonic
+	sed -i 's/supersonic-desktop/supersonic/g' "res/${PN}-desktop.desktop" || die
+	domenu "res/${PN}-desktop.desktop"
+	local x
+	for x in 128 256 512; do
+		newicon -s ${x} res/appicon-${x}.png supersonic.png
+	done
+}


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

* [gentoo-commits] repo/proj/guru:master commit in: media-sound/supersonic/
  2025-06-17 10:45 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2025-06-17 12:35 ` David Roman
  0 siblings, 0 replies; 20+ messages in thread
From: David Roman @ 2025-06-17 12:35 UTC (permalink / raw
  To: gentoo-commits

commit:     d794cc3c51240aa6709c65033e82706f7ff0fd8c
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Jun 17 10:35:20 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Jun 17 10:45:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d794cc3c

media-sound/supersonic: drop 0.15.1

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 media-sound/supersonic/Manifest                 |  2 --
 media-sound/supersonic/supersonic-0.15.1.ebuild | 40 -------------------------
 2 files changed, 42 deletions(-)

diff --git a/media-sound/supersonic/Manifest b/media-sound/supersonic/Manifest
index c0423d9186..aa9ddde44f 100644
--- a/media-sound/supersonic/Manifest
+++ b/media-sound/supersonic/Manifest
@@ -1,4 +1,2 @@
-DIST supersonic-0.15.1-vendor.tar.xz 7992464 BLAKE2B 67d43aac4b3c4744745bdf0bb4aa1192deb485611c3aea04a73cd496cf4f8975e44c69b570e96301245ff14f8be28a3c58e232b7416675914e1b6fe3646c111c SHA512 5ab811a6d315ca3f067e0dc5d1412f824e7ae191af6320ac3dbf980f497ce9404185f1c17f8beca08058153074d61264d4d2f45772fcb44395096897416477b6
-DIST supersonic-0.15.1.tar.gz 63703443 BLAKE2B 9eac0acede388a25ee17dda180916f8df5307a33f7146b538c47a91fec79d7facd3d797f70abdf10a83e30448aee7c5ea31060d1f87149ff529afb9727fa6014 SHA512 ed120166bf28f4c0fa92ba27b26da8f320621d73bb85f155c37d8451864e2eee3185097545acfb6a6d826a7ebb1a6fc42be32cbac5046e03208aa7e0b4139731
 DIST supersonic-0.15.2-vendor.tar.xz 7994488 BLAKE2B e3ccd31a64f4a8fc455fb3a0dabfe021c8c226b748000e95bf177bbcb858e15a8d1881afecd663e69e699974e09d50c6a4b69addaef7f06d785a02ce79bdffe6 SHA512 55d7189bc336529a4252424020cd3f56b309e56ef942a53cdd796ee1cb988fa842b0c28d3c870f9718c1fdcaf8429a6c1ccd226874f81be7f24f419c160c2341
 DIST supersonic-0.15.2.tar.gz 63707624 BLAKE2B 2cf7ea639e61b653e0077d1fddd769ec757ce5cae37bc30802026b9445e0857b7e311536613f49220bb4449c11c7b328e7e3f9419de1eb981b817a0b198f8581 SHA512 f208a03bc63a912465d98a5e0707801c2370c5cd543315888b9485148b6af1580bab2e97866bea00ffa08f38d7cec041b0c8c02f1ba812c4665ef860a511c564

diff --git a/media-sound/supersonic/supersonic-0.15.1.ebuild b/media-sound/supersonic/supersonic-0.15.1.ebuild
deleted file mode 100644
index a8046f32a9..0000000000
--- a/media-sound/supersonic/supersonic-0.15.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop go-module xdg
-
-DESCRIPTION="A lightweight and full-featured cross-platform desktop client"
-HOMEPAGE="https://github.com/dweymouth/supersonic"
-SRC_URI="https://github.com/dweymouth/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-	media-libs/libglvnd
-	media-video/mpv[libmpv]
-	x11-libs/libX11
-	x11-libs/libXcursor
-	x11-libs/libXi
-	x11-libs/libXinerama
-"
-
-RDEPEND="${DEPEND}"
-
-src_compile() {
-	ego build
-}
-
-src_install() {
-	dobin supersonic
-	sed -i 's/supersonic-desktop/supersonic/g' "res/${PN}-desktop.desktop" || die
-	domenu "res/${PN}-desktop.desktop"
-	local x
-	for x in 128 256 512; do
-		newicon -s ${x} res/appicon-${x}.png supersonic.png
-	done
-}


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

* [gentoo-commits] repo/proj/guru:master commit in: media-sound/supersonic/
  2025-07-17 14:00 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2025-07-18  9:35 ` David Roman
  0 siblings, 0 replies; 20+ messages in thread
From: David Roman @ 2025-07-18  9:35 UTC (permalink / raw
  To: gentoo-commits

commit:     40e32f410f7424e8ce26df861ab275a01a726510
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Jul 17 13:25:09 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Jul 17 13:25:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=40e32f41

media-sound/supersonic: drop 0.15.2

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 media-sound/supersonic/Manifest                 |  2 --
 media-sound/supersonic/supersonic-0.15.2.ebuild | 40 -------------------------
 2 files changed, 42 deletions(-)

diff --git a/media-sound/supersonic/Manifest b/media-sound/supersonic/Manifest
index 0a291b1790..3f41ad7a80 100644
--- a/media-sound/supersonic/Manifest
+++ b/media-sound/supersonic/Manifest
@@ -1,4 +1,2 @@
-DIST supersonic-0.15.2-vendor.tar.xz 7994488 BLAKE2B e3ccd31a64f4a8fc455fb3a0dabfe021c8c226b748000e95bf177bbcb858e15a8d1881afecd663e69e699974e09d50c6a4b69addaef7f06d785a02ce79bdffe6 SHA512 55d7189bc336529a4252424020cd3f56b309e56ef942a53cdd796ee1cb988fa842b0c28d3c870f9718c1fdcaf8429a6c1ccd226874f81be7f24f419c160c2341
-DIST supersonic-0.15.2.tar.gz 63707624 BLAKE2B 2cf7ea639e61b653e0077d1fddd769ec757ce5cae37bc30802026b9445e0857b7e311536613f49220bb4449c11c7b328e7e3f9419de1eb981b817a0b198f8581 SHA512 f208a03bc63a912465d98a5e0707801c2370c5cd543315888b9485148b6af1580bab2e97866bea00ffa08f38d7cec041b0c8c02f1ba812c4665ef860a511c564
 DIST supersonic-0.16.0-vendor.tar.xz 7990432 BLAKE2B aeb95215eea70e41c08f535938969da1c99a383cbad1d45808c86dfc196f75185d8155ea873386bdcefc8dea7bc94979b37485d8aee89af740a61efb2f6fa0e6 SHA512 c8fddbb07d326447c60de75656efe9baaba648e188af964204585cb0385c739a382055fe6908d2ab59639cfee6e57dff998fb64731ead6102b8b3d6584db1325
 DIST supersonic-0.16.0.tar.gz 63710329 BLAKE2B 1b22f17e2823c6e703fc8a07951723324103db77f22f0158d19c06b18739fbf81047a9a18a2e4526b88bb00a74977a3b0d736761f849564380261fdc9cd462a9 SHA512 e759025e4ba3c17ef78a0deaec92069af0e5e6b2794920427fba062386466784a6593bed714af6b48f0a73a49d296b711eb619f85fd2b88200a623dc587af268

diff --git a/media-sound/supersonic/supersonic-0.15.2.ebuild b/media-sound/supersonic/supersonic-0.15.2.ebuild
deleted file mode 100644
index a8046f32a9..0000000000
--- a/media-sound/supersonic/supersonic-0.15.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop go-module xdg
-
-DESCRIPTION="A lightweight and full-featured cross-platform desktop client"
-HOMEPAGE="https://github.com/dweymouth/supersonic"
-SRC_URI="https://github.com/dweymouth/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-	media-libs/libglvnd
-	media-video/mpv[libmpv]
-	x11-libs/libX11
-	x11-libs/libXcursor
-	x11-libs/libXi
-	x11-libs/libXinerama
-"
-
-RDEPEND="${DEPEND}"
-
-src_compile() {
-	ego build
-}
-
-src_install() {
-	dobin supersonic
-	sed -i 's/supersonic-desktop/supersonic/g' "res/${PN}-desktop.desktop" || die
-	domenu "res/${PN}-desktop.desktop"
-	local x
-	for x in 128 256 512; do
-		newicon -s ${x} res/appicon-${x}.png supersonic.png
-	done
-}


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

* [gentoo-commits] repo/proj/guru:master commit in: media-sound/supersonic/
  2025-07-17 14:00 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2025-07-18  9:35 ` David Roman
  0 siblings, 0 replies; 20+ messages in thread
From: David Roman @ 2025-07-18  9:35 UTC (permalink / raw
  To: gentoo-commits

commit:     35be56833145d9ac168bd1536bf30fe333977efd
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Jul 17 13:34:51 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Jul 17 13:34:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=35be5683

media-sound/supersonic: add 0.17.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 media-sound/supersonic/Manifest                 |  2 ++
 media-sound/supersonic/supersonic-0.17.0.ebuild | 40 +++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/media-sound/supersonic/Manifest b/media-sound/supersonic/Manifest
index 3f41ad7a80..0d8b169eb8 100644
--- a/media-sound/supersonic/Manifest
+++ b/media-sound/supersonic/Manifest
@@ -1,2 +1,4 @@
 DIST supersonic-0.16.0-vendor.tar.xz 7990432 BLAKE2B aeb95215eea70e41c08f535938969da1c99a383cbad1d45808c86dfc196f75185d8155ea873386bdcefc8dea7bc94979b37485d8aee89af740a61efb2f6fa0e6 SHA512 c8fddbb07d326447c60de75656efe9baaba648e188af964204585cb0385c739a382055fe6908d2ab59639cfee6e57dff998fb64731ead6102b8b3d6584db1325
 DIST supersonic-0.16.0.tar.gz 63710329 BLAKE2B 1b22f17e2823c6e703fc8a07951723324103db77f22f0158d19c06b18739fbf81047a9a18a2e4526b88bb00a74977a3b0d736761f849564380261fdc9cd462a9 SHA512 e759025e4ba3c17ef78a0deaec92069af0e5e6b2794920427fba062386466784a6593bed714af6b48f0a73a49d296b711eb619f85fd2b88200a623dc587af268
+DIST supersonic-0.17.0-vendor.tar.xz 8043100 BLAKE2B b7f744a100b6c357bcbd39d9167dadefaef77d4c2e199c17a10da29c17a4aaaa5bf93bad28b29b41bd7127b0f9b55abaec13f9a32c78228f287031c52350ffda SHA512 5c7fe7b327e8f3564b21a34b64b46381c5f27fd817cc8072790ecf650bb4c1523ed92f3aa592c55db4f0ecd2fbd8dac1229d035f021290194c7d13b57043a11b
+DIST supersonic-0.17.0.tar.gz 63722741 BLAKE2B ef946042400f647c266cd638deb3879c9a188f46e984b3ecf4183bb7b6c4d7c45d8062adad2d19b5036fafbea08d2bbdf6bd9d43784cad17364d47456719fdb5 SHA512 4ecb302e2c82a2d4e789feeffaa5492ee2ae3908d598f9944e92b57c0e09e37e79c63d5a9bb90e5eb98e104e6f6f20e3a506f07929084fbdb0ce6dd6bed9e9cb

diff --git a/media-sound/supersonic/supersonic-0.17.0.ebuild b/media-sound/supersonic/supersonic-0.17.0.ebuild
new file mode 100644
index 0000000000..a8046f32a9
--- /dev/null
+++ b/media-sound/supersonic/supersonic-0.17.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop go-module xdg
+
+DESCRIPTION="A lightweight and full-featured cross-platform desktop client"
+HOMEPAGE="https://github.com/dweymouth/supersonic"
+SRC_URI="https://github.com/dweymouth/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	media-libs/libglvnd
+	media-video/mpv[libmpv]
+	x11-libs/libX11
+	x11-libs/libXcursor
+	x11-libs/libXi
+	x11-libs/libXinerama
+"
+
+RDEPEND="${DEPEND}"
+
+src_compile() {
+	ego build
+}
+
+src_install() {
+	dobin supersonic
+	sed -i 's/supersonic-desktop/supersonic/g' "res/${PN}-desktop.desktop" || die
+	domenu "res/${PN}-desktop.desktop"
+	local x
+	for x in 128 256 512; do
+		newicon -s ${x} res/appicon-${x}.png supersonic.png
+	done
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/supersonic/
@ 2025-08-18 10:31 David Roman
  2025-08-18 10:44 ` [gentoo-commits] repo/proj/guru:master " David Roman
  0 siblings, 1 reply; 20+ messages in thread
From: David Roman @ 2025-08-18 10:31 UTC (permalink / raw
  To: gentoo-commits

commit:     185a41b4f0291b5043dcc24492fc93e26969d778
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Aug 18 09:45:55 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Aug 18 09:45:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=185a41b4

media-sound/supersonic: drop 0.16.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 media-sound/supersonic/Manifest                 |  2 --
 media-sound/supersonic/supersonic-0.16.0.ebuild | 40 -------------------------
 2 files changed, 42 deletions(-)

diff --git a/media-sound/supersonic/Manifest b/media-sound/supersonic/Manifest
index f5b49c58a5..27cc81b5e8 100644
--- a/media-sound/supersonic/Manifest
+++ b/media-sound/supersonic/Manifest
@@ -1,5 +1,3 @@
-DIST supersonic-0.16.0-vendor.tar.xz 7990432 BLAKE2B aeb95215eea70e41c08f535938969da1c99a383cbad1d45808c86dfc196f75185d8155ea873386bdcefc8dea7bc94979b37485d8aee89af740a61efb2f6fa0e6 SHA512 c8fddbb07d326447c60de75656efe9baaba648e188af964204585cb0385c739a382055fe6908d2ab59639cfee6e57dff998fb64731ead6102b8b3d6584db1325
-DIST supersonic-0.16.0.tar.gz 63710329 BLAKE2B 1b22f17e2823c6e703fc8a07951723324103db77f22f0158d19c06b18739fbf81047a9a18a2e4526b88bb00a74977a3b0d736761f849564380261fdc9cd462a9 SHA512 e759025e4ba3c17ef78a0deaec92069af0e5e6b2794920427fba062386466784a6593bed714af6b48f0a73a49d296b711eb619f85fd2b88200a623dc587af268
 DIST supersonic-0.17.0-vendor.tar.xz 8043100 BLAKE2B b7f744a100b6c357bcbd39d9167dadefaef77d4c2e199c17a10da29c17a4aaaa5bf93bad28b29b41bd7127b0f9b55abaec13f9a32c78228f287031c52350ffda SHA512 5c7fe7b327e8f3564b21a34b64b46381c5f27fd817cc8072790ecf650bb4c1523ed92f3aa592c55db4f0ecd2fbd8dac1229d035f021290194c7d13b57043a11b
 DIST supersonic-0.17.0.tar.gz 63722741 BLAKE2B ef946042400f647c266cd638deb3879c9a188f46e984b3ecf4183bb7b6c4d7c45d8062adad2d19b5036fafbea08d2bbdf6bd9d43784cad17364d47456719fdb5 SHA512 4ecb302e2c82a2d4e789feeffaa5492ee2ae3908d598f9944e92b57c0e09e37e79c63d5a9bb90e5eb98e104e6f6f20e3a506f07929084fbdb0ce6dd6bed9e9cb
 DIST supersonic-0.18.0-vendor.tar.xz 8077088 BLAKE2B 4afacce9850e1c3d6036df1a82d216b34085836e2c639adcdc8fa3a4a1b97ec3976c3e4756505d22a58aa67eb4f57555f90397cb04b65b266a089e434c4c17d5 SHA512 251c736b56711eacb03a1bc0f34034fb2d82e2d2f7452d26f2536c91f7c83dcd7d9d0be22d2d1c0d364ec4f688b8fd3c8146619a8dcadd25d4c12f64ca6f81a6

diff --git a/media-sound/supersonic/supersonic-0.16.0.ebuild b/media-sound/supersonic/supersonic-0.16.0.ebuild
deleted file mode 100644
index a8046f32a9..0000000000
--- a/media-sound/supersonic/supersonic-0.16.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop go-module xdg
-
-DESCRIPTION="A lightweight and full-featured cross-platform desktop client"
-HOMEPAGE="https://github.com/dweymouth/supersonic"
-SRC_URI="https://github.com/dweymouth/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-	media-libs/libglvnd
-	media-video/mpv[libmpv]
-	x11-libs/libX11
-	x11-libs/libXcursor
-	x11-libs/libXi
-	x11-libs/libXinerama
-"
-
-RDEPEND="${DEPEND}"
-
-src_compile() {
-	ego build
-}
-
-src_install() {
-	dobin supersonic
-	sed -i 's/supersonic-desktop/supersonic/g' "res/${PN}-desktop.desktop" || die
-	domenu "res/${PN}-desktop.desktop"
-	local x
-	for x in 128 256 512; do
-		newicon -s ${x} res/appicon-${x}.png supersonic.png
-	done
-}


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

* [gentoo-commits] repo/proj/guru:master commit in: media-sound/supersonic/
  2025-08-18 10:31 [gentoo-commits] repo/proj/guru:dev commit in: media-sound/supersonic/ David Roman
@ 2025-08-18 10:44 ` David Roman
  0 siblings, 0 replies; 20+ messages in thread
From: David Roman @ 2025-08-18 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     185a41b4f0291b5043dcc24492fc93e26969d778
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Aug 18 09:45:55 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Aug 18 09:45:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=185a41b4

media-sound/supersonic: drop 0.16.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 media-sound/supersonic/Manifest                 |  2 --
 media-sound/supersonic/supersonic-0.16.0.ebuild | 40 -------------------------
 2 files changed, 42 deletions(-)

diff --git a/media-sound/supersonic/Manifest b/media-sound/supersonic/Manifest
index f5b49c58a5..27cc81b5e8 100644
--- a/media-sound/supersonic/Manifest
+++ b/media-sound/supersonic/Manifest
@@ -1,5 +1,3 @@
-DIST supersonic-0.16.0-vendor.tar.xz 7990432 BLAKE2B aeb95215eea70e41c08f535938969da1c99a383cbad1d45808c86dfc196f75185d8155ea873386bdcefc8dea7bc94979b37485d8aee89af740a61efb2f6fa0e6 SHA512 c8fddbb07d326447c60de75656efe9baaba648e188af964204585cb0385c739a382055fe6908d2ab59639cfee6e57dff998fb64731ead6102b8b3d6584db1325
-DIST supersonic-0.16.0.tar.gz 63710329 BLAKE2B 1b22f17e2823c6e703fc8a07951723324103db77f22f0158d19c06b18739fbf81047a9a18a2e4526b88bb00a74977a3b0d736761f849564380261fdc9cd462a9 SHA512 e759025e4ba3c17ef78a0deaec92069af0e5e6b2794920427fba062386466784a6593bed714af6b48f0a73a49d296b711eb619f85fd2b88200a623dc587af268
 DIST supersonic-0.17.0-vendor.tar.xz 8043100 BLAKE2B b7f744a100b6c357bcbd39d9167dadefaef77d4c2e199c17a10da29c17a4aaaa5bf93bad28b29b41bd7127b0f9b55abaec13f9a32c78228f287031c52350ffda SHA512 5c7fe7b327e8f3564b21a34b64b46381c5f27fd817cc8072790ecf650bb4c1523ed92f3aa592c55db4f0ecd2fbd8dac1229d035f021290194c7d13b57043a11b
 DIST supersonic-0.17.0.tar.gz 63722741 BLAKE2B ef946042400f647c266cd638deb3879c9a188f46e984b3ecf4183bb7b6c4d7c45d8062adad2d19b5036fafbea08d2bbdf6bd9d43784cad17364d47456719fdb5 SHA512 4ecb302e2c82a2d4e789feeffaa5492ee2ae3908d598f9944e92b57c0e09e37e79c63d5a9bb90e5eb98e104e6f6f20e3a506f07929084fbdb0ce6dd6bed9e9cb
 DIST supersonic-0.18.0-vendor.tar.xz 8077088 BLAKE2B 4afacce9850e1c3d6036df1a82d216b34085836e2c639adcdc8fa3a4a1b97ec3976c3e4756505d22a58aa67eb4f57555f90397cb04b65b266a089e434c4c17d5 SHA512 251c736b56711eacb03a1bc0f34034fb2d82e2d2f7452d26f2536c91f7c83dcd7d9d0be22d2d1c0d364ec4f688b8fd3c8146619a8dcadd25d4c12f64ca6f81a6

diff --git a/media-sound/supersonic/supersonic-0.16.0.ebuild b/media-sound/supersonic/supersonic-0.16.0.ebuild
deleted file mode 100644
index a8046f32a9..0000000000
--- a/media-sound/supersonic/supersonic-0.16.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop go-module xdg
-
-DESCRIPTION="A lightweight and full-featured cross-platform desktop client"
-HOMEPAGE="https://github.com/dweymouth/supersonic"
-SRC_URI="https://github.com/dweymouth/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-	media-libs/libglvnd
-	media-video/mpv[libmpv]
-	x11-libs/libX11
-	x11-libs/libXcursor
-	x11-libs/libXi
-	x11-libs/libXinerama
-"
-
-RDEPEND="${DEPEND}"
-
-src_compile() {
-	ego build
-}
-
-src_install() {
-	dobin supersonic
-	sed -i 's/supersonic-desktop/supersonic/g' "res/${PN}-desktop.desktop" || die
-	domenu "res/${PN}-desktop.desktop"
-	local x
-	for x in 128 256 512; do
-		newicon -s ${x} res/appicon-${x}.png supersonic.png
-	done
-}


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

* [gentoo-commits] repo/proj/guru:master commit in: media-sound/supersonic/
  2025-08-18 10:31 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2025-08-18 10:44 ` David Roman
  0 siblings, 0 replies; 20+ messages in thread
From: David Roman @ 2025-08-18 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     81a5a4d9e7f4a16bbcf94722c013d7c8031b4a59
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Aug 18 09:45:36 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Aug 18 09:45:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=81a5a4d9

media-sound/supersonic: add 0.18.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 media-sound/supersonic/Manifest                 |  2 ++
 media-sound/supersonic/supersonic-0.18.0.ebuild | 40 +++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/media-sound/supersonic/Manifest b/media-sound/supersonic/Manifest
index 0d8b169eb8..f5b49c58a5 100644
--- a/media-sound/supersonic/Manifest
+++ b/media-sound/supersonic/Manifest
@@ -2,3 +2,5 @@ DIST supersonic-0.16.0-vendor.tar.xz 7990432 BLAKE2B aeb95215eea70e41c08f5359389
 DIST supersonic-0.16.0.tar.gz 63710329 BLAKE2B 1b22f17e2823c6e703fc8a07951723324103db77f22f0158d19c06b18739fbf81047a9a18a2e4526b88bb00a74977a3b0d736761f849564380261fdc9cd462a9 SHA512 e759025e4ba3c17ef78a0deaec92069af0e5e6b2794920427fba062386466784a6593bed714af6b48f0a73a49d296b711eb619f85fd2b88200a623dc587af268
 DIST supersonic-0.17.0-vendor.tar.xz 8043100 BLAKE2B b7f744a100b6c357bcbd39d9167dadefaef77d4c2e199c17a10da29c17a4aaaa5bf93bad28b29b41bd7127b0f9b55abaec13f9a32c78228f287031c52350ffda SHA512 5c7fe7b327e8f3564b21a34b64b46381c5f27fd817cc8072790ecf650bb4c1523ed92f3aa592c55db4f0ecd2fbd8dac1229d035f021290194c7d13b57043a11b
 DIST supersonic-0.17.0.tar.gz 63722741 BLAKE2B ef946042400f647c266cd638deb3879c9a188f46e984b3ecf4183bb7b6c4d7c45d8062adad2d19b5036fafbea08d2bbdf6bd9d43784cad17364d47456719fdb5 SHA512 4ecb302e2c82a2d4e789feeffaa5492ee2ae3908d598f9944e92b57c0e09e37e79c63d5a9bb90e5eb98e104e6f6f20e3a506f07929084fbdb0ce6dd6bed9e9cb
+DIST supersonic-0.18.0-vendor.tar.xz 8077088 BLAKE2B 4afacce9850e1c3d6036df1a82d216b34085836e2c639adcdc8fa3a4a1b97ec3976c3e4756505d22a58aa67eb4f57555f90397cb04b65b266a089e434c4c17d5 SHA512 251c736b56711eacb03a1bc0f34034fb2d82e2d2f7452d26f2536c91f7c83dcd7d9d0be22d2d1c0d364ec4f688b8fd3c8146619a8dcadd25d4c12f64ca6f81a6
+DIST supersonic-0.18.0.tar.gz 63744839 BLAKE2B f5e57b49c43a677130557885027c1062056bae4600a98af06fbad1559755c1cb025f24b366fa3f59f83d8139d948e63ef50f9f1623cf227d824ec2a105340807 SHA512 1e6c5029a0f5b7b662fdb4672f3436e388d8236381f4740d357fd9525cc84d5bbd3c167d8691ad1052342d6f3503d1ebbc365e9a13b935c2806dc6db5c9f8365

diff --git a/media-sound/supersonic/supersonic-0.18.0.ebuild b/media-sound/supersonic/supersonic-0.18.0.ebuild
new file mode 100644
index 0000000000..a8046f32a9
--- /dev/null
+++ b/media-sound/supersonic/supersonic-0.18.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop go-module xdg
+
+DESCRIPTION="A lightweight and full-featured cross-platform desktop client"
+HOMEPAGE="https://github.com/dweymouth/supersonic"
+SRC_URI="https://github.com/dweymouth/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	media-libs/libglvnd
+	media-video/mpv[libmpv]
+	x11-libs/libX11
+	x11-libs/libXcursor
+	x11-libs/libXi
+	x11-libs/libXinerama
+"
+
+RDEPEND="${DEPEND}"
+
+src_compile() {
+	ego build
+}
+
+src_install() {
+	dobin supersonic
+	sed -i 's/supersonic-desktop/supersonic/g' "res/${PN}-desktop.desktop" || die
+	domenu "res/${PN}-desktop.desktop"
+	local x
+	for x in 128 256 512; do
+		newicon -s ${x} res/appicon-${x}.png supersonic.png
+	done
+}


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

* [gentoo-commits] repo/proj/guru:master commit in: media-sound/supersonic/
  2025-09-15  8:57 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2025-09-16 14:05 ` David Roman
  0 siblings, 0 replies; 20+ messages in thread
From: David Roman @ 2025-09-16 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     33bf9d2306a6fa7c01789f2b6ead84cd0147b4e5
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Sep 15 08:55:38 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Sep 15 08:55:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33bf9d23

media-sound/supersonic: add 0.18.1

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 media-sound/supersonic/Manifest                 |  2 ++
 media-sound/supersonic/supersonic-0.18.1.ebuild | 40 +++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/media-sound/supersonic/Manifest b/media-sound/supersonic/Manifest
index 27cc81b5e8..61fec19381 100644
--- a/media-sound/supersonic/Manifest
+++ b/media-sound/supersonic/Manifest
@@ -2,3 +2,5 @@ DIST supersonic-0.17.0-vendor.tar.xz 8043100 BLAKE2B b7f744a100b6c357bcbd39d9167
 DIST supersonic-0.17.0.tar.gz 63722741 BLAKE2B ef946042400f647c266cd638deb3879c9a188f46e984b3ecf4183bb7b6c4d7c45d8062adad2d19b5036fafbea08d2bbdf6bd9d43784cad17364d47456719fdb5 SHA512 4ecb302e2c82a2d4e789feeffaa5492ee2ae3908d598f9944e92b57c0e09e37e79c63d5a9bb90e5eb98e104e6f6f20e3a506f07929084fbdb0ce6dd6bed9e9cb
 DIST supersonic-0.18.0-vendor.tar.xz 8077088 BLAKE2B 4afacce9850e1c3d6036df1a82d216b34085836e2c639adcdc8fa3a4a1b97ec3976c3e4756505d22a58aa67eb4f57555f90397cb04b65b266a089e434c4c17d5 SHA512 251c736b56711eacb03a1bc0f34034fb2d82e2d2f7452d26f2536c91f7c83dcd7d9d0be22d2d1c0d364ec4f688b8fd3c8146619a8dcadd25d4c12f64ca6f81a6
 DIST supersonic-0.18.0.tar.gz 63744839 BLAKE2B f5e57b49c43a677130557885027c1062056bae4600a98af06fbad1559755c1cb025f24b366fa3f59f83d8139d948e63ef50f9f1623cf227d824ec2a105340807 SHA512 1e6c5029a0f5b7b662fdb4672f3436e388d8236381f4740d357fd9525cc84d5bbd3c167d8691ad1052342d6f3503d1ebbc365e9a13b935c2806dc6db5c9f8365
+DIST supersonic-0.18.1-vendor.tar.xz 8071468 BLAKE2B a17c668221ad5b222c9ee92ee7d1454a8b11f3dff12e694019bc904d095191804b7aeba383f98b2f5d9a31bef7b058c0bd72aabc13c77d3e62fe146aba37bcae SHA512 8151bfa527ddf60904b8ded67b1fcd1636995a3943062763747dba7f9ae68df6c94016192b9cf2aece9076f0527ed5ec5fe4b3bfda8435ba9546964a98b9f360
+DIST supersonic-0.18.1.tar.gz 63734864 BLAKE2B 3652b5099b278cb1fef3df94025b970c9fba971e6b2cc2ab1c81c52bb1c7674a2ef0eb3b1a2ccb182c9e8c9408919dd5134d0cab86e88d94f130906269161c1b SHA512 15e445131edda82e544187c0da0d63fb0fcb1632365f8caee477d54911336436c6266d72bed9eb14d267420daf759efa1bc0a4ec47f4b1ff357518fd061fd606

diff --git a/media-sound/supersonic/supersonic-0.18.1.ebuild b/media-sound/supersonic/supersonic-0.18.1.ebuild
new file mode 100644
index 0000000000..a8046f32a9
--- /dev/null
+++ b/media-sound/supersonic/supersonic-0.18.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop go-module xdg
+
+DESCRIPTION="A lightweight and full-featured cross-platform desktop client"
+HOMEPAGE="https://github.com/dweymouth/supersonic"
+SRC_URI="https://github.com/dweymouth/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	media-libs/libglvnd
+	media-video/mpv[libmpv]
+	x11-libs/libX11
+	x11-libs/libXcursor
+	x11-libs/libXi
+	x11-libs/libXinerama
+"
+
+RDEPEND="${DEPEND}"
+
+src_compile() {
+	ego build
+}
+
+src_install() {
+	dobin supersonic
+	sed -i 's/supersonic-desktop/supersonic/g' "res/${PN}-desktop.desktop" || die
+	domenu "res/${PN}-desktop.desktop"
+	local x
+	for x in 128 256 512; do
+		newicon -s ${x} res/appicon-${x}.png supersonic.png
+	done
+}


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

end of thread, other threads:[~2025-09-16 14:05 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-18 10:31 [gentoo-commits] repo/proj/guru:dev commit in: media-sound/supersonic/ David Roman
2025-08-18 10:44 ` [gentoo-commits] repo/proj/guru:master " David Roman
  -- strict thread matches above, loose matches on Subject: below --
2025-09-15  8:57 [gentoo-commits] repo/proj/guru:dev " David Roman
2025-09-16 14:05 ` [gentoo-commits] repo/proj/guru:master " David Roman
2025-08-18 10:31 [gentoo-commits] repo/proj/guru:dev " David Roman
2025-08-18 10:44 ` [gentoo-commits] repo/proj/guru:master " David Roman
2025-07-17 14:00 [gentoo-commits] repo/proj/guru:dev " David Roman
2025-07-18  9:35 ` [gentoo-commits] repo/proj/guru:master " David Roman
2025-07-17 14:00 [gentoo-commits] repo/proj/guru:dev " David Roman
2025-07-18  9:35 ` [gentoo-commits] repo/proj/guru:master " David Roman
2025-06-17 10:45 [gentoo-commits] repo/proj/guru:dev " David Roman
2025-06-17 12:35 ` [gentoo-commits] repo/proj/guru:master " David Roman
2025-06-17 10:45 [gentoo-commits] repo/proj/guru:dev " David Roman
2025-06-17 12:35 ` [gentoo-commits] repo/proj/guru:master " David Roman
2025-04-22  9:06 [gentoo-commits] repo/proj/guru:dev " David Roman
2025-04-22  9:28 ` [gentoo-commits] repo/proj/guru:master " David Roman
2025-04-07  8:45 [gentoo-commits] repo/proj/guru:dev " David Roman
2025-04-07  9:32 ` [gentoo-commits] repo/proj/guru:master " David Roman
2025-04-07  8:45 [gentoo-commits] repo/proj/guru:dev " David Roman
2025-04-07  9:32 ` [gentoo-commits] repo/proj/guru:master " David Roman
2025-02-24 10:34 David Roman
2025-01-06 22:19 [gentoo-commits] repo/proj/guru:dev " David Roman
2025-01-07 12:53 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-09-01 15:53 David Roman
2024-09-01 15:43 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-09-01 15:53 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-08-06 14:10 Lucio Sauer
2024-07-31 22:49 Lucio Sauer
2024-07-31 22:34 [gentoo-commits] repo/proj/guru:dev " Lucio Sauer
2024-07-31 22:49 ` [gentoo-commits] repo/proj/guru:master " Lucio Sauer
2024-07-28 12:20 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-07-28 12:21 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-07-27 17:40 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-07-27 17:46 ` [gentoo-commits] repo/proj/guru:master " David Roman

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