diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-14 20:51:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-14 20:51:44 +0000 |
commit | 828326fa978bef06127e3e48d472acebaf1a271e (patch) | |
tree | 72520315895ecb3ad305150e457472615e3cd8e6 /emulators/libspectrum/Makefile | |
parent | ac2a5408ba0341ee236aeeb94b54408ac2f941cf (diff) | |
download | pkgsrc-828326fa978bef06127e3e48d472acebaf1a271e.tar.gz |
Update to 1.1.1:
2013-05-24 Philip Kendall <philip-fuse@shadowmagic.org.uk>
* libspectrum 1.1.1 released.
* Decreased libtool version to allow binaries built against
libspectrum 1.0.0 to run with libspectrum 1.1.1.
2013-05-18 Philip Kendall <philip-fuse@shadowmagic.org.uk>
* libspectrum 1.1.0 released.
* Support for Spectranet in snapshots (Philip Kendall).
* Support for Cheetah SpecDrum in snapshots (Fredrick Meunier).
* Support reading PZX files (Fredrick Meunier).
* Support for the TZX set signal level block (Fredrick Meunier).
* Various minor bug fixes/improvements:
* Add support for detecting POK files (Sergio Baldoví).
* Advertise support for bzip2 compressed and wav files (Sergio
Baldoví).
* Drop support for GLib version 1.x (Alberto Garcia).
* Add support for audiofile 0.3.x (Alberto Garcia).
* Load all snapshot RAM pages for machines with more than 128k
(Fredrick Meunier; thanks, ketmar).
* Support more SZX 1.5 features (Fredrick Meunier).
* Modernise autoconf support (Sergio Baldoví).
Diffstat (limited to 'emulators/libspectrum/Makefile')
-rw-r--r-- | emulators/libspectrum/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile index af78be650c5..09f4b134b16 100644 --- a/emulators/libspectrum/Makefile +++ b/emulators/libspectrum/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2013/05/31 12:41:01 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2013/06/14 20:51:44 wiz Exp $ -DISTNAME= libspectrum-1.0.0 -PKGREVISION= 7 +DISTNAME= libspectrum-1.1.1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/} |