* [gentoo-commits] repo/gentoo:master commit in: media-sound/helm/
@ 2015-08-22 10:24 Ben de Groot
0 siblings, 0 replies; 7+ messages in thread
From: Ben de Groot @ 2015-08-22 10:24 UTC (permalink / raw
To: gentoo-commits
commit: 81beda2f81ae01b6a18b331838608cfe77f0df60
Author: Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 22 10:24:21 2015 +0000
Commit: Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 10:24:21 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81beda2f
media-sound/helm: initial commit
Package-Manager: portage-2.2.20.1
media-sound/helm/Manifest | 1 +
media-sound/helm/helm-0.4.1.ebuild | 33 +++++++++++++++++++++++++++++++++
media-sound/helm/metadata.xml | 5 +++++
3 files changed, 39 insertions(+)
diff --git a/media-sound/helm/Manifest b/media-sound/helm/Manifest
new file mode 100644
index 0000000..7090407
--- /dev/null
+++ b/media-sound/helm/Manifest
@@ -0,0 +1 @@
+DIST helm-0.4.1.tar.gz 10170154 SHA256 00fa6b973b3e13d574a19dc009e07cbbcb7823476ffc59cc89e6816b7a70bd72 SHA512 093abfd47a7f3e25d168df675b8a9c067a361ae1891af208c75ec4bc02d8a30cc5de4ab2433179bcbb6074c142c8ef9b4ef11b1854fdde0551fcd340dd6b8fe0 WHIRLPOOL 6d7297b2e064d24252d11b415225e081cb2033230aba013e774198b66e6ca89196691ed8db61d9baa02e7cc09497af61462f36244668a8b3469828388f3c5d49
diff --git a/media-sound/helm/helm-0.4.1.ebuild b/media-sound/helm/helm-0.4.1.ebuild
new file mode 100644
index 0000000..8a0e4dd
--- /dev/null
+++ b/media-sound/helm/helm-0.4.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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/opengl
+ x11-libs/libX11
+ x11-libs/libXext"
+DEPEND="${RDEPEND}"
+
+DOCS="README.md"
+
+src_prepare() {
+ sed -e 's|/usr/lib/|/usr/'$(get_libdir)'/|' -i Makefile || die
+ epatch_user
+}
+
+src_compile() {
+ emake PREFIX=/usr all
+}
diff --git a/media-sound/helm/metadata.xml b/media-sound/helm/metadata.xml
new file mode 100644
index 0000000..af0275e
--- /dev/null
+++ b/media-sound/helm/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>proaudio</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/helm/
@ 2015-08-22 11:40 Ben de Groot
0 siblings, 0 replies; 7+ messages in thread
From: Ben de Groot @ 2015-08-22 11:40 UTC (permalink / raw
To: gentoo-commits
commit: 191258354b859dd1b85f06dacd7f46ac81355bca
Author: Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 22 11:39:58 2015 +0000
Commit: Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 11:39:58 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19125835
media-sound/helm: add missing jack dependency
Bug: 558412
Package-Manager: portage-2.2.20.1
media-sound/helm/helm-0.4.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/media-sound/helm/helm-0.4.1.ebuild b/media-sound/helm/helm-0.4.1.ebuild
index 8a0e4dd..396b133 100644
--- a/media-sound/helm/helm-0.4.1.ebuild
+++ b/media-sound/helm/helm-0.4.1.ebuild
@@ -16,6 +16,7 @@ IUSE=""
RDEPEND="media-libs/alsa-lib
media-libs/lv2
+ media-sound/jack-audio-connection-kit
virtual/opengl
x11-libs/libX11
x11-libs/libXext"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/helm/
@ 2015-08-22 16:27 Ben de Groot
0 siblings, 0 replies; 7+ messages in thread
From: Ben de Groot @ 2015-08-22 16:27 UTC (permalink / raw
To: gentoo-commits
commit: 1ea4fea15b27e85f61f76a5c7a7aa1f4e7653f11
Author: Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 22 16:27:16 2015 +0000
Commit: Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 16:27:16 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea4fea1
media-sound/helm: add desktop file for standalone helm
Also rm useless .DS_Store file
Package-Manager: portage-2.2.20.1
media-sound/helm/{helm-0.4.1.ebuild => helm-0.4.1-r1.ebuild} | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/media-sound/helm/helm-0.4.1.ebuild b/media-sound/helm/helm-0.4.1-r1.ebuild
similarity index 82%
rename from media-sound/helm/helm-0.4.1.ebuild
rename to media-sound/helm/helm-0.4.1-r1.ebuild
index 396b133..53c20dd 100644
--- a/media-sound/helm/helm-0.4.1.ebuild
+++ b/media-sound/helm/helm-0.4.1-r1.ebuild
@@ -25,6 +25,7 @@ DEPEND="${RDEPEND}"
DOCS="README.md"
src_prepare() {
+ rm patches/Synth/.DS_Store || die
sed -e 's|/usr/lib/|/usr/'$(get_libdir)'/|' -i Makefile || die
epatch_user
}
@@ -32,3 +33,8 @@ src_prepare() {
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
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/helm/
@ 2017-06-18 16:42 Alexis Ballier
0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier @ 2017-06-18 16:42 UTC (permalink / raw
To: gentoo-commits
commit: 7fe78c18ccd7eac18f73d7bc07b9de65a9c33799
Author: Simon van der Veldt <simon.vanderveldt <AT> gmail <DOT> com>
AuthorDate: Sun Jun 18 13:18:38 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 16:41:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fe78c18
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 => helm-0.4.1-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/helm/helm-0.4.1-r1.ebuild b/media-sound/helm/helm-0.4.1-r2.ebuild
similarity index 95%
rename from media-sound/helm/helm-0.4.1-r1.ebuild
rename to media-sound/helm/helm-0.4.1-r2.ebuild
index e4687ef57be..b4af7711363 100644
--- a/media-sound/helm/helm-0.4.1-r1.ebuild
+++ b/media-sound/helm/helm-0.4.1-r2.ebuild
@@ -15,7 +15,7 @@ IUSE=""
RDEPEND="media-libs/alsa-lib
media-libs/lv2
- media-sound/jack-audio-connection-kit
+ virtual/jack
virtual/opengl
x11-libs/libX11
x11-libs/libXext"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/helm/
@ 2017-11-21 13:55 Alexis Ballier
0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier @ 2017-11-21 13:55 UTC (permalink / raw
To: gentoo-commits
commit: 954726debd5f333e2a24eaca436d5db15046059b
Author: Simon van der Veldt <simon.vanderveldt <AT> gmail <DOT> com>
AuthorDate: Sun Nov 19 16:48:40 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Nov 21 13:55:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=954726de
media-sound/helm Fix dependencies
Closes: https://bugs.gentoo.org/585202
media-sound/helm/helm-0.4.1-r2.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/media-sound/helm/helm-0.4.1-r2.ebuild b/media-sound/helm/helm-0.4.1-r2.ebuild
index b4af7711363..e7f71121652 100644
--- a/media-sound/helm/helm-0.4.1-r2.ebuild
+++ b/media-sound/helm/helm-0.4.1-r2.ebuild
@@ -14,11 +14,15 @@ KEYWORDS="~amd64"
IUSE=""
RDEPEND="media-libs/alsa-lib
+ media-libs/freetype
media-libs/lv2
virtual/jack
virtual/opengl
x11-libs/libX11
- x11-libs/libXext"
+ x11-libs/libXcursor
+ x11-libs/libXext
+ x11-libs/libXinerama
+ x11-libs/libXrandr"
DEPEND="${RDEPEND}"
DOCS="README.md"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/helm/
@ 2020-01-17 9:29 Agostino Sarubbo
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2020-01-17 9:29 UTC (permalink / raw
To: gentoo-commits
commit: 5157622a7a206617c0396547a4df3fd9ad359a42
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 17 09:29:37 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jan 17 09:29:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5157622a
media-sound/helm: amd64 stable wrt bug #705620
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-sound/helm/helm-0.9.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/helm/helm-0.9.0-r1.ebuild b/media-sound/helm/helm-0.9.0-r1.ebuild
index 96d0ee25346..eb8bb112064 100644
--- a/media-sound/helm/helm-0.9.0-r1.ebuild
+++ b/media-sound/helm/helm-0.9.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mtytel/helm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/helm/
@ 2024-08-01 7:43 Miroslav Šulc
0 siblings, 0 replies; 7+ messages in thread
From: Miroslav Šulc @ 2024-08-01 7:43 UTC (permalink / raw
To: gentoo-commits
commit: 481fb8aa1a902519d4af8ca25fe8b0e3e97c3a2f
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Wed Jul 31 13:57:59 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Aug 1 07:43:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=481fb8aa
media-sound/helm: remove empty IUSE
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/helm/helm-0.9.0-r2.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/media-sound/helm/helm-0.9.0-r2.ebuild b/media-sound/helm/helm-0.9.0-r2.ebuild
index 46ef109dc534..24c298e694e9 100644
--- a/media-sound/helm/helm-0.9.0-r2.ebuild
+++ b/media-sound/helm/helm-0.9.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,6 @@ SRC_URI="https://github.com/mtytel/helm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64"
-IUSE=""
DEPEND="
media-libs/alsa-lib
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-08-01 7:43 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-01 7:43 [gentoo-commits] repo/gentoo:master commit in: media-sound/helm/ Miroslav Šulc
-- strict thread matches above, loose matches on Subject: below --
2020-01-17 9:29 Agostino Sarubbo
2017-11-21 13:55 Alexis Ballier
2017-06-18 16:42 Alexis Ballier
2015-08-22 16:27 Ben de Groot
2015-08-22 11:40 Ben de Groot
2015-08-22 10:24 Ben de Groot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox