Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/terminatorx/, media-sound/terminatorx/files/
Date: Fri, 29 Oct 2021 16:21:13
Message-Id: 1635524430.988cc71e9323b4766dd100818fa7667b2986042f.fordfrog@gentoo
1 commit: 988cc71e9323b4766dd100818fa7667b2986042f
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 29 11:42:20 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 29 16:20:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=988cc71e
7
8 media-sound/terminatorx: removed obsolete 4.0.1-r2
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 media-sound/terminatorx/Manifest | 1 -
14 .../files/terminatorx-4.0.1-desktop-QA.patch | 12 -----
15 .../files/terminatorx-4.0.1-gtkcombotext.patch | 17 ------
16 .../terminatorx/terminatorx-4.0.1-r2.ebuild | 63 ----------------------
17 4 files changed, 93 deletions(-)
18
19 diff --git a/media-sound/terminatorx/Manifest b/media-sound/terminatorx/Manifest
20 index 5b70309c9c5..3c44cda476d 100644
21 --- a/media-sound/terminatorx/Manifest
22 +++ b/media-sound/terminatorx/Manifest
23 @@ -1,2 +1 @@
24 -DIST terminatorX-4.0.1.tar.bz2 1832692 BLAKE2B 61eeb6362cdf56cb73df3bfbff65cf3699a0ef686d77894b87feab5f25f927267bc28573c3ee41981ded3b452b1d37c035260ffbe0fdcf6d0b0c0319c61a6137 SHA512 06128633e128f2158367dcde0e913dafc68d62644e7a5182a2391829dadcb9c46430d0cac16cb17113939623266f32cb4624a8548a51b8c01bdfa2860a6c0093
25 DIST terminatorX-4.1.0.tar.bz2 1832295 BLAKE2B a328d05bb0c3c88719eb711dcf3f50eac08cd140e3225f42633744b39ce49f3e074263997ec21b2cc245740fa3f672a19b89d929fad1d0131981988fc80f37fc SHA512 2dc87bdbb4f4d24e10f0c8fac99b4ccecac6036c6dc950184cbdd1d05fe0a4c723ea1b04c49837fb0aa8f149ca9d2fb5d2c42f5109031184980a14fe549312fc
26
27 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
28 deleted file mode 100644
29 index 970b72f4de8..00000000000
30 --- a/media-sound/terminatorx/files/terminatorx-4.0.1-desktop-QA.patch
31 +++ /dev/null
32 @@ -1,12 +0,0 @@
33 ---- a/terminatorX.desktop
34 -+++ b/terminatorX.desktop
35 -@@ -8,5 +8,5 @@ Comment=Versatile DJ scratching and mixing application.
36 - Terminal=false
37 - Type=Application
38 - Icon=terminatorX
39 --Categories=Application;AudioVideo;
40 -+Categories=AudioVideo;
41 - StartupNotify=true
42 ---
43 -2.26.2
44 -
45
46 diff --git a/media-sound/terminatorx/files/terminatorx-4.0.1-gtkcombotext.patch b/media-sound/terminatorx/files/terminatorx-4.0.1-gtkcombotext.patch
47 deleted file mode 100644
48 index 566dfecc210..00000000000
49 --- a/media-sound/terminatorx/files/terminatorx-4.0.1-gtkcombotext.patch
50 +++ /dev/null
51 @@ -1,17 +0,0 @@
52 -Description: Fix build failure on kfreebsd
53 -Author: Sebastian Ramacher <sramacher@××××××.org>
54 -Bug-Debian: https://bugs.debian.org/741623
55 -Forwarded: yes
56 -Last-Update: 2014-04-25
57 -
58 ---- a/src/tX_dialog.cc
59 -+++ b/src/tX_dialog.cc
60 -@@ -244,7 +244,7 @@ void append_alsa_device_list(GtkComboBox
61 - }
62 - }
63 - #else
64 --void append_alsa_device_list(GtkComboBoxText *combo) {
65 -+void append_alsa_device_list(GtkComboBoxText *combo, char* current) {
66 - }
67 - #endif
68 -
69
70 diff --git a/media-sound/terminatorx/terminatorx-4.0.1-r2.ebuild b/media-sound/terminatorx/terminatorx-4.0.1-r2.ebuild
71 deleted file mode 100644
72 index 5940c58dd66..00000000000
73 --- a/media-sound/terminatorx/terminatorx-4.0.1-r2.ebuild
74 +++ /dev/null
75 @@ -1,63 +0,0 @@
76 -# Copyright 1999-2020 Gentoo Authors
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=6
80 -inherit gnome2
81 -
82 -MY_P=${P/terminatorx/terminatorX}
83 -
84 -DESCRIPTION="Realtime audio synthesizer allowing you to 'scratch' on sampled audio data"
85 -HOMEPAGE="http://www.terminatorx.org/"
86 -SRC_URI="http://www.terminatorx.org/dist/${MY_P}.tar.bz2"
87 -
88 -LICENSE="GPL-2"
89 -SLOT="0"
90 -KEYWORDS="amd64 x86"
91 -# Making X optional fails when disabled: https://bugs.gentoo.org/636832
92 -IUSE="alsa debug mad pulseaudio vorbis sox"
93 -
94 -RDEPEND="
95 - alsa? ( media-libs/alsa-lib )
96 - mad? ( media-sound/madplay )
97 - pulseaudio? ( media-sound/pulseaudio )
98 - vorbis? ( media-libs/libvorbis )
99 - sox? ( media-sound/sox
100 - media-sound/mpg123 )
101 - x11-libs/gtk+:3
102 - >=dev-libs/glib-2.2:2
103 -
104 - x11-libs/libXi
105 - x11-libs/libXxf86dga
106 -
107 - dev-libs/libxml2:2
108 - media-libs/audiofile:=
109 - media-libs/ladspa-sdk
110 - media-libs/liblrdf
111 - media-plugins/cmt-plugins
112 -"
113 -DEPEND="${RDEPEND}
114 - x11-base/xorg-proto
115 - app-text/gnome-doc-utils
116 - virtual/pkgconfig
117 -"
118 -
119 -S="${WORKDIR}/${MY_P}"
120 -
121 -PATCHES=(
122 - # Fails to build with USE="X vorbis -alsa -debug -mad -pulseaudio
123 - # -sox", bug #604288
124 - "${FILESDIR}"/${P}-gtkcombotext.patch
125 - # 740502
126 - "${FILESDIR}"/${P}-desktop-QA.patch
127 -)
128 -
129 -src_configure() {
130 - gnome2_src_configure \
131 - --enable-x11 \
132 - $(use_enable alsa) \
133 - $(use_enable debug) \
134 - $(use_enable mad) \
135 - $(use_enable pulseaudio pulse) \
136 - $(use_enable vorbis) \
137 - $(use_enable sox)
138 -}