[mednaffe] 13/22: Add readme, changelog and license notice for Windows

Stephen Kitt skitt at moszumanska.debian.org
Tue Nov 22 22:42:13 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 cb0a6a7910146db57bd0ff29f57472ff9018443f
Author: AmatCoder <AmatCoder at users.noreply.github.com>
Date:   Sat Nov 19 04:10:16 2016 +0000

    Add readme, changelog and license notice for Windows
---
 share/win/ChangeLog_Mednaffe.txt |  91 ++++++++++++++++++++++++++++++++
 share/win/NOTICE.txt             | 110 +++++++++++++++++++++++++++++++++++++++
 share/win/README_WINDOWS.txt     |   8 +++
 3 files changed, 209 insertions(+)

diff --git a/share/win/ChangeLog_Mednaffe.txt b/share/win/ChangeLog_Mednaffe.txt
new file mode 100644
index 0000000..13da15f
--- /dev/null
+++ b/share/win/ChangeLog_Mednaffe.txt
@@ -0,0 +1,91 @@
+#### 21 / Feb / 2016
+
+Mednaffe 0.8.1 is released with the following changes:
+
+- [Windows] Fix xbox 360 controller detection on some conditions.
+
+#### 24 / Jul / 2015
+
+Mednaffe 0.8 is released with the following changes:
+
+- [Windows] Support for XInput devices.
+- Support for key assignments to (some) mednafen functions.
+- Added deadzones for analog axis (Thanks to tapcio for report it).
+- New tab with text widgets in order to read logs.
+- Added the ability to select an mednafen executable if it is not found in path.
+- [Windows] 'video.disable_composition' option added.
+- [Windows] Missing sound driver options added.
+- [Linux] Rewrite the error handling process.
+- [Linux] Fix (mostly) deprecated functions.
+- Better alingment between widgets.
+- Minor cosmetic changes.
+
+#### 02 / May / 2015
+
+Mednaffe 0.7 is released with the following changes:
+
+- Controller setup for systems (keyboard and gamepads)
+- Static build for Windows (standalone executable to avoid GTK+ runtime dependency)
+- Descriptive error messages on Windows.
+- Added new settings until 0.9.36
+- Mednafen version is detected properly now on Linux.
+- Fixed freezing while executing emulator under some conditions on Linux.
+- Fix to handle spaces in paths on Windows.
+- Spins disregarding values fixed.
+- More minor fixes.
+
+Note: This version will need 0.9.36 (or above) of mednafen emulator.
+
+#### 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.
+- 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.
+
+#### 24 / October / 2010
+
+Mednaffe 0.3 is released with the following changes:
+
+- New: Qt version for Linux.
+- Rewrite 'Scanlines' component for better understanding.
+- Rewrite 'Resolution' and 'Scale' components for better
+  usability.
+- Now Mednaffe remember his position on the screen
+
+#### 22 / August / 2010
+
+Mednaffe 0.2 is released with the following changes:
+
+- Fixed: Values by default are shown now.
+- Fixed: Size of sound buffer in Linux.
+- Minor cosmetics changes.
+
+#### 12 / August / 2010
+
+Mednaffe 0.1 is released. It's an alpha version.
diff --git a/share/win/NOTICE.txt b/share/win/NOTICE.txt
new file mode 100644
index 0000000..4d0442f
--- /dev/null
+++ b/share/win/NOTICE.txt
@@ -0,0 +1,110 @@
+  NOTICE
+------------------
+
+Mednaffe is licensed under the GNU GENERAL PUBLIC LICENSE version 3.
+See: /licenses/mednaffe-0.8/COPYING
+
+This build of Mednaffe uses libraries (statically-linked) and resources
+from various free sofware / open source projects.
+
+Most of them are been modified by MXE (M cross environment) <http://mxe.cc/>
+in order to cross compile statically-linked executables.
+
+Source code of all packages and patches applied are available on:
+<https://sites.google.com/site/amatcoder/mednaffe/downloads/>
+
+Libraries used (with their respectives licenses) are:
+
+* GTK+ <http://www.gtk.org/>
+  Modified by MXE (M cross environment) and by me (AmatCoder).
+  Licensed under the GNU LIBRARY GENERAL PUBLIC LICENSE version 2
+  See: /licenses/gtk+-2.24.27/COPYING
+
+
+* SDL <http://www.libsdl.org/>
+  Modified by MXE (M cross environment) and by me (AmatCoder).
+  Licensed under the zlib license.
+  See: /licenses/SDL2-2.0.3/COPYING.txt
+
+
+* gdk-pixbuf <http://www.gtk.org/>
+  Modified by MXE (M cross environment).
+  Licensed under the GNU LIBRARY GENERAL PUBLIC LICENSE version 2
+  See: /licenses/gdk-pixbuf-2.30.8/COPYING
+
+
+* pango <http://www.pango.org/>
+  Modified by MXE (M cross environment).
+  Licensed under the GNU LIBRARY GENERAL PUBLIC LICENSE version 2
+  See: /licenses/pango-1.36.1/COPYING
+
+
+* cairo <http://cairographics.org/>
+  Modified by MXE (M cross environment).
+  Licensed under the GNU LIBRARY GENERAL PUBLIC LICENSE version 2.1
+  See: /licenses/cairo-1.12.18/COPYING and
+       /licenses/cairo-1.12.18/COPYING-LPGL-2.1
+
+
+* atk <https://developer.gnome.org/atk/>
+  Modified by MXE (M cross environment).
+  Licensed under the GNU LIBRARY GENERAL PUBLIC LICENSE version 2
+  See: /licenses/atk-2.14.0/COPYING
+
+
+* glib <http://www.gtk.org/>
+  Modified by MXE (M cross environment).
+  Licensed under the GNU LIBRARY GENERAL PUBLIC LICENSE version 2
+  See: /licenses/glib-2.42.1/COPYING
+
+
+* libpng <http://www.libpng.org/pub/png/libpng.html>
+  Unmodified.
+  Licensed under the zlib license
+  See: /licenses/libpng-1.6.16/LICENSE
+
+
+* libintl <https://www.gnu.org/software/gettext/>
+  Unmodified.
+  Licensed under the GNU LIBRARY GENERAL PUBLIC LICENSE version 2.1
+  See: /licenses/gettext-0.19.3/gettext-runtime/COPYING and
+       /licenses/gettext-0.19.3/gettext-runtime/intl/COPYING.LIB
+
+
+* harfbuzz <http://www.freedesktop.org/wiki/Software/HarfBuzz/>
+  Unmodified.
+  Licensed under the GNU LIBRARY GENERAL PUBLIC LICENSE version 2
+  See: /licenses/harfbuzz-0.9.38/COPYING
+
+
+* libffi <https://sourceware.org/libffi/>
+  Unmodified.
+  Licensed under the MIT license
+  See: /licenses/libffi-3.2.1/LICENSE
+
+
+* pixman <http://www.pixman.org/>
+  Unmodified.
+  Licensed under the MIT license
+  See: /licenses/pixman-0.31.2/COPYING
+
+
+* libtiff <http://www.remotesensing.org/libtiff/>
+  Unmodified.
+  Licensed under a custom license
+  See: /licenses/tiff-4.0.3/COPYRIGHT
+
+
+* zlib <http://www.zlib.net/>
+  Unmodified.
+  Licensed under the zlib license
+  See: /licenses/zlib-1.2.8/README
+
+
+Mednaffe includes modified code of MD5 implementation by Christophe Devine,
+licensed under the GNU GENERAL PUBLIC LICENSE version 2 (or later).
+
+
+Mednaffe includes modified code from mednafen <http://mednafen.sourceforge.net/>
+licensed under the GNU GENERAL PUBLIC LICENSE version 2 (or later).
+
diff --git a/share/win/README_WINDOWS.txt b/share/win/README_WINDOWS.txt
new file mode 100644
index 0000000..6113765
--- /dev/null
+++ b/share/win/README_WINDOWS.txt
@@ -0,0 +1,8 @@
+       README for Mednaffe 0.8.1 (Windows version)
+-------------------------------------------------------------------------------------------
+
+Mednaffe is a front-end (GUI) for mednafen emulator.
+
+It only works with 0.9.36.2 or higher versions of mednafen emulator.
+
+This is a static build. See NOTICE.txt for license details.

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