--- qtubuntu-gles-0.63+16.10.20160630.1.orig/debian/bileto_convert_to_gles +++ qtubuntu-gles-0.63+16.10.20160630.1/debian/bileto_convert_to_gles @@ -0,0 +1,28 @@ +#!/bin/sh + +# This script converts the debian/ packaging into an alternate source package +# which builds with GLES. You should copy the source tree into a new directory +# before running this script (so you have one copy for GLES and one copy for +# regular GL). + +set -eu + +# Steps to start a new quilt patch: +# quilt new convert-to-gles.patch +# quilt add debian/* +# # apply changes + +# Steps to refresh this quilt patch when nongles changes: +# quilt push -af +# # fix up + +# When finished, save quilt patch with: +# quilt refresh +# quilt pop -a + +export QUILT_PATCHES=debian/gles-patches +quilt push -a + +sed --in-place 's/^qtubuntu /qtubuntu-gles /g' debian/changelog + +rm --recursive --force ./.pc/ --- qtubuntu-gles-0.63+16.10.20160630.1.orig/debian/changelog +++ qtubuntu-gles-0.63+16.10.20160630.1/debian/changelog @@ -0,0 +1,1260 @@ +qtubuntu-gles (0.63+16.10.20160630.1-0ubuntu2~1) yakkety; urgency=medium + + * Rebuild against Qt 5.6. + + -- Timo Jyrinki Sun, 24 Jul 2016 17:57:36 +0300 + +qtubuntu-gles (0.63+16.10.20160630.1-0ubuntu1) yakkety; urgency=medium + + [ Daniel d'Andrada ] + * Expose MirSurface to client apps through the native interface + + -- Michael Sheldon Thu, 30 Jun 2016 13:43:28 +0000 + +qtubuntu-gles (0.62+16.10.20160620-0ubuntu1) yakkety; urgency=medium + + * Revert r324 "EGL convenience" (LP: #1594198) + + -- Michał Sawicz Mon, 20 Jun 2016 08:49:40 +0000 + +qtubuntu-gles (0.62+16.10.20160614-0ubuntu1) yakkety; urgency=medium + + [ Daniel d'Andrada ] + * Generate better mir session names + + [ Gerry Boland ] + * Convert UbuntuOpenGLContext to use QEGLPlatformContext, and allow + clients to customize chosen GLConfig (LP: #1507817, #1549455) + * Integration: no need for the non-const versions of createWindow and + createGLContext + + [ Nick Dedekind ] + * Support for cross building + + -- Albert Astals Cid Tue, 14 Jun 2016 08:34:32 +0000 + +qtubuntu-gles (0.62+16.10.20160527.1-0ubuntu1) yakkety; urgency=medium + + [ Albert Astals Cid ] + * Enable workaround_brokenFBOReadBack on the Mali 400 + * Enable workaround_brokenFBOReadBack on the Mali-T760 + * Enable workaround_brokenFBOReadBack on the PowerVR Rogue G6200 + + [ Michael Terry ] + * Build qtubuntu for arm64, and drop ancient qthybris transition + package. + + -- Michael Terry Fri, 27 May 2016 13:05:27 +0000 + +qtubuntu-gles (0.62+16.04.20160428-0ubuntu1) xenial; urgency=medium + + [ Daniel d'Andrada, Gerry Boland, Michał Sawicz, Nick Dedekind ] + * Proper support for multiple screens and dynamic scaling support (LP: + #1534682, #1573532) + + [ Robert Bruce Park ] + * Inline GLES packaging using a quilt patch. + + -- Michał Sawicz Thu, 28 Apr 2016 15:36:15 +0000 + +qtubuntu-gles (0.62+16.04.20160322-0ubuntu1) xenial; urgency=medium + + [ Lukáš Tinkl ] + * Support for switching kbd layouts (LP: #1524400, #1491340) + + [ Nick Dedekind ] + * Added support for low shell chrome (LP: #1535397) + + -- Michael Zanetti Tue, 22 Mar 2016 08:49:45 +0000 + +qtubuntu-gles (0.62+16.04.20160128.1-0ubuntu1) xenial; urgency=medium + + [ Daniel d'Andrada ] + * Implement QPlatformOffscreenSurface (LP: #1527737) + + [ Olivier Tilloy ] + * Instantiate QKeyEvents with the scan code, native modifiers and + native virtual key code, and special-case XKB_KEY_Return and + XKB_KEY_KP_Enter to emit a carriage return character. (LP: #1433138) + + -- Michał Sawicz Thu, 28 Jan 2016 18:30:08 +0000 + +qtubuntu-gles (0.62+16.04.20160111-0ubuntu1) xenial; urgency=medium + + [ Gerry Boland ] + * Fix getting MirConnection pointer (LP: #1526684) + + -- Michał Sawicz Mon, 11 Jan 2016 11:27:32 +0000 + +qtubuntu-gles (0.62+16.04.20160104-0ubuntu1) xenial; urgency=medium + + [ Daniel d'Andrada ] + * Fix QGuiApplication::applicationState() updates (LP: #1528668) + + [ Gerry Boland ] + * On geometry change, save new geometry before creating change event + (LP: #1526328) + + -- Michał Sawicz Mon, 04 Jan 2016 09:38:35 +0000 + +qtubuntu-gles (0.62+16.04.20151207-0ubuntu1) xenial; urgency=medium + + [ Daniel d'Andrada ] + * Implement support for application state (LP: #1504776) + * Update panel height hack when window enters or leaves fullscreen + (LP: #1422523) + + [ Lukáš Tinkl ] + * Update the panel height hack, orange line is gone + + [ Michał Sawicz ] + * Run wrap-and-sort -at + + -- Gerry Boland Mon, 07 Dec 2015 16:21:01 +0000 + +qtubuntu-gles (0.62+16.04.20151124-0ubuntu2) xenial; urgency=medium + + * Rebuild against Qt 5.5.1. + + -- Timo Jyrinki Mon, 30 Nov 2015 16:16:27 +0200 + +qtubuntu-gles (0.62+16.04.20151124-0ubuntu1) xenial; urgency=medium + + [ Daniel d'Andrada ] + * Implemented cursor support + + -- Michał Sawicz Tue, 24 Nov 2015 13:26:05 +0000 + +qtubuntu-gles (0.62+16.04.20151117-0ubuntu1) xenial; urgency=medium + + [ Albert Astals Cid ] + * Improvements from running clazy over the code + + [ Alberto Aguirre ] + * Add support for Qt popups and dialog windows. + + [ Gerry Boland ] + * Fix inconsistent mouse wheel scrolling behavior + + [ Lukáš Tinkl ] + * Fix inconsistent mouse wheel scrolling behavior + + [ Nick Dedekind ] + * Added check for valid mime data. (LP: #1493530) + + -- Gerry Boland Tue, 17 Nov 2015 14:49:33 +0000 + +qtubuntu-gles (0.62+16.04.20151109-0ubuntu1) xenial; urgency=medium + + [ Nick Dedekind ] + * Reverted occlusion detection (lp#1514556) (LP: #1514556) + + -- Gerry Boland Mon, 09 Nov 2015 22:43:18 +0000 + +qtubuntu-gles (0.62+16.04.20151105-0ubuntu1) xenial; urgency=medium + + [ Nick Dedekind ] + * Support server->client visibility change to stop rendering + (lp:#1475678) (LP: #1475678) + + [ Olivier Tilloy ] + * Re-implement QPlatformScreen::physicalSize(). (LP: #1504293) + + -- Michał Sawicz Thu, 05 Nov 2015 16:56:48 +0000 + +qtubuntu-gles (0.62+15.10.20151021-0ubuntu1) wily; urgency=medium + + [ CI Train Bot ] + * New rebuild forced. + + [ Gerry Boland ] + * Implement support for mouse wheel events (LP: #1497091) + + [ Lukáš Tinkl ] + * Implement support for mouse wheel events (LP: #1497091) + * Override QPlatformWindow::setWindowTitle() and update the caption + accordingly (LP: #1497092) + + -- Michał Sawicz Wed, 21 Oct 2015 11:47:52 +0000 + +qtubuntu-gles (0.62+15.10.20150914-0ubuntu1) wily; urgency=medium + + [ Daniel d'Andrada ] + * Add + QPlatformNativeInterface::nativeResourceForIntegration("mirConnectio + n") + * Remove QtSensors dependency (LP: #1481389) + + [ Paul Olav Tvete ] + * Remove QtSensors dependency (LP: #1481389) + + -- Gerry Boland Mon, 14 Sep 2015 13:12:19 +0000 + +qtubuntu-gles (0.62+15.04.20150828-0ubuntu1) vivid; urgency=medium + + [ Daniel d'Andrada ] + * UbuntuClipboard: ensure DBus has been set up before setting + clipboard contents + * UbuntuWindow - keep redrawing a bit until you get the promised + resized buffer (LP: #1466510) + + -- CI Train Bot Fri, 28 Aug 2015 08:13:58 +0000 + +qtubuntu-gles (0.62+15.04.20150814-0ubuntu1) vivid; urgency=medium + + [ Daniel D'Andrada ] + * fix busy buffer swapping + + -- CI Train Bot Fri, 14 Aug 2015 12:18:27 +0000 + +qtubuntu-gles (0.61+15.10.20150722-0ubuntu3) wily; urgency=medium + + * No-change rebuild to pick up qtbase change. + + -- Timo Jyrinki Fri, 14 Aug 2015 08:46:44 +0300 + +qtubuntu-gles (0.61+15.10.20150722-0ubuntu2~gcc5.1) wily; urgency=medium + + * No-change test rebuild for g++5 ABI transition + + -- Steve Langasek Wed, 22 Jul 2015 23:29:31 +0000 + +qtubuntu-gles (0.61+15.10.20150722-0ubuntu1) wily; urgency=medium + + [ Andreas Pokorny ] + * in step with mir release 0.14.0 + + [ CI Train Bot ] + * New rebuild forced. + + -- CI Train Bot Wed, 22 Jul 2015 14:09:19 +0000 + +qtubuntu-gles (0.61+15.10.20150706-0ubuntu1) wily; urgency=medium + + [ Alberto Aguirre ] + * Migrate to platform-api 3 + + [ CI Train Bot ] + * New rebuild forced. + + -- CI Train Bot Mon, 06 Jul 2015 23:12:54 +0000 + +qtubuntu-gles (0.61+15.10.20150617-0ubuntu1) wily; urgency=medium + + [ Daniel d'Andrada ] + * Drastically improve surface resize responsiveness + + [ Gerry Boland ] + * Add support for Mir window close event (LP: #1434584) + + [ Lukáš Tinkl ] + * fix logic error when testing QFlags + + [ Timo Jyrinki ] + * Build depend against libinput-dev to fix build with Qt 5.5 (LP: + #1437192) (LP: #1437192) + + -- CI Train Bot Wed, 17 Jun 2015 13:46:52 +0000 + +qtubuntu-gles (0.61+15.10.20150611-0ubuntu2) wily; urgency=medium + + * No-change rebuild against Qt 5.4.2. + + -- Timo Jyrinki Mon, 15 Jun 2015 12:31:56 +0300 + +qtubuntu-gles (0.61+15.10.20150611-0ubuntu1) wily; urgency=medium + + [ Daniel d'Andrada ] + * Flip screen dimensions to compensate for a rotated window + + [ Alan Griffiths ] + * Track mir deprecations and renames. + + -- CI Train Bot Thu, 11 Jun 2015 09:10:57 +0000 + +qtubuntu-gles (0.60+15.04.20150318-0ubuntu3) vivid; urgency=medium + + * No-change rebuild against latest platform-api + + -- Ricardo Salveti de Araujo Thu, 19 Mar 2015 22:37:16 -0300 + +qtubuntu-gles (0.60+15.04.20150318-0ubuntu2) vivid; urgency=medium + + * No-change rebuild to correct platform-api dependency + + -- Timo Jyrinki Thu, 19 Mar 2015 11:54:20 +0200 + +qtubuntu-gles (0.60+15.04.20150318-0ubuntu1) vivid; urgency=medium + + [ Alberto Aguirre ] + * Port qtubuntu to direct mirclient usage for window creation and + input handling. + + [ Daniel d'Andrada ] + * Port qtubuntu to direct mirclient usage for window creation and + input handling. + + [ Robert Carr ] + * Port qtubuntu to direct mirclient usage for window creation and + input handling. + + -- CI Train Bot Wed, 18 Mar 2015 10:12:48 +0000 + +qtubuntu-gles (0.60+15.04.20141212-0ubuntu3) vivid; urgency=medium + + * No-change rebuild against Qt 5.4.1. + + -- Timo Jyrinki Wed, 11 Mar 2015 08:25:45 +0200 + +qtubuntu-gles (0.60+15.04.20141212-0ubuntu2) vivid; urgency=medium + + * No-change rebuild against Qt 5.4.0. + + -- Timo Jyrinki Fri, 06 Feb 2015 14:48:16 +0200 + +qtubuntu-gles (0.60+15.04.20141212-0ubuntu1) vivid; urgency=low + + [ Gerry Boland ] + * Fix raster-based (QWidget) application rendering. + + [ Robert Carr ] + * Utilize repeat_count value from Mir in constructing QKeyEvents. (LP: + #1349416) + + -- Ubuntu daily release Fri, 12 Dec 2014 15:43:42 +0000 + +qtubuntu-gles (0.60+15.04.20141111-0ubuntu1) vivid; urgency=low + + [ Ubuntu daily release ] + * New rebuild forced + + [ Timo Jyrinki ] + * Add libmtdev-dev build dependency (LP: #1379152) (LP: #1379152) + + -- Ubuntu daily release Tue, 11 Nov 2014 06:11:03 +0000 + +qtubuntu-gles (0.60+14.10.20141001.3-0ubuntu1) utopic; urgency=low + + [ Zsombor Egri ] + * Handle PasswordMaskDelay. (LP: #1237614) + + [ Robert Carr ] + * Support mir restored surface state as a way to leave fullscreen. + (LP: #1194550) + + [ Daniel d'Andrada ] + * Use the global clipboard from D-Bus (LP: #1367814) + + -- Ubuntu daily release Wed, 01 Oct 2014 17:20:53 +0000 + +qtubuntu-gles (0.60+14.10.20140922.1-0ubuntu1) utopic; urgency=low + + [ Gerry Boland ] + * Expose Mir surface orientation property instead of connecting to + orientation sensor directly (LP: #1288332) + + -- Ubuntu daily release Mon, 22 Sep 2014 17:32:25 +0000 + +qtubuntu-gles (0.60+14.10.20140815.1-0ubuntu1) utopic; urgency=low + + [ Daniel d'Andrada ] + * Remove leftover pkg dependencies: mircommon and mirclient The QPA + shouldn't be talking to mir directly but only throughubuntu- + application-api + + [ Ricardo Mendoza ] + * Check window is valid before delivering event. + + -- Ubuntu daily release Fri, 15 Aug 2014 16:49:41 +0000 + +qtubuntu-gles (0.60+14.10.20140812-0ubuntu1) utopic; urgency=low + + [ Florian Boucault ] + * Scale the minimum distance before drag + (QPlatformIntegration::StartDragDistance) taking into account the + grid unit definition (the scale factor). + + -- Ubuntu daily release Tue, 12 Aug 2014 18:45:53 +0000 + +qtubuntu-gles (0.60+14.10.20140808.1-0ubuntu1) utopic; urgency=low + + [ Gerry Boland ] + * Workaround for bug 1346633 broke QGuiApplication::topLevelWindows(), + perform a different workaround. This workaround guesses the window + geometry relative to the screen (mainly setting y=panelHeight), + defining it using QPlatformWindow::setGeometry and then Qt uses it + to calculate mapToGlobal internally (LP: #1351024, #1346633) + + -- Ubuntu daily release Fri, 08 Aug 2014 14:10:40 +0000 + +qtubuntu-gles (0.60+14.10.20140728-0ubuntu1) utopic; urgency=medium + + [ Gerry Boland ] + * Major refactor: remove SurfaceFlinger & Mir in-server-process-client support, + flatten class hierarchy. Only Mir client QPA remains + + [ Ubuntu daily release ] + * New rebuild forced + + -- Ubuntu daily release Mon, 28 Jul 2014 02:37:18 +0000 + +qtubuntu-gles (0.54+14.10.20140613-0ubuntu1) utopic; urgency=low + + [ Ubuntu daily release ] + * New rebuild forced + + [ Alexandros Frantzis ] + * Set the surface renderable type to QSurfaceFormat::OpenGLES when + using OpenGL ES 2.0 In Qt 5.3 the type of used GL context is checked + at runtime to determine supported GL features. Set the surface + renderable type properly so that Qt can determine the features + correctly. (LP: #1321189) + + -- Ubuntu daily release Fri, 13 Jun 2014 05:37:53 +0000 + +qtubuntu-gles (0.54+14.10.20140612-0ubuntu1) utopic; urgency=low + + [ Ubuntu daily release ] + * New rebuild forced + + [ Ricardo Mendoza ] + * Migrate to Platform API v2 + + -- Ubuntu daily release Thu, 12 Jun 2014 10:39:50 +0000 + +qtubuntu-gles (0.54+14.10.20140526.1-0ubuntu1) utopic; urgency=low + + [ Michael Terry ] + * Note that unity8-greeter is a shell too. + + [ Ubuntu daily release ] + * New rebuild forced + + -- Ubuntu daily release Mon, 26 May 2014 14:49:27 +0000 + +qtubuntu-gles (0.54+14.10.20140523-0ubuntu1) utopic; urgency=low + + [ Timo Jyrinki ] + * Depend on libqt5sensors5-dev instead of qtsensors5-dev. (LP: + #1317885) (LP: #1317885) + + -- Ubuntu daily release Fri, 23 May 2014 10:25:15 +0000 + +qtubuntu-gles (0.54+14.10.20140515.1-0ubuntu1) utopic; urgency=low + + [ Ubuntu daily release ] + * New rebuild forced + + [ Kevin Gunn ] + * rebuild only + + -- Ubuntu daily release Thu, 15 May 2014 18:37:17 +0000 + +qtubuntu-gles (0.54+14.10.20140430.1-0ubuntu3) utopic; urgency=medium + + * Moving back qtubuntu-desktop's arch to any, as there's no easy way to + guarantee that the package is broken on armhf + + -- Ricardo Salveti de Araujo Fri, 09 May 2014 18:15:30 -0300 + +qtubuntu-gles (0.54+14.10.20140430.1-0ubuntu2) utopic; urgency=medium + + * debian/control: + - Only building qtubuntu-android on arches where Qt is built with opengles + - Not building qtubuntu-desktop on armhf as Qt uses opengles there + + -- Ricardo Salveti de Araujo Thu, 08 May 2014 19:46:47 -0300 + +qtubuntu-gles (0.54+14.10.20140430.1-0ubuntu1) utopic; urgency=low + + [ Gerry Boland ] + * Lifecycle events emit expose events to safely stop & resume the + renderer threads. We don't use hide/show directly as hide causes Qt + to stop the renderer, but then release the GL context and its + resources. Expose events just stop & resume the renderer without + altering the context. + + [ Ubuntu daily release ] + * New rebuild forced + + -- Ubuntu daily release Wed, 30 Apr 2014 13:31:36 +0000 + +qtubuntu-gles (0.54+14.04.20140402-0ubuntu2) trusty; urgency=medium + + * No-change rebuild for shlib changes in qtbase and qtdeclarative. + + -- Ricardo Salveti de Araujo Mon, 14 Apr 2014 13:09:40 -0300 + +qtubuntu-gles (0.54+14.04.20140402-0ubuntu1) trusty; urgency=low + + [ Stephen M. Webb ] + * Force the OpenGL surface format in qtubuntu-desktop. (LP: #1295309) + + -- Ubuntu daily release Wed, 02 Apr 2014 20:51:14 +0000 + +qtubuntu-gles (0.54+14.04.20140401-0ubuntu1) trusty; urgency=medium + + [ Michael Zanetti ] + * Drop Unity.Application module. + + -- Ubuntu daily release Tue, 01 Apr 2014 22:36:46 +0000 + +qtubuntu-gles (0.53+14.04.20140318-0ubuntu1) trusty; urgency=low + + [ Chris Coulson ] + * Pass the EGL share context to eglCreateContext (lp: #1278470) (LP: + #1278470) + * Implement QPlatformNativeInterface::nativeResourceForScreen() for + accessing the native display handle (lp: #1278868) (LP: #1278868) + + -- Ubuntu daily release Tue, 18 Mar 2014 20:20:51 +0000 + +qtubuntu-gles (0.53+14.04.20140304-0ubuntu1) trusty; urgency=low + + * New rebuild forced + + -- Ubuntu daily release Tue, 04 Mar 2014 12:50:53 +0000 + +qtubuntu-gles (0.53+14.04.20140228-0ubuntu1) trusty; urgency=low + + [ Stephen M. Webb ] + * build qtubuntu-desktop to use an OpenGL context instead of an + OpenGL|ES context (lp: #1274763) (LP: #1274763) + + -- Ubuntu daily release Fri, 28 Feb 2014 18:33:06 +0000 + +qtubuntu-gles (0.53+14.04.20140221-0ubuntu1) trusty; urgency=low + + [ Michał Sawicz ] + * Increase the side stage threshold to 100GU. + + -- Ubuntu daily release Fri, 21 Feb 2014 09:11:59 +0000 + +qtubuntu-gles (0.53+14.04.20140131-0ubuntu1) trusty; urgency=low + + [ CI bot ] + * Flushing trunk + + [ Ricardo Mendoza ] + * Clean up build rules to allow for correct building of multiple + binary packages from the same source. (LP: #1271464) + + -- Ubuntu daily release Fri, 31 Jan 2014 12:39:46 +0000 + +qtubuntu-gles (0.53+14.04.20140114.1-0ubuntu1) trusty; urgency=low + + [ Stephen M. Webb ] + * provide two binary deb variants: Touch and Desktop (lp: #1246851). + (LP: #1246851) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 200 + + -- Ubuntu daily release Tue, 14 Jan 2014 10:37:06 +0000 + +qtubuntu-gles (0.53-0ubuntu1) trusty; urgency=low + + * Specify surface size on creation. + + -- Ricardo Mendoza Tue, 10 Dec 2013 23:31:28 -0500 + +qtubuntu-gles (0.52+14.04.20131125-0ubuntu1) trusty; urgency=low + + [ Daniel d'Andrada ] + * Make no assumptions on pointer ids Code was assuming that it ranged + from 0 to maximumSimultaneousTouches, but that won't hold in the + future. Also fixes bogus behavior when tapping with two fingers, + where you would get TouchBegin twice and the first touch point on + staying on "pressed" state on the second TouchEvent. (LP: #1228336) + + [ Albert Astals ] + * Pass QRectF as const reference instead of copying it . + * Don't include the QtQml catch-all header Include only the ones we + need . + * Adapt to the Qt 5.2 way of creating the event dispatcher . (LP: + #1246498) + * Link against EGL since we use it It was probably being pulled by a + dependency before . + * Remove unused -private . (LP: #1254051) + * Do not include the catch-all QtQuick include . + + [ Ubuntu daily release ] + * Automatic snapshot from revision 197 + + -- Ubuntu daily release Mon, 25 Nov 2013 14:32:22 +0000 + +qtubuntu-gles (0.52+13.10.20131016-0ubuntu1) saucy; urgency=low + + [ Michał Sawicz ] + * Map PowerDown and PowerOff keys and fix indentation. (LP: #1232122) + + [ Alexandros Frantzis ] + * Abort if we can't get an ubuntu application instance. (LP: #1233988) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 189 + + -- Ubuntu daily release Wed, 16 Oct 2013 02:33:02 +0000 + +qtubuntu-gles (0.52+13.10.20131009-0ubuntu1) saucy; urgency=low + + [ Alexandros Frantzis ] + * Release the EGL window surface before releasing the attached native + window Otherwise, if the native window is released first, as was + previously happening, the EGL platform may try to access the freed + native window, leading to memory errors and crashes. (LP: #1237052) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 186 + + -- Ubuntu daily release Wed, 09 Oct 2013 20:27:39 +0000 + +qtubuntu-gles (0.52+13.10.20131008-0ubuntu1) saucy; urgency=low + + [ Loïc Minier ] + * Add Vcs-Bzr field with lp:qtubuntu. + + [ Robert Carr ] + * Map the volume up and down keys to keysyms in mir. (LP: #1233245) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 184 + + -- Ubuntu daily release Tue, 08 Oct 2013 12:14:42 +0000 + +qtubuntu-gles (0.52+13.10.20130920-0ubuntu1) saucy; urgency=low + + [ Ricardo Mendoza ] + * If window has a parent, send duplicate events to it. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 180 + + -- Ubuntu daily release Fri, 20 Sep 2013 04:25:44 +0000 + +qtubuntu-gles (0.52+13.10.20130919-0ubuntu1) saucy; urgency=low + + [ Albert Astals ] + * Implement the backend for QDesktopServices::openUrl . (LP: #1186556) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 177 + + -- Ubuntu daily release Thu, 18 Sep 2013 14:09:32 +0000 + +qtubuntu-gles (0.52+13.10.20130912.1-0ubuntu1) saucy; urgency=low + + [ Michael Zanetti ] + * register application interface types with QML. + + [ Gerry Boland ] + * Fix click package execution, and correct icon path. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 175 + + -- Ubuntu daily release Thu, 12 Sep 2013 22:45:06 +0000 + +qtubuntu-gles (0.52+13.10.20130910.7-0ubuntu1) saucy; urgency=low + + [ Gerry Boland ] + * Add fake OSKController component, for compatibility with unity-mir. + * Implement ApplicationManager API as defined in unity-api. This + requires renaming QML plugin to Unity.Application, removing the + ApplicationListModel class and supplying just one model of + applications running. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 172 + + -- Ubuntu daily release Tue, 10 Sep 2013 23:30:45 +0000 + +qtubuntu-gles (0.52+13.10.20130821-0ubuntu1) saucy; urgency=low + + [ Timo Jyrinki ] + * Remove extra dh_auto_configure from install phase. (LP: #1212131). + (LP: #1212131) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 169 + + -- Ubuntu daily release Wed, 21 Aug 2013 14:40:14 +0000 + +qtubuntu-gles (0.52+13.10.20130820-0ubuntu1) saucy; urgency=low + + [ Gerry Boland ] + * Allow setting title of QWindow to propagate through to platform-api. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 167 + + -- Ubuntu daily release Tue, 20 Aug 2013 14:06:20 +0000 + +qtubuntu-gles (0.52+13.10.20130814.1-0ubuntu1) saucy; urgency=low + + [ Gerry Boland ] + * Add support for building mirserver and mirclient backends to the + QPA. + + [ Robert Carr ] + * Add support for building mirserver and mirclient backends to the + QPA. + + [ Ricardo Mendoza ] + * Add support for building mirserver and mirclient backends to the + QPA. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 165 + + -- Ubuntu daily release Wed, 14 Aug 2013 06:06:46 +0000 + +qtubuntu-gles (0.52+13.10.20130812.3-0ubuntu1) saucy; urgency=low + + [ Michał Sawicz ] + * Respect Path= from .desktop files. (LP: #1204596) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 163 + + -- Ubuntu daily release Mon, 12 Aug 2013 14:06:28 +0000 + +qtubuntu-gles (0.52+13.10.20130803-0ubuntu1) saucy; urgency=low + + [ Ricardo Mendoza ] + * * Add method to disable/enable sensors opened from the QPA + automatically. * Make use of the hook to disable/enable when the + application active status changes. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 161 + + -- Ubuntu daily release Sat, 03 Aug 2013 02:01:59 +0000 + +qtubuntu-gles (0.52+13.10.20130731-0ubuntu1) saucy; urgency=low + + [ Ricardo Mendoza ] + * Add mapping for some missing special characters. (LP: #1203212) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 159 + + -- Ubuntu daily release Wed, 31 Jul 2013 02:01:55 +0000 + +qtubuntu-gles (0.52+13.10.20130730-0ubuntu1) saucy; urgency=low + + [ Gustavo Pichorim Boiko ] + * Add values for the new applications that were created as a result of + the splitting of the phone-app. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 157 + + -- Ubuntu daily release Tue, 30 Jul 2013 02:01:54 +0000 + +qtubuntu-gles (0.52+13.10.20130729-0ubuntu1) saucy; urgency=low + + [ Ricardo Mendoza ] + * Make the lifecycle signals deliver the ApplicationActive and + ApplicationDeactivate events to the running application. (LP: + #1183866) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 155 + + -- Ubuntu daily release Mon, 29 Jul 2013 02:01:53 +0000 + +qtubuntu-gles (0.52+13.10.20130723-0ubuntu1) saucy; urgency=low + + [ Michał Sawicz ] + * Do not reverse arguments from destkop files. (LP: #1200437) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 153 + + -- Ubuntu daily release Tue, 23 Jul 2013 02:01:52 +0000 + +qtubuntu-gles (0.52+13.10.20130720-0ubuntu1) saucy; urgency=low + + [ Ricardo Mendoza ] + * Send colon unicode when hitting key with modifier. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 151 + + -- Ubuntu daily release Sat, 20 Jul 2013 02:01:53 +0000 + +qtubuntu-gles (0.52+13.10.20130718-0ubuntu1) saucy; urgency=low + + [ Ricardo Mendoza ] + * Change dep to use the real platform-api package instead of the + transitional one. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 149 + + -- Ubuntu daily release Thu, 18 Jul 2013 02:02:29 +0000 + +qtubuntu-gles (0.52+13.10.20130711-0ubuntu1) saucy; urgency=low + + [ Antti Kaijanmäki ] + * ApplicationManager: Set APP_ID env variable on started processes. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 147 + + -- Ubuntu daily release Thu, 11 Jul 2013 02:01:48 +0000 + +qtubuntu-gles (0.52+13.10.20130703-0ubuntu1) saucy; urgency=low + + [ Didier Roche ] + * Transition qtubuntu to qtubuntu-android (only available on armhf as + it's where it's built) and provides a qtubuntu and qtubuntu-shell + virtual package, enabling even mock to fulfill the dep + + [ Ubuntu daily release ] + * Automatic snapshot from revision 145 + + -- Ubuntu daily release Wed, 03 Jul 2013 15:14:53 +0000 + +qtubuntu-gles (0.51daily13.06.17-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Don't install test files (merge lp:~ken- + vandine/qtubuntu/packaging_fixes), update Standards-Version. + + [ Timo Jyrinki ] + * Enable multi-arch, split examples package, use architecture: any. + * Don't install test files (merge lp:~ken- + vandine/qtubuntu/packaging_fixes), update Standards-Version. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 143 + + -- Ubuntu daily release Mon, 17 Jun 2013 02:02:10 +0000 + +qtubuntu-gles (0.51daily13.06.11.1-0ubuntu1) saucy; urgency=low + + [ Ricardo Mendoza ] + * Take over signalling of processes from the Android side app manager. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 140 + + -- Ubuntu daily release Tue, 11 Jun 2013 17:51:55 +0000 + +qtubuntu-gles (0.51daily13.06.11-0ubuntu1) saucy; urgency=low + + [ Ricardo Mendoza ] + * Pass remote PID for when running across container boundaries. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 138 + + -- Ubuntu daily release Tue, 11 Jun 2013 06:11:36 +0000 + +qtubuntu-gles (0.51daily13.06.05.1-0ubuntu1) saucy; urgency=low + + [ Michael Terry ] + * Widen qtubuntu's architecture support. + * Add missing libxrender-dev Build-Depends needed on i386 and amd64. + + [ Daniel d'Andrada ] + * Export Application as ApplicationInfo to avoid clashing with + QtQuick.Application. + + [ Kaleo ] + * Based native orientation selection on the available stage size. (LP: + #1172883) + + [ Ricardo Mendoza ] + * * Migrate QtUbuntu to make use of the new platform API definitions. + * Hide input panel when application is unfocused. (LP: #1183113) + * Fix orientation launching for sidestage apps. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 136 + + -- Ubuntu daily release Wed, 05 Jun 2013 17:04:49 +0000 + +qtubuntu-gles (0.51daily13.06.02ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Ricardo Mendoza ] + * Fix orientation launching for sidestage apps. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 135 (ubuntu-unity/next) + + -- Ubuntu daily release Sun, 02 Jun 2013 02:02:01 +0000 + +qtubuntu-gles (0.51daily13.05.31ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Ricardo Mendoza ] + * Hide input panel when application is unfocused. (LP: #1183113) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 133 (ubuntu-unity/next) + + -- Ubuntu daily release Fri, 31 May 2013 02:01:41 +0000 + +qtubuntu-gles (0.51daily13.05.30ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Ricardo Mendoza ] + * * Migrate QtUbuntu to make use of the new platform API definitions. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 131 (ubuntu-unity/next) + + -- Ubuntu daily release Thu, 30 May 2013 03:29:40 +0000 + +qtubuntu-gles (0.51daily13.04.29ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Kaleo ] + * QScreen orientation is reported incorrectly for side stage apps (LP: + #1172883) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 129 (ubuntu-unity/next) + + -- Ubuntu daily release Mon, 29 Apr 2013 02:01:01 +0000 + +qtubuntu-gles (0.51daily13.04.26ubuntu.unity.next-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 127 (ubuntu-unity/next) + + -- Ubuntu daily release Fri, 26 Apr 2013 02:14:16 +0000 + +qtubuntu-gles (0.51daily13.04.12ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Michael Terry ] + * Automatic snapshot from revision 120 (bootstrap) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 125 (ubuntu-unity/next) + + -- Ubuntu daily release Fri, 12 Apr 2013 02:01:44 +0000 + +qtubuntu-gles (0.50) quantal; urgency=low + + [ Michael Terry ] + * Use more modern packaging, fix a copyright typo + + [ Ricardo Mendoza ] + * Add execution flags to ApplicationManager::startProcess to force + starting an app in a desired stage. Can support other flags + later on. + + -- Ricardo Mendoza Wed, 03 Apr 2013 20:13:34 -0430 + +qtubuntu-gles (0.49) quantal; urgency=low + + * Implements live orientation support for client applications using the + QtSensors OrientationSensor backend. + + -- Jim Hodapp Fri, 01 Mar 2013 11:18:21 -0500 + +qtubuntu-gles (0.48) quantal; urgency=low + + * ApplicationImage: added an internal cache of QImages and a new method to + use it instead of taking screenshots: updateFromCache(). + + -- Florian Boucault Sun, 24 Feb 2013 23:28:00 +0000 + +qtubuntu-gles (0.47) quantal; urgency=low + + * ApplicationManager: added 2 properties 'keyboardVisible' and 'keyboardHeight' + + -- Florian Boucault Wed, 20 Feb 2013 07:07:00 +0000 + +qtubuntu-gles (0.46) quantal; urgency=low + + * Added side stage support. + * ApplicationImage: crop buffer to surface's source size and position. + * ApplicationImage: added new 'fillMode' property with 2 possible values: Stretch and PreserveAspectCrop. + + -- Loïc Molinari Tue, 12 Feb 2013 11:47:53 +0100 + +qtubuntu-gles (0.45) quantal; urgency=low + + * Added new InputFilterArea QML item. + + -- Florian Boucault Thu, 14 Feb 2013 00:40:44 +0000 + +qtubuntu-gles (0.44) quantal; urgency=low + + * New release + + -- Florian Boucault Tue, 12 Feb 2013 10:09:19 +0000 + +qtubuntu-gles (0.43) quantal; urgency=low + + * Update applications list in the right order to prevent missed updates + + -- Ricardo Mendoza Fri, 08 Feb 2013 17:47:27 -0430 + +qtubuntu-gles (0.42) quantal; urgency=low + + * Added start/stop process support to application module with direct + insertion/deletion in data models. + + -- Loïc Molinari Thu, 07 Feb 2013 23:59:03 +0100 + +qtubuntu-gles (0.41) quantal; urgency=low + + * Implemented native orientation for applications to query through + the native platform interface. + + -- Ricardo Salveti de Araujo Thu, 07 Feb 2013 00:39:39 -0200 + +qtubuntu-gles (0.40) quantal; urgency=low + + * Updating build-dependency to use the new ubuntu-platform-api package + + -- Ricardo Salveti de Araujo Wed, 06 Feb 2013 15:40:59 -0200 + +qtubuntu-gles (0.39) quantal; urgency=low + + * Adding qtubuntu files to the qtubuntu package (since the install was + empty) + + -- Ricardo Salveti de Araujo Thu, 31 Jan 2013 20:59:03 -0500 + +qtubuntu-gles (0.38) quantal; urgency=low + + * remerge from trunk, new release + + -- Bill Filler Thu, 31 Jan 2013 09:02:32 -0500 + +qtubuntu-gles (0.37) quantal; urgency=low + + * Renaming package from qthybris + + -- Ricardo Salveti de Araujo Thu, 31 Jan 2013 00:10:39 -0500 + +qthybris (0.36) quantal; urgency=low + + * Make sure to request alpha support for the surfaceFormat + + -- Ricardo Salveti de Araujo Tue, 15 Jan 2013 18:44:39 -0200 + +qthybris (0.35) quantal; urgency=low + + * fix for hardcoded screen size lp:1097798 + + -- Bill Filler Thu, 10 Jan 2013 16:23:41 -0500 + +qthybris (0.34) quantal; urgency=low + + * Bumped version. + + -- Loïc Molinari Thu, 20 Dec 2012 02:22:29 +0100 + +qthybris (0.33) quantal; urgency=low + + * Added support for focusRequested callback. + + -- Loïc Molinari Tue, 18 Dec 2012 02:59:35 +0100 + +qthybris (0.32) quantal; urgency=low + + * Force the build to generate debug symbols, so we can have -dbgsym packages + + -- Ricardo Salveti de Araujo Mon, 17 Dec 2012 18:25:53 -0200 + +qthybris (0.31) quantal; urgency=low + + * Added support for starting/stopping processes. + + -- Loïc Molinari Mon, 17 Dec 2012 13:47:51 +0100 + +qthybris (0.30) quantal; urgency=low + + * Fixed the build. + + -- Loïc Molinari Fri, 14 Dec 2012 20:20:25 +0100 + +qthybris (0.29) quantal; urgency=low + + * Added 'desktopFile' property to Application class. + + -- Florian Boucault Thu, 13 Dec 2012 21:39:35 +0000 + +qthybris (0.28) quantal; urgency=low + + * Added ubuntu_ui_session_unfocus_running_sessions binding. + + -- Loïc Molinari Wed, 12 Dec 2012 23:15:05 +0100 + +qthybris (0.27) quantal; urgency=low + + * Added support NULL sources in ApplicationImage. + + -- Loïc Molinari Wed, 12 Dec 2012 10:36:21 +0000 + +qthybris (0.26) quantal; urgency=low + + * Fixed touch input dispatching for system sessions. + + -- Loïc Molinari Wed, 12 Dec 2012 02:56:29 +0200 + +qthybris (0.25) quantal; urgency=low + + * Adapted to Ubuntu application API API change. + + -- Loïc Molinari Tue, 11 Dec 2012 19:54:02 +0200 + +qthybris (0.24) quantal; urgency=low + + * Changed hardcoded top strut from 54 to 59. + + -- Florian Boucault Mon, 10 Dec 2012 19:40:24 +0000 + +qthybris (0.23) quantal; urgency=low + + * Added ApplicationListModel::get method. + * Added ApplicationListModel::count property. + * Added ApplicationListModel::move method. + + -- Florian Boucault Mon, 10 Dec 2012 17:58:33 +0000 + +qthybris (0.22) quantal; urgency=low + + * Added QQuickWindow extension for easy role setting from QML. + + -- Loïc Molinari Mon, 10 Dec 2012 15:07:11 +0200 + +qthybris (0.21) quantal; urgency=low + + * Added support for application snapshotting. + + -- Loïc Molinari Fri, 07 Dec 2012 16:10:40 +0100 + +qthybris (0.21) quantal; urgency=low + + * Added support for maximization and hard-coded strut for the phone. + + -- Loïc Molinari Thu, 06 Dec 2012 13:32:27 +0100 + +qthybris (0.20) UNRELEASED; urgency=low + + * Added support for application management. + + -- Loïc Molinari Thu, 06 Dec 2012 11:02:49 +0100 + +qthybris (0.19) quantal; urgency=low + + * Implemented support for a basic theme based on generic unix theme + + -- Renato Araujo Oliveira Filho Wed, 05 Dec 2012 09:40:45 +0000 + +qthybris (0.18) quantal; urgency=low + + * Added application module. + + -- Loïc Molinari Fri, 30 Nov 2012 17:35:08 +0200 + +qthybris (0.17) quantal; urgency=low + + * Fixed show/hide crash. + + -- Loïc Molinari Fri, 30 Nov 2012 13:44:39 +0200 + +qthybris (0.16) quantal; urgency=low + + [ Thomas Voss ] + * Added support for hiding/showing native windows. + + -- Michael Frey Thu, 29 Nov 2012 11:53:24 -0500 + +qthybris (0.15) quantal; urgency=low + + * Ensured window states are set at creation. + + -- Loïc Molinari Thu, 29 Nov 2012 16:41:30 +0200 + +qthybris (0.14) quantal; urgency=low + + * Added support for window position. + + -- Thomas Moenicke Thu, 29 Nov 2012 15:10:38 +0100 + +qthybris (0.13) quantal; urgency=low + + * Added support for the new credentials system. + + -- Loïc Molinari Mon, 26 Nov 2012 18:30:12 +0200 + +qthybris (0.12) quantal; urgency=low + + * Added support to specify surface roles. + + -- Loïc Molinari Mon, 26 Nov 2012 15:31:07 +0200 + +qthybris (0.11) quantal; urgency=low + + * Removed not reached asserts for unknown input events, closes: LP: #1075185. + * Added support for key event's unicode representation, closes: LP: #1074041. + * Added support for input context plugins. + + -- Sergio Schvezov Fri, 09 Nov 2012 17:11:34 -0300 + +qthybris (0.10) quantal; urgency=low + + * Fixed incorrect event time stamps. Makes kinetic scrolling work. + + -- Michael Frey Thu, 08 Nov 2012 20:40:33 -0500 + +qthybris (0.9) quantal; urgency=low + + * Bumping + * Adding new dependencies brought in by Qt5 updates + + -- Sergio Schvezov Tue, 06 Nov 2012 19:53:18 -0300 + +qthybris (0.8) quantal; urgency=low + + * Bump version. + + -- Loïc Molinari Fri, 26 Oct 2012 18:47:39 +0200 + +qthybris (0.7) UNRELEASED; urgency=low + + * Added Ubuntu application UI support. + + -- Loïc Molinari Mon, 22 Oct 2012 17:50:41 +0200 + +qthybris (0.6) quantal; urgency=low + + * Added native interface support + + -- Loïc Molinari Tue, 16 Oct 2012 17:43:23 +0200 + +qthybris (0.5) quantal; urgency=low + + * Enable building under armhf + + -- Ricardo Mendoza Wed, 10 Oct 2012 09:45:17 -0430 + +qthybris (0.4) quantal; urgency=low + + * Bumped version + + -- Loïc Molinari Tue, 09 Oct 2012 15:26:44 +0200 + +qthybris (0.3) quantal; urgency=low + + * Added missing build-depends + + -- Loïc Molinari Fri, 05 Oct 2012 12:42:58 +0200 + +qthybris (0.2) quantal; urgency=low + + * Correctly install artwork and examples + + -- Ricardo Mendoza Wed, 03 Oct 2012 13:39:27 +0000 + +qthybris (0.1) quantal; urgency=low + + * Initial release + + -- Ricardo Mendoza Fri, 28 Sep 2012 10:28:22 -0430 --- qtubuntu-gles-0.63+16.10.20160630.1.orig/debian/compat +++ qtubuntu-gles-0.63+16.10.20160630.1/debian/compat @@ -0,0 +1 @@ +9 --- qtubuntu-gles-0.63+16.10.20160630.1.orig/debian/control +++ qtubuntu-gles-0.63+16.10.20160630.1/debian/control @@ -0,0 +1,56 @@ +Source: qtubuntu-gles +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: debhelper (>= 9), + libatspi2.0-dev, + libegl1-mesa-dev, + libfontconfig1-dev, + libfreetype6-dev, + libgles2-mesa-dev, + libglib2.0-dev, + libinput-dev, + libmirclient-dev (>= 0.13.0), + libmtdev-dev, + libqt5gui5-gles, + libqt5quick5-gles, + libqt5quickparticles5-gles, + libqt5quicktest5, + libqt5quickwidgets5-gles, + libqt5sensors5-dev, + libubuntu-application-api-dev (>= 2.9.0), + libudev-dev, + libxkbcommon-dev, + libxrender-dev, + qtbase5-private-dev, + qtbase5-gles-dev, + qtbase5-private-gles-dev, + qtdeclarative5-dev, + quilt, +# if you don't have have commit access to this branch but would like to upload +# directly to Ubuntu, don't worry: your changes will be merged back into the +# upstream branch +Vcs-Bzr: lp:qtubuntu +Standards-Version: 3.9.6 +Section: libs + +Package: qtubuntu-android +Architecture: amd64 i386 +Multi-Arch: same +Conflicts: qtubuntu-desktop, +Replaces: qtubuntu (<< 0.52), + qtubuntu-desktop, +Breaks: ubuntu-touch-session (<< 0.107), + unity8 (<< 7.85), +Provides: qtubuntu, +Depends: ubuntu-application-api3-touch, + ${misc:Depends}, + ${shlibs:Depends}, +Description: Qt plugins for Ubuntu Platform API (mobile) - OpenGLES + QtUbuntu is a set of Qt5 components for the Ubuntu Platform API. It contains a + QPA (Qt Platform Abstraction) plugin based on the Ubuntu Platform API and a + legacy QPA plugin based on the compatibility layers. It also provides Qt + bindings for Ubuntu Platform API features that are not exposed through the QPA + plugins. + . + This variant of the package is for Android-based phones and tablets (built + against the OpenGLES variant of qtbase). --- qtubuntu-gles-0.63+16.10.20160630.1.orig/debian/copyright +++ qtubuntu-gles-0.63+16.10.20160630.1/debian/copyright @@ -0,0 +1,44 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: qtubuntu + +Files: * +Copyright: 2014 Canonical Ltd. +License: LGPL-3 + +Files: debian/* +Copyright: 2014 Canonical Ltd. +License: GPL-3 + +License: LGPL-3 + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation, version 3 of + the License. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/LGPL-3'. + +License: GPL-3 + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, version 3 of the License. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the full text of the GNU General Public License + version 3 can be found in the file /usr/share/common-licenses/GPL-3. --- qtubuntu-gles-0.63+16.10.20160630.1.orig/debian/docs +++ qtubuntu-gles-0.63+16.10.20160630.1/debian/docs @@ -0,0 +1 @@ +README --- qtubuntu-gles-0.63+16.10.20160630.1.orig/debian/gles-patches/convert-to-gles.patch +++ qtubuntu-gles-0.63+16.10.20160630.1/debian/gles-patches/convert-to-gles.patch @@ -0,0 +1,141 @@ +Index: cross-build-support/debian/control +=================================================================== +--- cross-build-support.orig/debian/control ++++ cross-build-support/debian/control +@@ -1,4 +1,4 @@ +-Source: qtubuntu ++Source: qtubuntu-gles + Priority: optional + Maintainer: Ubuntu Developers + Build-Depends: debhelper (>= 9), +@@ -11,11 +11,20 @@ Build-Depends: debhelper (>= 9), + libinput-dev, + libmirclient-dev (>= 0.13.0), + libmtdev-dev, ++ libqt5gui5-gles, ++ libqt5quick5-gles, ++ libqt5quickparticles5-gles, ++ libqt5quicktest5, ++ libqt5quickwidgets5-gles, ++ libqt5sensors5-dev, + libubuntu-application-api-dev (>= 2.9.0), + libudev-dev, + libxkbcommon-dev, + libxrender-dev, + qtbase5-private-dev, ++ qtbase5-gles-dev, ++ qtbase5-private-gles-dev, ++ qtdeclarative5-dev, + quilt, + # if you don't have have commit access to this branch but would like to upload + # directly to Ubuntu, don't worry: your changes will be merged back into the +@@ -25,7 +34,7 @@ Standards-Version: 3.9.6 + Section: libs + + Package: qtubuntu-android +-Architecture: arm64 armhf ++Architecture: amd64 i386 + Multi-Arch: same + Conflicts: qtubuntu-desktop, + Replaces: qtubuntu (<< 0.52), +@@ -36,31 +45,12 @@ Provides: qtubuntu, + Depends: ubuntu-application-api3-touch, + ${misc:Depends}, + ${shlibs:Depends}, +-Description: Qt plugins for Ubuntu Platform API (mobile) ++Description: Qt plugins for Ubuntu Platform API (mobile) - OpenGLES + QtUbuntu is a set of Qt5 components for the Ubuntu Platform API. It contains a + QPA (Qt Platform Abstraction) plugin based on the Ubuntu Platform API and a + legacy QPA plugin based on the compatibility layers. It also provides Qt + bindings for Ubuntu Platform API features that are not exposed through the QPA + plugins. + . +- This variant of the package is for Android-based phones and tablets. +- +-Package: qtubuntu-desktop +-Architecture: any +-Multi-Arch: same +-Conflicts: qtubuntu-android, +-Replaces: qtubuntu (<< 0.52), +- qtubuntu-android, +-Breaks: unity8 (<< 7.85), +-Provides: qtubuntu, +-Depends: ubuntu-application-api3-desktop, +- ${misc:Depends}, +- ${shlibs:Depends}, +-Description: Qt plugins for Ubuntu Platform API (desktop) +- QtUbuntu is a set of Qt5 components for the Ubuntu Platform API. It contains a +- QPA (Qt Platform Abstraction) plugin based on the Ubuntu Platform API and a +- legacy QPA plugin based on the compatibility layers. It also provides Qt +- bindings for Ubuntu Platform API features that are not exposed through the QPA +- plugins. +- . +- This variant of the package is for GNU-based desktops. ++ This variant of the package is for Android-based phones and tablets (built ++ against the OpenGLES variant of qtbase). +Index: cross-build-support/debian/rules +=================================================================== +--- cross-build-support.orig/debian/rules ++++ cross-build-support/debian/rules +@@ -5,60 +5,35 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + export QT_SELECT=5 + + ANDROID_DIR = build-android +-DESKTOP_DIR = build-desktop + TMP1_DIR = $(CURDIR)/debian/tmp1 +-TMP2_DIR = $(CURDIR)/debian/tmp2 + +-# We only want to build qtubuntu-android on arches using Qt built with OpenGL ES2.0 + DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) + DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) + DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) + + export PKG_CONFIG_PATH=/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig + +-gles2_architectures = arm64 armhf +- + %: + dh $@ + + override_dh_clean: +-ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(gles2_architectures))) +- rm -rf $(TMP1_DIR) $(DESKTOP_DIR) +-endif +- rm -rf $(TMP2_DIR) $(ANDROID_DIR) ++ rm -rf $(TMP1_DIR) $(ANDROID_DIR) + dh_clean + + override_dh_auto_configure: +-ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(gles2_architectures))) + mkdir -p $(ANDROID_DIR) + ifneq "$(DEB_HOST_ARCH)" "$(DEB_BUILD_ARCH)" + cd $(ANDROID_DIR) && qt5-qmake-$(DEB_HOST_MULTIARCH) "QMAKE_CXXFLAGS=-DPLATFORM_API_TOUCH" $(CURDIR) + else + dh_auto_configure -B$(ANDROID_DIR) -- "QMAKE_CXXFLAGS=-DPLATFORM_API_TOUCH" $(CURDIR) + endif +-endif +- mkdir -p $(DESKTOP_DIR) +-ifneq "$(DEB_HOST_ARCH)" "$(DEB_BUILD_ARCH)" +- cd $(DESKTOP_DIR) && qt5-qmake-$(DEB_HOST_MULTIARCH) "QMAKE_CXXFLAGS=-DQTUBUNTU_USE_OPENGL" $(CURDIR) +-else +- dh_auto_configure -B$(DESKTOP_DIR) -- "QMAKE_CXXFLAGS=-DQTUBUNTU_USE_OPENGL" $(CURDIR) +-endif + + override_dh_auto_build: +-ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(gles2_architectures))) + dh_auto_build -B$(ANDROID_DIR) +-endif +- dh_auto_build -B$(DESKTOP_DIR) + + override_dh_auto_install: + rm -f debian/*/usr/lib/*/qt5/examples/qtubuntu/qmlscene-ubuntu +-ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(gles2_architectures))) + mkdir -p $(TMP1_DIR) && cd $(ANDROID_DIR) && INSTALL_ROOT=$(TMP1_DIR) make install +-endif +- mkdir -p $(TMP2_DIR) && cd $(DESKTOP_DIR) && INSTALL_ROOT=$(TMP2_DIR) make install + + override_dh_install: +-ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(gles2_architectures))) + dh_install --sourcedir=$(TMP1_DIR) -pqtubuntu-android +-endif +- dh_install --sourcedir=$(TMP2_DIR) -pqtubuntu-desktop --- qtubuntu-gles-0.63+16.10.20160630.1.orig/debian/gles-patches/series +++ qtubuntu-gles-0.63+16.10.20160630.1/debian/gles-patches/series @@ -0,0 +1 @@ +convert-to-gles.patch --- qtubuntu-gles-0.63+16.10.20160630.1.orig/debian/qtubuntu-android.install +++ qtubuntu-gles-0.63+16.10.20160630.1/debian/qtubuntu-android.install @@ -0,0 +1 @@ +usr/lib/*/qt5/plugins/platforms/* --- qtubuntu-gles-0.63+16.10.20160630.1.orig/debian/qtubuntu-desktop.install +++ qtubuntu-gles-0.63+16.10.20160630.1/debian/qtubuntu-desktop.install @@ -0,0 +1 @@ +usr/lib/*/qt5/plugins/platforms/* --- qtubuntu-gles-0.63+16.10.20160630.1.orig/debian/rules +++ qtubuntu-gles-0.63+16.10.20160630.1/debian/rules @@ -0,0 +1,39 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 +export QT_SELECT=5 + +ANDROID_DIR = build-android +TMP1_DIR = $(CURDIR)/debian/tmp1 + +DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) +DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) +DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) + +export PKG_CONFIG_PATH=/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig + +%: + dh $@ + +override_dh_clean: + rm -rf $(TMP1_DIR) $(ANDROID_DIR) + dh_clean + +override_dh_auto_configure: + mkdir -p $(ANDROID_DIR) + ifneq "$(DEB_HOST_ARCH)" "$(DEB_BUILD_ARCH)" + cd $(ANDROID_DIR) && qt5-qmake-$(DEB_HOST_MULTIARCH) "QMAKE_CXXFLAGS=-DPLATFORM_API_TOUCH" $(CURDIR) + else + dh_auto_configure -B$(ANDROID_DIR) -- "QMAKE_CXXFLAGS=-DPLATFORM_API_TOUCH" $(CURDIR) + endif + +override_dh_auto_build: + dh_auto_build -B$(ANDROID_DIR) + +override_dh_auto_install: + rm -f debian/*/usr/lib/*/qt5/examples/qtubuntu/qmlscene-ubuntu + mkdir -p $(TMP1_DIR) && cd $(ANDROID_DIR) && INSTALL_ROOT=$(TMP1_DIR) make install + +override_dh_install: + dh_install --sourcedir=$(TMP1_DIR) -pqtubuntu-android --- qtubuntu-gles-0.63+16.10.20160630.1.orig/debian/source/format +++ qtubuntu-gles-0.63+16.10.20160630.1/debian/source/format @@ -0,0 +1 @@ +1.0