From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BCAE315838C for ; Tue, 30 Jan 2024 19:23:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A235E2B3F; Tue, 30 Jan 2024 19:23:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E794AE2B3F for ; Tue, 30 Jan 2024 19:23:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 356053430DF for ; Tue, 30 Jan 2024 19:23:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C319AFA7 for ; Tue, 30 Jan 2024 19:23:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1706642572.7979f26584c3bb4246828b6f801f6587005bfa63.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/whipper/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/whipper/whipper-0.10.0-r1.ebuild X-VCS-Directories: media-sound/whipper/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7979f26584c3bb4246828b6f801f6587005bfa63 X-VCS-Branch: master Date: Tue, 30 Jan 2024 19:23:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b5c88a29-5ddb-4ab2-a717-358153c64e97 X-Archives-Hash: 81bdd1718375ee58de0d1a21119d09bd commit: 7979f26584c3bb4246828b6f801f6587005bfa63 Author: Quentin Retornaz retornaz com> AuthorDate: Tue Jan 30 18:54:21 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 30 19:22:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7979f265 media-sound/whipper: fix dev-python/ruamel-yaml in RDEPEND Closes: https://bugs.gentoo.org/923339 Signed-off-by: Quentin Retornaz retornaz.com> Closes: https://github.com/gentoo/gentoo/pull/35101 Signed-off-by: Sam James gentoo.org> media-sound/whipper/whipper-0.10.0-r1.ebuild | 58 ++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/media-sound/whipper/whipper-0.10.0-r1.ebuild b/media-sound/whipper/whipper-0.10.0-r1.ebuild new file mode 100644 index 000000000000..451683de80dc --- /dev/null +++ b/media-sound/whipper/whipper-0.10.0-r1.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{9..11} ) + +DISTUTILS_USE_PEP517="setuptools" + +inherit distutils-r1 + +DESCRIPTION="A Python CD-DA ripper preferring accuracy over speed (forked from morituri)" +HOMEPAGE="https://github.com/whipper-team/whipper" +SRC_URI="https://github.com/whipper-team/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="media-libs/libsndfile:=" +# bug https://bugs.gentoo.org/923339 +# upstream https://github.com/whipper-team/whipper/issues/605 +# upstream https://github.com/whipper-team/whipper/issues/606 +RDEPEND=" + ${DEPEND} + app-cdr/cdrdao + >=dev-libs/libcdio-paranoia-0.94_p2 + dev-python/musicbrainzngs[${PYTHON_USEDEP}] + >=dev-python/pycdio-2.1.0[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-python/discid[${PYTHON_USEDEP}] +