public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Konstantin Tutsch" <mail@konstantintutsch.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/eartag/
Date: Sat, 30 Sep 2023 20:07:36 +0000 (UTC)	[thread overview]
Message-ID: <1696104432.c5de62b2157da75414e210898016667d74246d37.mail@gentoo> (raw)

commit:     c5de62b2157da75414e210898016667d74246d37
Author:     Konstantin Tutsch <mail <AT> konstantintutsch <DOT> de>
AuthorDate: Sat Sep 30 20:07:12 2023 +0000
Commit:     Konstantin Tutsch <mail <AT> konstantintutsch <DOT> de>
CommitDate: Sat Sep 30 20:07:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c5de62b2

media-sound/eartag: new package, add 0.5.0

Signed-off-by: Konstantin Tutsch <mail <AT> konstantintutsch.de>

 media-sound/eartag/Manifest            |  1 +
 media-sound/eartag/eartag-0.5.0.ebuild | 53 ++++++++++++++++++++++++++++++++++
 media-sound/eartag/metadata.xml        | 11 +++++++
 3 files changed, 65 insertions(+)

diff --git a/media-sound/eartag/Manifest b/media-sound/eartag/Manifest
new file mode 100644
index 0000000000..f9ca1fbd78
--- /dev/null
+++ b/media-sound/eartag/Manifest
@@ -0,0 +1 @@
+DIST eartag-0.5.0.tar.bz2 437537 BLAKE2B 75d7f11a3155b8b1a5e166036164b50c63db1b243aced928dd7ccae9ea8bad4a23f28983cfa41d258a18a259475785ae98647d899ad0b9b69cb2899521e3f0a6 SHA512 41c254d285d3e7372ec5ed06a14ff1ecdf9e6c8b18311d4bb6028a5ae7dc01e8e35219f15dab430f408a08f3dcd8fd20d2112590a757cbc4d40d31e11edfe26b

diff --git a/media-sound/eartag/eartag-0.5.0.ebuild b/media-sound/eartag/eartag-0.5.0.ebuild
new file mode 100644
index 0000000000..7751ad48a6
--- /dev/null
+++ b/media-sound/eartag/eartag-0.5.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..12} )
+
+inherit gnome2-utils meson python-single-r1 xdg
+
+DESCRIPTION="GTK4 MusicBrainz audio tagger"
+HOMEPAGE="https://gitlab.gnome.org/World/eartag"
+SRC_URI="https://gitlab.gnome.org/World/eartag/-/archive/${PV}/eartag-${PV}.tar.bz2"
+S="${WORKDIR}/eartag-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+		${PYTHON_DEPS}
+		>=gui-libs/gtk-4.12.0
+		>=gui-libs/libadwaita-1.4.0
+		>=dev-python/pygobject-3.44.1
+		>=dev-python/pillow-10.0.0
+		>=media-libs/mutagen-1.46.0
+		>=dev-python/python-magic-0.4.27
+		>=dev-python/pyacoustid-1.2.2-r1
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+		>=dev-util/meson-1.2.1-r1
+"
+
+src_install() {
+	sed -i \
+		-e 's/^#!.*/#!\/usr\/bin\/python3/g' \
+		"${S}-build/src/eartag" \
+	    || die
+
+	meson_src_install
+	python_optimize
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_schemas_update
+}

diff --git a/media-sound/eartag/metadata.xml b/media-sound/eartag/metadata.xml
new file mode 100644
index 0000000000..fb5cffb857
--- /dev/null
+++ b/media-sound/eartag/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>mail@konstantintutsch.de</email>
+    <name>Konstantin Tutsch</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="gnome-gitlab">World/eartag</remote-id>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2023-09-30 20:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-30 20:07 Konstantin Tutsch [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-10-10  8:03 [gentoo-commits] repo/proj/guru:dev commit in: media-sound/eartag/ Konstantin Tutsch
2023-10-28 15:09 Konstantin Tutsch

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=1696104432.c5de62b2157da75414e210898016667d74246d37.mail@gentoo \
    --to=mail@konstantintutsch.de \
    --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