pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/fuse-utils Changes 0.10.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/634a0058b2f7
branches:  trunk
changeset: 551000:634a0058b2f7
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Dec 04 07:40:34 2008 +0000

description:
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:

 emulators/fuse-utils/Makefile |  8 +++++---
 emulators/fuse-utils/PLIST    |  3 ++-
 emulators/fuse-utils/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (53 lines):

diff -r 738997789f9a -r 634a0058b2f7 emulators/fuse-utils/Makefile
--- a/emulators/fuse-utils/Makefile     Thu Dec 04 07:40:20 2008 +0000
+++ b/emulators/fuse-utils/Makefile     Thu Dec 04 07:40:34 2008 +0000
@@ -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 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+USE_LANGUAGES=         c c++
+USE_TOOLS+=            pkg-config
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            pkg-config
+CONFIGURE_ARGS+=       --without-audiofile
 
 LIBS+=                 -lgcrypt
 LIBS+=                 -lgpg-error
diff -r 738997789f9a -r 634a0058b2f7 emulators/fuse-utils/PLIST
--- a/emulators/fuse-utils/PLIST        Thu Dec 04 07:40:20 2008 +0000
+++ b/emulators/fuse-utils/PLIST        Thu Dec 04 07:40:34 2008 +0000
@@ -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/scl2trd.1
 man/man1/snap2tzx.1
 man/man1/snapconv.1
+man/man1/tape2wav.1
 man/man1/tapeconv.1
 man/man1/tzxlist.1
diff -r 738997789f9a -r 634a0058b2f7 emulators/fuse-utils/distinfo
--- a/emulators/fuse-utils/distinfo     Thu Dec 04 07:40:20 2008 +0000
+++ b/emulators/fuse-utils/distinfo     Thu Dec 04 07:40:34 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index