From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/terminatorx/, media-sound/terminatorx/files/
Date: Sun, 11 Mar 2018 15:17:44 +0000 (UTC) [thread overview]
Message-ID: <1520781321.cf094cc876081da03ffa018ce07bd76662f1a640.pacho@gentoo> (raw)
commit: cf094cc876081da03ffa018ce07bd76662f1a640
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 11 15:13:01 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Mar 11 15:15:21 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf094cc8
media-sound/terminatorx: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
media-sound/terminatorx/Manifest | 1 -
.../files/terminatorx-3.84-includes.patch | 28 ---------
.../files/terminatorx-3.84-new-zlib.patch | 19 -------
media-sound/terminatorx/terminatorx-3.84-r1.ebuild | 66 ----------------------
4 files changed, 114 deletions(-)
diff --git a/media-sound/terminatorx/Manifest b/media-sound/terminatorx/Manifest
index 5901a5e4a29..65b3c158b6c 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 792ac1db5f0..00000000000
--- 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 87b9ca85378..00000000000
--- 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 45ee96f9e99..00000000000
--- 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
-}
next reply other threads:[~2018-03-11 15:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-11 15:17 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-11-30 8:29 [gentoo-commits] repo/gentoo:master commit in: media-sound/terminatorx/, media-sound/terminatorx/files/ Miroslav Šulc
2021-10-29 16:21 Miroslav Šulc
2017-07-16 10:17 Pacho Ramos
2016-08-27 15:36 Sergei Trofimovich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1520781321.cf094cc876081da03ffa018ce07bd76662f1a640.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox