Lines 2-10
Link Here
|
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/media-video/realone/realone-1.ebuild,v 1.14 2005/01/25 17:23:08 greg_g Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/media-video/realone/realone-1.ebuild,v 1.14 2005/01/25 17:23:08 greg_g Exp $ |
4 |
|
4 |
|
5 |
IUSE="gnome kde" |
5 |
IUSE="" |
6 |
|
6 |
|
7 |
inherit virtualx |
7 |
inherit virtualx eutils |
8 |
|
8 |
|
9 |
DESCRIPTION="RealOne player is a streaming media player, AKA RealPlayer9" |
9 |
DESCRIPTION="RealOne player is a streaming media player, AKA RealPlayer9" |
10 |
HOMEPAGE="http://realforum.real.com/cgi-bin/unixplayer/wwwthreads.pl" |
10 |
HOMEPAGE="http://realforum.real.com/cgi-bin/unixplayer/wwwthreads.pl" |
Lines 26-32
Link Here
|
26 |
INS="/opt/RealPlayer9" |
26 |
INS="/opt/RealPlayer9" |
27 |
RN="${INS}/realnetworks" |
27 |
RN="${INS}/realnetworks" |
28 |
REAL="${INS}/Real" |
28 |
REAL="${INS}/Real" |
29 |
APPLNK="share/applnk/Multimedia" |
|
|
30 |
|
29 |
|
31 |
# Some small files the player needs |
30 |
# Some small files the player needs |
32 |
CONFIG_Gemini="pluginfilepath=${REAL}/RCAPlugins\n" |
31 |
CONFIG_Gemini="pluginfilepath=${REAL}/RCAPlugins\n" |
Lines 109-125
Link Here
|
109 |
insinto ${RN} |
108 |
insinto ${RN} |
110 |
doins Gemini_0_1 RealMediaSDK_6_0 RealPlayer_9_0 RealShared_0_0 |
109 |
doins Gemini_0_1 RealMediaSDK_6_0 RealPlayer_9_0 RealShared_0_0 |
111 |
|
110 |
|
112 |
# KDE desktop entry |
111 |
domenu ${FILESDIR}/realone.desktop |
113 |
if use kde; then |
|
|
114 |
insinto /usr/${APPLNK} |
115 |
doins ${FILESDIR}/realone.desktop |
116 |
fi |
117 |
|
118 |
# Gnome desktop entry |
119 |
if use gnome; then |
120 |
insinto /usr/share/applications |
121 |
doins ${FILESDIR}/realone.desktop |
122 |
fi |
123 |
|
112 |
|
124 |
# Install pixmaps |
113 |
# Install pixmaps |
125 |
insinto /usr/share/pixmaps |
114 |
insinto /usr/share/pixmaps |
Lines 134-142
Link Here
|
134 |
einfo "The RealOne player has been installed into ${INS}." |
123 |
einfo "The RealOne player has been installed into ${INS}." |
135 |
einfo "You can start it by running the wrapper script 'realone'." |
124 |
einfo "You can start it by running the wrapper script 'realone'." |
136 |
einfo "Netscape plugin was not installed because it is defunct." |
125 |
einfo "Netscape plugin was not installed because it is defunct." |
137 |
if useq kde; then |
|
|
138 |
einfo "A KDE desktop entry for RealOne has been installed." |
139 |
fi |
140 |
echo |
126 |
echo |
141 |
einfo "You must agree to the EULA in ${INS}/LICENSE or unmerge." |
127 |
einfo "You must agree to the EULA in ${INS}/LICENSE or unmerge." |
142 |
echo |
128 |
echo |