public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Daniel Pielmeier" <billie@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
Date: Wed, 17 Mar 2021 16:01:20 +0000 (UTC)	[thread overview]
Message-ID: <1615996756.cdedadfdcc60f810eb96c3c69f544ad719d0fcf1.billie@gentoo> (raw)

commit:     cdedadfdcc60f810eb96c3c69f544ad719d0fcf1
Author:     Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 17 15:58:47 2021 +0000
Commit:     Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Wed Mar 17 15:59:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdedadfd

media-sound/puddletag: Re-add puddletag.

Now supports PyQt5 and python-3.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>

 media-sound/puddletag/Manifest               |  1 +
 media-sound/puddletag/metadata.xml           | 19 ++++++++++++++
 media-sound/puddletag/puddletag-2.0.1.ebuild | 37 ++++++++++++++++++++++++++++
 3 files changed, 57 insertions(+)

diff --git a/media-sound/puddletag/Manifest b/media-sound/puddletag/Manifest
new file mode 100644
index 00000000000..e4833b3a44f
--- /dev/null
+++ b/media-sound/puddletag/Manifest
@@ -0,0 +1 @@
+DIST puddletag-2.0.1.tar.gz 1227152 BLAKE2B 804e9ca9629a9d78114d6f4b6afbe9032cb414678ea6325679c21ac18867bafed8f1b16aae5fbea18995ecc800d35594c478a5164b377f3b4e5dd75148fd3246 SHA512 d84ba360a6cd8c3ddb6628e30276df58d059d9e8cbb2d1255320ca273436c69f05584059c2e768a15871d3f56dc08d7ac96fef9a9c7c077811bb9fdfde444610

diff --git a/media-sound/puddletag/metadata.xml b/media-sound/puddletag/metadata.xml
new file mode 100644
index 00000000000..7d73860ad35
--- /dev/null
+++ b/media-sound/puddletag/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>billie@gentoo.org</email>
+		<name>Daniel Pielmeier</name>
+	</maintainer>
+	<stabilize-allarches/>
+	<use>
+		<flag name="cover"> Enables editing of FLAC cover art</flag>
+		<flag name="musicbrainz"> Enables support for musicbrainz, needs <pkg>dev-python/python-musicbrainz</pkg></flag>
+		<flag name="quodlibet">Enables support for editing <pkg>media-sound/quodlibet</pkg> databases</flag>
+		<flag name="acoustid">Use <pkg>media-libs/chromaprint</pkg> for acoustic fingerprinting</flag>
+	</use>
+	<upstream>
+		<remote-id type="sourceforge">puddletag</remote-id>
+		<remote-id type="github">keithgg/puddletag</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/media-sound/puddletag/puddletag-2.0.1.ebuild b/media-sound/puddletag/puddletag-2.0.1.ebuild
new file mode 100644
index 00000000000..053f49a198b
--- /dev/null
+++ b/media-sound/puddletag/puddletag-2.0.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1 xdg
+
+DESCRIPTION="Audio tag editor"
+HOMEPAGE="http://docs.puddletag.net/"
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="acoustid cover musicbrainz quodlibet"
+
+DEPEND=""
+RDEPEND="
+	>=dev-python/configobj-5.0[${PYTHON_USEDEP}]
+	>=dev-python/pyparsing-2.4.7[${PYTHON_USEDEP}]
+	>=dev-python/PyQt5-5.15.2[${PYTHON_USEDEP},svg]
+	>=media-libs/mutagen-1.45.1[${PYTHON_USEDEP}]
+	acoustid? ( >=media-libs/chromaprint-1.4.3 )
+	quodlibet? ( >=media-sound/quodlibet-4.3.0[${PYTHON_USEDEP}] )
+	>=dev-python/sip-4.19.22:0[${PYTHON_USEDEP}]
+	>=dev-python/lxml-4.5.2[${PYTHON_USEDEP}]
+"
+# docs
+#	>=dev-python/wheel-0.35.1[${PYTHON_USEDEP}]
+#	>=dev-python/markdown-3.1.1[${PYTHON_USEDEP}]
+#	>=dev-python/sphinx-1.4.8[${PYTHON_USEDEP}]
+#	>=dev-python/sphinx-bootstrap-theme-0.4.13[${PYTHON_USEDEP}]
+#	>=dev-python/PyRSS2Gen-1.1[${PYTHON_USEDEP}]
+
+DOCS=(changelog NEWS THANKS TODO)


             reply	other threads:[~2021-03-17 16:01 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-17 16:01 Daniel Pielmeier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-01 19:29 [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/ Daniel Pielmeier
2024-07-03  5:26 Daniel Pielmeier
2024-06-03 19:52 Daniel Pielmeier
2024-04-13  9:47 Daniel Pielmeier
2024-03-08 13:53 Daniel Pielmeier
2024-02-11 13:38 Daniel Pielmeier
2023-04-08  8:48 Daniel Pielmeier
2023-02-25 11:16 Daniel Pielmeier
2022-09-15 19:15 Daniel Pielmeier
2022-07-30  6:47 Daniel Pielmeier
2022-04-09 10:28 Daniel Pielmeier
2022-02-07 18:33 Daniel Pielmeier
2022-02-02 17:22 Daniel Pielmeier
2021-08-19 18:11 Daniel Pielmeier
2021-04-17 17:56 Daniel Pielmeier
2021-04-17 17:35 Daniel Pielmeier
2021-03-17 17:05 Daniel Pielmeier
2021-03-17 16:45 Daniel Pielmeier
2018-07-08 10:33 Daniel Pielmeier
2017-01-17 17:30 Daniel Pielmeier
2016-12-12 17:23 Daniel Pielmeier
2016-10-24 17:56 Daniel Pielmeier
2016-03-15 16:37 Daniel Pielmeier
2016-02-29 17:38 Daniel Pielmeier
2016-02-19 16:27 Daniel Pielmeier
2016-02-13 10:35 Daniel Pielmeier

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=1615996756.cdedadfdcc60f810eb96c3c69f544ad719d0fcf1.billie@gentoo \
    --to=billie@gentoo.org \
    --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