public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "hexlocation" <hex@iwakura.rip>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/gapless/
Date: Mon, 28 Apr 2025 15:35:26 +0000 (UTC)	[thread overview]
Message-ID: <1745854480.5c44fc28d54d1d53864cb581da5b44d270893816.hex@gentoo> (raw)

commit:     5c44fc28d54d1d53864cb581da5b44d270893816
Author:     hexlocation <hex <AT> iwakura <DOT> rip>
AuthorDate: Mon Apr 28 15:32:00 2025 +0000
Commit:     hexlocation <hex <AT> iwakura <DOT> rip>
CommitDate: Mon Apr 28 15:34:40 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c44fc28

media-sound/gapless: add 4.4

Signed-off-by: hexlocation <hex <AT> iwakura.rip>

 media-sound/gapless/Manifest           |  1 +
 media-sound/gapless/gapless-4.4.ebuild | 58 ++++++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/media-sound/gapless/Manifest b/media-sound/gapless/Manifest
index 64ee4926c..ab892893c 100644
--- a/media-sound/gapless/Manifest
+++ b/media-sound/gapless/Manifest
@@ -1 +1,2 @@
 DIST g4music-v4.3.1.tar.bz2 145455 BLAKE2B bcce1d0575496e9744838443edac1f3cd59934799f828dbd9d6667e0cace8f27e9fd7e0577271daae501efedeb20ccedf19bd7e6d0cde365001c2607afdf7a4d SHA512 264c84ede962dafbda39fe66ac4ef50a27e9c0b4da9467eeef8694ee9011b482f28ba3d1af613c3d44d3a7c0f41a91f553c71dc79a5abd5238c169966d02fa27
+DIST g4music-v4.4.tar.bz2 145455 BLAKE2B 4a81146ca62a68800f4c862210f5dae992bfcfb22f9ae8c5e6796bc2359cfe471ab17b97e1a091ea7d0e00b8c89a1926ce3822daa4252778f94365acbc8dd850 SHA512 ff84ef987a0bde6cc7d1e2a209f96f5f4626a8328a189bb2ddd757bf0c024fb521146582ff355d79c49c9fa6d29d8030c024d132f7db9b958c03ffbfe74d1a51

diff --git a/media-sound/gapless/gapless-4.4.ebuild b/media-sound/gapless/gapless-4.4.ebuild
new file mode 100644
index 000000000..d9b8cb75e
--- /dev/null
+++ b/media-sound/gapless/gapless-4.4.ebuild
@@ -0,0 +1,58 @@
+# Copyright 2023-2025 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
+		>=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
+		>=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
+}


             reply	other threads:[~2025-04-28 15:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-28 15:35 hexlocation [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-29 18:13 [gentoo-commits] repo/proj/guru:dev commit in: media-sound/gapless/ hexlocation
2025-03-24 20:16 hexlocation
2025-03-24 20:16 hexlocation

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1745854480.5c44fc28d54d1d53864cb581da5b44d270893816.hex@gentoo \
    --to=hex@iwakura.rip \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox