diff options
author | dillo <dillo@pkgsrc.org> | 2006-07-02 09:47:44 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2006-07-02 09:47:44 +0000 |
commit | fcdb2e84a2cabccb133af64cc4828daa5e17d9bd (patch) | |
tree | 1f4b208b18b3f8cdd16dc84491d7dd1c761f1d8e /games/scummvm-tools | |
parent | f8102338f341327ba0b087b169401191dcefc70c (diff) | |
download | pkgsrc-fcdb2e84a2cabccb133af64cc4828daa5e17d9bd.tar.gz |
Import scummvm-tools 0.9.0, a collection of extraction, conversion,
and compression tools for games supported by ScummVM.
Diffstat (limited to 'games/scummvm-tools')
-rw-r--r-- | games/scummvm-tools/DESCR | 6 | ||||
-rw-r--r-- | games/scummvm-tools/Makefile | 36 | ||||
-rw-r--r-- | games/scummvm-tools/PLIST | 23 | ||||
-rw-r--r-- | games/scummvm-tools/distinfo | 6 | ||||
-rw-r--r-- | games/scummvm-tools/patches/patch-aa | 29 |
5 files changed, 100 insertions, 0 deletions
diff --git a/games/scummvm-tools/DESCR b/games/scummvm-tools/DESCR new file mode 100644 index 00000000000..5be7ef72b85 --- /dev/null +++ b/games/scummvm-tools/DESCR @@ -0,0 +1,6 @@ +This is a collection of various tools that may be useful to use in +conjunction with ScummVM. Please note that this module is not always +in-sync with the latest STABLE version of ScummVM. + +This means that although a tool may support a feature, certain +ScummVM versions may not. diff --git a/games/scummvm-tools/Makefile b/games/scummvm-tools/Makefile new file mode 100644 index 00000000000..f60d27eccda --- /dev/null +++ b/games/scummvm-tools/Makefile @@ -0,0 +1,36 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 09:47:44 dillo Exp $ +# + +DISTNAME= scummvm-tools-0.9.0 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scummvm/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= dillo@NetBSD.org +HOMEPAGE= http://scummvm.sourceforge.net/ +COMMENT= Conversion and compression tools for ScummVM + +WRKSRC= ${WRKDIR}/tools-0.9.0 +USE_LANGUAGES+= c c++ +USE_TOOLS+= gmake + +DEPENDS+= flac-[0-9]*:../../audio/flac +DEPENDS+= lame-[0-9]*:../../audio/lame +DEPENDS+= vorbis-tools-[0-9]*:../../audio/vorbis-tools + +do-install: + for f in compress_kyra compress_queen compress_saga \ + compress_scumm_san compress_scumm_sou compress_scumm_bun \ + compress_simon compress_sword1 compress_sword2 dekyra \ + descumm desword2 encode_dxa extract_kyra extract_loom_tg16 \ + extract_mm_c64 extract_mm_nes extract_scumm_mac \ + extract_simon1_amiga extract_zak_c64; \ + do \ + ${INSTALL_PROGRAM} ${WRKSRC}/$$f ${LOCALBASE}/bin; \ + done + ${INSTALL_DATA_DIR} ${LOCALBASE}/share/doc/scummvm-tools + ${INSTALL_DATA} ${WRKSRC}/README ${LOCALBASE}/share/doc/scummvm-tools + +.include "../../devel/zlib/buildlink3.mk" +.include "../../graphics/png/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/games/scummvm-tools/PLIST b/games/scummvm-tools/PLIST new file mode 100644 index 00000000000..efc457371a0 --- /dev/null +++ b/games/scummvm-tools/PLIST @@ -0,0 +1,23 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/02 09:47:44 dillo Exp $ +bin/compress_kyra +bin/compress_queen +bin/compress_saga +bin/compress_scumm_bun +bin/compress_scumm_san +bin/compress_scumm_sou +bin/compress_simon +bin/compress_sword1 +bin/compress_sword2 +bin/dekyra +bin/descumm +bin/desword2 +bin/encode_dxa +bin/extract_kyra +bin/extract_loom_tg16 +bin/extract_mm_c64 +bin/extract_mm_nes +bin/extract_scumm_mac +bin/extract_simon1_amiga +bin/extract_zak_c64 +share/doc/scummvm-tools/README +@dirrm share/doc/scummvm diff --git a/games/scummvm-tools/distinfo b/games/scummvm-tools/distinfo new file mode 100644 index 00000000000..88cd1f0e219 --- /dev/null +++ b/games/scummvm-tools/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/07/02 09:47:44 dillo Exp $ + +SHA1 (scummvm-tools-0.9.0.tar.bz2) = c732c0706ae59fc26778ca3fc341dc3873370649 +RMD160 (scummvm-tools-0.9.0.tar.bz2) = eb9f8cc348150ed9b7d952e99121f152fee5f06d +Size (scummvm-tools-0.9.0.tar.bz2) = 116414 bytes +SHA1 (patch-aa) = de4e3fb5e98acfcb58f1b07d083f78918138fff5 diff --git a/games/scummvm-tools/patches/patch-aa b/games/scummvm-tools/patches/patch-aa new file mode 100644 index 00000000000..b77fe37cf78 --- /dev/null +++ b/games/scummvm-tools/patches/patch-aa @@ -0,0 +1,29 @@ +$NetBSD: patch-aa,v 1.1.1.1 2006/07/02 09:47:44 dillo Exp $ + +--- Makefile.orig 2006-06-21 23:11:51.000000000 +0200 ++++ Makefile +@@ -3,17 +3,17 @@ + + SRC=. + +-CC := gcc +-CXX := g++ +-CFLAGS += -g -O -Wall -Wuninitialized -Wno-long-long -Wno-multichar ++#CC := gcc ++#CXX := g++ ++#CFLAGS += -g -O -Wall -Wuninitialized -Wno-long-long -Wno-multichar + # LDFLAGS += + + # Additional warnings +-CFLAGS+= -Wshadow +-CFLAGS+= -pedantic +-CFLAGS+= -Wpointer-arith -Wcast-qual -Wcast-align ++#CFLAGS+= -Wshadow ++#CFLAGS+= -pedantic ++#CFLAGS+= -Wpointer-arith -Wcast-qual -Wcast-align + # -Wconversion +-CFLAGS+= -Wshadow -Wimplicit -Wundef -Wwrite-strings ++#CFLAGS+= -Wshadow -Wimplicit -Wundef -Wwrite-strings + + TARGETS := \ + compress_kyra$(EXEEXT) \ |