[mednaffe] 33/99: Prepare for version 0.6

Stephen Kitt skitt at moszumanska.debian.org
Tue Aug 2 21:00:03 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 80d547f0de126d839322d6d347a17597181cdfd0
Author: amatcoder at gmail.com <amatcoder at gmail.com@44025b82-9115-564b-7d03-7f3fc60b4744>
Date:   Mon Dec 9 12:02:48 2013 +0000

    Prepare for version 0.6
---
 ChangeLog      | 12 ++++++++++++
 README         |  4 ++--
 configure      | 20 ++++++++++----------
 configure.ac   |  2 +-
 share/Makefile |  6 +++---
 src/about.c    | 21 +++++++++++----------
 src/mednaffe.c |  2 +-
 7 files changed, 40 insertions(+), 27 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5ce1202..ac4d1b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+10/ December/ 2013
+Mednaffe 0.6 is released with the following changes:
+ - A message error is showed when mednafen gives an error.
+ -  Descriptive error messages via '-remote' option (Only on Linux).
+ - Gui options have been moved to Edit->Preferences menu.
+ - Now you can choose which systems are showed. (Thanks to Shinra for the suggestion)
+ - Now Mednaffe can resize down to 768x516. (Thanks to StarrySky for report it)
+ - Added an option to remember window size.
+ - Add support to filter ccd files from CloneCd images.
+ - Add a desktop file and icons to install on Linux.
+ - Some minor fixes.
+
 16/ September/ 2013
 Mednaffe 0.5 is released with the following changes:
  - Support for 0.9.31/32-WIP added.
diff --git a/README b/README
index 22e8e3d..82ecb28 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 		   README for Mednaffe
 
 Mednaffe is a front-end (GUI) for mednafen emulator.
-For now Mednaffe only works with 0.9.28/29/31/32-WIP versions of mednafen emulator.
+For now Mednaffe only works with 0.9.3x-WIP versions of mednafen emulator.
 
 
 		BUILDING MEDNAFFE ON LINUX
@@ -49,6 +49,6 @@ Then you can follow these steps:
 
 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 [...]
+    C:\MinGW\bin\gcc -O2 -std=c99 -Wall -DGTK2_ENABLED -mwindows -mms-bitfields -o mednaffe mednaffe.c active.c command.c gui.c prefs.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 [...]
 
 4) If all goes well Mendaffe executable will be in C:\mednaffe\src\ . 
diff --git a/configure b/configure
index b7abddc..82d474e 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for mednaffe 0.5.
+# Generated by GNU Autoconf 2.69 for mednaffe 0.6.
 #
 # Report bugs to <BUG-REPORT-ADDRESS>.
 #
@@ -579,8 +579,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='mednaffe'
 PACKAGE_TARNAME='mednaffe'
-PACKAGE_VERSION='0.5'
-PACKAGE_STRING='mednaffe 0.5'
+PACKAGE_VERSION='0.6'
+PACKAGE_STRING='mednaffe 0.6'
 PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS'
 PACKAGE_URL=''
 
@@ -1237,7 +1237,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures mednaffe 0.5 to adapt to many kinds of systems.
+\`configure' configures mednaffe 0.6 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1303,7 +1303,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of mednaffe 0.5:";;
+     short | recursive ) echo "Configuration of mednaffe 0.6:";;
    esac
   cat <<\_ACEOF
 
@@ -1401,7 +1401,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-mednaffe configure 0.5
+mednaffe configure 0.6
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1456,7 +1456,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by mednaffe $as_me 0.5, which was
+It was created by mednaffe $as_me 0.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2319,7 +2319,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='mednaffe'
- VERSION='0.5'
+ VERSION='0.6'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -4281,7 +4281,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by mednaffe $as_me 0.5, which was
+This file was extended by mednaffe $as_me 0.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -4347,7 +4347,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-mednaffe config.status 0.5
+mednaffe config.status 0.6
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index dc9d1c4..422037c 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.5], [BUG-REPORT-ADDRESS])
+AC_INIT([mednaffe], [0.6], [BUG-REPORT-ADDRESS])
 AM_INIT_AUTOMAKE([foreign -Wall -Werror])
 AC_CONFIG_SRCDIR([src/common.h])
 AC_CONFIG_HEADERS([config.h])
diff --git a/share/Makefile b/share/Makefile
index c91f26d..5f463c3 100644
--- a/share/Makefile
+++ b/share/Makefile
@@ -176,10 +176,10 @@ OBJEXT = o
 PACKAGE = mednaffe
 PACKAGE_BUGREPORT = BUG-REPORT-ADDRESS
 PACKAGE_NAME = mednaffe
-PACKAGE_STRING = mednaffe 0.5
+PACKAGE_STRING = mednaffe 0.6
 PACKAGE_TARNAME = mednaffe
 PACKAGE_URL = 
-PACKAGE_VERSION = 0.5
+PACKAGE_VERSION = 0.6
 PATH_SEPARATOR = :
 PKG_CONFIG = /usr/bin/pkg-config
 PKG_CONFIG_LIBDIR = 
@@ -187,7 +187,7 @@ PKG_CONFIG_PATH =
 SET_MAKE = 
 SHELL = /bin/sh
 STRIP = 
-VERSION = 0.5
+VERSION = 0.6
 abs_builddir = /home/aklein/mednaffe/share
 abs_srcdir = /home/aklein/mednaffe/share
 abs_top_builddir = /home/aklein/mednaffe
diff --git a/src/about.c b/src/about.c
index 12d36da..441d858 100644
--- a/src/about.c
+++ b/src/about.c
@@ -31,15 +31,15 @@ void show_about(GtkMenuItem *menuitem, guidata *gui)
   const char *authors[2] = {"AmatCoder", NULL};
 
   const char *gpl3 =
-"Mednaffe is free software: you can redistribute it and/or modifyit \n \
-under the terms of the GNU General Public License as published by \n \
-the Free Software Foundation, either version 3 of the License, or \n \
-(at your option) any later version. \n\n \
-Mednaffe is distributed in the hope that it will be useful, \n \
-but WITHOUT ANY WARRANTY; without even the implied warranty of\n  \
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the \n \
-GNU General Public License for more details. \n\n \
-You should have received a copy of the GNU General Public License \n \
+"Mednaffe is free software: you can redistribute it and/or modifyit \
+under the terms of the GNU General Public License as published by \
+the Free Software Foundation, either version 3 of the License, or \
+(at your option) any later version.\n\n\
+Mednaffe is distributed in the hope that it will be useful, \
+but WITHOUT ANY WARRANTY; without even the implied warranty of \
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the \
+GNU General Public License for more details.\n\n\
+You should have received a copy of the GNU General Public License \
 along with Mednaffe.  If not, see <http://www.gnu.org/licenses/>.";
 
 
@@ -48,11 +48,12 @@ GdkPixbuf *pixbuf = gdk_pixbuf_new_from_inline (-1, logo, FALSE, NULL);
 gtk_show_about_dialog(
   GTK_WINDOW(gui->topwindow),
   "program-name", "Mednaffe",
-  "version" ,"0.5",
+  "version" ,"0.6",
   "authors", authors,
   "copyright", "Copyright \xc2\xa9 2010-2013 AmatCoder",
   "comments", "A front-end (GUI) for Mednafen emulator",
   "license", gpl3,
+  "wrap-license", TRUE,
   "website", "http://code.google.com/p/mednaffe/",
   "logo", pixbuf, 
   NULL);
diff --git a/src/mednaffe.c b/src/mednaffe.c
index d4c3203..e403be1 100644
--- a/src/mednaffe.c
+++ b/src/mednaffe.c
@@ -260,7 +260,7 @@ int main(int argc, char **argv)
 
   /* Init GTK+ */
   gtk_init(&argc, &argv);
-  printf("[Mednaffe] Starting Mednaffe 0.5...\n");
+  printf("[Mednaffe] Starting Mednaffe 0.6...\n");
 
   /* Search for HOME variable*/
   #ifndef G_OS_WIN32

-- 
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