diff options
author | 2012-11-27 11:53:25 +0000 | |
---|---|---|
committer | 2012-11-27 11:53:25 +0000 | |
commit | c82d1f0e7d290c4ef03c847ea21face517ad48d8 (patch) | |
tree | 3b83ce659c1366f2424d911d0cc1eca7a1185137 /media-libs/ladspa-cmt | |
parent | Fix build without fltk, bug #437018 (diff) | |
download | gentoo-2-c82d1f0e7d290c4ef03c847ea21face517ad48d8.tar.gz gentoo-2-c82d1f0e7d290c4ef03c847ea21face517ad48d8.tar.bz2 gentoo-2-c82d1f0e7d290c4ef03c847ea21face517ad48d8.zip |
remove old
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-libs/ladspa-cmt')
-rw-r--r-- | media-libs/ladspa-cmt/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/ladspa-cmt/files/ladspa-cmt-darwin.patch | 84 | ||||
-rw-r--r-- | media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild | 52 |
3 files changed, 5 insertions, 137 deletions
diff --git a/media-libs/ladspa-cmt/ChangeLog b/media-libs/ladspa-cmt/ChangeLog index ee69226d7ec4..ac32f067cc02 100644 --- a/media-libs/ladspa-cmt/ChangeLog +++ b/media-libs/ladspa-cmt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/ladspa-cmt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v 1.41 2012/09/09 17:11:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v 1.42 2012/11/27 11:53:25 aballier Exp $ + + 27 Nov 2012; Alexis Ballier <aballier@gentoo.org> -ladspa-cmt-1.15.ebuild, + -files/ladspa-cmt-darwin.patch: + remove old 09 Sep 2012; Raúl Porcel <armin76@gentoo.org> ladspa-cmt-1.16.ebuild: sparc stable wrt #419079 diff --git a/media-libs/ladspa-cmt/files/ladspa-cmt-darwin.patch b/media-libs/ladspa-cmt/files/ladspa-cmt-darwin.patch deleted file mode 100644 index 644d6284eba8..000000000000 --- a/media-libs/ladspa-cmt/files/ladspa-cmt-darwin.patch +++ /dev/null @@ -1,84 +0,0 @@ -diff -u src-org/analogue.cpp src/analogue.cpp ---- src-org/analogue.cpp Thu Oct 28 19:22:56 2004 -+++ src/analogue.cpp Thu Oct 28 19:24:43 2004 -@@ -24,7 +24,7 @@ - - /*****************************************************************************/ - --#include <malloc.h> -+#include <unistd.h> - #include <math.h> - #include <stdlib.h> - #include "cmt.h" -diff -u src-org/canyondelay.cpp src/canyondelay.cpp ---- src-org/canyondelay.cpp Thu Oct 28 19:22:56 2004 -+++ src/canyondelay.cpp Thu Oct 28 19:24:43 2004 -@@ -25,7 +25,7 @@ - /*****************************************************************************/ - - --#include <malloc.h> -+#include <unistd.h> - #include <math.h> - #include "cmt.h" - -Common subdirectories: src-org/freeverb and src/freeverb -diff -u src-org/lofi.cpp src/lofi.cpp ---- src-org/lofi.cpp Thu Oct 28 19:22:56 2004 -+++ src/lofi.cpp Thu Oct 28 19:24:43 2004 -@@ -24,7 +24,7 @@ - - /*****************************************************************************/ - --#include <malloc.h> -+#include <unistd.h> - #include <math.h> - #include <stdlib.h> - #include "cmt.h" -diff -u src-org/makefile src/makefile ---- src-org/makefile Thu Oct 28 19:22:56 2004 -+++ src/makefile Thu Oct 28 19:28:16 2004 -@@ -68,7 +68,7 @@ - targets: $(PLUGIN_LIB) - - $(PLUGIN_LIB): $(PLUGIN_OBJECTS) -- $(CXX) -shared \ -+ $(CXX) -dynamiclib -ldl \ - -o $(PLUGIN_LIB) \ - $(PLUGIN_OBJECTS) - ---- src-org/phasemod.cpp Thu Oct 28 19:22:56 2004 -+++ src/phasemod.cpp Thu Oct 28 19:24:43 2004 -@@ -24,7 +24,7 @@ - - /*****************************************************************************/ - --#include <malloc.h> -+#include <unistd.h> - #include <math.h> - #include <stdlib.h> - #include "cmt.h" -diff -u src-org/syndrum.cpp src/syndrum.cpp ---- src-org/syndrum.cpp Thu Oct 28 19:22:56 2004 -+++ src/syndrum.cpp Thu Oct 28 19:24:43 2004 -@@ -24,7 +24,7 @@ - - /*****************************************************************************/ - --#include <malloc.h> -+#include <unistd.h> - #include <math.h> - #include "cmt.h" - -diff -u src-org/vcf303.cpp src/vcf303.cpp ---- src-org/vcf303.cpp Thu Oct 28 19:22:56 2004 -+++ src/vcf303.cpp Thu Oct 28 19:24:43 2004 -@@ -26,7 +26,7 @@ - /*****************************************************************************/ - - --#include <malloc.h> -+#include <unistd.h> - #include <math.h> - #include "cmt.h" - diff --git a/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild b/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild deleted file mode 100644 index 923d674a9db7..000000000000 --- a/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild,v 1.28 2012/06/08 23:50:06 zmedico Exp $ - -inherit eutils multilib - -IUSE="" - -S="${WORKDIR}/cmt/src" -MY_P="cmt_src_${PV}" - -DESCRIPTION="CMT (computer music toolkit) Lasdpa library plugins" -HOMEPAGE="http://www.ladspa.org/" -SRC_URI="http://www.ladspa.org/download/${MY_P}.tgz" - -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" -LICENSE="LGPL-2.1" -SLOT="0" - -DEPEND="media-libs/ladspa-sdk - >=sys-apps/sed-4" - -src_unpack() { - unpack ${A} - cd "${S}" - - sed -i \ - -e "/^CFLAGS/ s/-O3/${CFLAGS}/" \ - -e 's|/usr/local/include||g' \ - -e 's|/usr/local/lib||g' makefile \ - || die "sed makefile failed" - - cd "${S}" - use userland_Darwin && epatch "${FILESDIR}/${PN}-darwin.patch" - # gcc-4 bails - sed -i -e 's|-Werror||g' makefile \ - || die "sed makefile failed" -} - -src_compile() { - # It sets CXXFLAGS to CFLAGS, can be wrong.. - # Just set CXXFLAGS to what they should be - emake CXXFLAGS="$CXXFLAGS -I. -fPIC" || die -} - -src_install() { - insopts -m755 - insinto /usr/$(get_libdir)/ladspa - doins ../plugins/*.so || die "doins failed" - dodoc ../README || die "dodoc failed" - dohtml ../doc/* || die "dohtml failed" -} |