diff options
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/amarok/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/amarok/amarok-1.0.ebuild | 4 | ||||
-rw-r--r-- | media-sound/creox/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/creox/creox-0.2.2_rc2.ebuild | 11 |
4 files changed, 15 insertions, 10 deletions
diff --git a/media-sound/amarok/ChangeLog b/media-sound/amarok/ChangeLog index fa8792b2ff31..6222d7c63edc 100644 --- a/media-sound/amarok/ChangeLog +++ b/media-sound/amarok/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/amarok # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.19 2004/06/24 23:50:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.20 2004/07/03 21:45:28 carlo Exp $ + + 03 Jul 2004; Carsten Lohrke <carlo@gentoo.org> amarok-1.0.ebuild: + QA: need-kde after R/DEPEND 18 Jun 2004; Dominik Stadler <centic@gentoo.org> amarok-1.0.ebuild: According to the README we should require gstreamer 0.8.1 diff --git a/media-sound/amarok/amarok-1.0.ebuild b/media-sound/amarok/amarok-1.0.ebuild index 4058432a3f7f..a8d85f92e955 100644 --- a/media-sound/amarok/amarok-1.0.ebuild +++ b/media-sound/amarok/amarok-1.0.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.0.ebuild,v 1.3 2004/06/24 23:50:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.0.ebuild,v 1.4 2004/07/03 21:45:28 carlo Exp $ inherit kde eutils -need-kde 3.2 DESCRIPTION="amaroK is a media player for KDE" HOMEPAGE="http://amarok.sourceforge.net/" @@ -21,6 +20,7 @@ DEPEND=">=kde-base/kdemultimedia-3.2 xmms? ( >=media-sound/xmms-1.2 ) >=dev-util/pkgconfig-0.9.0 >=media-libs/taglib-0.95" +need-kde 3.2 src_unpack() { if ! use arts && ! use gstreamer diff --git a/media-sound/creox/ChangeLog b/media-sound/creox/ChangeLog index a695d9407f9f..ed2bc41e5a34 100644 --- a/media-sound/creox/ChangeLog +++ b/media-sound/creox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/creox # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/creox/ChangeLog,v 1.6 2004/06/24 23:55:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/creox/ChangeLog,v 1.7 2004/07/03 21:41:30 carlo Exp $ + + 03 Jul 2004; Carsten Lohrke <carlo@gentoo.org> creox-0.2.2_rc2.ebuild: + QA: need-kde after R/DEPEND 15 Jun 2004; Jeremy Huddleston <eradicator@gentoo.org> +files/creox-0.2.2_rc2-ebusy.patch: diff --git a/media-sound/creox/creox-0.2.2_rc2.ebuild b/media-sound/creox/creox-0.2.2_rc2.ebuild index ebfc00372355..8a8e83b9c762 100644 --- a/media-sound/creox/creox-0.2.2_rc2.ebuild +++ b/media-sound/creox/creox-0.2.2_rc2.ebuild @@ -1,11 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/creox/creox-0.2.2_rc2.ebuild,v 1.6 2004/06/24 23:55:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/creox/creox-0.2.2_rc2.ebuild,v 1.7 2004/07/03 21:41:30 carlo Exp $ inherit kde eutils -IUSE="" - MY_P=${P/_/} S="${WORKDIR}/${MY_P}" @@ -13,12 +11,13 @@ DESCRIPTION="CREOX Real Time Effects Processor" HOMEPAGE="http://www.uid0.sk/zyzstar/?creox" SRC_URI="http://www.uid0.sk/zyzstar/projects/creox/downloads/${MY_P}.tar.bz2" -KEYWORDS="x86 ~ppc ~amd64" +SLOT="0" LICENSE="GPL-2" - -need-kde 3 +KEYWORDS="x86 ~ppc ~amd64" +IUSE="" DEPEND="media-sound/jack-audio-connection-kit" +need-kde 3 src_unpack() { kde_src_unpack |