diff options
author | 2007-01-22 10:59:52 +0000 | |
---|---|---|
committer | 2007-01-22 10:59:52 +0000 | |
commit | d11bab265f5771e2f081b7c806058d88a315a9d4 (patch) | |
tree | b8aa82bbb80dd5f29717e698f67ac6e05b1a2854 /games-engines/gargoyle/files | |
parent | Fix for glib-2.5 (again) (diff) | |
download | historical-d11bab265f5771e2f081b7c806058d88a315a9d4.tar.gz historical-d11bab265f5771e2f081b7c806058d88a315a9d4.tar.bz2 historical-d11bab265f5771e2f081b7c806058d88a315a9d4.zip |
Version bump, with updated filename patch, fixed gtk+ detection and added missing sdl dependancies. Closes bug #157207. Wiped out previous version.
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'games-engines/gargoyle/files')
-rw-r--r-- | games-engines/gargoyle/files/digest-gargoyle-20060917 | 3 | ||||
-rw-r--r-- | games-engines/gargoyle/files/filename-friendliness-20060917.patch | 228 |
2 files changed, 231 insertions, 0 deletions
diff --git a/games-engines/gargoyle/files/digest-gargoyle-20060917 b/games-engines/gargoyle/files/digest-gargoyle-20060917 new file mode 100644 index 000000000000..fb141c122e18 --- /dev/null +++ b/games-engines/gargoyle/files/digest-gargoyle-20060917 @@ -0,0 +1,3 @@ +MD5 19467db0e693c31810153ca8aaf7f915 gargoyle-2006-09-17-source.zip 9714916 +RMD160 86e832323f8da96004460c7fa5b1054717817884 gargoyle-2006-09-17-source.zip 9714916 +SHA256 3a39e8e8809a8d942bb5ae71b8f64e4f4f4ecbf2cd1e7de0ed40fd58ea2f7ce0 gargoyle-2006-09-17-source.zip 9714916 diff --git a/games-engines/gargoyle/files/filename-friendliness-20060917.patch b/games-engines/gargoyle/files/filename-friendliness-20060917.patch new file mode 100644 index 000000000000..0d77d5578bd1 --- /dev/null +++ b/games-engines/gargoyle/files/filename-friendliness-20060917.patch @@ -0,0 +1,228 @@ +diff -rU2 gargoyle-orig/garglk/launcher.sh gargoyle/garglk/launcher.sh +--- gargoyle-orig/garglk/launcher.sh 2007-01-09 12:55:49.000000000 -0800 ++++ gargoyle/garglk/launcher.sh 2007-01-09 12:57:07.000000000 -0800 +@@ -45,25 +45,25 @@ + + case "$lowpath" in +- *.taf ) $dirpath/scare "$1" ;; +- *.dat ) $dirpath/advsys "$1" ;; +- *.agx ) $dirpath/agility "$1" ;; +- *.d\$\$ ) $dirpath/agility "$1" ;; +- *.acd ) $dirpath/alan2 "$1" ;; +- *.a3c ) $dirpath/alan3 "$1" ;; +- *.ulx ) $dirpath/git "$1" ;; +- *.hex ) $dirpath/hugo "$1" ;; +- *.l9 ) $dirpath/level9 "$1" ;; +- *.sna ) $dirpath/level9 "$1" ;; +- *.mag ) $dirpath/magnetic "$1" ;; +- *.gam ) $dirpath/tadsr "$1" ;; +- *.t3 ) $dirpath/tadsr "$1" ;; +- *.z? ) $dirpath/frotz "$1" ;; ++ *.taf ) $dirpath/gargoyle-scare "$1" ;; ++ *.dat ) $dirpath/gargoyle-advsys "$1" ;; ++ *.agx ) $dirpath/gargoyle-agility "$1" ;; ++ *.d\$\$ ) $dirpath/gargoyle-agility "$1" ;; ++ *.acd ) $dirpath/gargoyle-alan2 "$1" ;; ++ *.a3c ) $dirpath/gargoyle-alan3 "$1" ;; ++ *.ulx ) $dirpath/gargoyle-git "$1" ;; ++ *.hex ) $dirpath/gargoyle-hugo "$1" ;; ++ *.l9 ) $dirpath/gargoyle-level9 "$1" ;; ++ *.sna ) $dirpath/gargoyle-level9 "$1" ;; ++ *.mag ) $dirpath/gargoyle-magnetic "$1" ;; ++ *.gam ) $dirpath/gargoyle-tadsr "$1" ;; ++ *.t3 ) $dirpath/gargoyle-tadsr "$1" ;; ++ *.z? ) $dirpath/gargoyle-frotz "$1" ;; + +- *.blb ) $dirpath/git "$1" ;; +- *.blorb ) $dirpath/git "$1" ;; +- *.glb ) $dirpath/git "$1" ;; +- *.gblorb ) $dirpath/git "$1" ;; +- *.zlb ) $dirpath/frotz "$1" ;; +- *.zblorb ) $dirpath/frotz "$1" ;; ++ *.blb ) $dirpath/gargoyle-git "$1" ;; ++ *.blorb ) $dirpath/gargoyle-git "$1" ;; ++ *.glb ) $dirpath/gargoyle-git "$1" ;; ++ *.gblorb ) $dirpath/gargoyle-git "$1" ;; ++ *.zlb ) $dirpath/gargoyle-frotz "$1" ;; ++ *.zblorb ) $dirpath/gargoyle-frotz "$1" ;; + + * ) echo "gargoyle: Unknown file type: $1" ;; +diff -rU2 gargoyle-orig/tads/Jamfile gargoyle/tads/Jamfile +--- gargoyle-orig/tads/Jamfile 2007-01-09 12:55:51.000000000 -0800 ++++ gargoyle/tads/Jamfile 2007-01-09 12:57:57.000000000 -0800 +@@ -62,5 +62,5 @@ + SEARCH_SOURCE = $(SUBDIR) ; + +-Main tadsr : ++Main gargoyle-tadsr : + t23run.cpp + osansi1.c osansi2.c osansi3.c +@@ -75,8 +75,8 @@ + ; + +-LinkLibraries tadsr : libtads2 libtads3 ; ++LinkLibraries gargoyle-tadsr : libtads2 libtads3 ; + +-LINK on tadsr$(SUFEXE) = $(C++) ; ++LINK on gargoyle-tadsr$(SUFEXE) = $(C++) ; + +-APPS += tadsr ; ++APPS += gargoyle-tadsr ; + +diff -rU2 gargoyle-orig/terps/Jamfile gargoyle/terps/Jamfile +--- gargoyle-orig/terps/Jamfile 2007-01-09 12:55:56.000000000 -0800 ++++ gargoyle/terps/Jamfile 2007-01-09 13:00:02.000000000 -0800 +@@ -32,9 +32,9 @@ + SubDirCcFlags -w ; + +- Main advsys : ++ Main gargoyle-advsys : + advmsg.c advtrm.c advprs.c advdbs.c advint.c advjunk.c advexe.c + glkstart.c ; + +- APPS += advsys ; ++ APPS += gargoyle-advsys ; + } + +@@ -58,5 +58,5 @@ + SubDirCcFlags -DGLK_ANSI_ONLY ; + +- Main agility : ++ Main gargoyle-agility : + agtread.c gamedata.c util.c agxfile.c auxfile.c filename.c + parser.c exec.c runverb.c metacommand.c savegame.c debugcmd.c +@@ -65,5 +65,5 @@ + ; + +- APPS += agility ; ++ APPS += gargoyle-agility ; + } + +@@ -83,5 +83,5 @@ + SubDirCcFlags -funsigned-char -Wno-parentheses -DGLK -DREVERSED ; + +- Main alan2 : ++ Main gargoyle-alan2 : + arun.c main.c debug.c args.c exe.c inter.c parse.c rules.c stack.c + decode.c term.c reverse.c readline.c params.c sysdep.c +@@ -89,5 +89,5 @@ + ; + +- APPS += alan2 ; ++ APPS += gargoyle-alan2 ; + } + +@@ -106,5 +106,5 @@ + SubDirCcFlags -funsigned-char -DGLK ; + +- Main alan3 : ++ Main gargoyle-alan3 : + arun.c main.c debug.c args.c exe.c inter.c parse.c rules.c stack.c + decode.c term.c reverse.c readline.c params.c sysdep.c +@@ -113,5 +113,5 @@ + ; + +- APPS += alan3 ; ++ APPS += gargoyle-alan3 ; + } + +@@ -126,5 +126,5 @@ + ObjDir frotz ; + +- Main frotz : ++ Main gargoyle-frotz : + buffer.c err.c fastmem.c files.c + input.c main.c math.c object.c process.c quetzal.c random.c +@@ -133,5 +133,5 @@ + ; + +- APPS += frotz ; ++ APPS += gargoyle-frotz ; + } + +@@ -150,5 +150,5 @@ + SubDirCcFlags -DUSE_INLINE ; + +- Main git : ++ Main gargoyle-git : + git.c memory.c compiler.c opcodes.c operands.c + peephole.c terp.c glkop.c search.c git_unix.c +@@ -156,5 +156,5 @@ + ; + +- APPS += git ; ++ APPS += gargoyle-git ; + } + +@@ -171,10 +171,10 @@ + if $(OS) != MINGW { SubDirCcFlags -DOS_UNIX ; } + +- Main glulxe : ++ Main gargoyle-glulxe : + main.c files.c vm.c exec.c funcs.c operand.c string.c glkop.c + serial.c search.c gestalt.c osdepend.c unixstrt.c + ; + +- APPS += glulxe ; ++ APPS += gargoyle-glulxe ; + } + +@@ -206,10 +206,10 @@ + [ FDirName $(SUBDIR) heglk ] ; + +- Main hugo : ++ Main gargoyle-hugo : + he.c heexpr.c hemisc.c heobject.c heparse.c heres.c herun.c heset.c + stringfn.c heglk.c heglkunix.c + ; + +- APPS += hugo ; ++ APPS += gargoyle-hugo ; + } + +@@ -237,7 +237,7 @@ + [ FDirName $(SUBDIR) Glk ] ; + +- Main level9 : level9.c glk.c ; ++ Main gargoyle-level9 : level9.c glk.c ; + +- APPS += level9 ; ++ APPS += gargoyle-level9 ; + } + +@@ -268,7 +268,7 @@ + # SubDirCcFlags -DNOBORDER ; + +- Main magnetic : emu.c glk.c ; ++ Main gargoyle-magnetic : emu.c glk.c ; + +- APPS += magnetic ; ++ APPS += gargoyle-magnetic ; + } + +@@ -315,8 +315,8 @@ + sound.c graphics.c blorb.c + ; +- Main nitfol : main.c startunix.c ; +- LinkLibraries nitfol : libnitfol ; ++ Main gargoyle-nitfol : main.c startunix.c ; ++ LinkLibraries gargoyle-nitfol : libnitfol ; + +- APPS += nitfol ; ++ APPS += gargoyle-nitfol ; + } + +@@ -336,5 +336,5 @@ + } + +- Main scare : ++ Main gargoyle-scare : + sctafpar.c sctaffil.c scprops.c scvars.c scexpr.c scprintf.c + scinterf.c scparser.c sclibrar.c scrun.c scevents.c scnpcs.c +@@ -343,5 +343,5 @@ + ; + +- APPS += scare ; ++ APPS += gargoyle-scare ; + } + |