app-cdr/mp3burn - 0.4.2 (gentoo)

Search

Package Information

Description:
Burn mp3s without filling up your disk with .wav files
Homepage:
https://sourceforge.net/projects/mp3burn
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.4.2 8 ~amd64 ~ppc ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Burn mp3s without filling up your disk with .wav files"
HOMEPAGE="https://sourceforge.net/projects/mp3burn"
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
S="${WORKDIR}/${PN}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

RDEPEND="
	app-cdr/cdrtools
	dev-lang/perl
	dev-perl/MP3-Info
	dev-perl/Ogg-Vorbis-Header
	dev-perl/String-ShellQuote
	media-libs/flac
	media-sound/mpg123
	media-sound/vorbis-tools
"
BDEPEND="dev-lang/perl"

PATCHES=(
	"${FILESDIR}"/${P}-build.patch
)

src_install() {
	dobin ${PN}
	doman ${PN}.1
	einstalldocs
}

Dependencies

RDEPEND

	app-cdr/cdrtools
	dev-lang/perl
	dev-perl/MP3-Info
	dev-perl/Ogg-Vorbis-Header
	dev-perl/String-ShellQuote
	media-libs/flac
	media-sound/mpg123
	media-sound/vorbis-tools

BDEPEND

dev-lang/perl

Manifest for 0.4.2

Type File Size Source URLs
DIST mp3burn-0.4.2.tar.gz 17166 bytes https://downloads.sourceforge.net/mp3burn/mp3burn-0.4.2.tar.gz