[nestopia] branch master updated (684a3a9 -> c6d5f67)

Stephen Kitt skitt at moszumanska.debian.org
Sat Sep 9 10:34:47 UTC 2017


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

skitt pushed a change to branch master
in repository nestopia.

      from  684a3a9   Release.
       new  400cb4a   Copy Appstream metadata from Ubuntu
       new  39bc932   Update watch file
       new  1cf5e31   New upstream version 1.48
       new  6e652bd   Merge tag 'upstream/1.48'
       new  486a944   New upstream release
       new  c6a742d   Nestopia requires OpenGL 3.2
       new  e5809f7   Enable PIE
       new  895e056   Switch to https URL in debian/copyright
       new  efcf689   Standards-Version 4.1.0
       new  990f7c6   Preserve CPPFLAGS in libretro
       new  c6d5f67   Release

The 11 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:
 .gitignore                                         |   29 +
 AUTHORS                                            |    5 +
 CMakeLists.txt                                     |  433 +++++++
 changelog.txt => ChangeLog                         |   45 +
 Makefile                                           |  416 ------
 Makefile.am                                        |  955 ++++++++++++++
 NstDatabase.xml                                    |    0
 README.md                                          |   50 +
 README.unix                                        |    2 +-
 configure.ac                                       |  129 ++
 debian/changelog                                   |   16 +
 debian/control                                     |    8 +-
 debian/copyright                                   |  168 ++-
 debian/libretro-nestopia.install                   |    5 +-
 debian/libretro-nestopia.metainfo.xml              |   12 +
 debian/nestopia.appdata.xml                        |   25 +
 debian/nestopia.docs                               |    1 +
 debian/nestopia.install                            |    5 +-
 debian/nestopia.libretro                           |   21 +
 debian/patches/buildflags.patch                    |   20 -
 debian/patches/format-security.patch               |   13 -
 debian/patches/install-location.patch              |   32 -
 debian/patches/libretro-cppflags.patch             |   18 +
 debian/patches/libretro_version.patch              |    2 +-
 debian/patches/series                              |    5 +-
 debian/patches/use-system-zlib.patch               |   14 -
 debian/rules                                       |    4 +-
 debian/watch                                       |    8 +-
 extras/BMFFINR2.pal                                |  Bin 0 -> 192 bytes
 extras/BMFFINR3.pal                                |  Bin 0 -> 192 bytes
 extras/NES_Classic-FBX.pal                         |  Bin 0 -> 192 bytes
 extras/Nostalgia-FBX.pal                           |  Bin 0 -> 192 bytes
 extras/SONY_CXA2025AS_US.pal                       |  Bin 0 -> 192 bytes
 extras/Unsaturated-Final.pal                       |  Bin 0 -> 192 bytes
 extras/Unsaturated-V5.pal                          |  Bin 0 -> 192 bytes
 extras/Unsaturated-V6.pal                          |  Bin 0 -> 192 bytes
 extras/YUV-V3.pal                                  |  Bin 0 -> 192 bytes
 extras/hybrid.pal                                  |  Bin 0 -> 192 bytes
 extras/nescap.pal                                  |  Bin 0 -> 192 bytes
 libretro/Makefile                                  |   63 +-
 libretro/jni/Android.mk                            |    5 +-
 libretro/libretro.cpp                              |  375 +++++-
 libretro/libretro.h                                |    0
 source/core/NstApu.cpp                             |    7 +-
 source/core/NstApu.hpp                             |    2 +-
 source/core/NstCartridge.cpp                       |   39 +-
 source/core/NstCartridgeInes.cpp                   |    6 +
 source/core/NstCore.hpp                            |    4 +-
 source/core/NstCpu.cpp                             |   22 +-
 source/core/NstCpu.hpp                             |    2 +
 source/core/NstFds.cpp                             |    4 +-
 source/core/NstImageDatabase.cpp                   |    6 +
 source/core/NstMachine.cpp                         |   37 +-
 source/core/NstMachine.hpp                         |    1 +
 source/core/NstPpu.cpp                             |  564 ++++++--
 source/core/NstPpu.hpp                             |    2 +
 source/core/NstZlib.cpp                            |    2 +-
 source/core/api/NstApiCheats.cpp                   |    2 +-
 source/core/api/NstApiMachine.cpp                  |    5 +
 source/core/api/NstApiMachine.hpp                  |    8 +
 source/core/api/NstApiVideo.cpp                    |   12 +-
 source/core/api/NstApiVideo.hpp                    |    9 +
 source/core/board/NstBoard.cpp                     |   46 +-
 source/core/board/NstBoardAveD1012.cpp             |    2 +-
 source/core/board/NstBoardBandai24c0x.cpp          |  147 +--
 source/core/board/NstBoardBandaiKaraokeStudio.cpp  |    2 +-
 source/core/board/NstBoardBmc20in1.cpp             |    2 +-
 source/core/board/NstBoardBmcFk23c.cpp             |    2 +-
 source/core/board/NstBoardBmcPowerjoy84in1.cpp     |    2 +-
 source/core/board/NstBoardBmcVt5201.cpp            |    1 +
 source/core/board/NstBoardFfe.cpp                  |   58 +-
 source/core/board/NstBoardKonamiVrc2.cpp           |    3 +-
 source/core/board/NstBoardMmc1.cpp                 |    2 +-
 source/core/board/NstBoardMmc5.cpp                 |    6 +-
 source/core/board/NstBoardSachenS8259.cpp          |    8 +-
 source/core/board/NstBoardSachenStreetHeroes.cpp   |    4 +-
 source/core/board/NstBoardSunsoftDcs.cpp           |    2 +-
 source/core/board/NstBoardWaixingSh2.cpp           |    2 +-
 source/core/vssystem/NstVsSystem.cpp               |    5 +-
 source/unix/audio.cpp                              |  195 +--
 source/unix/audio.h                                |    3 +-
 source/unix/cli.cpp                                |    2 +-
 source/unix/cli.h                                  |    2 +-
 source/unix/config.cpp                             |   16 +-
 source/unix/config.h                               |    3 +
 source/unix/font.h                                 |    4 +-
 source/unix/gtkui/gtkui.cpp                        |   26 +-
 source/unix/gtkui/gtkui.h                          |    2 +-
 source/unix/gtkui/gtkui_callbacks.cpp              |   12 +-
 source/unix/gtkui/gtkui_callbacks.h                |    2 +
 source/unix/gtkui/gtkui_cheats.cpp                 |    8 +-
 source/unix/gtkui/gtkui_config.cpp                 |   45 +
 source/unix/gtkui/gtkui_dialogs.cpp                |   10 +
 .../icons/{nestopia128.png => 128/nestopia.png}    |  Bin
 .../unix/icons/{nestopia32.png => 32/nestopia.png} |  Bin
 .../unix/icons/{nestopia48.png => 48/nestopia.png} |  Bin
 .../unix/icons/{nestopia64.png => 64/nestopia.png} |  Bin
 .../unix/icons/{nestopia96.png => 96/nestopia.png} |  Bin
 source/unix/icons/nestopia.desktop                 |    2 +-
 source/unix/icons/{ => svg}/nespad.svg             |    0
 source/unix/icons/{ => svg}/nestopia.svg           |    0
 source/unix/input.cpp                              |    4 +-
 source/unix/input.h                                |    2 +-
 source/unix/main.cpp                               |  120 +-
 source/unix/main.h                                 |    4 +-
 source/unix/video.cpp                              |  233 ++--
 source/unix/video.h                                |    3 +
 source/zlib/ioapi.h                                |   75 --
 source/zlib/unzip.h                                |  354 -----
 source/zlib/zconf.h                                |  332 -----
 source/zlib/zip.h                                  |  235 ----
 source/zlib/zlib.h                                 | 1357 --------------------
 112 files changed, 3453 insertions(+), 3510 deletions(-)
 create mode 100644 CMakeLists.txt
 rename changelog.txt => ChangeLog (95%)
 delete mode 100644 Makefile
 create mode 100644 Makefile.am
 mode change 100755 => 100644 NstDatabase.xml
 create mode 100644 configure.ac
 create mode 100644 debian/libretro-nestopia.metainfo.xml
 create mode 100644 debian/nestopia.appdata.xml
 create mode 100644 debian/nestopia.libretro
 delete mode 100644 debian/patches/buildflags.patch
 delete mode 100644 debian/patches/format-security.patch
 delete mode 100644 debian/patches/install-location.patch
 create mode 100644 debian/patches/libretro-cppflags.patch
 delete mode 100644 debian/patches/use-system-zlib.patch
 create mode 100644 extras/BMFFINR2.pal
 create mode 100644 extras/BMFFINR3.pal
 create mode 100644 extras/NES_Classic-FBX.pal
 create mode 100644 extras/Nostalgia-FBX.pal
 create mode 100644 extras/SONY_CXA2025AS_US.pal
 create mode 100644 extras/Unsaturated-Final.pal
 create mode 100644 extras/Unsaturated-V5.pal
 create mode 100644 extras/Unsaturated-V6.pal
 create mode 100644 extras/YUV-V3.pal
 create mode 100644 extras/hybrid.pal
 create mode 100644 extras/nescap.pal
 mode change 100755 => 100644 libretro/libretro.h
 rename source/unix/icons/{nestopia128.png => 128/nestopia.png} (100%)
 rename source/unix/icons/{nestopia32.png => 32/nestopia.png} (100%)
 rename source/unix/icons/{nestopia48.png => 48/nestopia.png} (100%)
 rename source/unix/icons/{nestopia64.png => 64/nestopia.png} (100%)
 rename source/unix/icons/{nestopia96.png => 96/nestopia.png} (100%)
 rename source/unix/icons/{ => svg}/nespad.svg (100%)
 rename source/unix/icons/{ => svg}/nestopia.svg (100%)
 delete mode 100644 source/zlib/ioapi.h
 delete mode 100644 source/zlib/unzip.h
 delete mode 100644 source/zlib/zconf.h
 delete mode 100644 source/zlib/zip.h
 delete mode 100644 source/zlib/zlib.h

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



More information about the Pkg-games-commits mailing list