--- camera-app-2.9.1daily13.05.31ubuntu.unity.next.orig/debian/camera-app-autopilot.install +++ camera-app-2.9.1daily13.05.31ubuntu.unity.next/debian/camera-app-autopilot.install @@ -0,0 +1 @@ +usr/lib/python*/dist-packages/camera_app/* --- camera-app-2.9.1daily13.05.31ubuntu.unity.next.orig/debian/camera-app.install +++ camera-app-2.9.1daily13.05.31ubuntu.unity.next/debian/camera-app.install @@ -0,0 +1,7 @@ +/usr/lib/*/qt5/qml/* +usr/bin/camera-app +usr/share/applications/camera-app.desktop +usr/share/camera-app/*.js +usr/share/camera-app/*.qml +usr/share/camera-app/assets/* +usr/share/camera-app/theme/* --- camera-app-2.9.1daily13.05.31ubuntu.unity.next.orig/debian/copyright +++ camera-app-2.9.1daily13.05.31ubuntu.unity.next/debian/copyright @@ -0,0 +1,21 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ + +Files: * +Copyright: 2012 Canonical Ltd. +License: GPL-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. --- camera-app-2.9.1daily13.05.31ubuntu.unity.next.orig/debian/control +++ camera-app-2.9.1daily13.05.31ubuntu.unity.next/debian/control @@ -0,0 +1,49 @@ +Source: camera-app +Section: x11 +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Ugo Riboni +Build-Depends: cmake, + debhelper (>= 9), + libgl-dev, + libgles2-mesa-dev, + pkg-config, + python, + qtbase5-dev, + qtdeclarative5-dev, + qtdeclarative5-qtquick2-plugin, + qtdeclarative5-test-plugin, + qtdeclarative5-ubuntu-ui-toolkit-plugin, + qtmultimedia5-dev, +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/camera-app +# If you aren't a member of ~phablet-team but need to upload packaging changes, +# just go ahead. ~phablet-team will notice and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~phablet-team/camera-app/trunk + +Package: camera-app +Architecture: i386 amd64 armhf +Depends: cameraplugin-aal [armel armhf], + qtdeclarative5-hud1.0, + libqt5multimedia5, + qtdeclarative5-qtmultimedia-plugin | libqt5declarative5-qtmultimedia-plugin, + qtdeclarative5-qtquick2-plugin, + qtdeclarative5-ubuntu-ui-toolkit-plugin, + qtdeclarative5-window-plugin, + ${misc:Depends}, + ${shlibs:Depends}, +Description: Camera application + An application to take pictures and videos with the device camera(s) + +Package: camera-app-autopilot +# architecture is not "all", as we set the fake plugin as dependency +Architecture: i386 amd64 armhf +Depends: camera-app (= ${source:Version}), + cameraplugin-fake [!armel !armhf], + libautopilot-qt, + libqt5test5, + libqt5widgets5, + ${misc:Depends}, + ${shlibs:Depends}, +Description: Test package for the camera app + Autopilot tests for the camera-app package --- camera-app-2.9.1daily13.05.31ubuntu.unity.next.orig/debian/compat +++ camera-app-2.9.1daily13.05.31ubuntu.unity.next/debian/compat @@ -0,0 +1 @@ +9 --- camera-app-2.9.1daily13.05.31ubuntu.unity.next.orig/debian/rules +++ camera-app-2.9.1daily13.05.31ubuntu.unity.next/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --parallel + +override_dh_install: + dh_install --fail-missing --- camera-app-2.9.1daily13.05.31ubuntu.unity.next.orig/debian/changelog +++ camera-app-2.9.1daily13.05.31ubuntu.unity.next/debian/changelog @@ -0,0 +1,265 @@ +camera-app (2.9.1daily13.05.31ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Omer Akram ] + * make the camera-app tests pep8 compliant, improves tests for + readability and re-usability of code, skip few tests on the Nexus 7 + as camera does not work on it yet. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 132 (ubuntu-unity/next) + + -- Ubuntu daily release Fri, 31 May 2013 05:14:32 +0000 + +camera-app (2.9.1daily13.05.22ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Robert Bruce Park ] + * Minor packaging fixes. + + [ Łukasz 'sil2100' Zemczak ] + * debian/control: + - Change build dependency from python2.7 to python + + [ Didier Roche ] + * Automatic snapshot from revision 117 (bootstrap) + + [ Guenter Schwann ] + * Depend on cameraplugin-fake package for the test package only + + [ Kaleo ] + * Fixed name collision with Ubuntu UI Toolkit's new class + OrientationHelper. + + [ Ugo Riboni ] + * Adapt the slider delegate to use the new SDK automatic styling. + * Fix a typo preventing proper rotation in one case and make the app + starts fullscreen again. + + [ Omer Akram ] + * replaced 'mouse' with 'pointing_device' so that tests work on touch + as well. + * port autopilot tests to 1.3 and also make these tests platform + aware. + * disable failing autopilot test so that we could get autopilot + enabled in jenkins. + * fix local install location which got ruined in the ap-1.3 port. + + [ Robert Bruce Park ] + * Port from HUD 0.1 to 1.0. + + [ Łukasz 'sil2100' Zemczak ] + * libhud-qt-qml has been renamed to qtdeclarative5-hud1.0. Also, + switch code to use HUD 1.0. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 130 (ubuntu-unity/next) + + -- Ubuntu daily release Wed, 22 May 2013 04:26:36 +0000 + +camera-app (2.9) quantal; urgency=low + + * Implemented pinch to zoom. + + -- Renato Araujo Oliveira Filho Mon, 15 Apr 2013 10:39:23 -0300 + +camera-app (2.8.1) quantal; urgency=low + + * Add X-Ubuntu-Touch field into desktop files. + + -- Ying-Chun Liu (PaulLiu) Tue, 02 Apr 2013 22:25:14 +0800 + +camera-app (2.8) quantal; urgency=low + + [Renato Filho] + * Replaced Sensors API in favor of Screen component. + * Fixed controls layout during the landscape orientation. + + -- Bill Filler Fri, 29 Mar 2013 11:03:05 -0400 + +camera-app (2.7.1) quantal; urgency=low + + * Changing packaging dependencies to work with raring + + -- Sergio Schvezov Mon, 25 Mar 2013 18:10:05 -0300 + +camera-app (2.7) quantal; urgency=low + + * Release new package version with Qt 5.0.1 support. + + -- Jim Hodapp Fri, 22 Mar 2013 09:40:25 -0400 + +camera-app (2.6) quantal; urgency=low + + * Release new package version with Qt multithreaded rendering enabled. + + -- Jim Hodapp Thu, 14 Mar 2013 12:58:17 -0400 + +camera-app (2.5) quantal; urgency=low + + * Fix orientation for the tablet (LP: #1104407) + * Add HUD dummy actions (LP: #1125656) + + -- Guenter Schwann Tue, 19 Feb 2013 22:07:29 +0100 + +camera-app (2.4) quantal; urgency=low + + * Update dependencies to include qtsensors + + -- Ugo Riboni Wed, 13 Feb 2013 19:25:29 +0100 + +camera-app (2.3) quantal; urgency=low + + * Adjust position and rotation of controls to match orientation + + -- Ugo Riboni Thu, 07 Feb 2013 20:12:01 +0100 + +camera-app (2.2) quantal; urgency=low + + * Remove qthybris + + -- Ricardo Mendoza Thu, 31 Jan 2013 21:07:40 -0430 + +camera-app (2.1) quantal; urgency=low + + * set new env var to disable multi-threaded rendering on camera + + -- Bill Filler Tue, 29 Jan 2013 17:20:04 -0500 + +camera-app (1.8) quantal; urgency=low + + * Align viewfinder feed to the top (LP: #1091153) + * Fix build for Qt5 final + + -- Ugo Riboni Tue, 22 Jan 2013 17:57:17 +0100 + +camera-app (1.7) quantal; urgency=low + + * Depend on qthybris only on ARM architectures + + -- Ugo Riboni Tue, 18 Dec 2012 17:53:48 +0100 + +camera-app (1.6) quantal; urgency=low + + * New release + + -- Florian Boucault Tue, 18 Dec 2012 01:51:15 +0000 + +camera-app (1.5) quantal; urgency=low + + * Use a theme to modify the zoom Slider instead of using a custom Slider + * Change zoom bar asset to remove shadow (LP: #1086924) + * Make zoom bar touch sensitive area taller (LP: #1086426) + * Allow dragging the focus ring (LP: #1086925) + + -- Ugo Riboni Thu, 13 Dec 2012 11:16:17 +0100 + +camera-app (1.4) quantal; urgency=low + + * The inactive record icon should be a red dot (LP: #1086928) + * Fade out the focus ring after a timeout + * Swap the camera and video icons (LP: #1086923) + * Speed up the shoot animation and remove the white flash + * Launch the gallery app when pressing the gallery button + + -- Ugo Riboni Thu, 06 Dec 2012 19:59:11 +0000 + +camera-app (1.3) quantal; urgency=low + + [ Ugo Riboni ] + * Swap the on and off icons for the torch so they work properly + * Add all missing copyright headers + + [ Bill Filler ] + * unset multi-threaded qml renderer env vars + + -- Bill Filler Tue, 04 Dec 2012 20:52:07 +0000 + +camera-app (1.2) quantal; urgency=low + + [ Ugo Riboni ] + * Update the shoot animation according to design + * Disable the camera viewfinder when app is inactive to save resources + + [ Florian Boucault ] + * Use Label instead of TextCustom + + [ Michael Zanetti ] + * Rename the testing package to camera-app-autopilot + * Fix build dependencies + * Make autopilot tests work on Desktop and Devices + + -- Ugo Riboni Tue, 04 Dec 2012 12:27:01 +0000 + +camera-app (1.1) quantal; urgency=low + + * Add more tests and split them into separate files + + -- Ugo Riboni Fri, 23 Nov 2012 17:10:51 +0100 + +camera-app (1.0) quantal; urgency=low + + * Update the flash and record mode button to fade between states + + -- Ugo Riboni Fri, 16 Nov 2012 19:20:58 +0100 + +camera-app (0.9) quantal; urgency=low + + [ Ugo Riboni ] + * Add support for front/back camera switching + + -- Bill Filler Thu, 15 Nov 2012 21:18:02 -0500 + +camera-app (0.8) quantal; urgency=low + + [ Ugo Riboni ] + * Slide the preview to the bottom and rotate it to match what we get + from the AAL plugin. + + -- Bill Filler Thu, 08 Nov 2012 16:26:08 -0500 + +camera-app (0.7) quantal; urgency=low + + * new release + + -- Bill Filler Mon, 05 Nov 2012 12:55:24 -0500 + +camera-app (0.6) quantal; urgency=low + + * Use the most recent focus ring asset + * While recording pulse the recording icon + * Use the right enum value to turn on the torch in video recording mode + + -- Ugo Riboni Thu, 01 Nov 2012 16:22:47 +0100 + +camera-app (0.5) quantal; urgency=low + + * Match the toolbar to the latest visual and interaction design + + -- Ugo Riboni Fri, 26 Oct 2012 09:09:39 +0200 + +camera-app (0.4) quantal; urgency=low + + * revert back to pre-photo viewer integration (bzr rev 29) as it's broken + + -- Bill Filler Fri, 19 Oct 2012 11:43:25 -0400 + +camera-app (0.3) quantal; urgency=low + + * Add the photo viewer + + -- Ugo Riboni Fri, 19 Oct 2012 13:22:27 +0100 + +camera-app (0.2) quantal; urgency=low + + * Adapt to QT camera API and new visual design + + -- Ugo Riboni Thu, 18 Oct 2012 18:07:20 +0100 + +camera-app (0.1) quantal; urgency=low + + [ Ugo Riboni ] + * Initial release. + + [ Bill Filler ] + * clean up of packaging for Qt5 + + -- Ugo Riboni Wed, 17 Oct 2012 19:26:51 +0100 --- camera-app-2.9.1daily13.05.31ubuntu.unity.next.orig/debian/source/format +++ camera-app-2.9.1daily13.05.31ubuntu.unity.next/debian/source/format @@ -0,0 +1 @@ +1.0