diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2003-08-17 19:55:41 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2003-08-17 19:55:41 +0000 |
commit | d100851797c0316a32747b84410619d3466e636d (patch) | |
tree | 3828b7f6287a5fc536d1b20040aed66554fa0e72 /media-sound | |
parent | Added metadata.xml (diff) | |
download | historical-d100851797c0316a32747b84410619d3466e636d.tar.gz historical-d100851797c0316a32747b84410619d3466e636d.tar.bz2 historical-d100851797c0316a32747b84410619d3466e636d.zip |
fixed a typo in the homepage and changed gnome2_src_configure to gnome2_src_compile
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/rhythmbox/Manifest | 2 | ||||
-rw-r--r-- | media-sound/rhythmbox/rhythmbox-0.5.0.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/rhythmbox/Manifest b/media-sound/rhythmbox/Manifest index fea133a105fa..8c25f015c1bc 100644 --- a/media-sound/rhythmbox/Manifest +++ b/media-sound/rhythmbox/Manifest @@ -1,3 +1,3 @@ -MD5 4ee45389cd703e237bf8979eaf6b47ce rhythmbox-0.5.0.ebuild 1479 +MD5 36b7f5b1c63d2a74bc6cc94b3fff70cb rhythmbox-0.5.0.ebuild 1477 MD5 7a82e29f584483e1da4d8be505bafac1 ChangeLog 504 MD5 ab865b430e07f028d861503a1669dc97 files/digest-rhythmbox-0.5.0 68 diff --git a/media-sound/rhythmbox/rhythmbox-0.5.0.ebuild b/media-sound/rhythmbox/rhythmbox-0.5.0.ebuild index 93513c386338..900e2417427a 100644 --- a/media-sound/rhythmbox/rhythmbox-0.5.0.ebuild +++ b/media-sound/rhythmbox/rhythmbox-0.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.5.0.ebuild,v 1.1 2003/08/17 12:06:38 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.5.0.ebuild,v 1.2 2003/08/17 19:55:30 g2boojum Exp $ # Comments wrt gstreamer are in the build. Not all the gstreamer plugins # required for support are in portage yet. @@ -10,7 +10,7 @@ IUSE="mad oggvorbis" # gstreamer inherit gnome2 DESCRIPTION="An integrated music management application originally inspired by iTunes for GNOME 2" -HOMEPAGE="http://www.thythmbox.org" +HOMEPAGE="http://www.rhythmbox.org" SRC_URI="mirror://sourceforge/rhythmbox/${P}.tar.gz" LICENSE="GPL-2" @@ -43,6 +43,6 @@ src_compile() { use oggvorbis || myconf="${myconf} --disable-vorbis" - gnome2_src_configure ${myconf} + gnome2_src_compile ${myconf} } |