diff options
author | Torben Hohn <torbenh@gentoo.org> | 2004-01-22 11:09:05 +0000 |
---|---|---|
committer | Torben Hohn <torbenh@gentoo.org> | 2004-01-22 11:09:05 +0000 |
commit | ef2227799a7917cb2c0fa8b366bd5043d0bd1c69 (patch) | |
tree | 283d0ac3b823b65aff647fc3ebe33da691dd76de /media-sound/tapiir/tapiir-0.7.1.ebuild | |
parent | fixed alsa-1.0 compile bug, fixed jack dependency (diff) | |
download | gentoo-2-ef2227799a7917cb2c0fa8b366bd5043d0bd1c69.tar.gz gentoo-2-ef2227799a7917cb2c0fa8b366bd5043d0bd1c69.tar.bz2 gentoo-2-ef2227799a7917cb2c0fa8b366bd5043d0bd1c69.zip |
Fixed alsa-1.0 compile breakage
Diffstat (limited to 'media-sound/tapiir/tapiir-0.7.1.ebuild')
-rw-r--r-- | media-sound/tapiir/tapiir-0.7.1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-sound/tapiir/tapiir-0.7.1.ebuild b/media-sound/tapiir/tapiir-0.7.1.ebuild index de230432a9f9..fc9fd3cf5d78 100644 --- a/media-sound/tapiir/tapiir-0.7.1.ebuild +++ b/media-sound/tapiir/tapiir-0.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/tapiir/tapiir-0.7.1.ebuild,v 1.5 2003/12/06 23:38:37 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/tapiir/tapiir-0.7.1.ebuild,v 1.6 2004/01/22 11:08:53 torbenh Exp $ DESCRIPTION=" Tapiir is a simple and flexible audio effects processor, inspired on the classical magnetic tape delay systems" HOMEPAGE="http://www.iua.upf.es/~mdeboer/projects/tapiir/" @@ -17,7 +17,9 @@ DEPEND="virtual/jack src_unpack() { unpack ${A} cd ${S} + epatch ${FILESDIR}/${P}-gcc3.patch + sed -i "/#include <alsa\\/asoundlib.h>/i\\#define ALSA_PCM_OLD_HW_PARAMS_API 1\\" src/alsaio.cxx } src_compile() { |