[mednaffe] 15/99: Prepare for version 0.5 (part II)

Stephen Kitt skitt at moszumanska.debian.org
Tue Aug 2 21:00:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository mednaffe.

commit 44eb346533f1e05e564a765f6e73c27197f8c2f1
Author: amatcoder <amatcoder at 44025b82-9115-564b-7d03-7f3fc60b4744>
Date:   Mon Sep 16 18:05:40 2013 +0000

    Prepare for version 0.5 (part II)
---
 ChangeLog    | 10 ++++++++++
 README       | 50 ++++++++++++++++++++++++++++++++++++++++----------
 configure.ac |  2 +-
 3 files changed, 51 insertions(+), 11 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index cc0c508..5ce1202 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+16/ September/ 2013
+Mednaffe 0.5 is released with the following changes:
+ - Support for 0.9.31/32-WIP added.
+ - Added an option to search files recursively. (Thanks to Shoegazer for the suggestion)
+ - Improve performance when filling list (x20 speed up).
+ - List options (filters, sort direction) are saved now.
+ - Fix 'Open' buttons signals on Windows.
+ - Now Mednaffe restore after minimize on Windows.
+ - Fix Windows icon (hopefully) 
+
 30 / August / 2013
 Mednaffe 0.4 is released with the following changes:
   - Mednaffe has been rewritten from scratch in C language.
diff --git a/README b/README
index d04ea37..22e8e3d 100644
--- a/README
+++ b/README
@@ -1,24 +1,54 @@
 		   README for Mednaffe
 
 Mednaffe is a front-end (GUI) for mednafen emulator.
-For now Mednaffe only works with 0.9.28/29-WIP versions of mednafen emulator.
+For now Mednaffe only works with 0.9.28/29/31/32-WIP versions of mednafen emulator.
 
 
-		  BUILDING
+		BUILDING MEDNAFFE ON LINUX
 
-To build mednaffe you need gtk2 (or gtk3) development libraries.
+To build mednaffe you need gtk2 (2.18 or higher) or gtk3 (3.4 or higher) development libraries.
 
 Run the ``configure'' script here, e.g.:
-	./configure 
+
+    ./configure 
 
 If you want to build gtk3 version:
-	./configure --enable-gtk3
+
+    ./configure --enable-gtk3 
 
 Then build with:
-	make
 
-To install them then do:
-	make install
+    make 
+
+To install it then do:
+
+    make install 
+
+(Note: You do not need to install mednaffe, it can be run from /src folder. Mednafen emulator must be in PATH)
+
+
+		BUILDING MEDNAFFE ON WINDOWS
+
+	Dependencies
+
+To build mednaffe on Windows you need MinGW. You can download this installer: mingw-get-inst-20120426.exe.
+
+Also you need GTK+ development files for Windows. You want this: gtk+-bundle_2.24.10-20120208_win32.zip.
+
+Install MinGW in C:\MinGW\ and decompress GTK+ files in C:\gtk\ . Also decompress mednaffe sources in C:\mednaffe\
+
+	Compiling
+
+Then you can follow these steps:
+
+1) Open a Command Prompt window (cmd.exe)
+
+2) Type (or copy&paste):
+
+    cd C:\mednaffe\src\ 
+
+3) Type (or copy&paste):
+
+    C:\MinGW\bin\gcc -O2 -std=c99 -Wall -DGTK2_ENABLED -mwindows -mms-bitfields -o mednaffe mednaffe.c active.c command.c gui.c list.c toggles.c about.c -IC:/gtk/include/gtk-2.0 -IC:/gtk/lib/gtk-2.0/include -IC:/gtk/include/atk-1.0 -IC:/gtk/include/cairo -IC:/gtk/include/gdk-pixbuf-2.0 -IC:/gtk/include/pango-1.0 -IC:/gtk/include/glib-2.0 -IC:/gtk/lib/glib-2.0/include -IC:/gtk/include -IC:/gtk/include/freetype2 -IC:/gtk/include/libpng14 -LC:/gtk/lib -lgtk-win32-2.0 -lgdk-win32-2.0 -latk-1 [...]
 
-(Note: You do not need install mednaffe, it can be run from /src folder.
-	   Mednafen emulator must be in PATH)
\ No newline at end of file
+4) If all goes well Mendaffe executable will be in C:\mednaffe\src\ . 
diff --git a/configure.ac b/configure.ac
index a56ad2a..11de4bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.68])
-AC_INIT([mednaffe], [0.4], [BUG-REPORT-ADDRESS])
+AC_INIT([mednaffe], [0.5], [BUG-REPORT-ADDRESS])
 AM_INIT_AUTOMAKE([foreign -Wall -Werror])
 AC_CONFIG_SRCDIR([src/common.h])
 AC_CONFIG_HEADERS([config.h])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mednaffe.git



More information about the Pkg-games-commits mailing list