summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-sound/terminatorx/Manifest1
-rw-r--r--media-sound/terminatorx/files/terminatorx-3.84-includes.patch28
-rw-r--r--media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch19
-rw-r--r--media-sound/terminatorx/terminatorx-3.84-r1.ebuild66
4 files changed, 0 insertions, 114 deletions
diff --git a/media-sound/terminatorx/Manifest b/media-sound/terminatorx/Manifest
index 5901a5e4a29c..65b3c158b6c4 100644
--- a/media-sound/terminatorx/Manifest
+++ b/media-sound/terminatorx/Manifest
@@ -1,2 +1 @@
-DIST terminatorX-3.84.tar.gz 572143 BLAKE2B 9ee576ae34b5349347a4f8dda429d5366ad6e8f9d1907e3cf22af3287e6340d616b59e5f3e56d56b6652768ac216c5ac8e598eb4fac54291fb00ce8bc6dd2d0c SHA512 9b538007acc98b1dd7bb2e310be53bcf1971a94e5c03ea8ca48c59b05f1a0bddd75bf30ab4cfb03d49165098ba63643eaa3bda117cdf833df2438c29a774db6c
DIST terminatorX-4.0.1.tar.bz2 1832692 BLAKE2B 61eeb6362cdf56cb73df3bfbff65cf3699a0ef686d77894b87feab5f25f927267bc28573c3ee41981ded3b452b1d37c035260ffbe0fdcf6d0b0c0319c61a6137 SHA512 06128633e128f2158367dcde0e913dafc68d62644e7a5182a2391829dadcb9c46430d0cac16cb17113939623266f32cb4624a8548a51b8c01bdfa2860a6c0093
diff --git a/media-sound/terminatorx/files/terminatorx-3.84-includes.patch b/media-sound/terminatorx/files/terminatorx-3.84-includes.patch
deleted file mode 100644
index 792ac1db5f00..000000000000
--- a/media-sound/terminatorx/files/terminatorx-3.84-includes.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff --git a/src/tX_mouse.cc b/src/tX_mouse.cc
---- a/src/tX_mouse.cc
-+++ b/src/tX_mouse.cc
-@@ -50,2 +50,3 @@
- #include <stdlib.h>
-+#include <string.h> /* strcmp() */
-
-diff --git a/src/tX_mouse.h b/src/tX_mouse.h
---- a/src/tX_mouse.h
-+++ b/src/tX_mouse.h
-@@ -38,2 +38,3 @@
- #include <gdk/gdkkeysyms.h>
-+#include <gtk/gtk.h> /* GtkWidget */
-
-diff --git a/src/tX_vttgui.cc b/src/tX_vttgui.cc
---- a/src/tX_vttgui.cc
-+++ b/src/tX_vttgui.cc
-@@ -61,2 +61,3 @@
- #include <stdio.h>
-+#include <string.h> /* strrchr() */
- #include <ctype.h>
-diff --git a/src/tX_global.h b/src/tX_global.h
---- a/src/tX_global.h
-+++ b/src/tX_global.h
-@@ -37,2 +37,3 @@ extern "C" {
- #include <stdio.h>
-+#include <string.h> /* strcpy() */
- #include "tX_types.h"
diff --git a/media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch b/media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch
deleted file mode 100644
index 87b9ca85378c..000000000000
--- a/media-sound/terminatorx/files/terminatorx-3.84-new-zlib.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Fix FTBFS errors with newer zlib.
-Author: Moritz Muehlenhoff <muehlenhoff@univention.de>
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663053
-Forwarded: no
----
- src/tX_midiin.cc | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/src/tX_midiin.cc
-+++ b/src/tX_midiin.cc
-@@ -447,7 +447,7 @@ gboolean tX_midiin::midi_learn_destroy(G
-
- void tX_midiin::store_connections(FILE *rc, char *indent)
- {
-- gzFile *rz=NULL;
-+ gzFile rz=NULL;
-
- tX_store("%s<midi_connections>\n", indent);
-
diff --git a/media-sound/terminatorx/terminatorx-3.84-r1.ebuild b/media-sound/terminatorx/terminatorx-3.84-r1.ebuild
deleted file mode 100644
index 45ee96f9e99d..000000000000
--- a/media-sound/terminatorx/terminatorx-3.84-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-GCONF_DEBUG="no"
-
-inherit gnome2 eutils
-
-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.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="alsa debug mad vorbis sox"
-
-RDEPEND="
- alsa? ( media-libs/alsa-lib )
- mad? ( media-sound/madplay )
- vorbis? ( media-libs/libvorbis )
- sox? ( media-sound/sox
- media-sound/mpg123 )
- >=x11-libs/gtk+-2.2:2
- >=dev-libs/glib-2.2:2
- x11-libs/libXi
- x11-libs/libXxf86dga
- dev-libs/libxml2
- media-libs/audiofile
- media-libs/ladspa-sdk
- media-libs/ladspa-cmt
- app-text/scrollkeeper
- media-libs/liblrdf
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- x11-proto/xproto
- x11-proto/inputproto
- x11-proto/xf86dgaproto
-"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- # Patch from debian to compile with recent zlib
- epatch "${FILESDIR}"/${PN}-3.84-new-zlib.patch
- epatch "${FILESDIR}"/${PN}-3.84-includes.patch
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- $(use_enable alsa) \
- $(use_enable debug) \
- $(use_enable mad) \
- $(use_enable vorbis) \
- $(use_enable sox)
-}
-
-src_install() {
- gnome2_src_install
- newicon gnome-support/terminatorX-app.png terminatorX.png
- make_desktop_entry terminatorX terminatorX terminatorX AudioVideo
-}