diff options
author | 2012-05-02 09:47:43 +0000 | |
---|---|---|
committer | 2012-05-02 09:47:43 +0000 | |
commit | 747d09f98601ab38f5d9c3d54e75de0e127cefce (patch) | |
tree | 764ab47a83286a6f6ab414a3b24d099a661318a8 /media-libs/rubberband | |
parent | Fixed for Prefix, marked ~ppc-macos (diff) | |
download | gentoo-2-747d09f98601ab38f5d9c3d54e75de0e127cefce.tar.gz gentoo-2-747d09f98601ab38f5d9c3d54e75de0e127cefce.tar.bz2 gentoo-2-747d09f98601ab38f5d9c3d54e75de0e127cefce.zip |
Remove old.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/rubberband')
-rw-r--r-- | media-libs/rubberband/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/rubberband/files/rubberband-1.3-gcc44.patch | 11 | ||||
-rw-r--r-- | media-libs/rubberband/files/rubberband-1.4-gcc44.patch | 12 | ||||
-rw-r--r-- | media-libs/rubberband/files/rubberband-1.4-install.patch | 18 | ||||
-rw-r--r-- | media-libs/rubberband/files/rubberband-1.6.0-gcc-4.6.patch | 10 | ||||
-rw-r--r-- | media-libs/rubberband/rubberband-1.3.ebuild | 39 | ||||
-rw-r--r-- | media-libs/rubberband/rubberband-1.6.0.ebuild | 40 |
7 files changed, 7 insertions, 131 deletions
diff --git a/media-libs/rubberband/ChangeLog b/media-libs/rubberband/ChangeLog index 5b4732a08069..783cabc6d6fb 100644 --- a/media-libs/rubberband/ChangeLog +++ b/media-libs/rubberband/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/rubberband # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/rubberband/ChangeLog,v 1.17 2012/05/01 17:46:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/rubberband/ChangeLog,v 1.18 2012/05/02 09:47:42 radhermit Exp $ + + 02 May 2012; Tim Harder <radhermit@gentoo.org> -rubberband-1.3.ebuild, + -files/rubberband-1.3-gcc44.patch, -files/rubberband-1.4-gcc44.patch, + -files/rubberband-1.4-install.patch, -rubberband-1.6.0.ebuild, + -files/rubberband-1.6.0-gcc-4.6.patch: + Remove old. 01 May 2012; Agostino Sarubbo <ago@gentoo.org> rubberband-1.7.0.ebuild: Stable for amd64, wrt bug #414207 diff --git a/media-libs/rubberband/files/rubberband-1.3-gcc44.patch b/media-libs/rubberband/files/rubberband-1.3-gcc44.patch deleted file mode 100644 index 7a6106eace24..000000000000 --- a/media-libs/rubberband/files/rubberband-1.3-gcc44.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -ur rubberband-1.3.orig/src/vamp/RubberBandVampPlugin.cpp rubberband-1.3/src/vamp/RubberBandVampPlugin.cpp ---- rubberband-1.3.orig/src/vamp/RubberBandVampPlugin.cpp 2009-03-01 23:55:47.000000000 +0200 -+++ rubberband-1.3/src/vamp/RubberBandVampPlugin.cpp 2009-06-06 01:05:25.000000000 +0300 -@@ -17,6 +17,7 @@ - #include "StretchCalculator.h" - #include "sysutils.h" - -+#include <cstdio> - #include <cmath> - - using std::string; diff --git a/media-libs/rubberband/files/rubberband-1.4-gcc44.patch b/media-libs/rubberband/files/rubberband-1.4-gcc44.patch deleted file mode 100644 index 6556df486ccb..000000000000 --- a/media-libs/rubberband/files/rubberband-1.4-gcc44.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: rubberband-1.4/src/system/sysutils.h -=================================================================== ---- rubberband-1.4.orig/src/system/sysutils.h -+++ rubberband-1.4/src/system/sysutils.h -@@ -81,6 +81,7 @@ inline float princargf(float a) { return - - #include <sys/mman.h> - #include <dlfcn.h> -+#include <stdio.h> // perror - - #define MLOCK(a,b) ::mlock((char *)(a),(b)) - #define MUNLOCK(a,b) (::munlock((char *)(a),(b)) ? (::perror("munlock failed"), 0) : 0) diff --git a/media-libs/rubberband/files/rubberband-1.4-install.patch b/media-libs/rubberband/files/rubberband-1.4-install.patch deleted file mode 100644 index c0f23757ac8e..000000000000 --- a/media-libs/rubberband/files/rubberband-1.4-install.patch +++ /dev/null @@ -1,18 +0,0 @@ -Index: rubberband-1.4/Makefile.in -=================================================================== ---- rubberband-1.4.orig/Makefile.in -+++ rubberband-1.4/Makefile.in -@@ -150,10 +150,10 @@ install: all - test -n "$(DYNAMIC_FULL_VERSION)" && ln -s $(DYNAMIC_LIBNAME)$(DYNAMIC_FULL_VERSION) $(DESTDIR)$(INSTALL_LIBDIR)/$(DYNAMIC_LIBNAME)$(DYNAMIC_ABI_VERSION) - test -n "$(DYNAMIC_FULL_VERSION)" && ln -s $(DYNAMIC_LIBNAME)$(DYNAMIC_FULL_VERSION) $(DESTDIR)$(INSTALL_LIBDIR)/$(DYNAMIC_LIBNAME) - cp $(VAMP_TARGET) $(DESTDIR)$(INSTALL_VAMPDIR) -- cp src/vamp/vamp-rubberband.cat $(DESTDIR)$(INSTALL_VAMPDIR) -+ cp vamp/vamp-rubberband.cat $(DESTDIR)$(INSTALL_VAMPDIR) - cp $(LADSPA_TARGET) $(DESTDIR)$(INSTALL_LADSPADIR) -- cp src/ladspa/ladspa-rubberband.cat $(DESTDIR)$(INSTALL_LADSPADIR) -- cp src/ladspa/ladspa-rubberband.rdf $(DESTDIR)$(INSTALL_LRDFDIR) -+ cp ladspa/ladspa-rubberband.cat $(DESTDIR)$(INSTALL_LADSPADIR) -+ cp ladspa/ladspa-rubberband.rdf $(DESTDIR)$(INSTALL_LRDFDIR) - sed "s,%PREFIX%,@prefix@," rubberband.pc.in \ - > $(DESTDIR)$(INSTALL_PKGDIR)/rubberband.pc - diff --git a/media-libs/rubberband/files/rubberband-1.6.0-gcc-4.6.patch b/media-libs/rubberband/files/rubberband-1.6.0-gcc-4.6.patch deleted file mode 100644 index 38ac76d42756..000000000000 --- a/media-libs/rubberband/files/rubberband-1.6.0-gcc-4.6.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- rubberband-1.6.0.orig/rubberband/RubberBandStretcher.h -+++ rubberband-1.6.0/rubberband/RubberBandStretcher.h -@@ -21,6 +21,7 @@ - - #include <vector> - #include <map> -+#include <cstddef> - - /** - * @mainpage RubberBand diff --git a/media-libs/rubberband/rubberband-1.3.ebuild b/media-libs/rubberband/rubberband-1.3.ebuild deleted file mode 100644 index 2a9ccd79ec57..000000000000 --- a/media-libs/rubberband/rubberband-1.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/rubberband/rubberband-1.3.ebuild,v 1.3 2009/06/11 21:06:42 maekke Exp $ - -EAPI=2 -inherit eutils multilib - -DESCRIPTION="An audio time-stretching and pitch-shifting library and utility program" -HOMEPAGE="http://www.breakfastquay.com/rubberband/" -SRC_URI="http://www.breakfastquay.com/rubberband/files/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="media-libs/vamp-plugin-sdk - media-libs/libsamplerate - media-libs/libsndfile - media-libs/ladspa-sdk - =sci-libs/fftw-3*" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc44.patch -} - -src_install() { - emake INSTALL_BINDIR="${D}/usr/bin" \ - INSTALL_INCDIR="${D}/usr/include/rubberband" \ - INSTALL_LIBDIR="${D}/usr/$(get_libdir)" \ - INSTALL_VAMPDIR="${D}/usr/$(get_libdir)/vamp" \ - INSTALL_LADSPADIR="${D}/usr/$(get_libdir)/ladspa" \ - INSTALL_LRDFDIR="${D}/usr/share/ladspa/rdf" \ - INSTALL_PKGDIR="${D}/usr/$(get_libdir)/pkgconfig" \ - install || die "emake install failed" - dodoc README -} diff --git a/media-libs/rubberband/rubberband-1.6.0.ebuild b/media-libs/rubberband/rubberband-1.6.0.ebuild deleted file mode 100644 index f78e0503ba09..000000000000 --- a/media-libs/rubberband/rubberband-1.6.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/rubberband/rubberband-1.6.0.ebuild,v 1.2 2011/04/26 06:52:08 radhermit Exp $ - -EAPI=4 -inherit multilib eutils - -DESCRIPTION="An audio time-stretching and pitch-shifting library and utility program" -HOMEPAGE="http://www.breakfastquay.com/rubberband/" -SRC_URI="http://code.breakfastquay.com/attachments/download/16/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="media-libs/vamp-plugin-sdk - media-libs/libsamplerate - media-libs/libsndfile - media-libs/ladspa-sdk - sci-libs/fftw:3.0" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc-4.6.patch -} - -src_install() { - emake INSTALL_BINDIR="${D}/usr/bin" \ - INSTALL_INCDIR="${D}/usr/include/rubberband" \ - INSTALL_LIBDIR="${D}/usr/$(get_libdir)" \ - INSTALL_VAMPDIR="${D}/usr/$(get_libdir)/vamp" \ - INSTALL_LADSPADIR="${D}/usr/$(get_libdir)/ladspa" \ - INSTALL_LRDFDIR="${D}/usr/share/ladspa/rdf" \ - INSTALL_PKGDIR="${D}/usr/$(get_libdir)/pkgconfig" \ - install - - dodoc CHANGELOG README.txt -} |