media-libs/libprojectm: Add sublots
authorCraig Andrews <candrews@gentoo.org>
Mon, 7 Oct 2019 13:06:06 +0000 (09:06 -0400)
committerCraig Andrews <candrews@gentoo.org>
Mon, 7 Oct 2019 13:10:47 +0000 (09:10 -0400)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews@gentoo.org>
media-libs/libprojectm/libprojectm-3.1.1_rc5-r1.ebuild [new file with mode: 0644]
media-libs/libprojectm/libprojectm-9999.ebuild

diff --git a/media-libs/libprojectm/libprojectm-3.1.1_rc5-r1.ebuild b/media-libs/libprojectm/libprojectm-3.1.1_rc5-r1.ebuild
new file mode 100644 (file)
index 0000000..70df39c
--- /dev/null
@@ -0,0 +1,52 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="A graphical music visualization plugin similar to milkdrop"
+HOMEPAGE="https://github.com/projectM-visualizer/projectm"
+
+if [[ ${PV} == *9999 ]] ; then
+       EGIT_REPO_URI="https://github.com/projectM-visualizer/projectm.git"
+       inherit git-r3
+else
+       MY_PV="${PV/_/-}"
+       SRC_URI="https://github.com/projectM-visualizer/projectm/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+       KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
+       S=${WORKDIR}/projectm-${MY_PV}/
+fi
+
+LICENSE="LGPL-2"
+SLOT="0/2"
+IUSE="gles2 qt5 sdl"
+
+RDEPEND="gles2? ( media-libs/mesa[gles2] )
+       media-libs/glm
+       media-libs/mesa[X(+)]
+       qt5? (
+               dev-qt/qtcore:5
+               dev-qt/qtgui:5
+               dev-qt/qtwidgets:5
+               dev-qt/qtopengl:5
+               media-sound/pulseaudio
+       )
+       sdl? ( >=media-libs/libsdl2-2.0.5 )
+       sys-libs/zlib"
+
+DEPEND="${RDEPEND}
+       virtual/pkgconfig"
+
+src_prepare() {
+       default
+       eautoreconf
+}
+
+src_configure() {
+       econf \
+               $(use_enable gles2 gles ) \
+               $(use_enable qt5 qt ) \
+               $(use_enable sdl ) \
+               --enable-emscripten=no
+}
index f411d8a20ff32f27cd5e199c293a5d38773d5cde..01b1d4b50af4e6d58e2c21205ae5e2f895d0ae86 100644 (file)
@@ -18,7 +18,7 @@ else
 fi
 
 LICENSE="LGPL-2"
-SLOT="0"
+SLOT="0/2"
 IUSE="gles2 qt5 sdl"
 
 RDEPEND="gles2? ( media-libs/mesa[gles2] )