diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-06-27 14:36:15 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-06-27 14:36:15 +0000 |
commit | a594eee2b25c0472c2d51af79490cb0692028e0d (patch) | |
tree | e197de83e025b26ae13b46ea9e95a0546a2b2081 /media-libs/ladspa-sdk | |
parent | remove old (diff) | |
download | gentoo-2-a594eee2b25c0472c2d51af79490cb0692028e0d.tar.gz gentoo-2-a594eee2b25c0472c2d51af79490cb0692028e0d.tar.bz2 gentoo-2-a594eee2b25c0472c2d51af79490cb0692028e0d.zip |
remove old
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-libs/ladspa-sdk')
-rw-r--r-- | media-libs/ladspa-sdk/ChangeLog | 9 | ||||
-rw-r--r-- | media-libs/ladspa-sdk/files/ladspa-sdk-1.12-fbsd.patch | 31 | ||||
-rw-r--r-- | media-libs/ladspa-sdk/files/ladspa-sdk-1.12-gcc4.patch | 18 | ||||
-rw-r--r-- | media-libs/ladspa-sdk/files/ladspa-sdk-1.12-test.patch | 29 | ||||
-rw-r--r-- | media-libs/ladspa-sdk/ladspa-sdk-1.12-r2.ebuild | 64 | ||||
-rw-r--r-- | media-libs/ladspa-sdk/ladspa-sdk-1.13.ebuild | 53 |
6 files changed, 7 insertions, 197 deletions
diff --git a/media-libs/ladspa-sdk/ChangeLog b/media-libs/ladspa-sdk/ChangeLog index 552389872cf4..ad5c924da751 100644 --- a/media-libs/ladspa-sdk/ChangeLog +++ b/media-libs/ladspa-sdk/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/ladspa-sdk -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-sdk/ChangeLog,v 1.54 2012/06/08 23:51:44 zmedico Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-sdk/ChangeLog,v 1.55 2013/06/27 14:36:15 aballier Exp $ + + 27 Jun 2013; Alexis Ballier <aballier@gentoo.org> -ladspa-sdk-1.12-r2.ebuild, + -ladspa-sdk-1.13.ebuild, -files/ladspa-sdk-1.12-fbsd.patch, + -files/ladspa-sdk-1.12-gcc4.patch, -files/ladspa-sdk-1.12-test.patch: + remove old 08 Jun 2012; Zac Medico <zmedico@gentoo.org> ladspa-sdk-1.12-r2.ebuild, ladspa-sdk-1.13-r1.ebuild, ladspa-sdk-1.13.ebuild: diff --git a/media-libs/ladspa-sdk/files/ladspa-sdk-1.12-fbsd.patch b/media-libs/ladspa-sdk/files/ladspa-sdk-1.12-fbsd.patch deleted file mode 100644 index 8bab0f6efb69..000000000000 --- a/media-libs/ladspa-sdk/files/ladspa-sdk-1.12-fbsd.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff -ur ladspa_sdk.orig/src/applyplugin.c ladspa_sdk/src/applyplugin.c ---- ladspa_sdk.orig/src/applyplugin.c 2002-05-18 14:01:36 -0300 -+++ ladspa_sdk/src/applyplugin.c 2006-10-31 18:25:23 -0300 -@@ -6,7 +6,11 @@ - /*****************************************************************************/ - - #include <dlfcn.h> -+#ifdef __FreeBSD__ -+#include <machine/endian.h> -+#else - #include <endian.h> -+#endif - #include <errno.h> - #include <math.h> - #include <stdlib.h> -diff -ur ladspa_sdk.orig/src/makefile ladspa_sdk/src/makefile ---- ladspa_sdk.orig/src/makefile 2006-10-31 18:23:47 -0300 -+++ ladspa_sdk/src/makefile 2006-10-31 18:24:51 -0300 -@@ -15,7 +15,12 @@ - # - - INCLUDES = -I. -+# FreeBSD doesn't need -ldl -+ifeq ($(shell uname -s), FreeBSD) -+LIBRARIES = -lm -+else - LIBRARIES = -ldl -lm -+endif - CFLAGS = $(INCLUDES) -Wall -Werror -O3 -fPIC - CXXFLAGS = $(CFLAGS) - PLUGINS = ../plugins/amp.so \ diff --git a/media-libs/ladspa-sdk/files/ladspa-sdk-1.12-gcc4.patch b/media-libs/ladspa-sdk/files/ladspa-sdk-1.12-gcc4.patch deleted file mode 100644 index fa21be8ef9e8..000000000000 --- a/media-libs/ladspa-sdk/files/ladspa-sdk-1.12-gcc4.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- ladspa_sdk/src/plugins/sine.cpp.orig 2002-07-06 17:23:17.000000000 -0000 -+++ ladspa_sdk/src/plugins/sine.cpp 2005-11-25 11:15:11.691087784 +0000 -@@ -59,6 +59,15 @@ - - /*****************************************************************************/ - -+LADSPA_Handle instantiateSineOscillator(const LADSPA_Descriptor *, unsigned long SampleRate); -+void connectPortToSineOscillator(LADSPA_Handle Instance, unsigned long Port, LADSPA_Data * DataLocation); -+void activateSineOscillator(void * pvHandle); -+void runSineOscillator_FreqAudio_AmpAudio(LADSPA_Handle Instance, unsigned long SampleCount); -+void runSineOscillator_FreqAudio_AmpCtrl(LADSPA_Handle Instance, unsigned long SampleCount); -+void runSineOscillator_FreqCtrl_AmpAudio(LADSPA_Handle Instance, unsigned long SampleCount); -+void runSineOscillator_FreqCtrl_AmpCtrl(LADSPA_Handle Instance, unsigned long SampleCount); -+void cleanupSineOscillator(void *pvHandle); -+ - class SineOscillator { - private: diff --git a/media-libs/ladspa-sdk/files/ladspa-sdk-1.12-test.patch b/media-libs/ladspa-sdk/files/ladspa-sdk-1.12-test.patch deleted file mode 100644 index a1e547ebad3a..000000000000 --- a/media-libs/ladspa-sdk/files/ladspa-sdk-1.12-test.patch +++ /dev/null @@ -1,29 +0,0 @@ -diff -ur ladspa_sdk_orig/src/makefile ladspa_sdk/src/makefile ---- ladspa_sdk_orig/src/makefile 2004-08-15 23:32:53.516055360 +0200 -+++ ladspa_sdk/src/makefile 2004-08-15 23:35:21.579546288 +0200 -@@ -48,6 +48,7 @@ - # - - test: /tmp/test.wav ../snd/noise.wav always -+ifeq ($(shell which play), /usr/bin/play) - @echo --------------------------------------------- - @echo First listen to the white noise input signal: - @echo --------------------------------------------- -@@ -57,6 +58,7 @@ - @echo ------------------------- - @echo Should be a noise band around 6000Hz, repeated quietly after 1s. - play /tmp/test.wav -+endif - - install: targets - mkdir -p $(INSTALL_PLUGINS_DIR) \ -@@ -74,7 +74,7 @@ - echo ; ../bin/analyseplugin -l ../plugins/sine.so ; echo - ../bin/analyseplugin ../plugins/amp.so - ../bin/analyseplugin ../plugins/noise.so -- time ../bin/applyplugin -s 1 \ -+ ../bin/applyplugin -s 1 \ - ../snd/noise.wav /tmp/test.wav \ - ../plugins/filter.so lpf 500 \ - ../plugins/filter.so lpf 500 \ - diff --git a/media-libs/ladspa-sdk/ladspa-sdk-1.12-r2.ebuild b/media-libs/ladspa-sdk/ladspa-sdk-1.12-r2.ebuild deleted file mode 100644 index 88983906eb4e..000000000000 --- a/media-libs/ladspa-sdk/ladspa-sdk-1.12-r2.ebuild +++ /dev/null @@ -1,64 +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-sdk/ladspa-sdk-1.12-r2.ebuild,v 1.21 2012/06/08 23:51:44 zmedico Exp $ - -inherit eutils multilib - -MY_PN=${PN/-/_} -MY_P=${MY_PN}_${PV} - -DESCRIPTION="The Linux Audio Developer's Simple Plugin API" -HOMEPAGE="http://www.ladspa.org/" -SRC_URI="http://www.ladspa.org/download/${MY_P}.tgz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" - -S=${WORKDIR}/${MY_PN}/src - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}/${P}-fbsd.patch" - sed -i \ - -e "/^CFLAGS/ s:-O3:${CFLAGS}:" \ - "${S}/makefile" || die "sed makefile failed (CFLAGS)" - sed -i \ - -e 's:-mkdirhier:mkdir\ -p:g' \ - "${S}/makefile" || die "sed makefile failed (mkdirhier)" - epatch "${FILESDIR}/${P}-test.patch" - epatch "${FILESDIR}/${P}-gcc4.patch" -} - -src_compile() { - # It sets CXXFLAGS to CFLAGS, can be wrong.. - # Just set CXXFLAGS to what they should be - emake -j1 targets CXXFLAGS="$CXXFLAGS -I. -fPIC" || die -} - -src_test() { - # needed for sox to allow playback of the test sounds - addwrite /dev/dsp - - emake test || die -} - -src_install() { - make \ - INSTALL_PLUGINS_DIR="${D}/usr/$(get_libdir)/ladspa" \ - INSTALL_INCLUDE_DIR="${D}/usr/include" \ - INSTALL_BINARY_DIR="${D}/usr/bin" \ - install || die "make install failed" - - cd ../doc && \ - dohtml *.html || die "dohtml failed" - - # Needed for apps like rezound - dodir /etc/env.d - echo "LADSPA_PATH=/usr/$(get_libdir)/ladspa" > "${D}/etc/env.d/60ladspa" -} diff --git a/media-libs/ladspa-sdk/ladspa-sdk-1.13.ebuild b/media-libs/ladspa-sdk/ladspa-sdk-1.13.ebuild deleted file mode 100644 index d61073cd4412..000000000000 --- a/media-libs/ladspa-sdk/ladspa-sdk-1.13.ebuild +++ /dev/null @@ -1,53 +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-sdk/ladspa-sdk-1.13.ebuild,v 1.8 2012/06/08 23:51:44 zmedico Exp $ - -inherit eutils multilib toolchain-funcs - -MY_PN=${PN/-/_} -MY_P=${MY_PN}_${PV} - -DESCRIPTION="The Linux Audio Developer's Simple Plugin API" -HOMEPAGE="http://www.ladspa.org/" -SRC_URI="http://www.ladspa.org/download/${MY_P}.tgz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND="" -DEPEND=">=sys-apps/sed-4" - -S="${WORKDIR}/${MY_PN}/src" - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}/${PN}-1.12-fbsd.patch" - sed -i -e "/^CFLAGS/ s:-O3:${CFLAGS}:" \ - "${S}/makefile" || die "sed makefile failed (CFLAGS)" - sed -i -e "s/^CXXFLAGS*/CXXFLAGS = ${CXXFLAGS} \$(INCLUDES) -Wall -fPIC\n#/" \ - "${S}/makefile" || die "sed makefile failed (CXXFLAGS)" - sed -i -e 's:-mkdirhier:mkdir\ -p:g' \ - "${S}/makefile" || die "sed makefile failed (mkdirhier)" - sed -i -e 's:-sndfile-play*:@echo Disabled \0:' \ - "${S}/makefile" || die "sed makefile failed (sound playing tests)" -} - -src_compile() { - emake targets CC=$(tc-getCC) CPP=$(tc-getCXX) || die -} - -src_install() { - emake \ - INSTALL_PLUGINS_DIR="${D}/usr/$(get_libdir)/ladspa" \ - INSTALL_INCLUDE_DIR="${D}/usr/include" \ - INSTALL_BINARY_DIR=$"${D}/usr/bin" \ - install || die "make install failed" - - dohtml ../doc/*.html || die "dohtml failed" - - # Needed for apps like rezound - dodir /etc/env.d - echo "LADSPA_PATH=/usr/$(get_libdir)/ladspa" > "${D}/etc/env.d/60ladspa" -} |