* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/gapless/
@ 2025-03-24 20:16 hexlocation
0 siblings, 0 replies; 3+ messages in thread
From: hexlocation @ 2025-03-24 20:16 UTC (permalink / raw
To: gentoo-commits
commit: e1544ec3d18b247b8258959e9614f558104e5c32
Author: hexlocation <hex <AT> iwakura <DOT> rip>
AuthorDate: Mon Mar 24 20:09:03 2025 +0000
Commit: hexlocation <hex <AT> iwakura <DOT> rip>
CommitDate: Mon Mar 24 20:09:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1544ec3
media-sound/gapless: drop 3.3, 3.4
Signed-off-by: hexlocation <hex <AT> iwakura.rip>
media-sound/gapless/Manifest | 2 --
media-sound/gapless/gapless-3.3.ebuild | 53 ----------------------------------
media-sound/gapless/gapless-3.4.ebuild | 53 ----------------------------------
3 files changed, 108 deletions(-)
diff --git a/media-sound/gapless/Manifest b/media-sound/gapless/Manifest
index c752a2ee7..64ee4926c 100644
--- a/media-sound/gapless/Manifest
+++ b/media-sound/gapless/Manifest
@@ -1,3 +1 @@
-DIST g4music-v3.3.tar.bz2 3299439 BLAKE2B 6a60dc668507e3b0a1bbcdaee08243a7f058a25194aa1b30a7d0146eae1ba472d2a28c5be67ba4b2df7a088db9733eec980bdb877305878000d3740904e0212c SHA512 0355a4e22b8298ae43524d1cdb026bd800cfc88327894c66a85c6310ae3958a5a54d52139581e3a1925a633472cdf3f95fd487b046ec2541970159cd08339537
-DIST g4music-v3.4.tar.bz2 3301696 BLAKE2B a768d976b7c28df879f2db5f63a951db11bba38498d69daab201bf779289a55ac8da4ac30483fe1eb757763a058f237a8e7efd2c087c7c8f95442ca864d0cf91 SHA512 5ac2a46cc740806ed493746878b5aa6b8b2dceee486d11dd02eaea5f6c4b7193c79c808bf4a83f502af6299b32d2cafed5fb986318a21e6aaa89c62ae57afcd7
DIST g4music-v4.3.1.tar.bz2 145455 BLAKE2B bcce1d0575496e9744838443edac1f3cd59934799f828dbd9d6667e0cace8f27e9fd7e0577271daae501efedeb20ccedf19bd7e6d0cde365001c2607afdf7a4d SHA512 264c84ede962dafbda39fe66ac4ef50a27e9c0b4da9467eeef8694ee9011b482f28ba3d1af613c3d44d3a7c0f41a91f553c71dc79a5abd5238c169966d02fa27
diff --git a/media-sound/gapless/gapless-3.3.ebuild b/media-sound/gapless/gapless-3.3.ebuild
deleted file mode 100644
index d2204d5da..000000000
--- a/media-sound/gapless/gapless-3.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson xdg gnome2-utils vala
-
-DESCRIPTION="A GTK4 music player"
-HOMEPAGE="https://gitlab.gnome.org/neithern/g4music"
-SRC_URI="https://gitlab.gnome.org/neithern/g4music/-/archive/v${PV}/g4music-v${PV}.tar.bz2"
-S="${WORKDIR}/g4music-v${PV}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="pipewire"
-
-DEPEND="
- >=gui-libs/gtk-4.6
- >=gui-libs/libadwaita-1
- >=media-libs/gstreamer-1.20.6[introspection]
- >=media-plugins/gst-plugins-taglib-1.20.6
- >=dev-libs/appstream-glib-0.8.2
- pipewire? ( media-video/pipewire[gstreamer] )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- >=dev-build/meson-1.1.1
- >=dev-lang/vala-0.56.8
- $(vala_depend)
-"
-
-src_prepare() {
- default
- vala_setup
- xdg_environment_reset
-
- sed -i \
- -e '/^gnome.post_install(/,/)/d' \
- meson.build \
- || die
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}
diff --git a/media-sound/gapless/gapless-3.4.ebuild b/media-sound/gapless/gapless-3.4.ebuild
deleted file mode 100644
index d2204d5da..000000000
--- a/media-sound/gapless/gapless-3.4.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson xdg gnome2-utils vala
-
-DESCRIPTION="A GTK4 music player"
-HOMEPAGE="https://gitlab.gnome.org/neithern/g4music"
-SRC_URI="https://gitlab.gnome.org/neithern/g4music/-/archive/v${PV}/g4music-v${PV}.tar.bz2"
-S="${WORKDIR}/g4music-v${PV}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="pipewire"
-
-DEPEND="
- >=gui-libs/gtk-4.6
- >=gui-libs/libadwaita-1
- >=media-libs/gstreamer-1.20.6[introspection]
- >=media-plugins/gst-plugins-taglib-1.20.6
- >=dev-libs/appstream-glib-0.8.2
- pipewire? ( media-video/pipewire[gstreamer] )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- >=dev-build/meson-1.1.1
- >=dev-lang/vala-0.56.8
- $(vala_depend)
-"
-
-src_prepare() {
- default
- vala_setup
- xdg_environment_reset
-
- sed -i \
- -e '/^gnome.post_install(/,/)/d' \
- meson.build \
- || die
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/gapless/
@ 2025-03-24 20:16 hexlocation
0 siblings, 0 replies; 3+ messages in thread
From: hexlocation @ 2025-03-24 20:16 UTC (permalink / raw
To: gentoo-commits
commit: a8abe9c07a674d36c2504e1ea84021a2f8ae8584
Author: hexlocation <hex <AT> iwakura <DOT> rip>
AuthorDate: Mon Mar 24 20:06:32 2025 +0000
Commit: hexlocation <hex <AT> iwakura <DOT> rip>
CommitDate: Mon Mar 24 20:06:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8abe9c0
media-sound/gapless: add 4.3.1
Signed-off-by: hexlocation <hex <AT> iwakura.rip>
media-sound/gapless/Manifest | 1 +
media-sound/gapless/gapless-4.3.1.ebuild | 53 ++++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/media-sound/gapless/Manifest b/media-sound/gapless/Manifest
index ee3050272..c752a2ee7 100644
--- a/media-sound/gapless/Manifest
+++ b/media-sound/gapless/Manifest
@@ -1,2 +1,3 @@
DIST g4music-v3.3.tar.bz2 3299439 BLAKE2B 6a60dc668507e3b0a1bbcdaee08243a7f058a25194aa1b30a7d0146eae1ba472d2a28c5be67ba4b2df7a088db9733eec980bdb877305878000d3740904e0212c SHA512 0355a4e22b8298ae43524d1cdb026bd800cfc88327894c66a85c6310ae3958a5a54d52139581e3a1925a633472cdf3f95fd487b046ec2541970159cd08339537
DIST g4music-v3.4.tar.bz2 3301696 BLAKE2B a768d976b7c28df879f2db5f63a951db11bba38498d69daab201bf779289a55ac8da4ac30483fe1eb757763a058f237a8e7efd2c087c7c8f95442ca864d0cf91 SHA512 5ac2a46cc740806ed493746878b5aa6b8b2dceee486d11dd02eaea5f6c4b7193c79c808bf4a83f502af6299b32d2cafed5fb986318a21e6aaa89c62ae57afcd7
+DIST g4music-v4.3.1.tar.bz2 145455 BLAKE2B bcce1d0575496e9744838443edac1f3cd59934799f828dbd9d6667e0cace8f27e9fd7e0577271daae501efedeb20ccedf19bd7e6d0cde365001c2607afdf7a4d SHA512 264c84ede962dafbda39fe66ac4ef50a27e9c0b4da9467eeef8694ee9011b482f28ba3d1af613c3d44d3a7c0f41a91f553c71dc79a5abd5238c169966d02fa27
diff --git a/media-sound/gapless/gapless-4.3.1.ebuild b/media-sound/gapless/gapless-4.3.1.ebuild
new file mode 100644
index 000000000..d2204d5da
--- /dev/null
+++ b/media-sound/gapless/gapless-4.3.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg gnome2-utils vala
+
+DESCRIPTION="A GTK4 music player"
+HOMEPAGE="https://gitlab.gnome.org/neithern/g4music"
+SRC_URI="https://gitlab.gnome.org/neithern/g4music/-/archive/v${PV}/g4music-v${PV}.tar.bz2"
+S="${WORKDIR}/g4music-v${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="pipewire"
+
+DEPEND="
+ >=gui-libs/gtk-4.6
+ >=gui-libs/libadwaita-1
+ >=media-libs/gstreamer-1.20.6[introspection]
+ >=media-plugins/gst-plugins-taglib-1.20.6
+ >=dev-libs/appstream-glib-0.8.2
+ pipewire? ( media-video/pipewire[gstreamer] )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ >=dev-build/meson-1.1.1
+ >=dev-lang/vala-0.56.8
+ $(vala_depend)
+"
+
+src_prepare() {
+ default
+ vala_setup
+ xdg_environment_reset
+
+ sed -i \
+ -e '/^gnome.post_install(/,/)/d' \
+ meson.build \
+ || die
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/gapless/
@ 2025-03-29 18:13 hexlocation
0 siblings, 0 replies; 3+ messages in thread
From: hexlocation @ 2025-03-29 18:13 UTC (permalink / raw
To: gentoo-commits
commit: 6f95c56a6af35f51696c94ab672c7ff9688a1343
Author: hexlocation <hex <AT> iwakura <DOT> rip>
AuthorDate: Sat Mar 29 18:13:00 2025 +0000
Commit: hexlocation <hex <AT> iwakura <DOT> rip>
CommitDate: Sat Mar 29 18:13:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f95c56a
media-sound/gapless: add missing dependencies
Bug: https://bugs.gentoo.org/952130
Signed-off-by: hexlocation <hex <AT> iwakura.rip>
media-sound/gapless/gapless-4.3.1.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/media-sound/gapless/gapless-4.3.1.ebuild b/media-sound/gapless/gapless-4.3.1.ebuild
index d2204d5da..d9b8cb75e 100644
--- a/media-sound/gapless/gapless-4.3.1.ebuild
+++ b/media-sound/gapless/gapless-4.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -18,6 +18,11 @@ IUSE="pipewire"
DEPEND="
>=gui-libs/gtk-4.6
+ >=dev-libs/glib-2.78.6
+ >=media-libs/graphene-1.10.8-r1
+ >=media-libs/gst-plugins-base-1.22.12
+ >=x11-libs/gdk-pixbuf-2.42.10-r1
+ >=x11-libs/pango-1.52.2
>=gui-libs/libadwaita-1
>=media-libs/gstreamer-1.20.6[introspection]
>=media-plugins/gst-plugins-taglib-1.20.6
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-03-29 18:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-24 20:16 [gentoo-commits] repo/proj/guru:dev commit in: media-sound/gapless/ hexlocation
-- strict thread matches above, loose matches on Subject: below --
2025-03-24 20:16 hexlocation
2025-03-29 18:13 hexlocation
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox