summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/sooperlooper/sooperlooper-1.0.8c.ebuild')
-rw-r--r--media-sound/sooperlooper/sooperlooper-1.0.8c.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/media-sound/sooperlooper/sooperlooper-1.0.8c.ebuild b/media-sound/sooperlooper/sooperlooper-1.0.8c.ebuild
deleted file mode 100644
index 87a40b50a165..000000000000
--- a/media-sound/sooperlooper/sooperlooper-1.0.8c.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sooperlooper/sooperlooper-1.0.8c.ebuild,v 1.3 2007/05/07 01:37:52 dirtyepic Exp $
-
-inherit eutils wxwidgets
-
-DESCRIPTION="Live looping sampler with immediate loop recording"
-HOMEPAGE="http://essej.net/sooperlooper/index.html"
-SRC_URI="http://essej.net/sooperlooper/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=">=media-sound/jack-audio-connection-kit-0.80.0
- =x11-libs/wxGTK-2.6*
- >=media-libs/liblo-0.18
- =dev-libs/libsigc++-1.2*
- media-libs/libsndfile
- media-libs/libsamplerate
- sys-libs/ncurses
- dev-libs/libxml2"
-
-src_compile() {
- # Bug #176751
- epatch "${FILESDIR}"/${PN}-1.1.0-amd64.patch
-
- WX_GTK_VER="2.6"
- need-wxwidgets gtk2
-
- econf \
- --with-wxconfig-path=${WX_CONFIG} \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "einstall failed"
-}