media-sound/flac123 - 2.1.1 (gentoo)

Search

Package Information

Description:
Console app for playing FLAC audio files
Homepage:
https://github.com/flac123/flac123
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
2.1.1 8 ~alpha amd64 arm ppc ppc64 ~sparc x86 0
View Raw Ebuild
# Copyright 1999-2025 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:=[ogg]
	media-libs/libao"
DEPEND="${RDEPEND}"

src_prepare() {
	default

	eautoreconf
}

Dependencies

DEPEND

	dev-libs/popt
	media-libs/flac:=[ogg]
	media-libs/libao

RDEPEND

	dev-libs/popt
	media-libs/flac:=[ogg]
	media-libs/libao

Manifest for 2.1.1

Type File Size Source URLs
DIST flac123-2.1.1.tar.gz 132039 bytes https://github.com/flac123/flac123/archive/refs/tags/v2.1.1.tar.gz