public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/jack/
Date: Sat,  1 Jun 2024 12:24:15 +0000 (UTC)	[thread overview]
Message-ID: <1717244635.e2f04b2ece0b32fd9f18f36c114380624c0986ae.flow@gentoo> (raw)

commit:     e2f04b2ece0b32fd9f18f36c114380624c0986ae
Author:     Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Fri May 31 21:31:50 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Jun  1 12:23:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f04b2e

media-sound/jack: version bump, migrated to PEP517 build

- new version
- migrated to PEP517 build
- change python compat

Closes: https://bugs.gentoo.org/909992
Closes: https://bugs.gentoo.org/922992
Closes: https://bugs.gentoo.org/929659
Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 media-sound/jack/Manifest                    |  3 ++
 media-sound/jack/jack-4.1_pre20230723.ebuild | 66 ++++++++++++++++++++++++++++
 2 files changed, 69 insertions(+)

diff --git a/media-sound/jack/Manifest b/media-sound/jack/Manifest
index 055ba631ef0b..7a5468f475a9 100644
--- a/media-sound/jack/Manifest
+++ b/media-sound/jack/Manifest
@@ -1 +1,4 @@
+DIST example.etc.jackrc-4.1_pre20230723 1507 BLAKE2B 9be244b9dc7c13b53998933d1097c87d18e72b13c43c6be5f8de230aca124434f857b0b23b9d1c9053180d71e7bb8285dbeb67a85c18b45fdd506615706baee2 SHA512 02769c0885eef3487cca30e640ac5c5ce98c1f77b47ae8a4590cf6efc6c0367836d05190ccca04311af0fb66b261b94b6bf184549c14860fff1780f7ff96c15a
 DIST jack-4.0.0_pre20201220.tar.gz 199310 BLAKE2B d36f52d0cf1ce0744929c1d3da2e0929d3a0bfcfe3f7088bd4f1b170cafa0989921ac1a5a4d8ffec17a86c6eeca4f233c9ca0a159ec76629a5ba48d1686d22cd SHA512 8ff5b5abcfc39ffa373cd215ae5d1fdc9838e92040621e8455485e1243ec6e4bf0fb1675f3280441b2ecc993f996c30c77871e2ba14020ae76ed50634cff15f9
+DIST jack-4.1_pre20230723.tar.gz 207099 BLAKE2B 796954916ff5fe6700bfb1d3e18563a16d684c3809598b2482bf61343766819ef277f03f139afee2af7716ad29f84511ba05319f18b62bac257a43ccf6c175b4 SHA512 f826420aef9f3d1bd2a394574afc3f63fb944b53290903deda2b8cc8b40d55d95a23e05d67e11df5dbf59248156e8e7214cd7a757537b37d3a303830fe30a763
+DIST jack.man-4.1_pre20230723 18256 BLAKE2B 40105178de7dc96239db3ba597691d99b79a99d3e52dbbd95824fd8669f73c090a0a1c53f984e95ce6795114c980d94f0eb6cbed8b8e840a345c0234481e16d9 SHA512 399373784e75ed42cfbbe5e94227b5d8af4bfe7fadc897f751413b2409c16bd15599dadaa25463abcd8edf8298f052a48d8313633c264045f1b5e502ff697bb8

diff --git a/media-sound/jack/jack-4.1_pre20230723.ebuild b/media-sound/jack/jack-4.1_pre20230723.ebuild
new file mode 100644
index 000000000000..08a0461c2f6a
--- /dev/null
+++ b/media-sound/jack/jack-4.1_pre20230723.ebuild
@@ -0,0 +1,66 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_REQ_USE="ncurses"
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="A frontend for several cd-rippers and mp3 encoders"
+HOMEPAGE="https://github.com/jack-cli-cd-ripper/jack https://www.home.unix-ag.org/arne/jack/"
+GIT_COMMIT_HASH="795fba0ef1859b39b3bb41ca162ab402177808a5" # branch "python3-mb"
+GIT_DOC_HASH="4303994b67222639ee4c3f55b214020b2f5c75f4"
+SRC_URI="
+	https://github.com/jack-cli-cd-ripper/jack/archive/${GIT_COMMIT_HASH}.tar.gz -> ${P}.tar.gz
+	https://github.com/jack-cli-cd-ripper/jack/raw/${GIT_DOC_HASH}/example.etc.jackrc -> example.etc.jackrc-${PV}
+	https://github.com/jack-cli-cd-ripper/jack/raw/${GIT_DOC_HASH}/jack.man -> jack.man-${PV}"
+S="${WORKDIR}/${PN}-${GIT_COMMIT_HASH}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+BDEPEND="
+	$(python_gen_cond_dep '
+		dev-python/setuptools[${PYTHON_USEDEP}]
+		dev-python/setuptools-scm[${PYTHON_USEDEP}]
+	')"
+RDEPEND="
+	$(python_gen_cond_dep '
+		dev-python/discid[${PYTHON_USEDEP}]
+		media-libs/mutagen[${PYTHON_USEDEP}]
+		dev-python/pillow[${PYTHON_USEDEP}]
+		dev-python/python-dateutil[${PYTHON_USEDEP}]
+		dev-python/requests[${PYTHON_USEDEP}]
+	')
+	media-libs/flac
+	media-sound/cdparanoia
+	media-sound/lame"
+
+python_prepare_all() {
+	distutils-r1_python_prepare_all
+	export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+}
+
+python_install_all() {
+	insinto /etc
+	newins "${DISTDIR}/example.etc.jackrc-${PV}" jackrc
+
+	newman "${DISTDIR}/jack.man-${PV}" jack.1
+
+	local DOCS=( doc/README.md doc/CHANGELOG )
+	local HTML_DOCS=( doc/*.{html,css,gif} )
+	distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+	elog "${PN} can use the following optional binaries, but currently there"
+	elog "are no gentoo ebuilds available for them:"
+	elog "  fdkaac: encode to M4A format"
+	elog "  oggenc: encode to OGG format"
+	elog "  cdda2wav / dagrab / tosha: cd ripper"
+}


             reply	other threads:[~2024-06-01 12:24 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-01 12:24 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-21 21:54 [gentoo-commits] repo/gentoo:master commit in: media-sound/jack/ Sam James
2024-06-01 12:24 Florian Schmaus
2024-06-01 12:24 Florian Schmaus
2023-03-10  7:47 Miroslav Šulc
2022-07-29  2:54 Sam James
2022-03-04 13:53 Joonas Niilola
2021-08-18  5:47 Miroslav Šulc
2021-08-18  5:47 Miroslav Šulc
2021-03-07  8:49 Miroslav Šulc
2020-09-04 20:34 Sam James

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=1717244635.e2f04b2ece0b32fd9f18f36c114380624c0986ae.flow@gentoo \
    --to=flow@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