diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-29 13:37:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-29 13:37:50 +0000 |
commit | b6be4aa3fbc5cdf51bc0d1577c2cfcf5b5defea4 (patch) | |
tree | 4c60112816d034c8f33ccd86d53f8dd03f92aad2 /emulators | |
parent | 7adad2d01483f650214eda6c817b3b9141dfd83e (diff) | |
download | pkgsrc-b6be4aa3fbc5cdf51bc0d1577c2cfcf5b5defea4.tar.gz |
Update to patch 75.
Changes for version 75
* Fixed screensaver disable option so it doesn't send a fake keypress
when Snes9x isn't focused.
* Changed resolution setting to store width and height instead of
a screen's mode index.
* Fixed a bug where the PortAudio driver wouldn't output sound at
44100hz.
* Allowed changing the behavior of the ESC key so it exits Snes9x.
Changes for version 74
* Fixed a couple thread deadlocking problems in the audio mixer
that could result in no sound.
* Removed the powerof2 function to fix compile problems on OpenBSD.
* Changed fullscreen mode to issue a raise signal to the window
manager after remapping.
Changes for version 73
* Fixed a compile error when XRandR support isn't being built.
* Included Tukuyomi's updated French localization.
Changes for version 72
* Added a new regular-interval audio mixer to significantly improve
sound quality.
* Added a new SDL audio output driver.
Changes for version 71
* Refactored video driver initialization code.
* Removed dependency on gtkglext for OpenGL output.
* Allowed theme icon to be used for window mini-icon.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/snes9x-gtk/Makefile | 7 | ||||
-rw-r--r-- | emulators/snes9x-gtk/PLIST | 5 | ||||
-rw-r--r-- | emulators/snes9x-gtk/distinfo | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile index 80748ff4084..f8fdc3b4db5 100644 --- a/emulators/snes9x-gtk/Makefile +++ b/emulators/snes9x-gtk/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2009/08/26 19:57:27 sno Exp $ +# $NetBSD: Makefile,v 1.8 2009/08/29 13:37:50 wiz Exp $ # -DISTNAME= snes9x-1.51-src-gtk-70 -PKGNAME= snes9x-gtk-1.51.70 -PKGREVISION= 2 +DISTNAME= snes9x-1.51-src-gtk-75 +PKGNAME= snes9x-gtk-1.51.75 CATEGORIES= emulators MASTER_SITES= http://snes9x-gtk.googlecode.com/files/ EXTRACT_SUFX= .tar.bz2 diff --git a/emulators/snes9x-gtk/PLIST b/emulators/snes9x-gtk/PLIST index b198eae152e..02fd61116af 100644 --- a/emulators/snes9x-gtk/PLIST +++ b/emulators/snes9x-gtk/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:51:08 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2009/08/29 13:37:50 wiz Exp $ bin/snes9x-gtk share/applications/snes9x.desktop -share/pixmaps/snes9x.svg +share/icons/hicolor/16x16/apps/snes9x.png +share/icons/hicolor/scalable/apps/snes9x.svg diff --git a/emulators/snes9x-gtk/distinfo b/emulators/snes9x-gtk/distinfo index c395e611d76..a5c22156435 100644 --- a/emulators/snes9x-gtk/distinfo +++ b/emulators/snes9x-gtk/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2009/04/06 10:11:47 wiz Exp $ +$NetBSD: distinfo,v 1.3 2009/08/29 13:37:50 wiz Exp $ -SHA1 (snes9x-1.51-src-gtk-70.tar.bz2) = 04b4f68dffafbde23b0decee1d39660a1fe2ac89 -RMD160 (snes9x-1.51-src-gtk-70.tar.bz2) = f1cb798ad0287a8fc43fb3a11b39e66de97303ad -Size (snes9x-1.51-src-gtk-70.tar.bz2) = 913000 bytes +SHA1 (snes9x-1.51-src-gtk-75.tar.bz2) = f106b6ed71d6295703ff42361f9a96d9b430f402 +RMD160 (snes9x-1.51-src-gtk-75.tar.bz2) = 7755bf44b7c655637d6ba8e2f2da861d34225599 +Size (snes9x-1.51-src-gtk-75.tar.bz2) = 885832 bytes SHA1 (patch-aa) = 90b1624c04d7640fe87078e9309ade35693fd8e9 |