Files
@ 5eca85901fc9
Branch filter:
Location: portage-overlay.git/media-sound/shntool/shntool-3.0.10-r2.ebuild - annotation
5eca85901fc9
986 B
application/vnd.gentoo.ebuild
remove x11-plugins/pidgin-skypeweb, as it is already in portage
9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d 9e2db8f1c08d | # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/shntool-3.0.10-r1.ebuild,v 1.6 2012/05/14 10:31:31 radhermit Exp $
EAPI=4
inherit eutils
DESCRIPTION="A multi-purpose WAVE data processing and reporting utility"
HOMEPAGE="http://www.etree.org/shnutils/shntool/"
SRC_URI="http://www.etree.org/shnutils/shntool/dist/src/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
IUSE="alac flac mac shorten sox wavpack"
RDEPEND="flac? ( media-libs/flac )
mac? ( media-sound/mac )
sox? ( media-sound/sox )
alac? ( media-sound/alac_decoder )
shorten? ( media-sound/shorten )
wavpack? ( media-sound/wavpack )"
DEPEND="${RDEPEND}"
DOCS="NEWS README ChangeLog AUTHORS doc/*"
src_prepare() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}-large-size.patch"
epatch "${FILESDIR}/${P}-large-times.patch"
}
|