From dfea7badf18f49b46fedda61f189877a57f65b58 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sun, 10 Oct 2010 21:03:05 +0000 Subject: 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) --- media-sound/shntool/ChangeLog | 9 ++++++++- media-sound/shntool/metadata.xml | 6 +++++- media-sound/shntool/shntool-3.0.10-r1.ebuild | 26 ++++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 media-sound/shntool/shntool-3.0.10-r1.ebuild (limited to 'media-sound/shntool') diff --git a/media-sound/shntool/ChangeLog b/media-sound/shntool/ChangeLog index 6cab24a36848..f6d6547d9d84 100644 --- a/media-sound/shntool/ChangeLog +++ b/media-sound/shntool/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-sound/shntool # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/ChangeLog,v 1.19 2010/01/07 14:40:56 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/ChangeLog,v 1.20 2010/10/10 21:03:05 radhermit Exp $ + +*shntool-3.0.10-r1 (10 Oct 2010) + + 10 Oct 2010; Tim Harder +shntool-3.0.10-r1.ebuild, + metadata.xml: + Add mac and alac USE flags and dependencies (fixes bug #328399, thanks to + Alexander Kozyrev reporting). 07 Jan 2010; Christian Faulhammer shntool-3.0.10.ebuild: diff --git a/media-sound/shntool/metadata.xml b/media-sound/shntool/metadata.xml index e1774e3d9ad7..640e5338ce75 100644 --- a/media-sound/shntool/metadata.xml +++ b/media-sound/shntool/metadata.xml @@ -1,5 +1,9 @@ -sound + sound + + Add support for Monkey's Audio files + Add support for Apple Lossless Audio Codec files + 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 +} -- cgit v1.2.3-65-gdbad