diff options
author | Jim Ramsay <lack@gentoo.org> | 2006-10-11 13:45:35 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2006-10-11 13:45:35 +0000 |
commit | 7cea3b69e6daecd61113b5ad24948f1117f3d6e6 (patch) | |
tree | 2296767f0c9c14c54fcb3af411e75d27c272c0b7 /rox-extra/mp3ogg2wav/mp3ogg2wav-1.0.ebuild | |
parent | Add missing =sys-devel/automake-1.4* to DEPEND, see bug #150794. (diff) | |
download | historical-7cea3b69e6daecd61113b5ad24948f1117f3d6e6.tar.gz historical-7cea3b69e6daecd61113b5ad24948f1117f3d6e6.tar.bz2 historical-7cea3b69e6daecd61113b5ad24948f1117f3d6e6.zip |
New package - Mp3Ogg2Wav, imported from breakmygentoo.net (Thanks Peter Hyman)
Package-Manager: portage-2.1.2_pre1-r3
Diffstat (limited to 'rox-extra/mp3ogg2wav/mp3ogg2wav-1.0.ebuild')
-rw-r--r-- | rox-extra/mp3ogg2wav/mp3ogg2wav-1.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/rox-extra/mp3ogg2wav/mp3ogg2wav-1.0.ebuild b/rox-extra/mp3ogg2wav/mp3ogg2wav-1.0.ebuild new file mode 100644 index 000000000000..cfa86cbe7953 --- /dev/null +++ b/rox-extra/mp3ogg2wav/mp3ogg2wav-1.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/rox-extra/mp3ogg2wav/mp3ogg2wav-1.0.ebuild,v 1.1 2006/10/11 13:45:35 lack Exp $ + +ROX_LIB_VER=1.9.13 +inherit rox + +MY_PN="Mp3Ogg2Wav" +DESCRIPTION="Mp3Ogg2Wav: A small rox utility to convert .ogg and .mp3 files to .wav files." +HOMEPAGE="http://kymatica.com/software.html" +SRC_URI="http://kymatica.com/rox/${MY_PN}-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=dev-python/pyogg-1.3 + >=dev-python/pyvorbis-1.3 + >=dev-python/pymad-0.5.2" + +APPNAME=${MY_PN} +S=${WORKDIR} |