Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XBMC PL 12 / Wii motion controller query after any gamepad type / PPSSPP with SDL2 #138

Merged
merged 9 commits into from
Oct 27, 2014
Prev Previous commit
Next Next commit
xbmc: Recreate main window after game exit for Gnome Desktop
beaumanvienna committed Oct 25, 2014
commit 97b72e49d639111b14ba25474bf643b455988e77
13 changes: 10 additions & 3 deletions supplemental/build-xbmc-ppa.sh
Original file line number Diff line number Diff line change
@@ -3,10 +3,17 @@
#========================================================================
#
# Author: Michael DeGuzis and Jens-Christian Lache,
# Date: 20141024
# Date: 20141025
# Version: Patch Level 12
# Changed: disable GUI dialog
# Changed:
#
# Disabled GUI dialog
# "Add-on is incompatible due to unmet dependencies."
#
# Disabled dbus messages for UDev
#
# Recreate main window after game exit (for Gnome Desktop)
#
# ========================================================================

#define base version
@@ -18,7 +25,7 @@ PL=12
#define xbmc branch to checkout
BRANCH=retrorig-pl$PL

UPLOAD_TRY=0
UPLOAD_TRY=2

PPA="ppa:beauman/retrorig"

8 changes: 6 additions & 2 deletions supplemental/xbmc/changelog
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
xbmc (version_placeholder) trusty; urgency=medium

* Changed: disable GUI dialog
* Changed: disabled GUI dialog
(Add-on is incompatible due to unmet dependencies.)

* Disabled dbus messages for UDev

* Recreate main window after game exit (for Gnome Desktop)

-- Jens-Christian Lache <jc.lache@web.de> Fri, 24 Oct 2014 19:00:00 +0200
-- Jens-Christian Lache <jc.lache@web.de> Fri, 25 Oct 2014 23:00:00 +0200

xbmc (3:14.0.11.0) trusty; urgency=medium