summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn J. Ellis <jje@gentoo.org>2003-03-15 10:56:11 +0000
committerJohn J. Ellis <jje@gentoo.org>2003-03-15 10:56:11 +0000
commitd025528dbfb551b528fbee2c1171310a0b626526 (patch)
treef18c4e15d4f585eb239718265dbb98bb49180a47 /media-sound/gramofile/gramofile-1.6.ebuild
parentDep. update. Closes #17427 (diff)
downloadhistorical-d025528dbfb551b528fbee2c1171310a0b626526.tar.gz
historical-d025528dbfb551b528fbee2c1171310a0b626526.tar.bz2
historical-d025528dbfb551b528fbee2c1171310a0b626526.zip
Updated ebuild. Closes #17425
Diffstat (limited to 'media-sound/gramofile/gramofile-1.6.ebuild')
-rw-r--r--media-sound/gramofile/gramofile-1.6.ebuild13
1 files changed, 11 insertions, 2 deletions
diff --git a/media-sound/gramofile/gramofile-1.6.ebuild b/media-sound/gramofile/gramofile-1.6.ebuild
index f61bfd49e657..2f1cf1b413a9 100644
--- a/media-sound/gramofile/gramofile-1.6.ebuild
+++ b/media-sound/gramofile/gramofile-1.6.ebuild
@@ -1,10 +1,12 @@
# Copyright 1999-2002 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.2 2003/03/03 13:09:49 vladimir Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gramofile/gramofile-1.6.ebuild,v 1.3 2003/03/15 10:56:11 jje Exp $
DESCRIPTION="Gramofile"
HOMEPAGE="http://panic.et.tudelft.nl/~costar/gramofile/"
-SRC_URI="http://panic.et.tudelft.nl/~costar/gramofile/${P}.tar.gz"
+SRC_URI="http://panic.et.tudelft.nl/~costar/gramofile/${P}.tar.gz
+ http://panic.et.tudelft.nl/~costar/gramofile/tappin3a.patch
+ http://panic.et.tudelft.nl/~costar/gramofile/tappin3b.patch"
LICENSE="GPL-2"
SLOT="0"
@@ -16,6 +18,13 @@ DEPEND="sys-libs/ncurses"
S=${WORKDIR}/${P}
+src_unpack() {
+ unpack ${P}.tar.gz
+ cd ${S}
+ patch < ${DISTDIR}/tappin3a.patch
+ patch < ${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