pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/mednaffe mednaffe: Update to 0.9.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed2278bc4192
branches:  trunk
changeset: 448676:ed2278bc4192
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Mar 12 10:02:58 2021 +0000

description:
mednaffe: Update to 0.9.1

#### 04 / Feb /2021

Mednaffe 0.9.1 is released with the following changes:

- [Windows] Show correct icons in window buttons.
- [Windows] Changed Windows10 theme in order to fix most issues.
- [Windows] Add support for the guide button (XInput devices).
- [Linux] Lower version requirement of Autoconf to 2.69.


#### 28 / Jan / 2021

Mednaffe 0.9.0 is released with the following changes:

- Complete rewrite, dropping support for GTK2 and Windows XP.
- Almost all input options are included now.
- Added pce_fast and snes_faust modules.
- Added an option to show screenshots.
- Added the ability to send custom commands to emulator.
- Added a bios check widget.
- [Windows] Added an option to change themes.
- New logo & cosmetic changes.

diffstat:

 emulators/mednaffe/Makefile                  |   7 +++----
 emulators/mednaffe/distinfo                  |  11 +++++------
 emulators/mednaffe/options.mk                |  17 -----------------
 emulators/mednaffe/patches/patch-src_input.c |  22 ----------------------
 4 files changed, 8 insertions(+), 49 deletions(-)

diffs (84 lines):

diff -r 070bea1fef9d -r ed2278bc4192 emulators/mednaffe/Makefile
--- a/emulators/mednaffe/Makefile       Fri Mar 12 09:58:44 2021 +0000
+++ b/emulators/mednaffe/Makefile       Fri Mar 12 10:02:58 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/08/17 20:18:38 leot Exp $
+# $NetBSD: Makefile,v 1.6 2021/03/12 10:02:58 nia Exp $
 
-DISTNAME=      mednaffe-0.8.8
-PKGREVISION=   4
+DISTNAME=      mednaffe-0.9.1
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=AmatCoder/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -17,6 +16,6 @@
 
 DEPENDS+=      mednafen>=0:../../emulators/mednafen
 
-.include "options.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 070bea1fef9d -r ed2278bc4192 emulators/mednaffe/distinfo
--- a/emulators/mednaffe/distinfo       Fri Mar 12 09:58:44 2021 +0000
+++ b/emulators/mednaffe/distinfo       Fri Mar 12 10:02:58 2021 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/07/07 13:32:18 nia Exp $
+$NetBSD: distinfo,v 1.2 2021/03/12 10:02:58 nia Exp $
 
-SHA1 (mednaffe-0.8.8.tar.gz) = f66f7bd3b015741a7632728b23af9df6124f1e3c
-RMD160 (mednaffe-0.8.8.tar.gz) = 0a7b0a6b2d6988098dc7103108014f72b431cecc
-SHA512 (mednaffe-0.8.8.tar.gz) = 93e80f9c1d7a4caf5324c00760cd559031df5f29ad98d917ca2d514b012fcd616692eb2ae85eee3c17750dea890fa0206d9c1a548227ac3b762aab44837d2ae4
-Size (mednaffe-0.8.8.tar.gz) = 304228 bytes
-SHA1 (patch-src_input.c) = b221955b7210438c38a65eec11d4a1f041df88ce
+SHA1 (mednaffe-0.9.1.tar.gz) = 4ceca7860463bcd0c173ac31512525015b03605f
+RMD160 (mednaffe-0.9.1.tar.gz) = 1286ff4b2f55531f15f25268f0b533e234f11ea7
+SHA512 (mednaffe-0.9.1.tar.gz) = 02390e7960511756aafb925b77c9eebc099ac81623dfb640dbfcbb342061f885955599d2edbc1d84b8818f7ce459eac183917507235c58c27ce9ab2b3d8eb198
+Size (mednaffe-0.9.1.tar.gz) = 2000069 bytes
diff -r 070bea1fef9d -r ed2278bc4192 emulators/mednaffe/options.mk
--- a/emulators/mednaffe/options.mk     Fri Mar 12 09:58:44 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: options.mk,v 1.1 2019/07/07 13:32:18 nia Exp $
-
-PKG_OPTIONS_VAR=               PKG_OPTIONS.mednaffe
-PKG_OPTIONS_REQUIRED_GROUPS=   gtk
-PKG_OPTIONS_GROUP.gtk=         gtk3 gtk2
-PKG_SUGGESTED_OPTIONS=         gtk3
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mgtk3)
-CONFIGURE_ARGS+=       --enable-gtk3
-.include "../../x11/gtk3/buildlink3.mk"
-.endif
-
-.if !empty(PKG_OPTIONS:Mgtk2)
-.include "../../x11/gtk2/buildlink3.mk"
-.endif
diff -r 070bea1fef9d -r ed2278bc4192 emulators/mednaffe/patches/patch-src_input.c
--- a/emulators/mednaffe/patches/patch-src_input.c      Fri Mar 12 09:58:44 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-src_input.c,v 1.1 2019/07/07 13:32:18 nia Exp $
-
-Don't free unallocated memory.
-
-(Apparently G_OS_UNIX is actually G_OS_LINUX).
-
---- src/input.c.orig   2018-05-01 16:59:49.000000000 +0000
-+++ src/input.c
-@@ -53,12 +53,12 @@ void close_channels(guidata *gui)
-   int a;
-   for (a=0;a<9;a++)
-   {
-+#ifdef G_OS_UNIX
-     if (gui->joy[a].id != NULL)
-     {
-       g_free(gui->joy[a].id);
-     }
- 
--#ifdef G_OS_UNIX
-     if (gui->joy[a].channel != NULL)
-     {
-       g_io_channel_unref(gui->joy[a].channel);



Home | Main Index | Thread Index | Old Index