diff options
author | adam <adam@pkgsrc.org> | 2008-12-04 07:40:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-12-04 07:40:34 +0000 |
commit | e909f9df61675226735cab1da6d2c2e451244551 (patch) | |
tree | e2a4f871d4e0f78e3dd3722084c316d791505f21 /emulators | |
parent | 19475e101f4ca9bcc30122d1f71fb42fe6e564d6 (diff) | |
download | pkgsrc-e909f9df61675226735cab1da6d2c2e451244551.tar.gz |
Changes 0.10.0:
* audio2tape can now recognise standard ROM loaders.
* tzxlist now outputs block and tape lengths.
* snap2tzx: add 0.1s pause between blocks to ensure a gap between edges.
* tapeconv: add options for embedding metadata into the created file.
* tape2wav: ensure pulses do not get rounded down inappropriately.
* Allow building without libaudiofile.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fuse-utils/Makefile | 8 | ||||
-rw-r--r-- | emulators/fuse-utils/PLIST | 3 | ||||
-rw-r--r-- | emulators/fuse-utils/distinfo | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/emulators/fuse-utils/Makefile b/emulators/fuse-utils/Makefile index a62be07f695..25492ea33e6 100644 --- a/emulators/fuse-utils/Makefile +++ b/emulators/fuse-utils/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:29 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2008/12/04 07:40:34 adam Exp $ -DISTNAME= fuse-utils-0.9.0 +DISTNAME= fuse-utils-0.10.0 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/} @@ -10,8 +10,10 @@ COMMENT= ZX Spectrum Emulator utilities PKG_DESTDIR_SUPPORT= user-destdir -GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --without-audiofile LIBS+= -lgcrypt LIBS+= -lgpg-error diff --git a/emulators/fuse-utils/PLIST b/emulators/fuse-utils/PLIST index 3408f5ff055..a4be640ed5b 100644 --- a/emulators/fuse-utils/PLIST +++ b/emulators/fuse-utils/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2008/01/24 18:32:55 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2008/12/04 07:40:34 adam Exp $ bin/createhdf bin/listbasic bin/profile2map @@ -23,5 +23,6 @@ man/man1/rzxtool.1 man/man1/scl2trd.1 man/man1/snap2tzx.1 man/man1/snapconv.1 +man/man1/tape2wav.1 man/man1/tapeconv.1 man/man1/tzxlist.1 diff --git a/emulators/fuse-utils/distinfo b/emulators/fuse-utils/distinfo index 116936d95fa..99231cad782 100644 --- a/emulators/fuse-utils/distinfo +++ b/emulators/fuse-utils/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2008/01/24 18:32:55 adam Exp $ +$NetBSD: distinfo,v 1.7 2008/12/04 07:40:34 adam Exp $ -SHA1 (fuse-utils-0.9.0.tar.gz) = cdfb220e988006bd963fc4c6861ce07716e5155a -RMD160 (fuse-utils-0.9.0.tar.gz) = 1420f09d490f743b3467444795cbaf71ac9e51cc -Size (fuse-utils-0.9.0.tar.gz) = 370184 bytes +SHA1 (fuse-utils-0.10.0.tar.gz) = d93986be21b3953e9fccaaccf6b4a59257ec62a1 +RMD160 (fuse-utils-0.10.0.tar.gz) = 132b4881b6e0030da32f4754d03f6c74ffd03df8 +Size (fuse-utils-0.10.0.tar.gz) = 393149 bytes |