diff options
author | Joe Peterson <lavajoe@gentoo.org> | 2009-05-11 16:05:24 +0000 |
---|---|---|
committer | Joe Peterson <lavajoe@gentoo.org> | 2009-05-11 16:05:24 +0000 |
commit | eb85c0fcaaf16fd561e9fe807353caa2eaf057a7 (patch) | |
tree | 96ce45c9fb745955ee37351c2ea4855678f864d5 /games-simulation/secondlife-bin | |
parent | Fix compile with GCC 4.4 wrt #267466, thanks to John Keeping. (diff) | |
download | gentoo-2-eb85c0fcaaf16fd561e9fe807353caa2eaf057a7.tar.gz gentoo-2-eb85c0fcaaf16fd561e9fe807353caa2eaf057a7.tar.bz2 gentoo-2-eb85c0fcaaf16fd561e9fe807353caa2eaf057a7.zip |
Add new 1.23 RC1
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'games-simulation/secondlife-bin')
-rw-r--r-- | games-simulation/secondlife-bin/ChangeLog | 8 | ||||
-rw-r--r-- | games-simulation/secondlife-bin/secondlife-bin-1.23_rc1.ebuild | 104 |
2 files changed, 111 insertions, 1 deletions
diff --git a/games-simulation/secondlife-bin/ChangeLog b/games-simulation/secondlife-bin/ChangeLog index 9d376abec112..caa3322014d0 100644 --- a/games-simulation/secondlife-bin/ChangeLog +++ b/games-simulation/secondlife-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-simulation/secondlife-bin # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife-bin/ChangeLog,v 1.18 2009/04/26 17:46:55 lavajoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife-bin/ChangeLog,v 1.19 2009/05/11 16:05:24 lavajoe Exp $ + +*secondlife-bin-1.23_rc1 (11 May 2009) + + 11 May 2009; Joe Peterson <lavajoe@gentoo.org> + +secondlife-bin-1.23_rc1.ebuild: + Add new 1.23 RC1 *secondlife-bin-1.22.11 (26 Apr 2009) diff --git a/games-simulation/secondlife-bin/secondlife-bin-1.23_rc1.ebuild b/games-simulation/secondlife-bin/secondlife-bin-1.23_rc1.ebuild new file mode 100644 index 000000000000..2b1d621c9d73 --- /dev/null +++ b/games-simulation/secondlife-bin/secondlife-bin-1.23_rc1.ebuild @@ -0,0 +1,104 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife-bin/secondlife-bin-1.23_rc1.ebuild,v 1.1 2009/05/11 16:05:24 lavajoe Exp $ + +inherit eutils multilib games versionator + +SECONDLIFE_REVISION=119104 +SECONDLIFE_MAJOR_VER=$(get_version_component_range 1-2) +SECONDLIFE_MINOR_VER=$(get_version_component_range 3) +SECONDLIFE_MINOR_VER=${SECONDLIFE_MINOR_VER/rc/} +MY_P="SecondLife-i686-${SECONDLIFE_MAJOR_VER}.${SECONDLIFE_MINOR_VER}.${SECONDLIFE_REVISION}" + +DESCRIPTION="The Second Life (an online, 3D virtual world) viewer" +HOMEPAGE="http://secondlife.com/" +SRC_URI="http://release-candidate-secondlife-com.s3.amazonaws.com/${MY_P}.tar.bz2" +RESTRICT="mirror strip" + +LICENSE="GPL-2-with-Linden-Lab-FLOSS-exception" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# Note, used to RDEPEND on: +# media-fonts/kochi-substitute +RDEPEND="sys-libs/glibc + sys-apps/dbus + x11-libs/libX11 + x11-libs/libXau + x11-libs/libXdmcp + x11-libs/libXext + dev-libs/libgcrypt + dev-libs/libgpg-error + dev-libs/openssl + media-libs/freetype + media-libs/libogg + media-libs/libsdl + media-libs/libvorbis + media-libs/gstreamer + net-libs/gnutls + net-misc/curl + sys-libs/zlib + virtual/glu + virtual/opengl + amd64? ( + app-emulation/emul-linux-x86-sdl + app-emulation/emul-linux-x86-gtklibs + )" + +S="${WORKDIR}/${MY_P}" + +SECONDLIFE_HOME="${GAMES_PREFIX_OPT}/secondlife" + +QA_TEXTRELS="${SECONDLIFE_HOME:1}/bin/libllkdu.so + ${SECONDLIFE_HOME:1}/lib/libkdu_v42R.so + ${SECONDLIFE_HOME:1}/lib/libfmod-3.75.so + ${SECONDLIFE_HOME:1}/lib/libvivoxsdk.so + ${SECONDLIFE_HOME:1}/app_settings/mozilla-runtime-linux-i686/libxul.so" +QA_EXECSTACK="${SECONDLIFE_HOME:1}/bin/do-not-directly-run-secondlife-bin + ${SECONDLIFE_HOME:1}/bin/libllkdu.so + ${SECONDLIFE_HOME:1}/lib/libSDL-1.2.so.0 + ${SECONDLIFE_HOME:1}/lib/libcrypto.so.0.9.7 + ${SECONDLIFE_HOME:1}/lib/libkdu_v42R.so + ${SECONDLIFE_HOME:1}/lib/libfmod-3.75.so + ${SECONDLIFE_HOME:1}/app_settings/mozilla-runtime-linux-i686/libxul.so" + +pkg_setup() { + games_pkg_setup + + # x86 binary package, ABI=x86 + has_multilib_profile && ABI="x86" +} + +src_unpack() { + unpack ${A} + cd "${S}" + + # On 64-bit systems, we need to uncomment LL_BAD_OPENAL_DRIVER=x + # to fix streaming audio. + #use amd64 && epatch "${FILESDIR}"/${P}-amd64-audio-streaming-fix.patch +} + +src_install() { + exeinto "${SECONDLIFE_HOME}" + doexe launch_url.sh linux-crash-logger.bin secondlife || die + rm -rf launch_url.sh linux-crash-logger.bin secondlife + + exeinto "${SECONDLIFE_HOME}"/bin + doexe bin/* || die + rm -rf bin + + exeinto "${SECONDLIFE_HOME}"/lib + doexe lib/* || die + rm -rf lib + + insinto "${SECONDLIFE_HOME}" + doins -r * || die "doins * failed" + + #dosym /usr/share/fonts/kochi-substitute/kochi-mincho-subst.ttf "${SECONDLIFE_HOME}"/unicode.ttf + + games_make_wrapper secondlife-bin "./secondlife --set VersionChannelName Gentoo" "${SECONDLIFE_HOME}" "${SECONDLIFE_HOME}"/lib + make_desktop_entry secondlife-bin "Second Life" /opt/secondlife/secondlife_icon.png + + prepgamesdirs +} |