dev-python/audioread/audioread-0.3.ebuild
author Da Risk <da_risk@geekorum.com>
Tue, 17 Jul 2012 22:19:20 +0200
changeset 43 d363cd505358
permissions -rw-r--r--
Add and update dependencies for beets

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