commit: dd235a552192d9591f530b2277ff1a300cec65c2
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 31 21:30:20 2017 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 21:30:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd235a55
media-plugins/libvisual-projectm: EAPI 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
.../libvisual-projectm-2.1.0-r1.ebuild | 31 ++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git
a/media-plugins/libvisual-projectm/libvisual-projectm-2.1.0-r1.ebuild
b/media-plugins/libvisual-projectm/libvisual-projectm-2.1.0-r1.ebuild
new file mode 100644
index 00000000..a9bb221
--- /dev/null
+++ b/media-plugins/libvisual-projectm/libvisual-projectm-2.1.0-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+MY_P=projectM-complete-${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/libprojectm-2.1.0
+ media-libs/libsdl
+ =media-libs/libvisual-0.4*
+ virtual/opengl
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+S=${WORKDIR}/${MY_P}/src/projectM-libvisual/
+
+DOCS=( AUTHORS ChangeLog )