Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 77496 by John Harding for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "Arwed von Merkatz" <v.merkatz AT gmx.net>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "David Kowis" <dkowis+smgl-p4 AT shlrm.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Eric Sandall" <eric AT sandall.us>, "George J. Sherwood" <george AT beernabeer.com>, "Jason Flatt" <jflatt AT sourcemage.org>, "Jeremy Blosser" <jblosser AT sourcemage.org>, "Ladislav Hagara" <ladislav.hagara AT unob.cz>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Pol Vinogradov" <vin.public AT gmail.com>, "Robin Cook" <rcook AT wyrms.net>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 77496 by John Harding for review
  • Date: Sun, 9 Apr 2006 17:05:00 +0100 (BST)

Change 77496 by john_harding@john_harding-iowa1000 on 2006/04/09 17:02:49

Version bump to .0.8pre4 and added no sound choice

Affected files ...

... //sgl/grimoires/games/games-libs/libmxp/DETAILS#3 edit
... //sgl/grimoires/games/games-libs/libmxp/HISTORY#3 edit
... //sgl/grimoires/games/games-rpg-mp/kmuddy/CONFIGURE#2 edit
... //sgl/grimoires/games/games-rpg-mp/kmuddy/DEPENDS#5 edit
... //sgl/grimoires/games/games-rpg-mp/kmuddy/DETAILS#6 edit
... //sgl/grimoires/games/games-rpg-mp/kmuddy/HISTORY#7 edit

Differences ...

==== //sgl/grimoires/games/games-libs/libmxp/DETAILS#3 (text) ====

@@ -2,10 +2,11 @@
VERSION=0.2.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL="http://www.kmuddy.net/libmxp/#download";
+ SOURCE_URL=http://www.kmuddy.net/libmxp/files/$SOURCE
WEB_SITE=http://www.kmuddy.net/libmxp
ENTERED=20060407

SOURCE_HASH=sha512:9855f1ff93ec00945b7946db32dcaafa95777b81b6dccb5926a985127a5af14dc3869f5c53d768c431bf17c1e5a1777584cf9d7a5229c10d35a00184572a4007
+ LICENSE=UNKNOWN
BUILD_API=2
SHORT="libmxp enhances mud play for several games"
cat << EOF

==== //sgl/grimoires/games/games-libs/libmxp/HISTORY#3 (text) ====

@@ -1,2 +1,2 @@
-2006-04-07 John Harding <johnh AT kuberaconsulting.com>
- * DETAILS: added libmxp, used by kmuddy
+2006-04-08 John Harding <johnh AT kuberaconsulting.com>
+ * DETAILS: Created spell

==== //sgl/grimoires/games/games-rpg-mp/kmuddy/CONFIGURE#2 (xtext) ====

@@ -1,2 +1,2 @@
config_query_list SOUND "Which sound system do you wish to use" \
- "sdl" "arts"
+ "none" "sdl" "arts"

==== //sgl/grimoires/games/games-rpg-mp/kmuddy/DEPENDS#5 (xtext) ====

@@ -1,8 +1,11 @@
depends kdelibs &&
-if [[ "${SOUND}" == "sdl" ]]
+if [[ "${SOUND}" == "none" ]]
+then
+"--disable-sound"
+elif [[ "${SOUND}" == "sdl" ]]
then
-depends sdl "--with-sdl --without-arts"
+depends sdl "--enable-sound --with-sdl --without-arts"
else
-depends ${SOUND} "--with-arts --without-sdl"
+depends ${SOUND} "--enable-sound --with-arts --without-sdl"
fi &&
optional_depends libmxp "--with-libmxp" "--without-libmxp" "Improves mud
playing experience"

==== //sgl/grimoires/games/games-rpg-mp/kmuddy/DETAILS#6 (xtext) ====

@@ -1,11 +1,12 @@
SPELL=kmuddy
- VERSION=0.7.1
+ VERSION=0.8pre4
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.kmuddy.net/files/$SOURCE
WEB_SITE=http://www.kmuddy.net
ENTERED=20040422
-
SOURCE_HASH=sha512:10d4d61fa43e99f4726c8a0cec45b00797757c277985ded4529372d43cd2410c15346bfe136f4e62699e990faea07af4e04682db6b8a966594883c57813f3225
+
SOURCE_HASH=sha512:5fafdf8dd3c13ec27ebb8fdcdf5d3e84dfe54e188846de4256527a0279feb49cbe1c75488591777c790ee1a367347912e0601e21ea9c66d8fa2f674ab8f594c4
+ LICENSE=GPL
BUILD_API=2
SHORT="KMuddy is a mud client designed for KDE"
cat << EOF

==== //sgl/grimoires/games/games-rpg-mp/kmuddy/HISTORY#7 (text) ====

@@ -1,3 +1,8 @@
+2006-04-09 John Harding <johnh AT kuberaconsulting.com>
+ * DETAILS: Version bump
+ * CONFIGURE: Added no sound option
+ * DEPENDS: Added no sound option
+
2006-04-08 John Harding <johnh AT kuberaconsulting.com>
* DETAILS: Fixed bad url




  • [SM-Commit] PERFORCE change 77496 by John Harding for review, Perforce Review Daemon, 04/09/2006

Archive powered by MHonArc 2.6.24.

Top of Page