diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2021-10-29 13:42:20 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-10-29 18:20:30 +0200 |
commit | 988cc71e9323b4766dd100818fa7667b2986042f (patch) | |
tree | 8734a787848cd0e0f9e0357ca9bf1536448e1278 /media-sound/terminatorx | |
parent | media-sound/sound-juicer: Stabilize 3.38.0 ppc64, #758815 (diff) | |
download | gentoo-988cc71e9323b4766dd100818fa7667b2986042f.tar.gz gentoo-988cc71e9323b4766dd100818fa7667b2986042f.tar.bz2 gentoo-988cc71e9323b4766dd100818fa7667b2986042f.zip |
media-sound/terminatorx: removed obsolete 4.0.1-r2
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/terminatorx')
4 files changed, 0 insertions, 93 deletions
diff --git a/media-sound/terminatorx/Manifest b/media-sound/terminatorx/Manifest index 5b70309c9c5d..3c44cda476d0 100644 --- a/media-sound/terminatorx/Manifest +++ b/media-sound/terminatorx/Manifest @@ -1,2 +1 @@ -DIST terminatorX-4.0.1.tar.bz2 1832692 BLAKE2B 61eeb6362cdf56cb73df3bfbff65cf3699a0ef686d77894b87feab5f25f927267bc28573c3ee41981ded3b452b1d37c035260ffbe0fdcf6d0b0c0319c61a6137 SHA512 06128633e128f2158367dcde0e913dafc68d62644e7a5182a2391829dadcb9c46430d0cac16cb17113939623266f32cb4624a8548a51b8c01bdfa2860a6c0093 DIST terminatorX-4.1.0.tar.bz2 1832295 BLAKE2B a328d05bb0c3c88719eb711dcf3f50eac08cd140e3225f42633744b39ce49f3e074263997ec21b2cc245740fa3f672a19b89d929fad1d0131981988fc80f37fc SHA512 2dc87bdbb4f4d24e10f0c8fac99b4ccecac6036c6dc950184cbdd1d05fe0a4c723ea1b04c49837fb0aa8f149ca9d2fb5d2c42f5109031184980a14fe549312fc diff --git a/media-sound/terminatorx/files/terminatorx-4.0.1-desktop-QA.patch b/media-sound/terminatorx/files/terminatorx-4.0.1-desktop-QA.patch deleted file mode 100644 index 970b72f4de81..000000000000 --- a/media-sound/terminatorx/files/terminatorx-4.0.1-desktop-QA.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/terminatorX.desktop -+++ b/terminatorX.desktop -@@ -8,5 +8,5 @@ Comment=Versatile DJ scratching and mixing application. - Terminal=false - Type=Application - Icon=terminatorX --Categories=Application;AudioVideo; -+Categories=AudioVideo; - StartupNotify=true --- -2.26.2 - diff --git a/media-sound/terminatorx/files/terminatorx-4.0.1-gtkcombotext.patch b/media-sound/terminatorx/files/terminatorx-4.0.1-gtkcombotext.patch deleted file mode 100644 index 566dfecc210b..000000000000 --- a/media-sound/terminatorx/files/terminatorx-4.0.1-gtkcombotext.patch +++ /dev/null @@ -1,17 +0,0 @@ -Description: Fix build failure on kfreebsd -Author: Sebastian Ramacher <sramacher@debian.org> -Bug-Debian: https://bugs.debian.org/741623 -Forwarded: yes -Last-Update: 2014-04-25 - ---- a/src/tX_dialog.cc -+++ b/src/tX_dialog.cc -@@ -244,7 +244,7 @@ void append_alsa_device_list(GtkComboBox - } - } - #else --void append_alsa_device_list(GtkComboBoxText *combo) { -+void append_alsa_device_list(GtkComboBoxText *combo, char* current) { - } - #endif - diff --git a/media-sound/terminatorx/terminatorx-4.0.1-r2.ebuild b/media-sound/terminatorx/terminatorx-4.0.1-r2.ebuild deleted file mode 100644 index 5940c58dd66f..000000000000 --- a/media-sound/terminatorx/terminatorx-4.0.1-r2.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -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" - -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" - -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 - - x11-libs/libXi - x11-libs/libXxf86dga - - dev-libs/libxml2:2 - media-libs/audiofile:= - media-libs/ladspa-sdk - media-libs/liblrdf - media-plugins/cmt-plugins -" -DEPEND="${RDEPEND} - x11-base/xorg-proto - app-text/gnome-doc-utils - virtual/pkgconfig -" - -S="${WORKDIR}/${MY_P}" - -PATCHES=( - # Fails to build with USE="X vorbis -alsa -debug -mad -pulseaudio - # -sox", bug #604288 - "${FILESDIR}"/${P}-gtkcombotext.patch - # 740502 - "${FILESDIR}"/${P}-desktop-QA.patch -) - -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) -} |