[SM-Commit] PERFORCE change 79420 by Daniel Goller for review
Perforce Review Daemon
p4review at smee.org
Tue May 16 23:20:01 EDT 2006
Change 79420 by daniel_goller at daniel_goller-localhost64 on 2006/05/17 04:18:08
Putting it here with a WIP file to get some testers, the gettext error i get on building should only be localized, to be sure i need testers.
This acts the same with 3.4.6 and 4.0.3, and 1.4.1 builds fine with 3.4 and 4.1 ... on that other distro where i have maintained celestia before.
Affected files ...
... //sgl/grimoires/devel/science/celestia/BUILD#2 edit
... //sgl/grimoires/devel/science/celestia/CONFIGURE#2 edit
... //sgl/grimoires/devel/science/celestia/DEPENDS#2 edit
... //sgl/grimoires/devel/science/celestia/DETAILS#2 edit
... //sgl/grimoires/devel/science/celestia/HISTORY#2 edit
... //sgl/grimoires/devel/science/celestia/PRE_BUILD#2 edit
... //sgl/grimoires/devel/science/celestia/WIP#1 add
... //sgl/grimoires/devel/science/celestia/celestia-1.3.2.tar.gz.sig#2 delete
Differences ...
==== //sgl/grimoires/devel/science/celestia/BUILD#2 (xtext) ====
@@ -1,6 +1,7 @@
OPTS="$CELESTIA_XINERAMA \
$CELESTIA_FINAL \
--with-gconf-schema-file-dir=$INSTALL_ROOT/etc/gconf/schemas \
+ --with-included-gettext \
--disable-debug \
$OPTS" &&
==== //sgl/grimoires/devel/science/celestia/CONFIGURE#2 (xtext) ====
==== //sgl/grimoires/devel/science/celestia/DEPENDS#2 (xtext) ====
@@ -1,5 +1,4 @@
depends autoconf &&
-depends gcc33 &&
depends jpeg &&
depends libpng &&
==== //sgl/grimoires/devel/science/celestia/DETAILS#2 (xtext) ====
@@ -1,16 +1,15 @@
- SPELL=celestia
- VERSION=1.3.2
- SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- GCC_VERSION=3.3
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
- LICENSE[0]=GPL
- BUILD_API=2
- WEB_SITE=http://www.shatters.net/celestia/
- ENTERED=20030503
- UPDATED=20040216
- SHORT="Real-time space simulation"
+ SPELL=celestia
+ VERSION=1.4.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_HASH[0]=sha512:82165e4488cb87cbd6d4813c1351ef2b26893e6e7a23bc24d2a668dbcbe18a3cbfda5dccd2a0bc1e3db5e4e0366c3f6618d750f962e2cfd0d41c105453e18465
+ LICENSE[0]=GPL
+ BUILD_API=2
+ WEB_SITE=http://www.shatters.net/celestia/
+ ENTERED=20030503
+ UPDATED=20060429
+ SHORT="Real-time space simulation"
cat << EOF
Celestia is a free real-time space simulation that lets you experience
our universe in three dimensions. Unlike most planetarium software,
==== //sgl/grimoires/devel/science/celestia/HISTORY#2 (text) ====
@@ -1,3 +1,9 @@
+2006-05-16 Daniel Goller <dgoller at satx.rr.com>
+ * DETAILS, DEPENDS, BUILD, PRE_BUILD, CONFIGURE, WIP: update to 1.4.1
+
+2006-04-30 David Kowis <dkowis at shlrm.org>
+ * PRE_BUILD: removed removing of jpeg and png checks makes the build work
+
2005-10-30 Eric Sandall <eric at sandall.us>
* DETAILS: Changed to GPG verification
Added GCC_VERSION=3.3 (fails with 3.4.4)
==== //sgl/grimoires/devel/science/celestia/PRE_BUILD#2 (xtext) ====
@@ -7,13 +7,9 @@
sedit "s:CFLAGS=\"-O2 -Wall -ffast-math -fexpensive-optimizations:CFLAGS=\"$CFLAGS:" configure.in &&
sedit "s:CXXFLAGS=\"-O2 -Wall -ffast-math -fexpensive-optimizations:CXXFLAGS=\"$CXXFLAGS:" configure.in &&
-#
-# Remove checks for JPEG and PNG, somehow they're broken...
-#
-sedit '296,307d' configure.in &&
#
# Remake ./configure with our changes
#
rm -f configure &&
-autoconf
+autoconf
More information about the SM-Commit
mailing list