blob: e885666f3425e59ba6b98859a62b0bc986ba0aaa [file] [log] [blame]
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
inherit cmake-utils
MY_P=projectM_libvisual-${PV}-Source
DESCRIPTION="A libvisual graphical music visualization plugin similar to milkdrop"
HOMEPAGE="http://projectm.sourceforge.net"
SRC_URI="mirror://sourceforge/projectm/${MY_P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="debug"
RDEPEND="media-libs/libsdl
=media-libs/libvisual-0.4*
>=media-libs/libprojectm-2.0.1"
DEPEND="${RDEPEND}
virtual/pkgconfig"
S=${WORKDIR}/${MY_P}
DOCS="AUTHORS ChangeLog"
PATCHES=(
"${FILESDIR}/${PV}-gcc4.6.patch"
)