summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/arts/arts-1.3.2-r1.ebuild')
-rw-r--r--kde-base/arts/arts-1.3.2-r1.ebuild14
1 files changed, 3 insertions, 11 deletions
diff --git a/kde-base/arts/arts-1.3.2-r1.ebuild b/kde-base/arts/arts-1.3.2-r1.ebuild
index 95e20abf4095..09791c7a16cd 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.1 2005/02/07 19:59:15 greg_g Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/arts-1.3.2-r1.ebuild,v 1.1.1.1 2005/11/30 10:14:01 chriswhite Exp $
inherit kde flag-o-matic eutils
set-kdedir 3.3
@@ -11,7 +11,7 @@ SRC_URI="mirror://kde/stable/${PV/1.3.2/3.3.2}/src/${PN}-${PV}.tar.bz2"
LICENSE="GPL-2 LGPL-2"
SLOT="3.3"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~alpha"
+KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
IUSE="alsa oggvorbis esd artswrappersuid jack mad hardened"
DEPEND="alsa? ( media-libs/alsa-lib virtual/alsa )
@@ -21,12 +21,7 @@ DEPEND="alsa? ( media-libs/alsa-lib virtual/alsa )
mad? ( media-libs/libmad media-libs/libid3tag )
media-libs/audiofile
>=dev-libs/glib-2
- >=x11-libs/qt-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"
+ $(qt_min_version 3.3)"
src_unpack() {
kde_src_unpack
@@ -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() {