This is an automated email from the git hooks/post-receive script. jcowgill-guest pushed a commit to branch master in repository dolphin-emu.
commit e9f65bb0159b7d0b2301f63aafb3a3df44f80b93 Author: James Cowgill <[email protected]> Date: Sat Jan 10 00:05:28 2015 +0000 Update README.Debian --- debian/README.Debian | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index 37380ca..0cec70b 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -1,11 +1,13 @@ -Differences between Debian Dolphin Emulator and upstream -* Wherever possible, the Debian version uses external libraries rather than - including them with the package. -* Some Gekko disassembly functionality has been removed. The code was non-free. - It was only used for debugging. -* OpenSSL is not used in the Debian version, as it is not compatible with the - GPL license. PolarSSL is used instead. -* Upstream tried to set "F10" as a shortcut key to play or pause emulation. This - doesn't work, because GTK, and wxGTK, use "F10" as a shortcut to access the - menu. The Debian version replaces the ineffective "F10" with "Ctrl-P" to play - or pause emulation. +Wherever possible, the Debian package uses external libraries rather than +including them with the package. + +Some debugging code which allows disassembling of PowerPC instructions was +removed because it was non-free. + +PolarSSL is used instead of OpenSSL in the debian version because OpenSSL is +incompatible with Dolphin's GPL license. + +Alternative fonts for GameCube games are used which are freely distributable +and can be created using a free tool. + + -- James Cowgill <[email protected]> Fri, 09 Jan 2015 23:43:44 +0000 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/dolphin-emu.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

