summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-11-17 18:16:32 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-11-17 19:39:25 +0100
commit8f1d59eb1a77d7f5c74406358054be1e01c77d89 (patch)
tree82d26a1df3b5cde32d6e38dcd3d9c2ce6c5deac5 /media-libs/rubberband
parentdev-libs/appstream: Drop 0.11.5 (diff)
downloadgentoo-8f1d59eb1a77d7f5c74406358054be1e01c77d89.tar.gz
gentoo-8f1d59eb1a77d7f5c74406358054be1e01c77d89.tar.bz2
gentoo-8f1d59eb1a77d7f5c74406358054be1e01c77d89.zip
media-libs/rubberband: Drop old
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/rubberband')
-rw-r--r--media-libs/rubberband/rubberband-1.8.1-r1.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/media-libs/rubberband/rubberband-1.8.1-r1.ebuild b/media-libs/rubberband/rubberband-1.8.1-r1.ebuild
deleted file mode 100644
index 2fb849c626be..000000000000
--- a/media-libs/rubberband/rubberband-1.8.1-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit multilib multilib-minimal
-
-DESCRIPTION="An audio time-stretching and pitch-shifting library and utility program"
-HOMEPAGE="https://www.breakfastquay.com/rubberband/"
-SRC_URI="https://code.breakfastquay.com/attachments/download/34/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sparc x86"
-IUSE="static-libs"
-
-RDEPEND="media-libs/vamp-plugin-sdk[${MULTILIB_USEDEP}]
- media-libs/libsamplerate[${MULTILIB_USEDEP}]
- media-libs/libsndfile
- media-libs/ladspa-sdk
- sci-libs/fftw:3.0[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- if ! use static-libs ; then
- sed -e '/^all:/s/$(STATIC_TARGET)//' \
- -e '/^\tcp $(STATIC_TARGET)/d' \
- -i Makefile.in || die
- fi
- multilib_copy_sources
-}
-
-multilib_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
-}
-
-multilib_src_install_all() {
- dodoc CHANGELOG README.txt
-}