diff options
author | Tim Harder <radhermit@gentoo.org> | 2010-10-10 21:03:05 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2010-10-10 21:03:05 +0000 |
commit | dfea7badf18f49b46fedda61f189877a57f65b58 (patch) | |
tree | 98068353df7b2124c8a8c7787dc473a3bb3358c9 /media-sound/shntool/shntool-3.0.10-r1.ebuild | |
parent | Stable on alpha, bug #339819 (diff) | |
download | gentoo-2-dfea7badf18f49b46fedda61f189877a57f65b58.tar.gz gentoo-2-dfea7badf18f49b46fedda61f189877a57f65b58.tar.bz2 gentoo-2-dfea7badf18f49b46fedda61f189877a57f65b58.zip |
Add mac and alac USE flags and dependencies (fixes bug #328399, thanks to Alexander Kozyrev reporting).
(Portage version: 2.2_rc90/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/shntool/shntool-3.0.10-r1.ebuild')
-rw-r--r-- | media-sound/shntool/shntool-3.0.10-r1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/media-sound/shntool/shntool-3.0.10-r1.ebuild b/media-sound/shntool/shntool-3.0.10-r1.ebuild new file mode 100644 index 000000000000..54f8d814495b --- /dev/null +++ b/media-sound/shntool/shntool-3.0.10-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2010 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.1 2010/10/10 21:03:05 radhermit Exp $ + +DESCRIPTION="shntool is a multi-purpose WAVE data processing and reporting utility" +HOMEPAGE="http://shnutils.freeshell.org/shntool/" +SRC_URI="http://shnutils.freeshell.org/shntool/dist/src/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-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}" + +src_install () { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc NEWS README ChangeLog AUTHORS doc/* || die +} |