[SCM] Packaging for original LIERO binary data branch, master, updated. upstream/1.33-44-g72fad05

Martin Erik Werner martinerikwerner at gmail.com
Fri Mar 30 19:58:14 UTC 2012


The following commit has been merged in the master branch:
commit 72fad05e713bc255457e354750bf6d32a4e2ce4b
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Tue Mar 20 11:59:45 2012 +0100

    Credit lierohack authors for file format info

diff --git a/debian/scripts/extractgfx b/debian/scripts/extractgfx
index e741130..2d0f3a9 100755
--- a/debian/scripts/extractgfx
+++ b/debian/scripts/extractgfx
@@ -33,6 +33,9 @@
 # This script extracts the three sprite canvases contained within LIERO.CHR,
 # and dumps them as greyscale images in xpm format, use the 'packgfx' script to
 # pack them back up again
+#
+# Credit goes to Sander de Jong for information regarding the CHR file format:
+# http://lierohell.free.fr/lierohack/docformats/liero-chr.html
 
 gfxfile="$1"
 headersize1=10
diff --git a/debian/scripts/extractsounds b/debian/scripts/extractsounds
index 1787e58..596800b 100755
--- a/debian/scripts/extractsounds
+++ b/debian/scripts/extractsounds
@@ -33,6 +33,9 @@
 # This script extracts individual sound files from the LIERO.SND binary blob
 # and dumps them in wav format in the current working directory, use the
 # 'packsounds' script to pack them back up again.
+#
+# Credit goes to Tim Verweij for information regarding the SND file format:
+# http://lierohell.free.fr/lierohack/docformats/liero-snd.html
 
 usage="Usage: $0 <inputfile>"
 
diff --git a/debian/scripts/packgfx b/debian/scripts/packgfx
index a8547b4..8ac192b 100755
--- a/debian/scripts/packgfx
+++ b/debian/scripts/packgfx
@@ -33,6 +33,9 @@
 # This script reads a set of three greyscale xpm images with dimensions
 # 16x1760, 7x910, 4x120, correspondingly named gfx1.xpm, gfx2.xpm gfx3.xpm and
 # packs them into a CHR-file for Liero.
+#
+# Credit goes to Sander de Jong for information regarding the CHR file format:
+# http://lierohell.free.fr/lierohack/docformats/liero-chr.html
 
 gfxfile="$1"
 
diff --git a/debian/scripts/packsounds b/debian/scripts/packsounds
index ce8c7c4..3c7843a 100755
--- a/debian/scripts/packsounds
+++ b/debian/scripts/packsounds
@@ -33,6 +33,9 @@
 # This script reads a set of 30 name-defined wav files and packs them into a
 # SND-file for LIERO, files must be named correctly ("NAME.wav") but may differ
 # in content from the originals.
+#
+# Credit goes to Tim Verweij for information regarding the SND file format:
+# http://lierohell.free.fr/lierohack/docformats/liero-snd.html
 
 usage="Usage: $0 <outputfile>"
 

-- 
Packaging for original LIERO binary data



More information about the Pkg-games-commits mailing list