* [gentoo-commits] repo/gentoo:master commit in: media-sound/terminatorx/
@ 2016-11-04 10:30 Pacho Ramos
0 siblings, 0 replies; 14+ messages in thread
From: Pacho Ramos @ 2016-11-04 10:30 UTC (permalink / raw
To: gentoo-commits
commit: 3bf8155fb304bc2290d04d2237a65a82b7a921dd
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 4 09:59:02 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Nov 4 10:30:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf8155f
media-sound/terminatorx: Version bump
Package-Manager: portage-2.3.2
media-sound/terminatorx/Manifest | 1 +
media-sound/terminatorx/terminatorx-4.0.1.ebuild | 56 ++++++++++++++++++++++++
2 files changed, 57 insertions(+)
diff --git a/media-sound/terminatorx/Manifest b/media-sound/terminatorx/Manifest
index 8e9191d..71f2d68 100644
--- a/media-sound/terminatorx/Manifest
+++ b/media-sound/terminatorx/Manifest
@@ -1 +1,2 @@
DIST terminatorX-3.84.tar.gz 572143 SHA256 0680b94aa3cbe77d1f1193be2b84a7d7b250c213cfa2da68241a2294ac5dfc37 SHA512 9b538007acc98b1dd7bb2e310be53bcf1971a94e5c03ea8ca48c59b05f1a0bddd75bf30ab4cfb03d49165098ba63643eaa3bda117cdf833df2438c29a774db6c WHIRLPOOL 1cf156623ff6ea410a701ac3b5613740b6d55ce9cd40ad22bd75e44fc404241fd6737705beeb75ff7631be0615ab84938f88d6fcb62cc5561be978be66d73290
+DIST terminatorX-4.0.1.tar.bz2 1832692 SHA256 96e2e7910d96b9bdadb315727c4127cfda579bd68d2b25d99cd9d35e9fbea56a SHA512 06128633e128f2158367dcde0e913dafc68d62644e7a5182a2391829dadcb9c46430d0cac16cb17113939623266f32cb4624a8548a51b8c01bdfa2860a6c0093 WHIRLPOOL d7bdf09d8d588e91f7a94c4fa679e5f7bff3363fff75b8ef7a29fbefee180b66eae37521f28d299fc8ab8a0f8843c76fb9c421f76e0dc488653e3489be19ef5b
diff --git a/media-sound/terminatorx/terminatorx-4.0.1.ebuild b/media-sound/terminatorx/terminatorx-4.0.1.ebuild
new file mode 100644
index 00000000..bec9cd9
--- /dev/null
+++ b/media-sound/terminatorx/terminatorx-4.0.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+MY_P=${P/terminatorx/terminatorX}
+DESCRIPTION='realtime audio synthesizer that allows you to "scratch" on digitally sampled audio data'
+HOMEPAGE="http://www.terminatorx.org/"
+SRC_URI="http://www.terminatorx.org/dist/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="X alsa debug mad pulseaudio vorbis sox"
+
+RDEPEND="
+ alsa? ( media-libs/alsa-lib )
+ mad? ( media-sound/madplay )
+ pulseaudio? ( media-sound/pulseaudio )
+ vorbis? ( media-libs/libvorbis )
+ sox? ( media-sound/sox
+ media-sound/mpg123 )
+ x11-libs/gtk+:3
+ >=dev-libs/glib-2.2:2
+
+ X? (
+ x11-libs/libXi
+ x11-libs/libXxf86dga
+ x11-proto/xproto
+ x11-proto/inputproto
+ x11-proto/xf86dgaproto )
+ dev-libs/libxml2:2
+ media-libs/audiofile:=
+ media-libs/ladspa-sdk
+ media-libs/ladspa-cmt
+ media-libs/liblrdf
+"
+DEPEND="${RDEPEND}
+ app-text/gnome-doc-utils
+ virtual/pkgconfig
+"
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+ gnome2_src_configure \
+ $(use_enable alsa) \
+ $(use_enable debug) \
+ $(use_enable mad) \
+ $(use_enable pulseaudio pulse) \
+ $(use_enable vorbis) \
+ $(use_enable sox) \
+ $(use_enable X x11)
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/terminatorx/
@ 2017-06-03 20:52 David Seifert
0 siblings, 0 replies; 14+ messages in thread
From: David Seifert @ 2017-06-03 20:52 UTC (permalink / raw
To: gentoo-commits
commit: dafc03e8141575cf7f9a88cfb86ef4208328cceb
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 3 20:38:57 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jun 3 20:52:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dafc03e8
media-sound/terminatorx: [QA] Fix DESCRIPTION.toolong
Package-Manager: Portage-2.3.6, Repoman-2.3.2
media-sound/terminatorx/terminatorx-3.84-r1.ebuild | 5 +++--
media-sound/terminatorx/terminatorx-4.0.1.ebuild | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/media-sound/terminatorx/terminatorx-3.84-r1.ebuild b/media-sound/terminatorx/terminatorx-3.84-r1.ebuild
index 23c41d7cdd7..45ee96f9e99 100644
--- a/media-sound/terminatorx/terminatorx-3.84-r1.ebuild
+++ b/media-sound/terminatorx/terminatorx-3.84-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -7,7 +7,8 @@ GCONF_DEBUG="no"
inherit gnome2 eutils
MY_P=${P/terminatorx/terminatorX}
-DESCRIPTION='realtime audio synthesizer that allows you to "scratch" on digitally sampled audio data'
+
+DESCRIPTION="Realtime audio synthesizer allowing you to 'scratch' on sampled audio data"
HOMEPAGE="http://www.terminatorx.org/"
SRC_URI="http://www.terminatorx.org/dist/${MY_P}.tar.gz"
diff --git a/media-sound/terminatorx/terminatorx-4.0.1.ebuild b/media-sound/terminatorx/terminatorx-4.0.1.ebuild
index 1fc2fb1f4c8..2909714a688 100644
--- a/media-sound/terminatorx/terminatorx-4.0.1.ebuild
+++ b/media-sound/terminatorx/terminatorx-4.0.1.ebuild
@@ -1,11 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit gnome2
MY_P=${P/terminatorx/terminatorX}
-DESCRIPTION='realtime audio synthesizer that allows you to "scratch" on digitally sampled audio data'
+
+DESCRIPTION="Realtime audio synthesizer allowing you to 'scratch' on sampled audio data"
HOMEPAGE="http://www.terminatorx.org/"
SRC_URI="http://www.terminatorx.org/dist/${MY_P}.tar.bz2"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/terminatorx/
@ 2018-01-04 22:17 Pacho Ramos
0 siblings, 0 replies; 14+ messages in thread
From: Pacho Ramos @ 2018-01-04 22:17 UTC (permalink / raw
To: gentoo-commits
commit: de9c3366dd7f95805538db7dea8121a0a35ffbd2
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 4 22:16:18 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Jan 4 22:16:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de9c3366
media-sound/terminatorx: Force building with X support (-X fails to build, bug #636832)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
...orx-4.0.1.ebuild => terminatorx-4.0.1-r1.ebuild} | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/media-sound/terminatorx/terminatorx-4.0.1.ebuild b/media-sound/terminatorx/terminatorx-4.0.1-r1.ebuild
similarity index 78%
rename from media-sound/terminatorx/terminatorx-4.0.1.ebuild
rename to media-sound/terminatorx/terminatorx-4.0.1-r1.ebuild
index 745580ace2d..3ce3c4f5ac0 100644
--- a/media-sound/terminatorx/terminatorx-4.0.1.ebuild
+++ b/media-sound/terminatorx/terminatorx-4.0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,8 @@ SRC_URI="http://www.terminatorx.org/dist/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="X alsa debug mad pulseaudio vorbis sox"
+# Making X optional fails when disabled: https://bugs.gentoo.org/636832
+IUSE="alsa debug mad pulseaudio vorbis sox"
RDEPEND="
alsa? ( media-libs/alsa-lib )
@@ -25,12 +26,12 @@ RDEPEND="
x11-libs/gtk+:3
>=dev-libs/glib-2.2:2
- X? (
- x11-libs/libXi
- x11-libs/libXxf86dga
- x11-proto/xproto
- x11-proto/inputproto
- x11-proto/xf86dgaproto )
+ x11-libs/libXi
+ x11-libs/libXxf86dga
+ x11-proto/xproto
+ x11-proto/inputproto
+ x11-proto/xf86dgaproto
+
dev-libs/libxml2:2
media-libs/audiofile:=
media-libs/ladspa-sdk
@@ -52,11 +53,11 @@ PATCHES=(
src_configure() {
gnome2_src_configure \
+ --enable-x11 \
$(use_enable alsa) \
$(use_enable debug) \
$(use_enable mad) \
$(use_enable pulseaudio pulse) \
$(use_enable vorbis) \
- $(use_enable sox) \
- $(use_enable X x11)
+ $(use_enable sox)
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/terminatorx/
@ 2018-01-08 0:11 Mikle Kolyada
0 siblings, 0 replies; 14+ messages in thread
From: Mikle Kolyada @ 2018-01-08 0:11 UTC (permalink / raw
To: gentoo-commits
commit: 9d8e1d8a3bba6d98d194d0c59a7eb612ec3b1b46
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 8 00:11:18 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Jan 8 00:11:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8e1d8a
media-sound/terminatorx: amd64 stable wrt bug #601002
Package-Manager: Portage-2.3.13, Repoman-2.3.3
media-sound/terminatorx/terminatorx-4.0.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/terminatorx/terminatorx-4.0.1-r1.ebuild b/media-sound/terminatorx/terminatorx-4.0.1-r1.ebuild
index d410a5efe62..08a23c074a7 100644
--- a/media-sound/terminatorx/terminatorx-4.0.1-r1.ebuild
+++ b/media-sound/terminatorx/terminatorx-4.0.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.terminatorx.org/dist/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
# Making X optional fails when disabled: https://bugs.gentoo.org/636832
IUSE="alsa debug mad pulseaudio vorbis sox"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/terminatorx/
@ 2018-04-27 1:39 Matt Turner
0 siblings, 0 replies; 14+ messages in thread
From: Matt Turner @ 2018-04-27 1:39 UTC (permalink / raw
To: gentoo-commits
commit: 3c59d26b57b4cde5879c141efdfd59acb0bbf44f
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 27 01:31:51 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Apr 27 01:31:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c59d26b
media-sound/terminatorx: Transition deps to x11-base/xorg-proto
.../{terminatorx-4.0.1-r1.ebuild => terminatorx-4.0.1-r2.ebuild} | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/media-sound/terminatorx/terminatorx-4.0.1-r1.ebuild b/media-sound/terminatorx/terminatorx-4.0.1-r2.ebuild
similarity index 95%
rename from media-sound/terminatorx/terminatorx-4.0.1-r1.ebuild
rename to media-sound/terminatorx/terminatorx-4.0.1-r2.ebuild
index 08a23c074a7..30a6bd88914 100644
--- a/media-sound/terminatorx/terminatorx-4.0.1-r1.ebuild
+++ b/media-sound/terminatorx/terminatorx-4.0.1-r2.ebuild
@@ -28,9 +28,6 @@ RDEPEND="
x11-libs/libXi
x11-libs/libXxf86dga
- x11-proto/xproto
- x11-proto/inputproto
- x11-proto/xf86dgaproto
dev-libs/libxml2:2
media-libs/audiofile:=
@@ -39,6 +36,7 @@ RDEPEND="
media-libs/liblrdf
"
DEPEND="${RDEPEND}
+ x11-base/xorg-proto
app-text/gnome-doc-utils
virtual/pkgconfig
"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/terminatorx/
@ 2021-09-25 6:59 Miroslav Šulc
0 siblings, 0 replies; 14+ messages in thread
From: Miroslav Šulc @ 2021-09-25 6:59 UTC (permalink / raw
To: gentoo-commits
commit: bdeb99434a6faa36e2738a4f27d12ff70e5634dc
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 25 06:58:45 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Sep 25 06:59:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdeb9943
media-sound/terminatorx: fixed fetching issue with 4.1.0
Closes: https://bugs.gentoo.org/814563
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/terminatorx/terminatorx-4.1.0.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/media-sound/terminatorx/terminatorx-4.1.0.ebuild b/media-sound/terminatorx/terminatorx-4.1.0.ebuild
index 656edc4f99a..3774d5dea08 100644
--- a/media-sound/terminatorx/terminatorx-4.1.0.ebuild
+++ b/media-sound/terminatorx/terminatorx-4.1.0.ebuild
@@ -7,8 +7,10 @@ inherit gnome2
MY_P=${P/terminatorx/terminatorX}
DESCRIPTION="Realtime audio synthesizer allowing you to 'scratch' on sampled audio data"
-HOMEPAGE="http://www.terminatorx.org/"
-SRC_URI="http://www.terminatorx.org/dist/${MY_P}.tar.bz2"
+HOMEPAGE="https://www.terminatorx.org/"
+# this is the original location but there is an issue with their certificate so mirroring the file
+#SRC_URI="https://www.terminatorx.org/dist/${MY_P}.tar.bz2"
+SRC_URI="https://dev.gentoo.org/~fordfrog/distfiles/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/terminatorx/
@ 2021-10-26 7:08 Miroslav Šulc
0 siblings, 0 replies; 14+ messages in thread
From: Miroslav Šulc @ 2021-10-26 7:08 UTC (permalink / raw
To: gentoo-commits
commit: e2551675d14ea1d68d74712d1987f391f0c8ea5c
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 26 07:08:36 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Oct 26 07:08:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2551675
media-sound/terminatorx: 4.1.0 - added jack use flag, fixed required use
Closes: https://bugs.gentoo.org/814815
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/terminatorx/terminatorx-4.1.0.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/media-sound/terminatorx/terminatorx-4.1.0.ebuild b/media-sound/terminatorx/terminatorx-4.1.0.ebuild
index 3774d5dea08..c7a57d22bb3 100644
--- a/media-sound/terminatorx/terminatorx-4.1.0.ebuild
+++ b/media-sound/terminatorx/terminatorx-4.1.0.ebuild
@@ -16,10 +16,13 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
# Making X optional fails when disabled: https://bugs.gentoo.org/636832
-IUSE="alsa debug mad pulseaudio vorbis sox"
+IUSE="alsa debug jack mad pulseaudio vorbis sox"
+
+REQUIRED_USE="|| ( alsa jack pulseaudio )"
RDEPEND="
alsa? ( media-libs/alsa-lib )
+ jack? ( virtual/jack )
mad? ( media-sound/madplay )
pulseaudio? ( media-sound/pulseaudio )
vorbis? ( media-libs/libvorbis )
@@ -54,6 +57,7 @@ src_configure() {
--enable-x11 \
$(use_enable alsa) \
$(use_enable debug) \
+ $(use_enable jack) \
$(use_enable mad) \
$(use_enable pulseaudio pulse) \
$(use_enable vorbis) \
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/terminatorx/
@ 2021-10-27 22:33 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-10-27 22:33 UTC (permalink / raw
To: gentoo-commits
commit: 01934e17cc82bd26554683133311e7426cd85758
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 27 22:31:36 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 27 22:31:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01934e17
media-sound/terminatorx: Stabilize 4.1.0 amd64, #820323
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/terminatorx/terminatorx-4.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/terminatorx/terminatorx-4.1.0.ebuild b/media-sound/terminatorx/terminatorx-4.1.0.ebuild
index c7a57d22bb3..791256eed1e 100644
--- a/media-sound/terminatorx/terminatorx-4.1.0.ebuild
+++ b/media-sound/terminatorx/terminatorx-4.1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://dev.gentoo.org/~fordfrog/distfiles/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
# Making X optional fails when disabled: https://bugs.gentoo.org/636832
IUSE="alsa debug jack mad pulseaudio vorbis sox"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/terminatorx/
@ 2021-10-29 11:16 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-10-29 11:16 UTC (permalink / raw
To: gentoo-commits
commit: 72ad6dceeb14daf6e2f29d9f19b9e4da477c7573
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 29 11:14:57 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 11:14:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ad6dce
media-sound/terminatorx: Stabilize 4.1.0 x86, #820323
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/terminatorx/terminatorx-4.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/terminatorx/terminatorx-4.1.0.ebuild b/media-sound/terminatorx/terminatorx-4.1.0.ebuild
index 791256eed1e..c34a201fbae 100644
--- a/media-sound/terminatorx/terminatorx-4.1.0.ebuild
+++ b/media-sound/terminatorx/terminatorx-4.1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://dev.gentoo.org/~fordfrog/distfiles/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
# Making X optional fails when disabled: https://bugs.gentoo.org/636832
IUSE="alsa debug jack mad pulseaudio vorbis sox"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/terminatorx/
@ 2022-10-10 22:11 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2022-10-10 22:11 UTC (permalink / raw
To: gentoo-commits
commit: 292411f47677ffbfeba8be1864f51ac990d1c0a6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 10 22:11:00 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 22:11:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=292411f4
media-sound/terminatorx: add github upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/terminatorx/metadata.xml | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/media-sound/terminatorx/metadata.xml b/media-sound/terminatorx/metadata.xml
index 3fed8a8997c3..a9e5a2191e05 100644
--- a/media-sound/terminatorx/metadata.xml
+++ b/media-sound/terminatorx/metadata.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>proaudio@gentoo.org</email>
- <name>Gentoo ProAudio Project</name>
-</maintainer>
+ <maintainer type="project">
+ <email>proaudio@gentoo.org</email>
+ <name>Gentoo ProAudio Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">axkg/terminatorX</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/terminatorx/
@ 2022-10-10 22:11 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2022-10-10 22:11 UTC (permalink / raw
To: gentoo-commits
commit: e7989fb23aba692955ef334410007ad87f42d42e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 10 22:10:36 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 22:10:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7989fb2
media-sound/terminatorx: drop www from HOMEPAGE/SRC_URI
Has cert issues.
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/terminatorx/terminatorx-4.1.0.ebuild | 6 +++---
media-sound/terminatorx/terminatorx-4.2.0.ebuild | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/media-sound/terminatorx/terminatorx-4.1.0.ebuild b/media-sound/terminatorx/terminatorx-4.1.0.ebuild
index c34a201fbaec..a5e5fd161367 100644
--- a/media-sound/terminatorx/terminatorx-4.1.0.ebuild
+++ b/media-sound/terminatorx/terminatorx-4.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,9 +7,9 @@ inherit gnome2
MY_P=${P/terminatorx/terminatorX}
DESCRIPTION="Realtime audio synthesizer allowing you to 'scratch' on sampled audio data"
-HOMEPAGE="https://www.terminatorx.org/"
+HOMEPAGE="https://terminatorx.org/"
# this is the original location but there is an issue with their certificate so mirroring the file
-#SRC_URI="https://www.terminatorx.org/dist/${MY_P}.tar.bz2"
+#SRC_URI="https://terminatorx.org/dist/${MY_P}.tar.bz2"
SRC_URI="https://dev.gentoo.org/~fordfrog/distfiles/${MY_P}.tar.bz2"
LICENSE="GPL-2"
diff --git a/media-sound/terminatorx/terminatorx-4.2.0.ebuild b/media-sound/terminatorx/terminatorx-4.2.0.ebuild
index ca8785ba193d..cee126dbd19e 100644
--- a/media-sound/terminatorx/terminatorx-4.2.0.ebuild
+++ b/media-sound/terminatorx/terminatorx-4.2.0.ebuild
@@ -7,9 +7,9 @@ inherit gnome2
MY_P=${P/terminatorx/terminatorX}
DESCRIPTION="Realtime audio synthesizer allowing you to 'scratch' on sampled audio data"
-HOMEPAGE="https://www.terminatorx.org/"
+HOMEPAGE="https://terminatorx.org/"
# this is the original location but there is an issue with their certificate so mirroring the file
-#SRC_URI="https://www.terminatorx.org/dist/${MY_P}.tar.bz2"
+#SRC_URI="https://terminatorx.org/dist/${MY_P}.tar.bz2"
SRC_URI="https://dev.gentoo.org/~fordfrog/distfiles/${MY_P}.tar.bz2"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/terminatorx/
@ 2022-11-18 7:04 Jakov Smolić
0 siblings, 0 replies; 14+ messages in thread
From: Jakov Smolić @ 2022-11-18 7:04 UTC (permalink / raw
To: gentoo-commits
commit: b5210b7483ebe6d6e27b72a5d8a02c83a619c8fe
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 18 07:03:50 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Nov 18 07:03:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5210b74
media-sound/terminatorx: Stabilize 4.2.0 amd64, #880707
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
media-sound/terminatorx/terminatorx-4.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/terminatorx/terminatorx-4.2.0.ebuild b/media-sound/terminatorx/terminatorx-4.2.0.ebuild
index cee126dbd19e..1db5a0646438 100644
--- a/media-sound/terminatorx/terminatorx-4.2.0.ebuild
+++ b/media-sound/terminatorx/terminatorx-4.2.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://dev.gentoo.org/~fordfrog/distfiles/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
# Making X optional fails when disabled: https://bugs.gentoo.org/636832
IUSE="+alsa debug jack mad pulseaudio vorbis sox"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/terminatorx/
@ 2022-11-18 7:07 Jakov Smolić
0 siblings, 0 replies; 14+ messages in thread
From: Jakov Smolić @ 2022-11-18 7:07 UTC (permalink / raw
To: gentoo-commits
commit: a9289f73dbc02317ea990eff3a5991073bdbf979
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 18 07:07:25 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Nov 18 07:07:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9289f73
media-sound/terminatorx: Stabilize 4.2.0 x86, #880707
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
media-sound/terminatorx/terminatorx-4.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/terminatorx/terminatorx-4.2.0.ebuild b/media-sound/terminatorx/terminatorx-4.2.0.ebuild
index 1db5a0646438..a2db55319fd3 100644
--- a/media-sound/terminatorx/terminatorx-4.2.0.ebuild
+++ b/media-sound/terminatorx/terminatorx-4.2.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://dev.gentoo.org/~fordfrog/distfiles/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
# Making X optional fails when disabled: https://bugs.gentoo.org/636832
IUSE="+alsa debug jack mad pulseaudio vorbis sox"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/terminatorx/
@ 2022-11-30 8:29 Miroslav Šulc
0 siblings, 0 replies; 14+ messages in thread
From: Miroslav Šulc @ 2022-11-30 8:29 UTC (permalink / raw
To: gentoo-commits
commit: b0e008f5809633181331c5dc23bf0d32b5b14489
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 08:26:20 2022 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 08:29:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e008f5
media-sound/terminatorx: added missing build-time dep
Closes: https://bugs.gentoo.org/831561
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/terminatorx/terminatorx-4.2.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/media-sound/terminatorx/terminatorx-4.2.0.ebuild b/media-sound/terminatorx/terminatorx-4.2.0.ebuild
index a2db55319fd3..e49c433efa9f 100644
--- a/media-sound/terminatorx/terminatorx-4.2.0.ebuild
+++ b/media-sound/terminatorx/terminatorx-4.2.0.ebuild
@@ -44,6 +44,7 @@ DEPEND="${RDEPEND}
x11-base/xorg-proto
"
BDEPEND="
+ dev-util/itstool
virtual/pkgconfig
"
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2022-11-30 8:29 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-03 20:52 [gentoo-commits] repo/gentoo:master commit in: media-sound/terminatorx/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2022-11-30 8:29 Miroslav Šulc
2022-11-18 7:07 Jakov Smolić
2022-11-18 7:04 Jakov Smolić
2022-10-10 22:11 Sam James
2022-10-10 22:11 Sam James
2021-10-29 11:16 Sam James
2021-10-27 22:33 Sam James
2021-10-26 7:08 Miroslav Šulc
2021-09-25 6:59 Miroslav Šulc
2018-04-27 1:39 Matt Turner
2018-01-08 0:11 Mikle Kolyada
2018-01-04 22:17 Pacho Ramos
2016-11-04 10:30 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox