# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/mmpython/mmpython-0.4.7.ebuild,v 1.7 2007/01/29 02:03:18 mr_bones_ Exp $ inherit eutils distutils DESCRIPTION="Media metadata retrieval framework for Python." HOMEPAGE="http://sourceforge.net/projects/mmpython/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ~sparc x86" IUSE="dvd" DEPEND="${DEPEND} dvd? ( >=media-libs/libdvdread-0.9.3 >=media-video/lsdvd-0.10 )" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${PN}-0.4.9-missing_stdint_headers.patch }