Skip to content

Commit

Permalink
gluon: Version bump. Though it seems they call this Gluon Alpha 2, to…
Browse files Browse the repository at this point in the history
… quote

their site; "This is the currently recommended version for the normal user."

I will assume we are normal users.
  • Loading branch information
Dennis `stumbles` Veatch committed May 15, 2011
1 parent 4bc29d1 commit c93769a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 16 deletions.
17 changes: 6 additions & 11 deletions kde4/utils/gluon/BUILD
@@ -1,19 +1,14 @@
(

OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&

mkdir $OOTB_DIR &&
cd $OOTB_DIR &&

source /etc/profile.d/qt4.rc &&
source /etc/profile.d/kde4.rc &&

cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
-DCMAKE_BUILD_TYPE=RELEASE \
-DBUILD_PHYSICS_COMPONENTS=ON \
-DBUILD_PHYSICS_ASSETS=ON \
-DBUILD_GLUON_PLAYER=ON \
$OPTS &&
cmake -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
-DCMAKE_BUILD_TYPE=RELEASE \
-DBUILD_PHYSICS_COMPONENTS=ON \
-DBUILD_PHYSICS_ASSETS=ON \
-DBUILD_GLUON_PLAYER=ON \
$OPTS . &&

default_make

Expand Down
1 change: 1 addition & 0 deletions kde4/utils/gluon/DEPENDS
Expand Up @@ -3,3 +3,4 @@ depends libsndfile
depends eigen
depends kdebase4-workspace
depends glew
depends alure
11 changes: 6 additions & 5 deletions kde4/utils/gluon/DETAILS
@@ -1,11 +1,12 @@
MODULE=gluon
VERSION=0.70.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://gluon.gamingfreedom.org/sites/default/files/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$MODULE
MAJOR=0.71
VERSION=${MAJOR}.0
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$KDE_URL/unstable/gluon/${MAJOR}/src/
SOURCE_VFY=sha1:2b2d54504a1ffc9d8318d99dbd1fd85c48ffad00
WEB_SITE=http://gluon.tuxfamily.org/
ENTERED=20100106
UPDATED=20100825
UPDATED=20110515
SHORT="high-level game development library"

cat << EOF
Expand Down

0 comments on commit c93769a

Please sign in to comment.