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 33755158009 for ; Sun, 25 Jun 2023 07:22:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86F5BE088C; Sun, 25 Jun 2023 07:22:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 718F2E088C for ; Sun, 25 Jun 2023 07:22:02 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98FB1340E5F for ; Sun, 25 Jun 2023 07:22:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0071DAC0 for ; Sun, 25 Jun 2023 07:22:00 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1687677714.cb230579ea8c2e5baaab31d18b6679a31a8b6f35.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/flac123/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/flac123/Manifest media-sound/flac123/flac123-2.1.0.ebuild media-sound/flac123/metadata.xml X-VCS-Directories: media-sound/flac123/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: cb230579ea8c2e5baaab31d18b6679a31a8b6f35 X-VCS-Branch: master Date: Sun, 25 Jun 2023 07:22:00 +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: f512b165-a450-431d-854f-f487b55d9912 X-Archives-Hash: a53bd80742b4fe96e97a2e221561fbff commit: cb230579ea8c2e5baaab31d18b6679a31a8b6f35 Author: Miroslav Šulc gentoo org> AuthorDate: Sun Jun 25 07:21:44 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun Jun 25 07:21:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb230579 media-sound/flac123: bump to 2.1.0, moved to github, dropped unused dep Signed-off-by: Miroslav Šulc gentoo.org> media-sound/flac123/Manifest | 1 + media-sound/flac123/flac123-2.1.0.ebuild | 26 ++++++++++++++++++++++++++ media-sound/flac123/metadata.xml | 2 +- 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/media-sound/flac123/Manifest b/media-sound/flac123/Manifest index cbfd9991cc3a..7cc5ca3673e1 100644 --- a/media-sound/flac123/Manifest +++ b/media-sound/flac123/Manifest @@ -1 +1,2 @@ DIST flac123-0.0.12-release.tar.gz 129795 BLAKE2B 6c73cdcb350de6431d15af846af4aefc8beafdf9137a31144a7869acca0f5383aeae110ef81165c98a188af7580fff5ad27836955cd9729deca14a4465aa8b0e SHA512 4bfabecae86cf11a13bd45025d7fbdee189918e0cd4eee0128856897710b44afd19df5675cae9426d30e9d8cd09b358333438cd05701fa0a7a00a8493a77e1f7 +DIST flac123-2.1.0.tar.gz 131988 BLAKE2B 0b401951d71d2bce9b2f7964ca8e89739400c638bd363ff484820151d9d740eae973b2b16eb054f8b0ea3b322f4fd2dd7579b9877272c86e46e88ba92b14986a SHA512 ef8a57281d7ed35d8fdf67052021d8956852f8fb5221a99a8834a60d3a067b826d8e53f1d9491c4edc480286ccf97938b12dd494c7dfb23cc8848978b441921f diff --git a/media-sound/flac123/flac123-2.1.0.ebuild b/media-sound/flac123/flac123-2.1.0.ebuild new file mode 100644 index 000000000000..d1d7ecaffb64 --- /dev/null +++ b/media-sound/flac123/flac123-2.1.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="Console app for playing FLAC audio files" +HOMEPAGE="https://github.com/flac123/flac123" +SRC_URI="https://github.com/flac123/flac123/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=" + dev-libs/popt + media-libs/flac:= + media-libs/libao" +DEPEND="${RDEPEND}" + +src_prepare() { + default + + eautoreconf +} diff --git a/media-sound/flac123/metadata.xml b/media-sound/flac123/metadata.xml index 43658c46136d..e5c97246dc0a 100644 --- a/media-sound/flac123/metadata.xml +++ b/media-sound/flac123/metadata.xml @@ -6,6 +6,6 @@ Gentoo Sound project - flac-tools + flac123/flac123