diff options
author | 2005-10-13 13:32:02 +0000 | |
---|---|---|
committer | 2005-10-13 13:32:02 +0000 | |
commit | 5b7d3ef049508e43ef8cb3075ba040813101a24f (patch) | |
tree | 605adde3437a265eeb296710e21d3597d66fa232 /kde-base/arts/arts-1.3.2-r1.ebuild | |
parent | Remove old patch. (diff) | |
download | historical-5b7d3ef049508e43ef8cb3075ba040813101a24f.tar.gz historical-5b7d3ef049508e43ef8cb3075ba040813101a24f.tar.bz2 historical-5b7d3ef049508e43ef8cb3075ba040813101a24f.zip |
Remove old patch.
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'kde-base/arts/arts-1.3.2-r1.ebuild')
-rw-r--r-- | kde-base/arts/arts-1.3.2-r1.ebuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/kde-base/arts/arts-1.3.2-r1.ebuild b/kde-base/arts/arts-1.3.2-r1.ebuild index e44c2d13fb30..0ce77e8b4281 100644 --- a/kde-base/arts/arts-1.3.2-r1.ebuild +++ b/kde-base/arts/arts-1.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/arts-1.3.2-r1.ebuild,v 1.9 2005/07/25 15:29:11 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/arts-1.3.2-r1.ebuild,v 1.10 2005/10/13 13:29:17 greg_g Exp $ inherit kde flag-o-matic eutils set-kdedir 3.3 @@ -23,11 +23,6 @@ DEPEND="alsa? ( media-libs/alsa-lib virtual/alsa ) >=dev-libs/glib-2 $(qt_min_version 3.3)" -# patch to configure.in.in that makes the vorbis, libmad deps optional -# has no version number in its filename because it's the same for all -# arts versions - the patched file hasn't changed in a year's time -# PATCHES="$FILESDIR/optional-deps.diff" - src_unpack() { kde_src_unpack epatch ${FILESDIR}/1.3.0-jack-configure.in.in.patch @@ -42,9 +37,6 @@ src_unpack() { # rm -f $S/configure cd ${S} && make -f admin/Makefile.common - # use amd64 && epatch ${FILESDIR}/arts-${PV}-buffer.patch - # this patch fixes the high cpu usage of mp3 and vorbis - # epatch ${FILESDIR}/arts-vorbis-fix.dif } src_compile() { |