summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Peterson <lavajoe@gentoo.org>2009-07-07 14:41:27 +0000
committerJoe Peterson <lavajoe@gentoo.org>2009-07-07 14:41:27 +0000
commitdc9c71c887246a55ee8bb2900b9256d2ad011df1 (patch)
tree0cd5ab8479949674b0988e2de1a721ff65a73c77 /games-simulation
parentKeyword ~amd64 (diff)
downloadgentoo-2-dc9c71c887246a55ee8bb2900b9256d2ad011df1.tar.gz
gentoo-2-dc9c71c887246a55ee8bb2900b9256d2ad011df1.tar.bz2
gentoo-2-dc9c71c887246a55ee8bb2900b9256d2ad011df1.zip
Remove bundled xmlrpc-epi lib (bug #276777) and use new package in tree
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/secondlife/ChangeLog9
-rw-r--r--games-simulation/secondlife/secondlife-1.23_rc2.ebuild145
-rw-r--r--games-simulation/secondlife/secondlife-1.23_rc4-r1.ebuild (renamed from games-simulation/secondlife/secondlife-1.23_rc4.ebuild)33
3 files changed, 11 insertions, 176 deletions
diff --git a/games-simulation/secondlife/ChangeLog b/games-simulation/secondlife/ChangeLog
index a9073722719e..0fb18a441938 100644
--- a/games-simulation/secondlife/ChangeLog
+++ b/games-simulation/secondlife/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for games-simulation/secondlife
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife/ChangeLog,v 1.3 2009/06/14 19:13:25 lavajoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife/ChangeLog,v 1.4 2009/07/07 14:41:27 lavajoe Exp $
+
+*secondlife-1.23_rc4-r1 (07 Jul 2009)
+
+ 07 Jul 2009; Joe Peterson <lavajoe@gentoo.org>
+ -secondlife-1.23_rc2.ebuild, -secondlife-1.23_rc4.ebuild,
+ +secondlife-1.23_rc4-r1.ebuild:
+ Remove bundled xmlrpc-epi lib (bug #276777) and use new package in tree
*secondlife-1.23_rc4 (14 Jun 2009)
*secondlife-1.23_rc2 (14 Jun 2009)
diff --git a/games-simulation/secondlife/secondlife-1.23_rc2.ebuild b/games-simulation/secondlife/secondlife-1.23_rc2.ebuild
deleted file mode 100644
index b0d3a5dc7e14..000000000000
--- a/games-simulation/secondlife/secondlife-1.23_rc2.ebuild
+++ /dev/null
@@ -1,145 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife/secondlife-1.23_rc2.ebuild,v 1.1 2009/06/14 19:13:25 lavajoe Exp $
-
-inherit eutils multilib games versionator
-
-SECONDLIFE_REVISION=120719
-SECONDLIFE_RELEASE_DIR=2009/05
-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="slviewer-src-viewer-${SECONDLIFE_MAJOR_VER}.${SECONDLIFE_MINOR_VER}-r${SECONDLIFE_REVISION}"
-
-DESCRIPTION="The Second Life (an online, 3D virtual world) viewer"
-HOMEPAGE="http://secondlife.com/"
-SRC_URI="http://secondlife.com/developers/opensource/downloads/${SECONDLIFE_RELEASE_DIR}/${MY_P}.tar.gz http://secondlife.com/developers/opensource/downloads/${SECONDLIFE_RELEASE_DIR}/slviewer-artwork-viewer-${SECONDLIFE_MAJOR_VER}.${SECONDLIFE_MINOR_VER}-r${SECONDLIFE_REVISION}.zip http://secondlife.com/developers/opensource/downloads/${SECONDLIFE_RELEASE_DIR}/slviewer-linux-libs-viewer-${SECONDLIFE_MAJOR_VER}.${SECONDLIFE_MINOR_VER}-r${SECONDLIFE_REVISION}.tar.gz mirror://sourceforge/xmlrpc-epi/xmlrpc-epi-0.54.tar.gz http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/glh_linear-linux-20080613.tar.bz2"
-
-LICENSE="GPL-2-with-Linden-Lab-FLOSS-exception Epinions"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="sys-libs/glibc
- sys-apps/dbus
- x11-libs/libX11
- x11-libs/libXau
- x11-libs/libXdmcp
- x11-libs/libXext
- >=x11-libs/gtk+-2.0
- x11-libs/libXinerama
- dev-libs/libgcrypt
- dev-libs/libgpg-error
- dev-libs/openssl
- dev-libs/apr
- dev-libs/apr-util
- dev-libs/boost
- dev-libs/elfio
- dev-libs/expat
- dev-util/cmake
- media-libs/freetype
- media-libs/libogg
- media-libs/libsdl
- media-libs/libvorbis
- media-libs/gstreamer
- media-plugins/gst-plugins-meta
- media-libs/fmod
- media-libs/jpeg
- media-libs/openjpeg
- net-libs/gnutls
- net-misc/curl
- net-dns/c-ares
- sys-libs/zlib
- virtual/libstdc++
- virtual/glu
- virtual/opengl
- media-libs/openal
- media-libs/freealut"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/linden"
-
-use amd64 && ARCH_LIBS_DIR="x86_64-linux"
-use x86 && ARCH_LIBS_DIR="i686-linux"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Fix cmake include path (so it can find xmlrpc includes)
- epatch "${FILESDIR}/${PN}-fix-cmake-include-path.patch"
-
- # Disable NDOF (joystick) that will not compile
- epatch "${FILESDIR}/${PN}-disable-ndof.patch"
-
- # Fix uninitialized GdkColor
- epatch "${FILESDIR}/${P}-fix-uninitialized-gdkcolor.patch"
-
- # Fix memset used with constant zero length parameter error
- epatch "${FILESDIR}/${P}-fix-memset-error.patch"
-
- # Fix printf format type error
- epatch "${FILESDIR}/${P}-fix-printf-format-error.patch"
-
- # Move extra glh include file into place.
- # NOTE: This is hackish, since it had to be downloaded from the SL site
- # separately as part of the batch used when *not* building the
- # viewer standalone (this ebuild *does* build it standalone).
- mv ../indra/llwindow/glh indra/llwindow || die
- rm -r ../indra || die
-
- # Add local paths to the xmlrpc-epi cmake files.
- # NOTE: This lib is downloaded separately, since it is
- # not available in Gentoo.
- sed -i -e"s:/usr/local/include:${S}/libraries/${ARCH_LIBS_DIR}/include /usr/local/include:" indra/cmake/FindXmlRpcEpi.cmake || die
- sed -i -e"s:/usr/lib:${S}/libraries/${ARCH_LIBS_DIR}/lib_release_client /usr/lib:" indra/cmake/FindXmlRpcEpi.cmake || die
-
- # Make 3rd party package area for xmlrpc-epi
- mkdir -p libraries/${ARCH_LIBS_DIR}/include || die
- mkdir libraries/${ARCH_LIBS_DIR}/lib_release_client || die
-}
-
-src_compile() {
- # First, build xmlrpc-epi
- cd "${WORKDIR}/xmlrpc-epi-"*
-
- econf
- emake || die
-
- # Copy relevant files from xmlrpc-epi to 3rd party package area
- rm src/.libs/libxmlrpc-epi.la || die
- cp src/libxmlrpc-epi.la src/.libs || die
- mkdir "${S}"/libraries/${ARCH_LIBS_DIR}/include/xmlrpc-epi || die
- cp -dR src/*.h "${S}"/libraries/${ARCH_LIBS_DIR}/include/xmlrpc-epi || die
- cp -dR src/.libs/libxmlrpc* "${S}"/libraries/${ARCH_LIBS_DIR}/lib_release_client || die
-
- # Now build the Second Life viewer
- cd "${S}/indra"
-
- ./develop.py --standalone configure || die
- ./develop.py --standalone build || die
-}
-
-src_install() {
- cd "${S}"/indra/viewer-*/newview/packaged || die
-
- dodoc README-*.txt licenses.txt || die
- rm README-*.txt licenses.txt || die
-
- insinto /usr/share/secondlife
- doins secondlife_icon.png || die
- rm secondlife_icon.png || die
-
- dodir /usr/lib/${PN} || die
- cp -dR "${S}"/libraries/${ARCH_LIBS_DIR}/lib_release_client/libxml* "${D}"/usr/lib/${PN} || die
- #cp -dR bin secondlife *.sh "${D}"/usr/lib/${PN} || die
- #rm -r bin secondlife *.sh || die
- cp -dR * "${D}"/usr/lib/${PN} || die
- chmod o-x "${D}"/usr/lib/${PN}/bin/* "${D}"/usr/lib/${PN}/secondlife "${D}"/usr/lib/${PN}/*.sh || die
- chgrp games "${D}"/usr/lib/${PN}/bin/* "${D}"/usr/lib/${PN}/secondlife "${D}"/usr/lib/${PN}/*.sh || die
-
- games_make_wrapper secondlife "./secondlife --set VersionChannelName Gentoo" /usr/lib/${PN} /usr/lib/${PN}
- make_desktop_entry secondlife "Second Life" /usr/share/${PN}/secondlife_icon.png
-
- prepgamesdirs
-}
diff --git a/games-simulation/secondlife/secondlife-1.23_rc4.ebuild b/games-simulation/secondlife/secondlife-1.23_rc4-r1.ebuild
index c04d38c6c995..6712a90a0d07 100644
--- a/games-simulation/secondlife/secondlife-1.23_rc4.ebuild
+++ b/games-simulation/secondlife/secondlife-1.23_rc4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife/secondlife-1.23_rc4.ebuild,v 1.1 2009/06/14 19:13:25 lavajoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife/secondlife-1.23_rc4-r1.ebuild,v 1.1 2009/07/07 14:41:27 lavajoe Exp $
inherit eutils multilib games versionator
@@ -12,7 +12,7 @@ MY_P="slviewer-src-viewer-rc-frozen-${SECONDLIFE_MAJOR_VER}.${SECONDLIFE_MINOR_V
DESCRIPTION="The Second Life (an online, 3D virtual world) viewer"
HOMEPAGE="http://secondlife.com/"
-SRC_URI="http://automated-builds-secondlife-com.s3.amazonaws.com/viewer-rc-frozen/${MY_P}.tar.gz http://automated-builds-secondlife-com.s3.amazonaws.com/viewer-rc-frozen/slviewer-artwork-viewer-rc-frozen-${SECONDLIFE_MAJOR_VER}.${SECONDLIFE_MINOR_VER}.${SECONDLIFE_REVISION}.zip http://automated-builds-secondlife-com.s3.amazonaws.com/viewer-rc-frozen/slviewer-linux-libs-viewer-rc-frozen-${SECONDLIFE_MAJOR_VER}.${SECONDLIFE_MINOR_VER}.${SECONDLIFE_REVISION}.tar.gz mirror://sourceforge/xmlrpc-epi/xmlrpc-epi-0.54.tar.gz"
+SRC_URI="http://automated-builds-secondlife-com.s3.amazonaws.com/viewer-rc-frozen/${MY_P}.tar.gz http://automated-builds-secondlife-com.s3.amazonaws.com/viewer-rc-frozen/slviewer-artwork-viewer-rc-frozen-${SECONDLIFE_MAJOR_VER}.${SECONDLIFE_MINOR_VER}.${SECONDLIFE_REVISION}.zip"
LICENSE="GPL-2-with-Linden-Lab-FLOSS-exception Epinions"
SLOT="0"
@@ -35,6 +35,7 @@ DEPEND="sys-libs/glibc
dev-libs/boost
dev-libs/elfio
dev-libs/expat
+ dev-libs/xmlrpc-epi
dev-util/cmake
media-libs/freetype
media-libs/libogg
@@ -69,9 +70,6 @@ src_unpack() {
# and comment out the amd64 streaming disable to fix streaming audio.
use amd64 && epatch "${FILESDIR}/${P}-amd64-audio-streaming-fix.patch"
- # Fix cmake include path (so it can find xmlrpc includes)
- epatch "${FILESDIR}/${PN}-fix-cmake-include-path.patch"
-
# Disable NDOF (joystick) that will not compile
epatch "${FILESDIR}/${PN}-disable-ndof.patch"
@@ -83,33 +81,9 @@ src_unpack() {
# Fix printf format type error
epatch "${FILESDIR}/${P}-fix-printf-format-error.patch"
-
- # Add local paths to the xmlrpc-epi cmake files.
- # NOTE: This lib is downloaded separately, since it is
- # not available in Gentoo.
- sed -i -e"s:/usr/local/include:${S}/libraries/${ARCH_LIBS_DIR}/include /usr/local/include:" indra/cmake/FindXmlRpcEpi.cmake || die
- sed -i -e"s:/usr/lib:${S}/libraries/${ARCH_LIBS_DIR}/lib_release_client /usr/lib:" indra/cmake/FindXmlRpcEpi.cmake || die
-
- # Make 3rd party package area for xmlrpc-epi
- mkdir -p libraries/${ARCH_LIBS_DIR}/include || die
- mkdir libraries/${ARCH_LIBS_DIR}/lib_release_client || die
}
src_compile() {
- # First, build xmlrpc-epi
- cd "${WORKDIR}/xmlrpc-epi-"*
-
- econf
- emake || die
-
- # Copy relevant files from xmlrpc-epi to 3rd party package area
- rm src/.libs/libxmlrpc-epi.la || die
- cp src/libxmlrpc-epi.la src/.libs || die
- mkdir "${S}"/libraries/${ARCH_LIBS_DIR}/include/xmlrpc-epi || die
- cp -dR src/*.h "${S}"/libraries/${ARCH_LIBS_DIR}/include/xmlrpc-epi || die
- cp -dR src/.libs/libxmlrpc* "${S}"/libraries/${ARCH_LIBS_DIR}/lib_release_client || die
-
- # Now build the Second Life viewer
cd "${S}/indra"
./develop.py --standalone configure || die
@@ -127,7 +101,6 @@ src_install() {
rm secondlife_icon.png || die
dodir /usr/lib/${PN} || die
- cp -dR "${S}"/libraries/${ARCH_LIBS_DIR}/lib_release_client/libxml* "${D}"/usr/lib/${PN} || die
#cp -dR bin secondlife *.sh "${D}"/usr/lib/${PN} || die
#rm -r bin secondlife *.sh || die
cp -dR * "${D}"/usr/lib/${PN} || die