diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-31 11:10:10 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-31 11:10:10 +0000 |
commit | 7ea30fca7fc23210d5f4e9427889a6fa41e20d52 (patch) | |
tree | aab4ceb0b08c7b55fd8b352b36fe5b7ae9784b26 /media-sound | |
parent | (#133671) xterm in RDEPEND causes a circular dependency with >=virtual/x11-7.... (diff) | |
download | historical-7ea30fca7fc23210d5f4e9427889a6fa41e20d52.tar.gz historical-7ea30fca7fc23210d5f4e9427889a6fa41e20d52.tar.bz2 historical-7ea30fca7fc23210d5f4e9427889a6fa41e20d52.zip |
Make sure aRTs is required. Thanks to Jakub Moc.
Package-Manager: portage-2.1_rc3-r2
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/creox/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/creox/creox-0.2.2_rc2.ebuild | 24 | ||||
-rw-r--r-- | media-sound/knob/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/knob/knob-1.2-r1.ebuild | 14 | ||||
-rw-r--r-- | media-sound/noteedit/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/noteedit/noteedit-2.6.2.ebuild | 12 | ||||
-rw-r--r-- | media-sound/noteedit/noteedit-2.7.4.ebuild | 6 | ||||
-rw-r--r-- | media-sound/noteedit/noteedit-2.8.0.ebuild | 8 |
8 files changed, 38 insertions, 48 deletions
diff --git a/media-sound/creox/ChangeLog b/media-sound/creox/ChangeLog index c5e8cffc9e43..b9ae62cf83df 100644 --- a/media-sound/creox/ChangeLog +++ b/media-sound/creox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/creox -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/creox/ChangeLog,v 1.9 2005/08/13 12:56:23 flameeyes Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/creox/ChangeLog,v 1.10 2006/05/31 11:07:42 flameeyes Exp $ + + 31 May 2006; Diego Pettenò <flameeyes@gentoo.org> creox-0.2.2_rc2.ebuild: + Make sure aRTs is required. Thanks to Jakub Moc. 13 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> creox-0.2.2_rc2.ebuild: Added strict dependency on arts as per bug #81919. diff --git a/media-sound/creox/creox-0.2.2_rc2.ebuild b/media-sound/creox/creox-0.2.2_rc2.ebuild index adbfda972d84..4dd18a1b6e3b 100644 --- a/media-sound/creox/creox-0.2.2_rc2.ebuild +++ b/media-sound/creox/creox-0.2.2_rc2.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.10 2005/08/22 16:37:39 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/creox/creox-0.2.2_rc2.ebuild,v 1.11 2006/05/31 11:07:42 flameeyes Exp $ -inherit kde eutils +ARTS_REQUIRED="yes" +inherit kde MY_P=${P/_/} S="${WORKDIR}/${MY_P}" @@ -16,20 +17,7 @@ LICENSE="GPL-2" KEYWORDS="x86 ~ppc amd64" IUSE="" -DEPEND="media-sound/jack-audio-connection-kit - kde-base/arts" +DEPEND="media-sound/jack-audio-connection-kit" need-kde 3 -pkg_setup() { - if ! built_with_use kde-base/kdelibs arts ; then - eerror "${CATEGORY}/${P} requires you to build kdelibs with arts useflag on." - die - fi -} - -src_unpack() { - kde_src_unpack - - cd ${S} - epatch ${FILESDIR}/${P}-ebusy.patch -} +PATCHES="${FILESDIR}/${P}-ebusy.patch" diff --git a/media-sound/knob/ChangeLog b/media-sound/knob/ChangeLog index 7dfd29083c7f..01e13bdfa9f5 100644 --- a/media-sound/knob/ChangeLog +++ b/media-sound/knob/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/knob -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/knob/ChangeLog,v 1.9 2005/10/05 13:09:52 matsuu Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/knob/ChangeLog,v 1.10 2006/05/31 11:05:50 flameeyes Exp $ + + 31 May 2006; Diego Pettenò <flameeyes@gentoo.org> knob-1.2-r1.ebuild: + Make sure aRTs is required. Thanks to Jakub Moc. 05 Oct 2005; MATSUU Takuto <matsuu@gentoo.org> knob-1.2-r1.ebuild: Added kde-base/arts to DEPEND. Bug 108130. diff --git a/media-sound/knob/knob-1.2-r1.ebuild b/media-sound/knob/knob-1.2-r1.ebuild index 56841d8ad056..6d96a20d2d6f 100644 --- a/media-sound/knob/knob-1.2-r1.ebuild +++ b/media-sound/knob/knob-1.2-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/knob/knob-1.2-r1.ebuild,v 1.5 2005/10/05 13:09:52 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/knob/knob-1.2-r1.ebuild,v 1.6 2006/05/31 11:05:50 flameeyes Exp $ -inherit kde eutils +ARTS_REQUIRED="yes" +inherit kde DESCRIPTION="Knob - The KDE Volume Control Applet" HOMEPAGE="http://lichota.net/~krzysiek/projects/knob/" @@ -13,11 +14,6 @@ LICENSE="GPL-2" KEYWORDS="x86 sparc alpha ~ppc amd64" IUSE="" -DEPEND="kde-base/arts" - need-kde 3 -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/${P}-fPIC.patch -} +PATCHES="${FILESDIR}/${P}-fPIC.patch" diff --git a/media-sound/noteedit/ChangeLog b/media-sound/noteedit/ChangeLog index 81fb34a6ef47..648df30050c1 100644 --- a/media-sound/noteedit/ChangeLog +++ b/media-sound/noteedit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/noteedit -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/ChangeLog,v 1.17 2005/11/07 11:37:49 flameeyes Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/ChangeLog,v 1.18 2006/05/31 11:10:10 flameeyes Exp $ + + 31 May 2006; Diego Pettenò <flameeyes@gentoo.org> noteedit-2.6.2.ebuild, + noteedit-2.7.4.ebuild, noteedit-2.8.0.ebuild: + Make sure aRTs is required. Thanks to Jakub Moc. 07 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> noteedit-2.6.2.ebuild, noteedit-2.7.4.ebuild: diff --git a/media-sound/noteedit/noteedit-2.6.2.ebuild b/media-sound/noteedit/noteedit-2.6.2.ebuild index 35d4e71efea5..8c19dd5b7a3d 100644 --- a/media-sound/noteedit/noteedit-2.6.2.ebuild +++ b/media-sound/noteedit/noteedit-2.6.2.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/noteedit-2.6.2.ebuild,v 1.8 2005/11/07 11:37:49 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/noteedit-2.6.2.ebuild,v 1.9 2006/05/31 11:10:10 flameeyes Exp $ IUSE="" +ARTS_REQUIRED="yes" inherit kde-functions kde eutils flag-o-matic DESCRIPTION="Musical score editor (for Linux)." @@ -15,16 +16,11 @@ SLOT="0" KEYWORDS="x86 ~ppc sparc amd64" DEPEND="|| ( kde-base/kdemultimedia-meta kde-base/kdemultimedia ) - kde-base/arts media-libs/tse3" need-kde 3 -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-gcc34.patch -} +PATCHES="${FILESDIR}/${P}-gcc34.patch" src_compile() { kde_src_compile myconf configure || die diff --git a/media-sound/noteedit/noteedit-2.7.4.ebuild b/media-sound/noteedit/noteedit-2.7.4.ebuild index 1368cbbbfa1c..2899b69a6e0c 100644 --- a/media-sound/noteedit/noteedit-2.7.4.ebuild +++ b/media-sound/noteedit/noteedit-2.7.4.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/noteedit-2.7.4.ebuild,v 1.3 2005/11/07 11:37:49 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/noteedit-2.7.4.ebuild,v 1.4 2006/05/31 11:10:10 flameeyes Exp $ IUSE="" +ARTS_REQUIRED="yes" inherit kde-functions kde eutils flag-o-matic DESCRIPTION="Musical score editor (for Linux)." @@ -15,7 +16,6 @@ SLOT="0" KEYWORDS="~amd64 ~sparc ~ppc ~x86" DEPEND="|| ( kde-base/kmid kde-base/kdemultimedia ) - kde-base/arts media-libs/tse3" need-kde 3 diff --git a/media-sound/noteedit/noteedit-2.8.0.ebuild b/media-sound/noteedit/noteedit-2.8.0.ebuild index 9b6a5fce34dc..75a96d0b7bfe 100644 --- a/media-sound/noteedit/noteedit-2.8.0.ebuild +++ b/media-sound/noteedit/noteedit-2.8.0.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/noteedit-2.8.0.ebuild,v 1.2 2005/10/31 02:12:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/noteedit-2.8.0.ebuild,v 1.3 2006/05/31 11:10:10 flameeyes Exp $ IUSE="" +ARTS_REQUIRED="yes" inherit kde-functions kde eutils flag-o-matic DESCRIPTION="Musical score editor (for Linux)." @@ -15,7 +16,6 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" DEPEND="|| ( kde-base/kmid kde-base/kdemultimedia ) - kde-base/arts media-libs/tse3" need-kde 3 @@ -30,7 +30,7 @@ src_unpack() { epatch "${FILESDIR}/${P}-qt-3.3.5.patch" # Force rebuilding configure for the patch above - rm configure + rm -f "${S}/configure" } src_install() { |