summaryrefslogtreecommitdiff
path: root/emulators/libspectrum/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-12-20 20:51:36 +0000
committeradam <adam@pkgsrc.org>2010-12-20 20:51:36 +0000
commit1c1a632e75a602b50c2c2e7783ea646c7f3bdc0a (patch)
treef63f60af2d7b8e109ffa2f90141c815774f2dd29 /emulators/libspectrum/Makefile
parent69c93542d68c2433d16d8bbf412bfd094275b7ac (diff)
downloadpkgsrc-1c1a632e75a602b50c2c2e7783ea646c7f3bdc0a.tar.gz
Changes 1.0.0:
* New end of tape flag * AF and AF' were swapped when reading and writing SZX files * Support for Fuller Box and Melodik (and similar AY interfaces) in snapshots * Support for Opus Discovery in snapshots * Support for the NTSC 48K Spectrum * Support for stereo sound files * Add proper support for +2A/+3, Pentagon and Scorpion in .z80 files * Various fixes for compiling with Visual Studio 6 * Various minor bug fixes/improvements: * Looser signature checks for .dsk files * --without-(bzip2|zlib) options to configure for Gentoo and similar distributions * Handle querying the block length for turbo and pure data blocks with 0 length * Fix loading of Warajevo TAPs with raw samples * Fail sensibly if file decompression fails * Remove various unused variables, initialisations etc
Diffstat (limited to 'emulators/libspectrum/Makefile')
-rw-r--r--emulators/libspectrum/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile
index c1530d956fa..3a8023f20a1 100644
--- a/emulators/libspectrum/Makefile
+++ b/emulators/libspectrum/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.24 2009/01/29 18:00:38 joerg Exp $
+# $NetBSD: Makefile,v 1.25 2010/12/20 20:51:36 adam Exp $
-DISTNAME= libspectrum-0.5.0.1
+DISTNAME= libspectrum-1.0.0
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://fuse-emulator.sourceforge.net/libspectrum.php
COMMENT= ZX Spectrum emulator file format library
+LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
@@ -21,6 +22,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/libspectrum.txt ${DESTDIR}${DOCDIR}
.include "../../archivers/bzip2/buildlink3.mk"
+.include "../../audio/libaudiofile/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/libgcrypt/buildlink3.mk"