[SCM] A client for connecting to 3D metaverses such as Linden Labs Secondlife(tm) and OpenSim grids branch, master, updated. upstream/1.20.8-31-g8f9aa30

Robin Cornelius robin.cornelius at gmail.com
Thu Jun 26 10:02:41 UTC 2008


The following commit has been merged in the master branch:
commit 85b98bf525a522eb79461027260640363299ad60
Author: Robin Cornelius <robin.cornelius at gmail.com>
Date:   Wed Jun 25 12:54:01 2008 +0100

    revert SConstruct to upstream version

diff --git a/indra/SConstruct b/indra/SConstruct
index af14c93..9353317 100644
--- a/indra/SConstruct
+++ b/indra/SConstruct
@@ -163,9 +163,6 @@ standalone_net_pkgs = [
     'libssl',
     ]
 
-if enable_gstreamer:
-    standalone_pkgs.append( 'gstreamer-0.10' )
-
 def pkgconfig(opt, pkgs=None):
     if pkgs is None:
         pkgs = standalone_pkgs + standalone_net_pkgs
@@ -180,8 +177,6 @@ if standalone:
                               'packages: %s' % ' '.join(missing))
         sys.exit(2)
 
-
-
 #####################
 # ITERATE TARGETS   #
 #####################
@@ -213,7 +208,7 @@ for build_target in targets:
     try:
         build_dir_prefix = os.environ['TEMP_BUILD_DIR']
     except:
-        build_dir_prefix = '/tmp/'
+        build_dir_prefix = '/tmp/' + os.environ['USER']
         
     build_dir = build_dir_prefix + os.getcwd() + '/' + system_str + '-' + build_target + '-' + buildtype
 

-- 
A client for connecting to 3D metaverses such as Linden Labs Secondlife(tm) and OpenSim grids



More information about the Pkg-games-commits mailing list