media-sound/mp32ogg - 0.11-r7 (gentoo)

Search

Package Information

Description:
A perl script to convert MP3 files to Ogg Vorbis files
Homepage:
http://faceprint.com/code/
License:
Artistic

Ebuild Details

Version EAPI Keywords Slot
0.11-r7 8 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="A perl script to convert MP3 files to Ogg Vorbis files"
HOMEPAGE="http://faceprint.com/code/"
SRC_URI="ftp://ftp.faceprint.com/pub/software/scripts/mp32ogg"
S="${WORKDIR}"

LICENSE="Artistic"
SLOT="0"
KEYWORDS="amd64 x86"

RDEPEND="
	dev-perl/MP3-Info
	dev-perl/String-ShellQuote
	media-sound/mpg123
	media-sound/vorbis-tools"

PATCHES=(
	"${FILESDIR}"/${P}-r4-mpg321.patch
	"${FILESDIR}"/${P}-r4-quality.patch
	"${FILESDIR}"/${P}-r5-german_umlaut.patch
	"${FILESDIR}"/${P}-r6-force-filename-stringification.patch
)

src_unpack() {
	cp -f "${DISTDIR}"/${PN} "${WORKDIR}" || die "Copying sources failed"
}

src_install() {
	dobin mp32ogg
}

Dependencies

RDEPEND

	dev-perl/MP3-Info
	dev-perl/String-ShellQuote
	media-sound/mpg123
	media-sound/vorbis-tools

Manifest for 0.11-r7

Type File Size Source URLs
DIST mp32ogg 9216 bytes ftp://ftp.faceprint.com/pub/software/scripts/mp32ogg