* [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; 8+ 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] 8+ 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; 8+ 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] 8+ 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; 8+ 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] 8+ 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; 8+ 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] 8+ 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; 8+ 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] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/supersonic/
2024-09-01 15:53 [gentoo-commits] repo/proj/guru:master commit in: media-sound/supersonic/ David Roman
@ 2024-09-01 15:43 ` David Roman
0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2024-09-01 15:43 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] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-sound/supersonic/
@ 2024-09-01 15:53 David Roman
2024-09-01 15:43 ` [gentoo-commits] repo/proj/guru:dev " David Roman
0 siblings, 1 reply; 8+ 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] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-sound/supersonic/
2024-09-01 15:43 David Roman
@ 2024-09-01 15:53 ` David Roman
0 siblings, 0 replies; 8+ 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] 8+ messages in thread
end of thread, other threads:[~2024-09-01 15:53 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-01 15:53 [gentoo-commits] repo/proj/guru:master commit in: media-sound/supersonic/ David Roman
2024-09-01 15:43 ` [gentoo-commits] repo/proj/guru:dev " David Roman
-- strict thread matches above, loose matches on Subject: below --
2024-09-01 15:43 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