From 7fe78c18ccd7eac18f73d7bc07b9de65a9c33799 Mon Sep 17 00:00:00 2001 From: Simon van der Veldt Date: Sun, 18 Jun 2017 15:18:38 +0200 Subject: media-sound/helm: depend on virtual/jack Fixes part of bug 602898 https://bugs.gentoo.org/show_bug.cgi?id=602898 --- media-sound/helm/helm-0.4.1-r1.ebuild | 40 ----------------------------------- media-sound/helm/helm-0.4.1-r2.ebuild | 40 +++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 media-sound/helm/helm-0.4.1-r1.ebuild create mode 100644 media-sound/helm/helm-0.4.1-r2.ebuild (limited to 'media-sound') diff --git a/media-sound/helm/helm-0.4.1-r1.ebuild b/media-sound/helm/helm-0.4.1-r1.ebuild deleted file mode 100644 index e4687ef57be5..000000000000 --- a/media-sound/helm/helm-0.4.1-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils - -DESCRIPTION="Open source polyphonic software synthesizer with lots of modulation" -HOMEPAGE="http://tytel.org/helm/" -SRC_URI="https://github.com/mtytel/helm/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="media-libs/alsa-lib - media-libs/lv2 - media-sound/jack-audio-connection-kit - virtual/opengl - x11-libs/libX11 - x11-libs/libXext" -DEPEND="${RDEPEND}" - -DOCS="README.md" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc6.patch - rm patches/Synth/.DS_Store || die - sed -e 's|/usr/lib/|/usr/'$(get_libdir)'/|' -i Makefile || die - epatch_user -} - -src_compile() { - emake PREFIX=/usr all -} - -src_install() { - default - make_desktop_entry /usr/bin/helm Helm /usr/share/helm/icons/helm_icon_32_1x.png -} diff --git a/media-sound/helm/helm-0.4.1-r2.ebuild b/media-sound/helm/helm-0.4.1-r2.ebuild new file mode 100644 index 000000000000..b4af77113631 --- /dev/null +++ b/media-sound/helm/helm-0.4.1-r2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit eutils + +DESCRIPTION="Open source polyphonic software synthesizer with lots of modulation" +HOMEPAGE="http://tytel.org/helm/" +SRC_URI="https://github.com/mtytel/helm/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="media-libs/alsa-lib + media-libs/lv2 + virtual/jack + virtual/opengl + x11-libs/libX11 + x11-libs/libXext" +DEPEND="${RDEPEND}" + +DOCS="README.md" + +src_prepare() { + epatch "${FILESDIR}"/${P}-gcc6.patch + rm patches/Synth/.DS_Store || die + sed -e 's|/usr/lib/|/usr/'$(get_libdir)'/|' -i Makefile || die + epatch_user +} + +src_compile() { + emake PREFIX=/usr all +} + +src_install() { + default + make_desktop_entry /usr/bin/helm Helm /usr/share/helm/icons/helm_icon_32_1x.png +} -- cgit v1.2.3