--- mediaplayer-app-0.20.5daily13.06.13.orig/debian/mediaplayer-app-autopilot.install +++ mediaplayer-app-0.20.5daily13.06.13/debian/mediaplayer-app-autopilot.install @@ -0,0 +1,2 @@ +usr/lib/python*/dist-packages/mediaplayer_app/* +usr/share/mediaplayer-app/videos/* --- mediaplayer-app-0.20.5daily13.06.13.orig/debian/copyright +++ mediaplayer-app-0.20.5daily13.06.13/debian/copyright @@ -0,0 +1,44 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Media Player App +Source: https://code.launchpad.net/mediaplayer-app + +Files: * +Copyright: 2013 Canonical Ltd. +License: GPL-3 + +Files: src/qml/sdk/* +Copyright: 2013 Canonical Ltd. +License: 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 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 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 complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + +License: LGPL-3.0 + 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; either + 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 General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU Lesser General + Public License can be found in "/usr/share/common-licenses/LGPL-3". --- mediaplayer-app-0.20.5daily13.06.13.orig/debian/control +++ mediaplayer-app-0.20.5daily13.06.13/debian/control @@ -0,0 +1,55 @@ +Source: mediaplayer-app +Section: video +Priority: extra +Maintainer: Ubuntu Developers +Build-Depends: cmake, + debhelper (>= 9), + dh-translations, + libgl1-mesa-dev[i386 amd64] | libgl-dev[i386 amd64], + libgles2-mesa-dev[armhf], + libgstreamer0.10-dev, + python, + qtbase5-dev, + qtdeclarative5-dev, + qtmultimedia5-dev, +Standards-Version: 3.9.4 +# If you don't have commit rights to lp:mediaplayer-app but need to upload +# packaging changes, just go ahead. The developers will notice and sync +# up the code again. +Vcs-Bzr: lp:mediaplayer-app +Vcs-Browser: https://code.launchpad.net/mediaplayer-app + +Package: mediaplayer-app +Architecture: i386 amd64 armhf +Depends: ${misc:Depends}, + ${shlibs:Depends}, + gstreamer0.10-plugins-base, + gstreamer0.10-plugins-good, + gstreamer0.10-ffmpeg, + qtdeclarative5-hud1.0, + qtdeclarative5-qtmultimedia-plugin | libqt5declarative5-qtmultimedia-plugin, + qtdeclarative5-ubuntu-ui-toolkit-plugin | qt-components-ubuntu, + qtdeclarative5-window-plugin, + qtdeclarative5-xmllistmodel-plugin, + qtubuntu-media[armhf] | mediaplayerplugin-aal[armhf], +Conflicts: media-player +Replaces: media-player +Provides: media-player +Recommends: libqt5multimedia5-plugins +Description: Ubuntu Media player + A QML Media player service used by Ubuntu shell to play video sources. + +Package: mediaplayer-app-autopilot +Architecture: all +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libautopilot-qt, + libqt5test5, + libqt5widgets5, + mediaplayer-app (>= ${source:Version}), +Conflicts: media-player-autopilot +Replaces: media-player-autopilot +Provides: media-player-autopilot +Description: Test package for mediaplayer-app + Autopilot tests for the mediaplayer-app package + --- mediaplayer-app-0.20.5daily13.06.13.orig/debian/compat +++ mediaplayer-app-0.20.5daily13.06.13/debian/compat @@ -0,0 +1 @@ +9 --- mediaplayer-app-0.20.5daily13.06.13.orig/debian/rules +++ mediaplayer-app-0.20.5daily13.06.13/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --parallel --with translations + +override_dh_install: + dh_install --fail-missing + +override_dh_translations: + #Override dh_translations to work around http://pad.lv/1183262. + # Unfortunately, the default build directory is not exposed + # (see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601774). + $(MAKE) -C obj-$(DEB_HOST_GNU_TYPE) mediaplayer-app.pot + --- mediaplayer-app-0.20.5daily13.06.13.orig/debian/mediaplayer-app.install +++ mediaplayer-app-0.20.5daily13.06.13/debian/mediaplayer-app.install @@ -0,0 +1,5 @@ +/usr/share/applications/mediaplayer-app.desktop +/usr/share/icons/hicolor/scalable/apps/mediaplayer-app.svg +/usr/bin/mediaplayer-app +/usr/share/mediaplayer-app/qml/* +/usr/share/locale/*/LC_MESSAGES/mediaplayer-app.mo --- mediaplayer-app-0.20.5daily13.06.13.orig/debian/changelog +++ mediaplayer-app-0.20.5daily13.06.13/debian/changelog @@ -0,0 +1,343 @@ +mediaplayer-app (0.20.5daily13.06.13-0ubuntu1) saucy; urgency=low + + [ Renato Araujo Oliveira Filho ] + * Added support for i18n in the mediaplayer-app.desktop file. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 100 + + -- Ubuntu daily release Thu, 13 Jun 2013 04:08:02 +0000 + +mediaplayer-app (0.20.5daily13.06.11-0ubuntu1) saucy; urgency=low + + [ Omer Akram ] + * fix quite a few pep8 complaints for the autopilot tests. + + [ Renato Araujo Oliveira Filho ] + * Fixed license. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 97 + + -- Ubuntu daily release Tue, 11 Jun 2013 04:05:10 +0000 + +mediaplayer-app (0.20.5daily13.06.07-0ubuntu1) saucy; urgency=low + + [ Michael Terry ] + * Port to HUD 1.0. + + [ Omer Akram ] + * port the mediaplayer-app autopilot tests to 1.3. + * Fix autopilot tests on touch. + * Skip tests interacting with the seekbar as its only not visible in + landscape mode on phones and we don't have a way to force landscape. + + [ Renato Araujo Oliveira Filho ] + * Avoid black thumbnails on scene selector. (LP: #1116768) + * Stop video at EOF. Does not clear the source property of MediaPlayer + inside of the stop function. + * Removed use of deprecated functions. + * Fixed application exit during the thumbnail generation. Avoid + application crashes due a SDK bug. (LP: #1175394) + * Added libqt5multimedia5-plugins as recommended package. + * [autopilot] Updated video position check after clicking on scene. + (LP: #1179972) + * Rename binary file from media-player to mediaplayer-app. + * Check if the uri passed as argument is a valid file before play it. + (LP: #1182961) + * Initial support for i18n. + * Fixed support for uri as argument. (LP: #1183502) + + [ Ł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 94 + + -- Ubuntu daily release Fri, 07 Jun 2013 04:02:25 +0000 + +mediaplayer-app (0.20.5daily13.05.31ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Omer Akram ] + * Skip tests interacting with the seekbar as its only not visible in + landscape mode on phones and we don't have a way to force landscape. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 91 (ubuntu-unity/next) + + -- Ubuntu daily release Fri, 31 May 2013 05:14:34 +0000 + +mediaplayer-app (0.20.5daily13.05.24ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Omer Akram ] + * Fix autopilot tests on touch. + + [ Renato Araujo Oliveira Filho ] + * Fixed support for uri as argument. (LP: #1183502) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 89 (ubuntu-unity/next) + + -- Ubuntu daily release Fri, 24 May 2013 05:21:30 +0000 + +mediaplayer-app (0.20.5daily13.05.23ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Renato Araujo Oliveira Filho ] + * Check if the uri passed as argument is a valid file before play it. + (LP: #1182961) + * Initial support for i18n. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 86 (ubuntu-unity/next) + + -- Ubuntu daily release Thu, 23 May 2013 04:40:23 +0000 + +mediaplayer-app (0.20.5daily13.05.22ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Renato Araujo Oliveira Filho ] + * Added gstreamer0.10-ffmpeg into dependency list. + + [ Michael Terry ] + * Port to HUD 1.0. + + [ Omer Akram ] + * port the mediaplayer-app autopilot tests to 1.3. + + [ Renato Araujo Oliveira Filho ] + * Avoid black thumbnails on scene selector. (LP: #1116768) + * Stop video at EOF. Does not clear the source property of MediaPlayer + inside of the stop function. + * Removed use of deprecated functions. + * Fixed application exit during the thumbnail generation. Avoid + application crashes due a SDK bug. (LP: #1175394) + * Added libqt5multimedia5-plugins as recommended package. + * [autopilot] Updated video position check after clicking on scene. + (LP: #1179972) + * Rename binary file from media-player to mediaplayer-app. + + [ Ł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 83 (ubuntu-unity/next) + + -- Ubuntu daily release Wed, 22 May 2013 04:30:38 +0000 + +mediaplayer-app (0.20.5) quantal; urgency=low + + [ Didier Roche ] + * Prepare for daily release + + [ Renato Araujo Oliveira Filho ] + * Stop video at EOF + * Removed ffmepg codecs from dependency list + + -- Renato Araujo Oliveira Filho Fri, 19 Apr 2013 11:33:59 -0300 + +mediaplayer-app (0.20.4) quantal; urgency=low + + [ Michael Terry ] + * Rename package to mediaplayer-app + * Clean up packaging + * Automatic snapshot from revision 68 (bootstrap) + + [ Renato Araujo Oliveira Filho ] + * Avoid black thumbnails on scene selector. + + -- Renato Araujo Oliveira Filho Wed, 17 Apr 2013 16:20:46 -0300 + +media-player (0.20.3) quantal; urgency=low + + * Add NoDisplay=true into media-player.desktop. + + -- Ying-Chun Liu (PaulLiu) Tue, 02 Apr 2013 22:36:54 +0800 + +media-player (0.20.2) quantal; urgency=low + + * removed qtmultimedia5-dev from runtime dep + + -- Bill Filler Fri, 29 Mar 2013 12:18:06 -0400 + +media-player (0.20.1) quantal; urgency=low + + * Changing packaging dependencies to work with raring + + -- Sergio Schvezov Mon, 25 Mar 2013 18:19:18 -0300 + +media-player (0.20) quantal; urgency=low + + * Update package names in debian/control for upgrade to Qt 5.0.1. + + -- Renato Araujo Oliveira Filho Fri, 22 Mar 2013 15:53:45 -0300 + +media-player (0.19) quantal; urgency=low + + * Release new package version with Qt multithreaded rendering enabled. + (LP: #1119659) + + -- Jim Hodapp Thu, 14 Mar 2013 13:35:43 -0400 + +media-player (0.18) quantal; urgency=low + + [ Renato Araujo Oliveira Filho ] + * Created autopilot tests. + * Created CMAKE options used by autopilot targed. + * Added test video in autopilot package. + + [ Michael Zanetti ] + * added missing build dep for python (for autopilot installs). + * don't depend on arm specific packages on other archs. + * add more needed runtime dependencies. + + [ Jim Hodapp ] + * Update the Vcs-Bzr tag in the debian/control file to be accurate to the + actual launchpad project/branch name. + * Update the Vcs-Browser URL to point to the correct launchpad URL. + * Greatly simplified UI orientation/rotation support based on + Screen.orientation instead of directly using QtSensors. + + -- Renato Araujo Oliveira Filho Thu, 07 Mar 2013 09:58:57 -0300 + +media-player (0.17) quantal; urgency=low + + * Does not use "Qt.LandscapeOrientation" as default orientation, and ignore + FaceUp or FaceDown events. + + -- Renato Araujo Oliveira Filho Wed, 20 Feb 2013 20:47:31 -0300 + +media-player (0.16) quantal; urgency=low + + * fix licensing in package + + -- Michael Zanetti Wed, 20 Feb 2013 22:28:56 +0100 + +media-player (0.15) quantal; urgency=low + + * Fixed video startup orientation on the tablet. (LP: #1130373) + + -- Renato Araujo Oliveira Filho Tue, 19 Feb 2013 18:35:51 -0300 + +media-player (0.14) quantal; urgency=low + + * Does not close the application after movie is played until end. (LP: #1129365) + * Does not cancel toolbar moving action if the mouse event got canceled. (LP: #1126186) + + -- Renato Araujo Oliveira Filho Mon, 18 Feb 2013 17:40:10 -0300 + +media-player (0.13) quantal; urgency=low + + * Show toolbar when user taps the screen to avoid edge swipe overloading + issues. + * Show scenes previews for all movies, even ones less than 60 seconds. + + -- Jim Hodapp Fri, 15 Feb 2013 17:04:46 -0500 + +media-player (0.12) quantal; urgency=low + + * Fixed binding loop on Controls visibility; + * Fixed Controls dynamic height; + * Removed unnecessary elements from control component; + * Align the share popover menu above the controls bar; + + -- Renato Araujo Oliveira Filho Thu, 14 Feb 2013 19:23:17 -0300 + +media-player (0.11) quantal; urgency=low + + * Support absolute URIs + + -- Michał Sawicz Tue, 12 Feb 2013 15:21:32 +0100 + +media-player (0.10) quantal; urgency=low + + * Added missing file (COPYING); + * Updated debian maintainer; + * Updated debian scripts to follow Ubuntu standard; + * Removed video title during the pause; + * Increased slider handle size; + * Decreased toolbar animation speed. + * Updated controls icons; + * Pause video if application lost focus; + + -- Renato Araujo Oliveira Filho Mon, 11 Feb 2013 16:14:31 -0300 + +media-player (0.9) quantal; urgency=low + + [ Jim Hodapp ] + * Implemented orientation control using Sreen QML component; + + [ Renato Araujo Oliveira Filho ] + * Implemented support for image providers in sharefile component. + + -- Renato Araujo Oliveira Filho Fri, 08 Feb 2013 17:55:04 -0300 + +media-player (0.8) quantal; urgency=low + + * Used smooth icon for controls; + * Fixed the playback button state; + * Avoid resize the activity indicator during the scene load. + * Fixed thumbnail provider cache. + * Ported thumbnail pipeline to use playbin element. + * Fixed Controls behavior. + * Changed SceneSelector behavior based on designer request. + + -- Renato Araujo Oliveira Filho Thu, 07 Feb 2013 10:42:11 -0300 + +media-player (0.7) quantal; urgency=low + + * Updated visual design. + * Implemented dynamic thumbnail generation. + + -- Renato Araujo Oliveira Filho Fri, 01 Feb 2013 17:23:37 -0300 + +media-player (0.6) quantal; urgency=low + + [ Renato Araujo Oliveira Filho ] + * Updated to qt5 final. + * Set "QML_BAD_GUI_RENDER_LOOP" variable during the the application startup. + + [ Bill Filler ] + * add support of new sensor api and deps. + + -- Renato Araujo Oliveira Filho Thu, 31 Jan 2013 01:30:25 -0300 + +media-player (0.5) quantal; urgency=low + + * improved orientation behavior + * detect orientation based on screen size + * drop unnecessary components and use Ubuntu Components + * add run_on_device script + * use black background + * always set window size + * stop controls from travelling on start + * fade sceneflow image in + * use QQmlEngine.quit signal + + -- Michał Sawicz Fri, 14 Dec 2012 17:32:52 +0000 + +media-player (0.4) quantal; urgency=low + + * Adding testability flag to allow testing with autopilot + + -- Sergio Schvezov Fri, 07 Dec 2012 10:01:32 -0300 + +media-player (0.3) quantal; urgency=low + + * unset QML multi-threaded rendering env vars as they are not supported + by the media player app + + -- Bill Filler Wed, 05 Dec 2012 10:30:39 +0000 + +media-player (0.2) quantal; urgency=low + + * Flip orientation check + * Add mediaplayerplugin-aal dep + + -- Ricardo Mendoza Wed, 28 Nov 2012 09:20:24 -0430 + +media-player (0.1-1) unstable; urgency=low + + * Initial release (Closes: #nnnn) + + -- Michał Sawicz Wed, 24 Oct 2012 15:09:02 +0200 --- mediaplayer-app-0.20.5daily13.06.13.orig/debian/source/format +++ mediaplayer-app-0.20.5daily13.06.13/debian/source/format @@ -0,0 +1 @@ +1.0