summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authoradam <adam>2015-11-23 19:40:39 +0000
committeradam <adam>2015-11-23 19:40:39 +0000
commit63b568fce80fcc0635e7b6b9e88cf295d2b524c0 (patch)
tree4aa2fcd2e1f61c5f4245590b837225d01e53b1ca /emulators
parent953a22a74a618c61e77fa11b74baf39cad08285e (diff)
downloadpkgsrc-63b568fce80fcc0635e7b6b9e88cf295d2b524c0.tar.gz
Changes 1.9.0:
Major update of the CPU for Falcon emulation, based on the latest version of WinUAE CPU : 68060, MMU, data/instruction cache, better prefetch pipeline, cycle accuracy, stack frame, ... Memory : extra TT-RAM support for TT & Falcon emulation MFP : better emulation of GPIP, AER and DDR Gemdos HD emulation : better support for mapping of filenames with international encoding MIDI : many accuracy improvements Some fixes for video, blitter, dsp More options for using ACSI and IDE disk images Various changes in the UI Various changes in the debugger
Diffstat (limited to 'emulators')
-rw-r--r--emulators/hatari/Makefile23
-rw-r--r--emulators/hatari/PLIST21
-rw-r--r--emulators/hatari/distinfo10
3 files changed, 34 insertions, 20 deletions
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile
index 7c1abc6fb31..9cf5a4e6526 100644
--- a/emulators/hatari/Makefile
+++ b/emulators/hatari/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2015/04/25 14:20:46 tnn Exp $
+# $NetBSD: Makefile,v 1.42 2015/11/23 19:40:39 adam Exp $
-DISTNAME= hatari-1.8.0
-PKGREVISION= 1
+DISTNAME= hatari-1.9.0
CATEGORIES= emulators
MASTER_SITES= http://download.tuxfamily.org/hatari/${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tar.bz2
@@ -19,18 +18,18 @@ PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.7.0
REPLACE_PYTHON+= python-ui/config.py
REPLACE_PYTHON+= python-ui/debugui.py
REPLACE_PYTHON+= python-ui/dialogs.py
+REPLACE_PYTHON+= python-ui/gentypes.py
REPLACE_PYTHON+= python-ui/hatari.py
REPLACE_PYTHON+= python-ui/hatariui.py
+REPLACE_PYTHON+= python-ui/tests/pygtk-hello-world.py
REPLACE_PYTHON+= python-ui/uihelpers.py
-
-SUBST_CLASSES+= fix-python
-SUBST_STAGE.fix-python= pre-configure
-SUBST_MESSAGE.fix-python= Fixing python
-SUBST_FILES.fix-python+= tools/hconsole/example.py
-SUBST_FILES.fix-python+= tools/debugger/hatari_profile.py
-SUBST_FILES.fix-python+= tools/hconsole/hconsole.py
-SUBST_FILES.fix-python+= python-ui/gentypes.py
-SUBST_SED.fix-python+= -e 's,/usr/bin/env python,${PYTHONBIN},'
+REPLACE_PYTHON+= tests/tosboot/tos_tester.py
+REPLACE_PYTHON+= tools/atari-convert-dir.py
+REPLACE_PYTHON+= tools/atari-hd-image.sh
+REPLACE_PYTHON+= tools/debugger/hatari_profile.py
+REPLACE_PYTHON+= tools/debugger/hatari_spinloop.py
+REPLACE_PYTHON+= tools/hconsole/example.py
+REPLACE_PYTHON+= tools/hconsole/hconsole.py
INSTALLATION_DIRS+= share/doc/hatari
diff --git a/emulators/hatari/PLIST b/emulators/hatari/PLIST
index 284d4c1c7a5..b389d4d9998 100644
--- a/emulators/hatari/PLIST
+++ b/emulators/hatari/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.16 2014/12/01 14:51:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2015/11/23 19:40:39 adam Exp $
+bin/atari-convert-dir
bin/atari-hd-image
bin/gst2ascii
bin/hatari
@@ -6,6 +7,7 @@ bin/hatari_profile.py
bin/hatariui
bin/hmsa
bin/zip2st
+man/man1/atari-convert-dir.1
man/man1/atari-hd-image.1
man/man1/gst2ascii.1
man/man1/hatari.1
@@ -14,6 +16,7 @@ man/man1/hatariui.1
man/man1/hconsole.1
man/man1/hmsa.1
man/man1/zip2st.1
+share/applications/hatari.desktop
share/applications/hatariui.desktop
share/doc/hatari/authors.txt
share/doc/hatari/compatibility.html
@@ -49,7 +52,7 @@ share/hatari/hatariui/conftypes.py
share/hatari/hatariui/debugui.py
share/hatari/hatariui/dialogs.py
share/hatari/hatariui/hatari-icon.png
-share/hatari/hatariui/hatari.png
+share/hatari/hatariui/hatari-logo.png
share/hatari/hatariui/hatari.py
share/hatari/hatariui/hatariui.py
share/hatari/hatariui/release-notes.txt
@@ -60,4 +63,16 @@ share/hatari/hconsole/example.py
share/hatari/hconsole/hconsole.py
share/hatari/hconsole/release-notes.txt
share/hatari/tos.img
-share/icons/hicolor/32x32/apps/hatari-icon.png
+share/icons/hicolor/128x128/apps/hatari.png
+share/icons/hicolor/128x128/mimetypes/application-x-st-disk-image.png
+share/icons/hicolor/256x256/apps/hatari.png
+share/icons/hicolor/256x256/mimetypes/application-x-st-disk-image.png
+share/icons/hicolor/32x32/apps/hatari.png
+share/icons/hicolor/32x32/mimetypes/application-x-st-disk-image.png
+share/icons/hicolor/48x48/apps/hatari.png
+share/icons/hicolor/48x48/mimetypes/application-x-st-disk-image.png
+share/icons/hicolor/64x64/apps/hatari.png
+share/icons/hicolor/64x64/mimetypes/application-x-st-disk-image.png
+share/icons/hicolor/scalable/apps/hatari.svg
+share/icons/hicolor/scalable/mimetypes/application-x-st-disk-image.svg
+share/mime/packages/hatari.xml
diff --git a/emulators/hatari/distinfo b/emulators/hatari/distinfo
index 88f4d876ad2..3f81cdaa44b 100644
--- a/emulators/hatari/distinfo
+++ b/emulators/hatari/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.19 2015/11/03 20:30:58 agc Exp $
+$NetBSD: distinfo,v 1.20 2015/11/23 19:40:39 adam Exp $
-SHA1 (hatari-1.8.0.tar.bz2) = 08d950c3156c764b87ac0ae03c4f350febff9567
-RMD160 (hatari-1.8.0.tar.bz2) = 3a195d167a5098c2b631344f0c39f9eddd8a5791
-SHA512 (hatari-1.8.0.tar.bz2) = 498a6636eef78e85a4715e9df169d928ce97c0548145a95b41aa3aae28817b8e843de1d1390893863be05e4e9981c89236571ab2eb9239faad23b711542e4fa0
-Size (hatari-1.8.0.tar.bz2) = 1985358 bytes
+SHA1 (hatari-1.9.0.tar.bz2) = a4d4613704573ea4c9f6efc7b10ce0304cc0d514
+RMD160 (hatari-1.9.0.tar.bz2) = 0bc9bd21a81211ebf293911d9aaa5e9cb84c0400
+SHA512 (hatari-1.9.0.tar.bz2) = 916138aecbb105729def2f4338415f248f556293e948ac91b2806f743f186d008684299f73ff49a71330ca7a170d5172b0e4c821b55d9d915054529df34d206e
+Size (hatari-1.9.0.tar.bz2) = 2379016 bytes
SHA1 (patch-aa) = 1ebe2f92ee176cf5d5b1e4a7c5e2143b1d766ea8
SHA1 (patch-ab) = fc2b8a9cbaff50e845e6c716cab893facf2c527d