diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-02-06 14:52:55 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-02-06 14:52:55 +0000 |
commit | f1201daa9a139d27d86a0971a76b3e35e22f5679 (patch) | |
tree | 188174b04d7c5e0fedf48ce2dfd3c58c6499a099 /media-sound/mhwaveedit/mhwaveedit-1.4.12.ebuild | |
parent | Version bump (diff) | |
download | historical-f1201daa9a139d27d86a0971a76b3e35e22f5679.tar.gz historical-f1201daa9a139d27d86a0971a76b3e35e22f5679.tar.bz2 historical-f1201daa9a139d27d86a0971a76b3e35e22f5679.zip |
amd64 stable and remove old, #207545
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'media-sound/mhwaveedit/mhwaveedit-1.4.12.ebuild')
-rw-r--r-- | media-sound/mhwaveedit/mhwaveedit-1.4.12.ebuild | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/media-sound/mhwaveedit/mhwaveedit-1.4.12.ebuild b/media-sound/mhwaveedit/mhwaveedit-1.4.12.ebuild deleted file mode 100644 index eb7b525c6728..000000000000 --- a/media-sound/mhwaveedit/mhwaveedit-1.4.12.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/mhwaveedit-1.4.12.ebuild,v 1.5 2008/01/13 14:54:16 aballier Exp $ - -inherit eutils - -IUSE="alsa arts esd jack ladspa libsamplerate nls oss portaudio sdl sndfile sox" - -DESCRIPTION="GTK2 Sound file editor (wav, and a few others.)" -HOMEPAGE="https://gna.org/projects/mhwaveedit/" -SRC_URI="http://download.gna.org/mhwaveedit/${P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ~ppc sparc x86" - -RDEPEND=">=x11-libs/gtk+-2 - sndfile? ( >=media-libs/libsndfile-1.0.10 ) - sdl? ( >=media-libs/libsdl-1.2.3 ) - alsa? ( media-libs/alsa-lib ) - portaudio? ( >=media-libs/portaudio-18 ) - jack? ( >=media-sound/jack-audio-connection-kit-0.98.0 ) - esd? ( >=media-sound/esound-0.2.0 ) - libsamplerate? ( media-libs/libsamplerate ) - ladspa? ( media-libs/ladspa-sdk ) - sox? ( media-sound/sox ) - arts? ( >=kde-base/arts-3.4.1 )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_compile() { - econf \ - $(use_enable nls) \ - $(use_with sndfile libsndfile) \ - $(use_with libsamplerate) \ - $(use_with portaudio) \ - $(use_with sdl) \ - $(use_with alsa alsalib) \ - $(use_with oss) \ - $(use_with jack) \ - $(use_with esd esound) \ - $(use_with arts) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS BUGS ChangeLog HACKING NEWS README TODO - - newicon src/icon.xpm ${PN}.xpm - make_desktop_entry mhwaveedit mhWaveEdit ${PN}.xpm AudioVideo - -} |