summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-02-28 22:12:52 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-02-28 22:12:52 +0000
commit4fd7c1dde17656a36c92da2cb528db2c1320ae3c (patch)
tree59516a91bef312f05462c48de7b71c5f7a37b087 /media-video/realplayer
parentInitial import. Ebuild submitted by Matt T. Proud <khanreaper@nerp.net>, clos... (diff)
downloadgentoo-2-4fd7c1dde17656a36c92da2cb528db2c1320ae3c.tar.gz
gentoo-2-4fd7c1dde17656a36c92da2cb528db2c1320ae3c.tar.bz2
gentoo-2-4fd7c1dde17656a36c92da2cb528db2c1320ae3c.zip
add comments aboiut artsdsp
Diffstat (limited to 'media-video/realplayer')
-rw-r--r--media-video/realplayer/ChangeLog5
-rw-r--r--media-video/realplayer/realplayer-8-r7.ebuild7
2 files changed, 9 insertions, 3 deletions
diff --git a/media-video/realplayer/ChangeLog b/media-video/realplayer/ChangeLog
index 3af0c6aa0b61..00b058fceb29 100644
--- a/media-video/realplayer/ChangeLog
+++ b/media-video/realplayer/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/realplayer
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/realplayer/ChangeLog,v 1.22 2004/01/17 05:19:10 darkspecter Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/realplayer/ChangeLog,v 1.23 2004/02/28 22:12:52 liquidx Exp $
+
+ 28 Feb 2004; Alastair Tse <liquidx@gentoo.org> realplayer-8-r7.ebuild:
+ add mention about artsdsp (#30699)
17 Jan 2004; Bartosch Pixa <darkspecter@gentoo.org> realplayer-8-r6.ebuild:
manifest fix
diff --git a/media-video/realplayer/realplayer-8-r7.ebuild b/media-video/realplayer/realplayer-8-r7.ebuild
index 7c79e0f6ff11..e5600f7c90f9 100644
--- a/media-video/realplayer/realplayer-8-r7.ebuild
+++ b/media-video/realplayer/realplayer-8-r7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/realplayer/realplayer-8-r7.ebuild,v 1.2 2004/01/16 10:48:24 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/realplayer/realplayer-8-r7.ebuild,v 1.3 2004/02/28 22:12:52 liquidx Exp $
inherit nsplugins
@@ -107,4 +107,7 @@ pkg_postinst() {
einfo "You can start the player by running 'realplay'"
einfo "You have to agree to the terms in ${BASE}/LICENSE or unmerge"
echo
+ einfo "If you are using arts, you should start realplayer using:"
+ einfo " artsdsp realplay"
+ echo
}