diff -r 504ae814b515 -r d363cd505358 dev-python/audioread/audioread-0.3.ebuild --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dev-python/audioread/audioread-0.3.ebuild Tue Jul 17 22:19:20 2012 +0200 @@ -0,0 +1,24 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +inherit distutils python git-2 + +DESCRIPTION="cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python" +HOMEPAGE="https://github.com/sampsyo/audioread" + +EGIT_REPO_URI="git://github.com/sampsyo/audioread.git" +EGIT_COMMIT="$PV" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="mad +gstreamer +ffmpeg" + +PYTHON_DEPEND="2:6" +RDEPEND=" mad? ( dev-python/pymad ) + gstreamer? ( dev-python/gst-python ) + ffmpeg? ( virtual/ffmpeg )" +