diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-03-30 20:51:40 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-03-30 20:51:40 +0000 |
commit | 2999758e21ce4627f04a6debd5c7e9f4e0f3c44b (patch) | |
tree | d9f8fa6ea564cd667e45f9c869d8d087cef3516d /media-plugins/rmxmms | |
parent | gtk support (diff) | |
download | gentoo-2-2999758e21ce4627f04a6debd5c7e9f4e0f3c44b.tar.gz gentoo-2-2999758e21ce4627f04a6debd5c7e9f4e0f3c44b.tar.bz2 gentoo-2-2999758e21ce4627f04a6debd5c7e9f4e0f3c44b.zip |
sdk url
Diffstat (limited to 'media-plugins/rmxmms')
-rw-r--r-- | media-plugins/rmxmms/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/rmxmms/rmxmms-0.5.1.ebuild | 13 |
2 files changed, 11 insertions, 7 deletions
diff --git a/media-plugins/rmxmms/ChangeLog b/media-plugins/rmxmms/ChangeLog index 53d6bb148bc3..6681562afc72 100644 --- a/media-plugins/rmxmms/ChangeLog +++ b/media-plugins/rmxmms/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for media-plugins/rmxmms # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/rmxmms/ChangeLog,v 1.5 2003/03/28 23:45:53 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/rmxmms/ChangeLog,v 1.6 2003/03/30 20:51:40 liquidx Exp $ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords *rmxmms-0.5.1 (09 Jul 2002) + 30 Mar 2003; Alastair Tse <liquidx@gentoo.org> rmxmms-0.5.1.ebuild: + explicit pointer to SDK download page. fixes #18476. + 28 Mar 2003; Alastair Tse <liquidx@gentoo.org> rmxmms-0.5.1.ebuild: block merge if using gcc3. #18132. diff --git a/media-plugins/rmxmms/rmxmms-0.5.1.ebuild b/media-plugins/rmxmms/rmxmms-0.5.1.ebuild index ef32b53fe094..cca3c6bcf12f 100644 --- a/media-plugins/rmxmms/rmxmms-0.5.1.ebuild +++ b/media-plugins/rmxmms/rmxmms-0.5.1.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-plugins/rmxmms/rmxmms-0.5.1.ebuild,v 1.4 2003/03/28 23:45:53 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/rmxmms/rmxmms-0.5.1.ebuild,v 1.5 2003/03/30 20:51:40 liquidx Exp $ IUSE="" @@ -11,6 +11,7 @@ DESCRIPTION="RealAudio plugin for xmms" SRC_URI="ftp://ftp.xmms.org/xmms/plugins/${PN}/${P}.tar.gz" HOMEPAGE="http://www.xmms.org http://forms.real.com/rnforms/resources/server/realsystemsdk/index.html#download" REALSDK="rsg2sdk_r4.tar.gz" +REALSDK_HOMEPAGE="http://proforma.real.com/rnforms/resources/server/realsystemsdk/index.html" SLOT="0" LICENSE="GPL-2 realsdk" @@ -22,9 +23,9 @@ DEPEND="media-sound/xmms pkg_setup() { if [ `gcc-major-ver` = 3 ]; then eerror "This plugin will not work when compiled with gcc-3.x" - eerror "Either install and select a gcc-2.95.x compiler with" - eerror "gcc-config, or give up." - die "Doesn't work with gcc-3.xx" + eerror "Either install and select a gcc-2.95.x compiler with" + eerror "gcc-config, or give up." + die "Doesn't work with gcc-3.xx" fi } @@ -34,8 +35,8 @@ src_unpack () { if [ ! -f ${DISTDIR}/${REALSDK} ]; then einfo "Please download the Real System SDK file from www.real.com" einfo "and place it in ${DISTDIR}." - einfo "The file should be named ${REALSDK} and a good starting point" - einfo "is ${REALSDK_HOMEPAGE}." + einfo "The file should be named ${REALSDK} and a good starting point is:" + einfo "${REALSDK_HOMEPAGE}" einfo "The SDK is needed only to build the plugin, it won't be installed." rm -rf ${WORKDIR} exit 1 |