summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-04-20 16:47:36 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-04-20 16:47:36 +0000
commit7a4860f7cb637d3b4d685f1c7a38c4fe4609cf0d (patch)
treecbf541f42eb19f1b7113ad93d83f9b91297fd08f /media-sound/gramofile
parentMarked stable on hppa. (Manifest recommit) (diff)
downloadgentoo-2-7a4860f7cb637d3b4d685f1c7a38c4fe4609cf0d.tar.gz
gentoo-2-7a4860f7cb637d3b4d685f1c7a38c4fe4609cf0d.tar.bz2
gentoo-2-7a4860f7cb637d3b4d685f1c7a38c4fe4609cf0d.zip
QA fix.
Diffstat (limited to 'media-sound/gramofile')
-rw-r--r--media-sound/gramofile/ChangeLog5
-rw-r--r--media-sound/gramofile/gramofile-1.6.ebuild13
2 files changed, 10 insertions, 8 deletions
diff --git a/media-sound/gramofile/ChangeLog b/media-sound/gramofile/ChangeLog
index 74cb17a9716f..3b06543296e2 100644
--- a/media-sound/gramofile/ChangeLog
+++ b/media-sound/gramofile/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/gramofile
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gramofile/ChangeLog,v 1.6 2004/03/09 19:01:07 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gramofile/ChangeLog,v 1.7 2004/04/20 16:46:22 eradicator Exp $
+
+ 20 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> gramofile-1.6.ebuild:
+ QA fix.
09 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> gramofile-1.6.ebuild:
DESCRIPTION update. fftw DEPEND is now =dev-libs/fftw-2*. This closes bug #44097.
diff --git a/media-sound/gramofile/gramofile-1.6.ebuild b/media-sound/gramofile/gramofile-1.6.ebuild
index 251c5e00a2a9..b9bd1e020f21 100644
--- a/media-sound/gramofile/gramofile-1.6.ebuild
+++ b/media-sound/gramofile/gramofile-1.6.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gramofile/gramofile-1.6.ebuild,v 1.9 2004/03/09 19:01:07 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gramofile/gramofile-1.6.ebuild,v 1.10 2004/04/20 16:46:22 eradicator Exp $
+
+inherit eutils
DESCRIPTION="Gramofile is an audio recording/editing program whose main goal is to allow recording of analog audio for digital remastering."
HOMEPAGE="http://panic.et.tudelft.nl/~costar/gramofile/"
@@ -17,18 +19,15 @@ IUSE=""
DEPEND="sys-libs/ncurses \
=dev-libs/fftw-2*"
-S=${WORKDIR}/${P}
-
src_unpack() {
unpack ${P}.tar.gz
cd ${S}
- patch < ${DISTDIR}/tappin3a.patch
- patch < ${DISTDIR}/tappin3b.patch
+ epatch ${DISTDIR}/tappin3a.patch
+ epatch ${DISTDIR}/tappin3b.patch
}
src_compile() {
- sed -e "s/CFLAGS = -Wall -O2 -DTURBO_MEDIAN -DTURBO_BUFFER/CFLAGS \= -Wall `echo ${CFLAGS}` -DTURBO_MEDIAN -DTURBO_BUFFER/" Makefile > Makefile.new
- mv Makefile.new Makefile
+ sed -i -e "s/CFLAGS = -Wall -O2 -DTURBO_MEDIAN -DTURBO_BUFFER/CFLAGS \= -Wall `echo ${CFLAGS}` -DTURBO_MEDIAN -DTURBO_BUFFER/" Makefile
make || die
}