diff options
author | John J. Ellis <jje@gentoo.org> | 2003-03-15 10:56:11 +0000 |
---|---|---|
committer | John J. Ellis <jje@gentoo.org> | 2003-03-15 10:56:11 +0000 |
commit | d025528dbfb551b528fbee2c1171310a0b626526 (patch) | |
tree | f18c4e15d4f585eb239718265dbb98bb49180a47 /media-sound/gramofile | |
parent | Dep. update. Closes #17427 (diff) | |
download | historical-d025528dbfb551b528fbee2c1171310a0b626526.tar.gz historical-d025528dbfb551b528fbee2c1171310a0b626526.tar.bz2 historical-d025528dbfb551b528fbee2c1171310a0b626526.zip |
Updated ebuild. Closes #17425
Diffstat (limited to 'media-sound/gramofile')
-rw-r--r-- | media-sound/gramofile/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/gramofile/files/digest-gramofile-1.6 | 2 | ||||
-rw-r--r-- | media-sound/gramofile/gramofile-1.6.ebuild | 13 |
3 files changed, 19 insertions, 3 deletions
diff --git a/media-sound/gramofile/ChangeLog b/media-sound/gramofile/ChangeLog index 68b704a4d15d..9195ba146f23 100644 --- a/media-sound/gramofile/ChangeLog +++ b/media-sound/gramofile/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for media-sound/gramofile # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gramofile/ChangeLog,v 1.2 2003/03/03 13:09:49 vladimir Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gramofile/ChangeLog,v 1.3 2003/03/15 10:56:11 jje Exp $ *gramofile-1.6 (02 Mar 2003) + 15 Mar 2003; jje gramofile-1.6.ebuild: + Added two patches for plugin filters. + + Submitted by: Roland "Robelix" Obermayer + 03 Mar 2003; <vladimir@gentoo.org> gramofile-1.6.ebuild: Fixed small LICENSE problem diff --git a/media-sound/gramofile/files/digest-gramofile-1.6 b/media-sound/gramofile/files/digest-gramofile-1.6 index 0ec6f1f9fef4..42ed41e916e7 100644 --- a/media-sound/gramofile/files/digest-gramofile-1.6 +++ b/media-sound/gramofile/files/digest-gramofile-1.6 @@ -1 +1,3 @@ MD5 986c86c6fa17c064bc17c2936cc833e0 gramofile-1.6.tar.gz 108596 +MD5 6e38044d77f8e4d63dfd7e0b441cf39f tappin3a.patch 1593 +MD5 8b21276b022d4e0ed224be9eb0181391 tappin3b.patch 40893 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 |