summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-04-24 15:04:19 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-04-24 15:04:19 +0000
commitdd11b131080f54bf2de38037fdee329ba3619626 (patch)
tree20d94bed6a5e1cf90d6a5ed020c15ea7be96bec1 /media-sound/amarok
parentmark 0.11.9 stable, fix depend again (Manifest recommit) (diff)
downloadgentoo-2-dd11b131080f54bf2de38037fdee329ba3619626.tar.gz
gentoo-2-dd11b131080f54bf2de38037fdee329ba3619626.tar.bz2
gentoo-2-dd11b131080f54bf2de38037fdee329ba3619626.zip
fix depend
Diffstat (limited to 'media-sound/amarok')
-rw-r--r--media-sound/amarok/ChangeLog6
-rw-r--r--media-sound/amarok/amarok-0.7.0.ebuild8
-rw-r--r--media-sound/amarok/amarok-0.8.3.ebuild8
-rw-r--r--media-sound/amarok/amarok-0.9.ebuild5
-rw-r--r--media-sound/amarok/amarok-1.0_beta1.ebuild5
5 files changed, 19 insertions, 13 deletions
diff --git a/media-sound/amarok/ChangeLog b/media-sound/amarok/ChangeLog
index cbb6de20abac..00d3cc39a565 100644
--- a/media-sound/amarok/ChangeLog
+++ b/media-sound/amarok/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/amarok
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.12 2004/04/20 17:14:53 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.13 2004/04/24 15:04:19 lanius Exp $
+
+ 24 Apr 2004; Heinrich Wendel <lanius@gentoo.org> amarok-0.7.0.ebuild,
+ amarok-0.8.3.ebuild, amarok-0.9.ebuild, amarok-1.0_beta1.ebuild:
+ fix depend
20 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> amarok-0.7.0.ebuild,
amarok-0.8.3.ebuild:
diff --git a/media-sound/amarok/amarok-0.7.0.ebuild b/media-sound/amarok/amarok-0.7.0.ebuild
index 8611a308a195..bdd245483d9b 100644
--- a/media-sound/amarok/amarok-0.7.0.ebuild
+++ b/media-sound/amarok/amarok-0.7.0.ebuild
@@ -1,11 +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/amarok/amarok-0.7.0.ebuild,v 1.5 2004/04/20 17:14:54 eradicator Exp $
-
-IUSE=""
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-0.7.0.ebuild,v 1.6 2004/04/24 15:04:19 lanius Exp $
inherit kde
-need-kde 3
DESCRIPTION="amaroK is a media player for KDE"
HOMEPAGE="http://amarok.sourceforge.net/"
@@ -13,9 +10,12 @@ SRC_URI="mirror://sourceforge/amarok/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
+IUSE=""
DEPEND="kde-base/kdemultimedia"
+need-kde 3
+
src_compile() {
PREFIX=`kde-config --prefix`
kde_src_compile myconf configure || die
diff --git a/media-sound/amarok/amarok-0.8.3.ebuild b/media-sound/amarok/amarok-0.8.3.ebuild
index 704f5fd3d167..bd049df2ea92 100644
--- a/media-sound/amarok/amarok-0.8.3.ebuild
+++ b/media-sound/amarok/amarok-0.8.3.ebuild
@@ -1,11 +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/amarok/amarok-0.8.3.ebuild,v 1.5 2004/04/20 17:14:54 eradicator Exp $
-
-IUSE=""
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-0.8.3.ebuild,v 1.6 2004/04/24 15:04:19 lanius Exp $
inherit kde
-need-kde 3
DESCRIPTION="amaroK is a media player for KDE"
HOMEPAGE="http://amarok.sourceforge.net/"
@@ -13,9 +10,12 @@ SRC_URI="mirror://sourceforge/amarok/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
+IUSE=""
DEPEND="kde-base/kdemultimedia"
+need-kde 3
+
src_compile() {
PREFIX=`kde-config --prefix`
kde_src_compile myconf configure || die
diff --git a/media-sound/amarok/amarok-0.9.ebuild b/media-sound/amarok/amarok-0.9.ebuild
index 8f195c90ec7c..f2b7292ae2b8 100644
--- a/media-sound/amarok/amarok-0.9.ebuild
+++ b/media-sound/amarok/amarok-0.9.ebuild
@@ -1,9 +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/amarok/amarok-0.9.ebuild,v 1.4 2004/04/16 01:17:49 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-0.9.ebuild,v 1.5 2004/04/24 15:04:19 lanius Exp $
inherit kde
-need-kde 3
DESCRIPTION="amaroK is a media player for KDE"
HOMEPAGE="http://amarok.sourceforge.net/"
@@ -19,6 +18,8 @@ DEPEND=">=kde-base/kdemultimedia-3.2
media-libs/gst-plugins
)"
+need-kde 3
+
src_compile() {
PREFIX=`kde-config --prefix`
kde_src_compile myconf configure || die
diff --git a/media-sound/amarok/amarok-1.0_beta1.ebuild b/media-sound/amarok/amarok-1.0_beta1.ebuild
index 63dc90c71ade..ea9c0deb84ea 100644
--- a/media-sound/amarok/amarok-1.0_beta1.ebuild
+++ b/media-sound/amarok/amarok-1.0_beta1.ebuild
@@ -1,9 +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/amarok/amarok-1.0_beta1.ebuild,v 1.3 2004/04/16 01:17:49 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.0_beta1.ebuild,v 1.4 2004/04/24 15:04:19 lanius Exp $
inherit kde
-need-kde 3.2
MY_P="${P/_beta/-beta}"
S="${WORKDIR}/${MY_P}"
@@ -25,6 +24,8 @@ DEPEND=">=kde-base/kdemultimedia-3.2
>=dev-util/pkgconfig-0.9.0
>=media-libs/taglib-0.95"
+need-kde 3.2
+
src_unpack() {
if ! use arts && ! use gstreamer
then