diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-27 03:14:00 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-27 03:14:00 +0000 |
commit | 0551c5d40aa99b8019a39aae43138355c1adcc66 (patch) | |
tree | 6a07e9fa949eac51aec46f8c92bee0996477c0be /media-sound | |
parent | fix init script install (diff) | |
download | gentoo-2-0551c5d40aa99b8019a39aae43138355c1adcc66.tar.gz gentoo-2-0551c5d40aa99b8019a39aae43138355c1adcc66.tar.bz2 gentoo-2-0551c5d40aa99b8019a39aae43138355c1adcc66.zip |
1.0.2 stable on x86. Cleaned up all ebuilds. Fixed DEPs.
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/glame/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/glame/glame-0.6.3.ebuild | 11 | ||||
-rw-r--r-- | media-sound/glame/glame-0.6.4.ebuild | 11 | ||||
-rw-r--r-- | media-sound/glame/glame-1.0.1.ebuild | 15 | ||||
-rw-r--r-- | media-sound/glame/glame-1.0.2.ebuild | 14 |
5 files changed, 35 insertions, 24 deletions
diff --git a/media-sound/glame/ChangeLog b/media-sound/glame/ChangeLog index c855d19aa5ec..7aa52d913250 100644 --- a/media-sound/glame/ChangeLog +++ b/media-sound/glame/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/glame -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/ChangeLog,v 1.13 2004/01/21 18:42:53 raker Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/ChangeLog,v 1.14 2004/03/27 03:14:00 eradicator Exp $ + + 26 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> glame-0.6.3.ebuild, + glame-0.6.4.ebuild, glame-1.0.1.ebuild, glame-1.0.2.ebuild: + 1.0.2 stable on x86. Cleaned up all ebuilds. Fixed DEPs. *glame-1.0.2 (21 Jan 2004) diff --git a/media-sound/glame/glame-0.6.3.ebuild b/media-sound/glame/glame-0.6.3.ebuild index ce21cbcee384..6fef34f278e3 100644 --- a/media-sound/glame/glame-0.6.3.ebuild +++ b/media-sound/glame/glame-0.6.3.ebuild @@ -1,25 +1,26 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-0.6.3.ebuild,v 1.7 2004/01/21 18:42:53 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-0.6.3.ebuild,v 1.8 2004/03/27 03:14:00 eradicator Exp $ IUSE="nls gnome" -S=${WORKDIR}/${P} DESCRIPTION="Glame is an audio file editing utility" -SRC_URI="mirror://sourceforge/glame/${P}.tar.gz" HOMEPAGE="http://glame.sourceforge.net/" +SRC_URI="mirror://sourceforge/glame/${P}.tar.gz" +RESTRICT="nomirror" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" -DEPEND=">=dev-util/guile-1.4-r3 +RDEPEND=">=dev-util/guile-1.4-r3 dev-libs/libxml2 >=media-sound/esound-0.2 media-libs/audiofile gnome? ( <gnome-base/libglade-2 gnome-base/gnome-libs )" -RDEPEND="nls? ( sys-devel/gettext )" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext )" src_unpack() { unpack ${A} diff --git a/media-sound/glame/glame-0.6.4.ebuild b/media-sound/glame/glame-0.6.4.ebuild index 9208063239d0..b5f7351d7795 100644 --- a/media-sound/glame/glame-0.6.4.ebuild +++ b/media-sound/glame/glame-0.6.4.ebuild @@ -1,26 +1,27 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-0.6.4.ebuild,v 1.7 2004/01/30 06:39:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-0.6.4.ebuild,v 1.8 2004/03/27 03:14:00 eradicator Exp $ IUSE="nls gnome" -S=${WORKDIR}/${P} DESCRIPTION="Glame is an audio file editing utility" -SRC_URI="mirror://sourceforge/glame/${P}.tar.gz" HOMEPAGE="http://glame.sourceforge.net/" +SRC_URI="mirror://sourceforge/glame/${P}.tar.gz" +RESTRICT="nomirror" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" -DEPEND=">=dev-util/guile-1.4-r3 +RDEPEND=">=dev-util/guile-1.4-r3 dev-libs/libxml2 >=media-sound/esound-0.2 >=sys-devel/autoconf-2.58 media-libs/audiofile gnome? ( <gnome-base/libglade-2 gnome-base/gnome-libs )" -RDEPEND="nls? ( sys-devel/gettext )" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext )" src_unpack() { unpack ${A} diff --git a/media-sound/glame/glame-1.0.1.ebuild b/media-sound/glame/glame-1.0.1.ebuild index 206cc6474f61..adedcd5dccfd 100644 --- a/media-sound/glame/glame-1.0.1.ebuild +++ b/media-sound/glame/glame-1.0.1.ebuild @@ -1,28 +1,29 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-1.0.1.ebuild,v 1.6 2004/01/30 06:39:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-1.0.1.ebuild,v 1.7 2004/03/27 03:14:00 eradicator Exp $ -IUSE="nls gnome" +IUSE="nls gnome oggvorbis" -S=${WORKDIR}/${P} DESCRIPTION="Glame is an audio file editing utility" -SRC_URI="mirror://sourceforge/glame/${P}.tar.gz" HOMEPAGE="http://glame.sourceforge.net/" +SRC_URI="mirror://sourceforge/glame/${P}.tar.gz" +RESTRICT="nomirror" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~sparc" -DEPEND=">=dev-util/guile-1.4-r3 +RDEPEND=">=dev-util/guile-1.4-r3 dev-libs/libxml2 >=media-sound/esound-0.2 - >=sys-devel/autoconf-2.58 media-libs/audiofile media-sound/mad oggvorbis? ( media-sound/vorbis-tools ) gnome? ( <gnome-base/libglade-2 gnome-base/gnome-libs )" -RDEPEND="nls? ( sys-devel/gettext )" +DEPEND="${RDEPEND} + >=sys-devel/autoconf-2.58 + nls? ( sys-devel/gettext )" src_unpack() { unpack ${A} diff --git a/media-sound/glame/glame-1.0.2.ebuild b/media-sound/glame/glame-1.0.2.ebuild index 4eaf168d5eb8..4d715838820d 100644 --- a/media-sound/glame/glame-1.0.2.ebuild +++ b/media-sound/glame/glame-1.0.2.ebuild @@ -1,29 +1,33 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-1.0.2.ebuild,v 1.3 2004/01/30 06:39:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-1.0.2.ebuild,v 1.4 2004/03/27 03:14:00 eradicator Exp $ DESCRIPTION="an audio file editing utility" HOMEPAGE="http://glame.sourceforge.net/" SRC_URI="mirror://sourceforge/glame/${P}.tar.gz" +RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc" +KEYWORDS="x86 ~sparc" IUSE="nls gnome oggvorbis debug alsa" -DEPEND=">=dev-util/guile-1.4-r3 +RDEPEND=">=dev-util/guile-1.4-r3 >=dev-libs/libxml-1.8.0 >=dev-libs/libxml2-2.0.0 >=media-sound/esound-0.2 >=media-libs/audiofile-0.2.2 - >=sys-devel/autoconf-2.58 =dev-libs/fftw-2* media-sound/mad media-libs/ladspa-sdk oggvorbis? ( >=media-libs/libvorbis-1.0 ) gnome? ( <gnome-base/libglade-2 gnome-base/gnome-libs ) alsa? ( media-libs/alsa-lib )" -RDEPEND="nls? ( >=sys-devel/gettext-0.11.3 )" + +DEPEND="${RDEPEND} + >=sys-devel/autoconf-2.58 + nls? ( >=sys-devel/gettext-0.11.3 )" + src_unpack() { unpack ${A} |