Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/libvisual-projectm/
Date: Tue, 31 Jan 2017 21:30:48
Message-Id: 1485898236.dd235a552192d9591f530b2277ff1a300cec65c2.johu@gentoo
1 commit: dd235a552192d9591f530b2277ff1a300cec65c2
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 21:30:20 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 21:30:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd235a55
7
8 media-plugins/libvisual-projectm: EAPI 6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 .../libvisual-projectm-2.1.0-r1.ebuild | 31 ++++++++++++++++++++++
13 1 file changed, 31 insertions(+)
14
15 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
16 new file mode 100644
17 index 00000000..a9bb221
18 --- /dev/null
19 +++ b/media-plugins/libvisual-projectm/libvisual-projectm-2.1.0-r1.ebuild
20 @@ -0,0 +1,31 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=6
26 +
27 +inherit cmake-utils
28 +
29 +MY_P=projectM-complete-${PV}-Source
30 +
31 +DESCRIPTION="A libvisual graphical music visualization plugin similar to milkdrop"
32 +HOMEPAGE="http://projectm.sourceforge.net"
33 +SRC_URI="mirror://sourceforge/projectm/${MY_P}.tar.gz"
34 +
35 +LICENSE="LGPL-2"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~x86"
38 +IUSE="debug"
39 +
40 +RDEPEND="
41 + >=media-libs/libprojectm-2.1.0
42 + media-libs/libsdl
43 + =media-libs/libvisual-0.4*
44 + virtual/opengl
45 +"
46 +DEPEND="${RDEPEND}
47 + virtual/pkgconfig"
48 +
49 +S=${WORKDIR}/${MY_P}/src/projectM-libvisual/
50 +
51 +DOCS=( AUTHORS ChangeLog )