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.
This commit is contained in:
adam 2008-12-04 07:40:34 +00:00
parent 19475e101f
commit e909f9df61
3 changed files with 11 additions and 8 deletions

View file

@ -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

View file

@ -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

View file

@ -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