28 lines
751 B
Bash
28 lines
751 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/media-libs/libprojectm-qt/libprojectm-qt-2.1.0.ebuild,v 1.1 2012/06/11 13:23:51 aballier Exp $
|
|
|
|
EAPI=2
|
|
inherit cmake-utils
|
|
|
|
MY_P=${P/m/M}-Source ; MY_P=${MY_P/lib}
|
|
|
|
DESCRIPTION="A graphical music visualization plugin similar to milkdrop"
|
|
HOMEPAGE="http://projectm.sourceforge.net"
|
|
SRC_URI="mirror://sourceforge/projectm/${MY_P}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE="debug"
|
|
|
|
RDEPEND=">=media-libs/libprojectm-2.1.0
|
|
x11-libs/qt-core:4
|
|
x11-libs/qt-gui:4
|
|
x11-libs/qt-opengl:4"
|
|
DEPEND="${RDEPEND}
|
|
virtual/pkgconfig"
|
|
|
|
S=${WORKDIR}/${MY_P}
|
|
|
|
PATCHES=( "${FILESDIR}/${P}-multilib.patch" )
|