* [gentoo-commits] repo/gentoo:master commit in: media-sound/jackbeat/files/, profiles/, media-sound/jackbeat/
@ 2020-09-07 6:17 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2020-09-07 6:17 UTC (permalink / raw
To: gentoo-commits
commit: 77016787000ea7ea2e672713ea025b12cd3db4be
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 7 06:13:56 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 7 06:17:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77016787
media-sound/jackbeat: Remove last-rited pkg
Closes: https://bugs.gentoo.org/736300
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-sound/jackbeat/Manifest | 1 -
.../files/jackbeat-0.7.6-automagic-pulse.patch | 36 ----------------
.../files/jackbeat-0.7.6-underlinking.patch | 17 --------
media-sound/jackbeat/jackbeat-0.7.6.ebuild | 48 ----------------------
media-sound/jackbeat/metadata.xml | 8 ----
profiles/package.mask | 5 ---
6 files changed, 115 deletions(-)
diff --git a/media-sound/jackbeat/Manifest b/media-sound/jackbeat/Manifest
deleted file mode 100644
index 7ab21526b4b..00000000000
--- a/media-sound/jackbeat/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST jackbeat-0.7.6.tar.gz 455771 BLAKE2B 0509ae815b72945313edf0db52661f65167f06c1fb3e31232f56c79595789f78669cdc453a2bebc2a408aedf569a256dc4372405f2f4e068977c6823c31673ca SHA512 878cd545cd4d53b2e3ab6e4a8b60d81a94fba22cfaab3b694046b8d47d23ca5a87eaa31a242f76449a1ee647bc20b218563261ae37f5bfe291da2e31c63124bc
diff --git a/media-sound/jackbeat/files/jackbeat-0.7.6-automagic-pulse.patch b/media-sound/jackbeat/files/jackbeat-0.7.6-automagic-pulse.patch
deleted file mode 100644
index 5f1aca5d3a3..00000000000
--- a/media-sound/jackbeat/files/jackbeat-0.7.6-automagic-pulse.patch
+++ /dev/null
@@ -1,36 +0,0 @@
---- jackbeat-0.7.6/configure.ac.orig
-+++ jackbeat-0.7.6/configure.ac
-@@ -67,20 +67,25 @@
- AC_SUBST(JACK_LIBS)
- AM_CONDITIONAL(HAVE_JACK, [test "$have_jack" = "1"])
-
--PKG_CHECK_MODULES(PULSE, libpulse-simple >= 0.9.10, [have_pulse=1], true)
--AC_SUBST(PULSE_CFLAGS)
--AC_SUBST(PULSE_LIBS)
--if test "$have_pulse" = "1"
-+AC_ARG_WITH([pulse], [AS_HELP_STRING([--without-pulse], [disable PulseAudio support])], [], [with_pulse=yes])
-+
-+if test "x$with_pulse" != xno
- then
-- AC_DEFINE(HAVE_PULSE, [1], [PulseAudio support])
-+ PKG_CHECK_MODULES(PULSE, libpulse-simple >= 0.9.10, [have_pulse=1], true)
-+else
-+ AC_MSG_CHECKING([for PULSE])
-+ AC_MSG_RESULT([disabled])
- fi
--AM_CONDITIONAL(HAVE_PULSE, [test "$have_pulse" = "1"])
-
--if test "$have_pulse" = "" && test "$is_linux" = "1"
-+if test "$have_pulse" != ""
- then
-- AC_MSG_WARN([Can't find libpulse, PulseAudio will not be supported])
-+ AC_DEFINE(HAVE_PULSE, [1], [PulseAudio support])
- fi
-
-+AC_SUBST(PULSE_CFLAGS)
-+AC_SUBST(PULSE_LIBS)
-+AM_CONDITIONAL(HAVE_PULSE, [test "$have_pulse" = "1"])
-+
- PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.12, [have_pkg_gtk=true], true)
-
- if test x$have_pkg_gtk = xtrue
diff --git a/media-sound/jackbeat/files/jackbeat-0.7.6-underlinking.patch b/media-sound/jackbeat/files/jackbeat-0.7.6-underlinking.patch
deleted file mode 100644
index 878929c3669..00000000000
--- a/media-sound/jackbeat/files/jackbeat-0.7.6-underlinking.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-http://bugs.gentoo.org/508988
-
-jackbeat-builder.o:builder.c:function gui_builder_connect_func: error: undefined reference to 'g_module_symbol'
-jackbeat-builder.o:builder.c:function gui_builder_connect_func: error: undefined reference to 'g_module_supported'
-jackbeat-builder.o:builder.c:function gui_builder_connect_func: error: undefined reference to 'g_module_open'
-
---- configure.ac
-+++ configure.ac
-@@ -86,7 +86,7 @@
- AC_SUBST(PULSE_LIBS)
- AM_CONDITIONAL(HAVE_PULSE, [test "$have_pulse" = "1"])
-
--PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.12, [have_pkg_gtk=true], true)
-+PKG_CHECK_MODULES(GTK, gmodule-2.0 gtk+-2.0 >= 2.12, [have_pkg_gtk=true], true)
-
- if test x$have_pkg_gtk = xtrue
- then
diff --git a/media-sound/jackbeat/jackbeat-0.7.6.ebuild b/media-sound/jackbeat/jackbeat-0.7.6.ebuild
deleted file mode 100644
index eb5ed5f99db..00000000000
--- a/media-sound/jackbeat/jackbeat-0.7.6.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="An audio sequencer for Linux"
-HOMEPAGE="http://www.samalyse.com/jackbeat/"
-SRC_URI="http://www.samalyse.com/${PN}/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="jack pulseaudio"
-
-RDEPEND="dev-libs/glib:2
- >=dev-libs/libxml2-2.6:2
- gnome-base/libglade:2.0
- >=media-libs/liblo-0.22
- >=media-libs/libsamplerate-0.1.2
- >=media-libs/libsndfile-1.0.15
- media-libs/alsa-lib
- media-libs/portaudio
- jack? ( >=media-sound/jack-audio-connection-kit-0.101 )
- pulseaudio? ( >=media-sound/pulseaudio-0.9.10 )
- x11-libs/cairo
- x11-libs/gdk-pixbuf:2
- >=x11-libs/gtk+-2.12:2
- x11-libs/pango"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-automagic-pulse.patch \
- "${FILESDIR}"/${P}-underlinking.patch
-
- # Don't install license file
- sed -i -e 's:help::' pkgdata/Makefile.am || die
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_with jack) \
- $(use_with pulseaudio pulse)
-}
diff --git a/media-sound/jackbeat/metadata.xml b/media-sound/jackbeat/metadata.xml
deleted file mode 100644
index f79bb67acbd..00000000000
--- a/media-sound/jackbeat/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>proaudio@gentoo.org</email>
- <name>Gentoo ProAudio Project</name>
-</maintainer>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 218ce062be3..facac31aa72 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -582,11 +582,6 @@ media-sound/tapiir
# Removal in 30 days. bug #736322
media-sound/specimen
-# Miroslav Šulc <fordfrog@gentoo.org> (2020-08-08)
-# Last release in 2010.
-# Removal in 30 days. bug #736300
-media-sound/jackbeat
-
# Hans de Graaff <graaff@gentoo.org> (2020-08-07)
# Slot with known security issues. Please use a newer slot
# instead. Removal in 30 days. Bug #713478.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-09-07 6:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-07 6:17 [gentoo-commits] repo/gentoo:master commit in: media-sound/jackbeat/files/, profiles/, media-sound/jackbeat/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox