* 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
29 lines
854 B
Makefile
29 lines
854 B
Makefile
# $NetBSD: Makefile,v 1.25 2010/12/20 20:51:36 adam Exp $
|
|
|
|
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
|
|
|
|
USE_TOOLS+= gmake perl pkg-config
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
DOCDIR= ${PREFIX}/share/doc/libspectrum
|
|
INSTALLATION_DIRS= ${DOCDIR}
|
|
|
|
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"
|
|
.include "../../mk/bsd.pkg.mk"
|