[stella] branch master updated (eedd874 -> d9d8fe2)

Stephen Kitt skitt at moszumanska.debian.org
Mon Feb 15 16:48:52 UTC 2016


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

skitt pushed a change to branch master
in repository stella.

      from  eedd874   Release.
       new  f64ed32   Make debian/watch more generic.
       new  757d1b7   Imported Upstream version 4.7.1
       new  aefbddf   Merge tag 'upstream/4.7.1'
       new  290da11   New upstream version.
       new  8818749   Install evdev-joystick and Stelladaptor and 2600-daptor udev rules.
       new  d9d8fe2   Release.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Announce.txt                                       |  22 +-
 Changes.txt                                        |  33 +-
 debian/changelog                                   |   8 +
 debian/clean                                       |   3 +
 debian/copyright                                   |  21 ++
 debian/patches/evdev-joystick-flags.patch          |  14 +
 debian/patches/series                              |   1 +
 debian/patches/spelling-fix.patch                  |   2 +-
 debian/rules                                       |   8 +-
 debian/stella.6                                    |   7 +-
 debian/stella.install                              |   1 +
 debian/watch                                       |   2 +-
 docs/graphics/options_video_tv.png                 | Bin 8015 -> 8588 bytes
 docs/index.html                                    |  19 +-
 src/common/EventHandlerSDL2.cxx                    |  12 +-
 src/common/EventHandlerSDL2.hxx                    |   8 +-
 src/common/Version.hxx                             |   6 +-
 src/emucore/CartF8.cxx                             |   5 +-
 src/emucore/DefProps.hxx                           |  53 ++-
 src/emucore/EventHandler.cxx                       | 268 +++++++-------
 src/emucore/EventHandler.hxx                       |  16 +-
 src/emucore/EventJoyHandler.cxx                    |   8 +-
 src/emucore/FrameBuffer.cxx                        |   8 +-
 src/emucore/FrameBuffer.hxx                        |   6 +-
 src/emucore/Settings.cxx                           |   8 +-
 src/emucore/TIA.cxx                                |  72 +++-
 src/emucore/TIA.hxx                                |  11 +-
 src/emucore/stella.pro                             | 136 ++++++-
 src/gui/VideoDialog.cxx                            |  52 ++-
 src/gui/VideoDialog.hxx                            |  11 +-
 src/macosx/Info-Stella.plist                       |   2 +-
 src/macosx/stella.xcodeproj/project.pbxproj        |   7 +-
 .../evdev-joystick/80-stelladaptor-joystick.rules  |   8 +
 .../tools/evdev-joystick/License.txt               |   0
 src/tools/evdev-joystick/Makefile                  |  11 +
 src/tools/evdev-joystick/Readme.txt                |  83 +++++
 src/tools/evdev-joystick/evdev-joystick.c          | 390 +++++++++++++++++++++
 src/unix/stella.spec                               |   5 +-
 src/windows/SDL-2.0.3_Alt-Beep.diff                |  29 --
 src/windows/stella.rc                              |   8 +-
 40 files changed, 1067 insertions(+), 297 deletions(-)
 create mode 100644 debian/clean
 create mode 100644 debian/patches/evdev-joystick-flags.patch
 create mode 100644 src/tools/evdev-joystick/80-stelladaptor-joystick.rules
 copy License.txt => src/tools/evdev-joystick/License.txt (100%)
 create mode 100644 src/tools/evdev-joystick/Makefile
 create mode 100644 src/tools/evdev-joystick/Readme.txt
 create mode 100644 src/tools/evdev-joystick/evdev-joystick.c
 delete mode 100644 src/windows/SDL-2.0.3_Alt-Beep.diff

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



More information about the Pkg-games-commits mailing list