mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-plugins/caps-plugins: Drop (very) old
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,4 +1 @@
|
||||
DIST caps-doc_0.9.15.tar.bz2 795374 BLAKE2B 5aaf1114e078becd4c769eb19821db109ed1533248f93eb1391bda0f143da29fbdfe012e7d5d4b5f1ca6cb023f00fd9369d6fbfdb7a53ce7675b5ec389195152 SHA512 5fa72b6b057ceefda0695df9cf2e1866a4635bb757ed6e184fa3548f54eb0dc3a0ef3f65808819550e326f557d0de5614940c2f700d00a8ffa8d364026781f65
|
||||
DIST caps_0.4.5.tar.gz 790187 BLAKE2B a7d6ae1b8f2ecb5e3267faf099be637918d40be33b20793d10325ac0061bc1a28c63b914e62e45bd9a798d6db4e4bb8978c0aaa7beb2afcdd2d337bc06889a34 SHA512 5ceaa43e40f3a5d746abc847b8c8e4a2aafe1569b3d370b32b09a64ac52e642b172cc6b944b495b902e5c2a81c538f3406e08124475a80cc143c6e33ee960f15
|
||||
DIST caps_0.9.15.tar.bz2 683218 BLAKE2B 8131af033e330da72eef989b207474b7b0d5d60a0ee2fb16ae2c078c38c0df4cc743f5a0dc7eb976a1278c7d7560c60bff4b97d26679aabc5ab63cb6109d53e9 SHA512 91984a80cd3e750fb995f9d7f7d4ea44cdfce1a6b49944ed4eb5c3ddbdf9abf87dfd3005ba5a94686d2320bea603f4faf177201e15e0eeafb6a0284f0cb368ae
|
||||
DIST caps_0.9.24.tar.bz2 181200 BLAKE2B a26ffd543696de11d1a21d4049944df64540cfe01c138e06815c84dc01e5541ad02c7d1ead1bf46a6296ad450acbe6ba30a8083850afcd697c05cf0f05ac4d3c SHA512 051d59c50302e45cec011a573385665e96b3bb0b6f0328e6b1e4f8fa26515d5cb4c2cc8230ea5bd242b1b8f62c86545997da2ab995e953a89d8de715807fc20d
|
||||
|
||||
@@ -1,42 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit eutils toolchain-funcs multilib
|
||||
|
||||
IUSE=""
|
||||
MY_P=caps-${PV}
|
||||
|
||||
DESCRIPTION="The CAPS Audio Plugin Suite - LADSPA plugin suite"
|
||||
HOMEPAGE="http://quitte.de/dsp/caps.html"
|
||||
SRC_URI="http://quitte.de/dsp/caps_${PV}.tar.gz"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
|
||||
DEPEND="media-libs/ladspa-sdk"
|
||||
RDEPEND=""
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/${P}-double-free-corruption.patch"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake CFLAGS="${CXXFLAGS} -fPIC -DPIC" _LDFLAGS="-nostartfiles -shared ${LDFLAGS}" CC="$(tc-getCXX)" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodoc README CHANGES
|
||||
dohtml caps.html
|
||||
|
||||
insinto /usr/$(get_libdir)/ladspa
|
||||
insopts -m0755
|
||||
doins *.so
|
||||
|
||||
insinto /usr/share/ladspa/rdf
|
||||
insopts -m0644
|
||||
doins *.rdf
|
||||
}
|
||||
@@ -1,46 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit eutils toolchain-funcs multilib multilib-minimal
|
||||
|
||||
IUSE=""
|
||||
MY_P=caps-${PV}
|
||||
|
||||
DESCRIPTION="The CAPS Audio Plugin Suite - LADSPA plugin suite"
|
||||
HOMEPAGE="http://quitte.de/dsp/caps.html"
|
||||
SRC_URI="http://quitte.de/dsp/caps_${PV}.tar.gz"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="media-libs/ladspa-sdk"
|
||||
RDEPEND=""
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
DOCS=( README CHANGES )
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/${P}-double-free-corruption.patch"
|
||||
multilib_copy_sources
|
||||
}
|
||||
|
||||
multilib_src_compile() {
|
||||
emake CFLAGS="${CXXFLAGS} -fPIC -DPIC" _LDFLAGS="-nostartfiles -shared ${LDFLAGS}" CC="$(tc-getCXX)"
|
||||
}
|
||||
|
||||
multilib_src_install() {
|
||||
dohtml caps.html
|
||||
|
||||
insinto /usr/$(get_libdir)/ladspa
|
||||
insopts -m0755
|
||||
doins *.so
|
||||
}
|
||||
|
||||
multilib_src_install_all() {
|
||||
einstalldocs
|
||||
insinto /usr/share/ladspa/rdf
|
||||
insopts -m0644
|
||||
doins *.rdf
|
||||
}
|
||||
@@ -1,51 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit toolchain-funcs multilib-minimal
|
||||
|
||||
MY_P=caps-${PV}
|
||||
|
||||
DESCRIPTION="The CAPS Audio Plugin Suite - LADSPA plugin suite"
|
||||
HOMEPAGE="http://quitte.de/dsp/caps.html"
|
||||
SRC_URI="http://quitte.de/dsp/caps_${PV}.tar.bz2
|
||||
doc? ( http://quitte.de/dsp/caps-doc_${PV}.tar.bz2 )"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="doc"
|
||||
|
||||
DEPEND="media-libs/ladspa-sdk"
|
||||
RDEPEND=""
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
PATCHES=( "${FILESDIR}/${PN}-0.9.15-fix-c++14.patch" )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
multilib_copy_sources
|
||||
}
|
||||
|
||||
multilib_src_compile() {
|
||||
emake \
|
||||
ARCH="" \
|
||||
CC="$(tc-getCXX)" \
|
||||
CFLAGS="${CXXFLAGS} -fPIC -DPIC" \
|
||||
_LDFLAGS="-shared ${LDFLAGS}"
|
||||
}
|
||||
|
||||
multilib_src_install() {
|
||||
insinto /usr/$(get_libdir)/ladspa
|
||||
insopts -m0755
|
||||
doins *.so
|
||||
}
|
||||
|
||||
multilib_src_install_all() {
|
||||
use doc && HTML_DOCS=( "${WORKDIR}/caps-doc-${PV}/." )
|
||||
einstalldocs
|
||||
|
||||
insinto /usr/share/ladspa/rdf
|
||||
insopts -m0644
|
||||
doins *.rdf
|
||||
}
|
||||
@@ -1,46 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit eutils toolchain-funcs multilib multilib-minimal
|
||||
|
||||
IUSE="doc"
|
||||
MY_P=caps-${PV}
|
||||
|
||||
DESCRIPTION="The CAPS Audio Plugin Suite - LADSPA plugin suite"
|
||||
HOMEPAGE="http://quitte.de/dsp/caps.html"
|
||||
SRC_URI="http://quitte.de/dsp/caps_${PV}.tar.bz2
|
||||
doc? ( http://quitte.de/dsp/caps-doc_${PV}.tar.bz2 )"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
|
||||
DEPEND="media-libs/ladspa-sdk"
|
||||
RDEPEND=""
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
DOCS=( README CHANGES )
|
||||
|
||||
src_prepare() {
|
||||
multilib_copy_sources
|
||||
}
|
||||
|
||||
multilib_src_compile() {
|
||||
emake CFLAGS="${CXXFLAGS} -fPIC -DPIC" ARCH="" _LDFLAGS="-shared ${LDFLAGS}" CC="$(tc-getCXX)"
|
||||
}
|
||||
|
||||
multilib_src_install() {
|
||||
insinto /usr/$(get_libdir)/ladspa
|
||||
insopts -m0755
|
||||
doins *.so
|
||||
}
|
||||
|
||||
multilib_src_install_all() {
|
||||
einstalldocs
|
||||
insinto /usr/share/ladspa/rdf
|
||||
insopts -m0644
|
||||
doins *.rdf
|
||||
|
||||
use doc && dohtml -r "${WORKDIR}/caps-doc-${PV}/."
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
https://bugs.gentoo.org/show_bug.cgi?id=418241
|
||||
|
||||
--- interface.cc.orig 2012-08-11 07:35:45.723235289 -0300
|
||||
+++ interface.cc 2012-08-11 07:36:46.656565620 -0300
|
||||
@@ -128,8 +128,10 @@
|
||||
__attribute__ ((destructor))
|
||||
void _fini()
|
||||
{
|
||||
- for (ulong i = 0; i < N; ++i)
|
||||
+ for (ulong i = 0; i < N; ++i) {
|
||||
delete descriptors[i];
|
||||
+ descriptors[i] = NULL;
|
||||
+ }
|
||||
}
|
||||
|
||||
/* /////////////////////////////////////////////////////////////////////// */
|
||||
Reference in New Issue
Block a user