2014-08-12 12:57:09 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
2011-11-09 11:33:19 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-10 23:59:40 +03:00
|
|
|
# $Id$
|
2013-06-02 23:02:16 +04:00
|
|
|
EAPI=5
|
2011-11-09 11:33:19 +04:00
|
|
|
|
|
|
|
inherit cmake-utils
|
|
|
|
|
|
|
|
MY_P=${P/m/M}-Source
|
|
|
|
|
2014-08-12 12:57:09 +04:00
|
|
|
DESCRIPTION="A Qt based GUI for projectM that visualizes your JACK output"
|
2011-11-09 11:33:19 +04:00
|
|
|
HOMEPAGE="http://projectm.sourceforge.net"
|
|
|
|
SRC_URI="mirror://sourceforge/projectm/${MY_P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
2012-05-09 01:43:18 +04:00
|
|
|
KEYWORDS="amd64 x86"
|
2011-11-09 11:33:19 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND="media-sound/jack-audio-connection-kit
|
|
|
|
>=media-libs/libprojectm-qt-2.0.1"
|
|
|
|
DEPEND="${RDEPEND}
|
2012-05-07 00:14:41 +04:00
|
|
|
virtual/pkgconfig"
|
2011-11-09 11:33:19 +04:00
|
|
|
|
|
|
|
S=${WORKDIR}/${MY_P}
|