# 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 )"