diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2024-07-01 14:26:27 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-07-01 14:26:27 +0200 |
commit | bb74f7e0e525c9fd30c9bc0f97ec44c8713ae561 (patch) | |
tree | d09564affc4895776d1b543df8346cf8a1a13e02 /media-sound/bristol | |
parent | dev-java/commons-collections: ppc not supported (diff) | |
download | gentoo-bb74f7e0e525c9fd30c9bc0f97ec44c8713ae561.tar.gz gentoo-bb74f7e0e525c9fd30c9bc0f97ec44c8713ae561.tar.bz2 gentoo-bb74f7e0e525c9fd30c9bc0f97ec44c8713ae561.zip |
media-sound/bristol: dropped obsolete 0.60.11-r2
Bug: https://bugs.gentoo.org/935228
Closes: https://bugs.gentoo.org/716262
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/bristol')
-rw-r--r-- | media-sound/bristol/bristol-0.60.11-r2.ebuild | 62 | ||||
-rw-r--r-- | media-sound/bristol/files/bristol-0.60.11-implicit-dec.patch | 10 |
2 files changed, 0 insertions, 72 deletions
diff --git a/media-sound/bristol/bristol-0.60.11-r2.ebuild b/media-sound/bristol/bristol-0.60.11-r2.ebuild deleted file mode 100644 index 72f327c4360d..000000000000 --- a/media-sound/bristol/bristol-0.60.11-r2.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools flag-o-matic toolchain-funcs - -DESCRIPTION="Synthesizer keyboard emulation package: Moog, Hammond and others" -HOMEPAGE="https://sourceforge.net/projects/bristol" -SRC_URI="https://downloads.sourceforge.net/bristol/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="alsa oss" -# osc : configure option but no code it seems... -# jack: fails to build if disabled -# pulseaudio: not fully supported - -BDEPEND=" - virtual/pkgconfig" -RDEPEND=" - virtual/jack - x11-libs/libX11 - alsa? ( media-libs/alsa-lib )" -# osc? ( >=media-libs/liblo-0.22 ) -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -PATCHES=( - "${FILESDIR}"/${P}-cflags.patch - "${FILESDIR}"/${P}-implicit-dec.patch - "${FILESDIR}"/${P}-dontcompress.patch - "${FILESDIR}"/${P}-rm_alsa-iatomic.h.patch -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - tc-export PKG_CONFIG - - append-cflags -fcommon - econf \ - --disable-static \ - --disable-version-check \ - $(use_enable alsa) \ - $(use_enable oss) -} - -src_compile() { - emake LDFLAGS="${LDFLAGS}" -} - -src_install() { - default - dodoc HOWTO - - find "${ED}" -name '*.la' -delete || die -} diff --git a/media-sound/bristol/files/bristol-0.60.11-implicit-dec.patch b/media-sound/bristol/files/bristol-0.60.11-implicit-dec.patch deleted file mode 100644 index 93b329f4b5a9..000000000000 --- a/media-sound/bristol/files/bristol-0.60.11-implicit-dec.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/bristol/bristolmemorymoog.c -+++ b/bristol/bristolmemorymoog.c -@@ -33,6 +33,7 @@ - #include "bristolmemorymoog.h" - - extern int buildCurrentTable(Baudio *, float); -+extern void doPitchWheel(Baudio *); - - /* - * Use of these memorymoog global buffers will be an issue with use of multiple |