summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-06-14 20:51:44 +0000
committerwiz <wiz@pkgsrc.org>2013-06-14 20:51:44 +0000
commit828326fa978bef06127e3e48d472acebaf1a271e (patch)
tree72520315895ecb3ad305150e457472615e3cd8e6 /emulators
parentac2a5408ba0341ee236aeeb94b54408ac2f941cf (diff)
downloadpkgsrc-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')
-rw-r--r--emulators/libspectrum/Makefile5
-rw-r--r--emulators/libspectrum/distinfo9
-rw-r--r--emulators/libspectrum/patches/patch-Makefile.in15
3 files changed, 6 insertions, 23 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/}
diff --git a/emulators/libspectrum/distinfo b/emulators/libspectrum/distinfo
index 2fd65cb0567..42023d6e432 100644
--- a/emulators/libspectrum/distinfo
+++ b/emulators/libspectrum/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.12 2011/02/27 12:26:28 adam Exp $
+$NetBSD: distinfo,v 1.13 2013/06/14 20:51:44 wiz Exp $
-SHA1 (libspectrum-1.0.0.tar.gz) = 0d980069e14497e02f219b0ea7130e0e5698bdc1
-RMD160 (libspectrum-1.0.0.tar.gz) = 3cfb1cef3f59490bb0f244feacbc237e94bbc0f1
-Size (libspectrum-1.0.0.tar.gz) = 462552 bytes
-SHA1 (patch-Makefile.in) = c8871a57a82bd65fdd46acac3e8feaa8cd950a35
+SHA1 (libspectrum-1.1.1.tar.gz) = 315e20ef37fcb5acb940740aa2ce252672046fba
+RMD160 (libspectrum-1.1.1.tar.gz) = 3cea7cc5f5326c0ead67cb17f0f947ba3898d7d8
+Size (libspectrum-1.1.1.tar.gz) = 502942 bytes
diff --git a/emulators/libspectrum/patches/patch-Makefile.in b/emulators/libspectrum/patches/patch-Makefile.in
deleted file mode 100644
index 38922ed821a..00000000000
--- a/emulators/libspectrum/patches/patch-Makefile.in
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-Makefile.in,v 1.1 2011/02/27 12:26:28 adam Exp $
-
-Pass CFLAGS when compiling make-perl.c
-
---- Makefile.in.orig 2011-02-27 12:21:02.000000000 +0000
-+++ Makefile.in
-@@ -966,7 +966,7 @@ uninstall-man: uninstall-man3
-
-
- make-perl$(EXEEXT): $(srcdir)/make-perl.c config.h
-- $(CC_FOR_BUILD) -I. -o $@ $<
-+ $(CC_FOR_BUILD) $(CFLAGS) -I. -o $@ $<
-
- libspectrum.h: libspectrum.h.in generate.pl snap_accessors.txt tape_accessors.txt config.h
- @PERL@ -p generate.pl $(srcdir) $(srcdir)/libspectrum.h.in > $@.tmp && mv $@.tmp $@