--- qtubuntu-media-0.8.0+16.04.20160113.orig/debian/changelog +++ qtubuntu-media-0.8.0+16.04.20160113/debian/changelog @@ -0,0 +1,625 @@ +qtubuntu-media (0.8.0+16.04.20160113-0ubuntu1) xenial; urgency=medium + + [ Andrew Hayzen ] + * Until bug 1518157 (RandomAndLoop playbackMode) is fixed set Random + to be always looping due to bug 1531296 (LP: #1531296, #1518157) + + -- Jim Hodapp Wed, 13 Jan 2016 17:51:38 +0000 + +qtubuntu-media (0.8.0+16.04.20160112.1-0ubuntu1) xenial; urgency=medium + + [ CI Train Bot ] + * No-change rebuild. + + -- Jim Hodapp Tue, 12 Jan 2016 15:55:55 +0000 + +qtubuntu-media (0.8.0+16.04.20160105-0ubuntu1) xenial; urgency=medium + + [ CI Train Bot ] + * No-change rebuild. + + -- Thomas Voß Tue, 05 Jan 2016 13:07:12 +0000 + +qtubuntu-media (0.8.0+15.04.20160104-0ubuntu1) vivid; urgency=medium + + * Fix removeMedia(start, end) so that it always removes the correct + track(s) and reflects the proper current track + + -- Jim Hodapp Mon, 04 Jan 2016 14:09:33 +0000 + +qtubuntu-media (0.8.0+15.04.20151118-0ubuntu1) vivid; urgency=medium + + [ phablet ] + * Bump version for new TrackList related API changes. + + [ Alfonso Sanchez-Beato ] + * Emit onPlaybackModeChanged (LP: #1510219). Implements insertTrack() + so that a client can move a track into a new position by first + calling removeTrack(). Do proper clean-up when switching between + playlist and playing a single URI (LP: #1511029). (LP: #1511073, + #1511034, #1510219, #1511029) + + [ CI Train Bot ] + * New rebuild forced. + + [ Jim Hodapp ] + * Emit onPlaybackModeChanged (LP: #1510219). Implements insertTrack() + so that a client can move a track into a new position by first + calling removeTrack(). Do proper clean-up when switching between + playlist and playing a single URI (LP: #1511029). (LP: #1511073, + #1511034, #1510219, #1511029) + + -- Jim Hodapp Wed, 18 Nov 2015 16:32:22 +0000 + +qtubuntu-media (0.7.1+16.04.20151104.1-0ubuntu1) xenial; urgency=medium + + [ Timo Jyrinki ] + * Port to the new Audio Role API (LP: #1493851) (LP: #1493851) + + -- CI Train Bot Wed, 04 Nov 2015 08:31:35 +0000 + +qtubuntu-media (0.7.1+15.10.20151020.1-0ubuntu1) wily; urgency=medium + + [ Alfonso Sanchez-Beato ] + * Make sure the that the current player instance is controlable by + MPRIS controls if the type of player is appropriate for playlist + control. Also, don't add a track to the tracklist when + AalMediaPlayerService::setMedia() is called. (LP: #1500859) + + [ Jim Hodapp ] + * Make sure the that the current player instance is controlable by + MPRIS controls if the type of player is appropriate for playlist + control. Also, don't add a track to the tracklist when + AalMediaPlayerService::setMedia() is called. (LP: #1500859) + + [ CI Train Bot ] + * No-change rebuild. + + -- Alfonso Sanchez-Beato Tue, 20 Oct 2015 13:10:40 +0000 + +qtubuntu-media (0.7.1+15.10.20151019.1-0ubuntu1) wily; urgency=medium + + [ CI Train Bot ] + * New rebuild forced. + + [ Jim Hodapp ] + * Get rid of the unnecessary dependency on libmediascanner. Update + mock service interface with changes from media-hub. (LP: #1500859) + + -- Jim Hodapp Mon, 19 Oct 2015 16:21:01 +0000 + +qtubuntu-media (0.7.1+15.10.20150903.1-0ubuntu1) wily; urgency=medium + + [ Alfonso Sanchez-Beato ] + * [ Jim Hodapp ] Added background playlist support connecting + qtmultimedia with media-hub. added: + src/aal/aalmediaplaylistcontrol.cpp + src/aal/aalmediaplaylistcontrol.h + src/aal/aalmediaplaylistprovider.cpp + src/aal/aalmediaplaylistprovider.h src/aal/aalutility.cpp + src/aal/aalutility.h src/aal/private/ + src/aal/private/qmediaplaylistnavigator_p.h + src/aal/private/qmediaplaylistprovider_p.h + src/aal/qmediaplaylistcontrol_p.h tests/integration/ + tests/integration/integration.pro tests/integration/testdata/ + tests/integration/testdata/testfile.mp4 + tests/integration/testdata/testfile.ogg + tests/integration/tst_mediaplaylist.cpp + tests/integration/tst_mediaplaylist.h tests/tests.pro tests/unit/ + tests/unit/player_mock.cpp tests/unit/player_mock.h + tests/unit/tst_mediaplaylistcontrol.cpp + tests/unit/tst_mediaplaylistcontrol.h renamed: unittests/ => tests/ + unittests/player.cpp => tests/unit/player.cpp unittests/player.h => + tests/unit/player.h unittests/service.cpp => tests/unit/service.cpp + unittests/service.h => tests/unit/service.h + unittests/setup_mediascanner.sh => tests/unit/setup_mediascanner.sh + unittests/tst_mediaplayerplugin.cpp => + tests/unit/tst_mediaplayerplugin.cpp + unittests/tst_mediaplayerplugin.h => + tests/unit/tst_mediaplayerplugin.h + unittests/tst_metadatareadercontrol.cpp => + tests/unit/tst_metadatareadercontrol.cpp + unittests/tst_metadatareadercontrol.h => + tests/unit/tst_metadatareadercontrol.h unittests/unittests.pro => + tests/unit/unit.pro + + -- CI Train Bot Thu, 03 Sep 2015 08:25:29 +0000 + +qtubuntu-media (0.7.1+15.10.20150710-0ubuntu2~gcc5.2) wily; urgency=medium + + * No-change test rebuild for g++5 ABI transition + + -- Matthias Klose Thu, 30 Jul 2015 12:09:11 +0200 + +qtubuntu-media (0.7.1+15.10.20150710-0ubuntu2~gcc5.1) wily; urgency=medium + + * No-change test rebuild for g++5 ABI transition + + -- Steve Langasek Wed, 22 Jul 2015 23:30:42 +0000 + +qtubuntu-media (0.7.1+15.10.20150710-0ubuntu1) wily; urgency=medium + + [ CI Train Bot ] + * New rebuild forced. + + [ Jim Hodapp ] + * Make sure video can play a different media source using the same + player instance and not produce a black screen. + + -- CI Train Bot Fri, 10 Jul 2015 18:12:45 +0000 + +qtubuntu-media (0.7.1+15.10.20150602.3-0ubuntu1) wily; urgency=medium + + [ CI Train Bot ] + * New rebuild forced. + + [ Jim Hodapp ] + * Don't auto play when playing a video unless + QMediaPlayerControl::play() was actually called. (LP: #1457972) + + -- CI Train Bot Tue, 02 Jun 2015 19:37:22 +0000 + +qtubuntu-media (0.7.1+15.10.20150602.1-0ubuntu1) wily; urgency=medium + + [ CI Train Bot ] + * New rebuild forced. + + [ Jim Hodapp ] + * Get rid of the gcc-4.9 build dependency. (LP: #1452340) + + -- CI Train Bot Tue, 02 Jun 2015 16:55:53 +0000 + +qtubuntu-media (0.7.1+15.10.20150527.2-0ubuntu1) wily; urgency=medium + + [ CI Train Bot ] + * New rebuild forced. + + [ Jim Hodapp ] + * Wrap seek_to() in a try/catch block so that an exception from + libmedia-hub-client is not pushed up to the QML level. Do the same + for get/set audio role. (LP: #1457129) + + -- CI Train Bot Wed, 27 May 2015 18:38:32 +0000 + +qtubuntu-media (0.7.1+15.10.20150522-0ubuntu1) wily; urgency=medium + + [ Jim Hodapp ] + * Make sure that stopped and ready (same state for QMediaPlayer) are + reported to the client app. (LP: #1435088) + + -- CI Train Bot Fri, 22 May 2015 17:36:57 +0000 + +qtubuntu-media (0.7.1+15.04.20151023.3-0ubuntu1) vivid; urgency=medium + + [ CI Train Bot ] + * New rebuild forced. + + [ Jim Hodapp ] + * Added addTracks support for batch track adding. Improved the + robustness of the QMediaPlaylist integration tests. + + -- Jim Hodapp Fri, 23 Oct 2015 16:43:38 +0000 + +qtubuntu-media (0.7.1+15.04.20150513.1-0ubuntu1) vivid; urgency=medium + + [ CI Train Bot ] + * New rebuild forced. + + [ Jim Hodapp ] + * Fix duration() not getting reported after playback starts. (LP: + #1438115) + + -- CI Train Bot Wed, 13 May 2015 18:13:32 +0000 + +qtubuntu-media (0.7.1+15.04.20150427.2-0ubuntu1) vivid; urgency=medium + + [ CI Train Bot ] + * New rebuild forced. + + [ Jim Hodapp ] + * Fix ringtone not looping (QMediaPlaylist loop mode) regression. (LP: + #1447606) + + [ Ricardo Mendoza ] + * Fix ringtone not looping (QMediaPlaylist loop mode) regression. (LP: + #1447606) + + -- CI Train Bot Mon, 27 Apr 2015 23:02:44 +0000 + +qtubuntu-media (0.7.1+15.04.20150420.1-0ubuntu1) vivid; urgency=medium + + [ CI Train Bot ] + * New rebuild forced. + + [ Ricardo Mendoza ] + * Adapt to new media-hub abi. + + -- CI Train Bot Mon, 20 Apr 2015 17:56:25 +0000 + +qtubuntu-media (0.7.1+15.04.20150320-0ubuntu1) vivid; urgency=medium + + [ CI Train Bot ] + * New rebuild forced. + + [ Jim Hodapp ] + * Make necessary adaptations for media-hub-3 interface changes. Make + sure video plays any number of times after hitting the end of + stream. Don't continue to receive frame_available callbacks after + the AalVideoRendererControl instance is destroyed. Don't crash in + the unit tests if m_frameAvailableConnection hasn't been + instantiated, also making sure it's connected to the signal before + disconnecting it. Fix the point srubbing EOS case (tap right at the + end of the stream on the timeline). Only reset the video sink if we + are playing video. Don't load anything related to the video renderer + control if we are playing audio only. + + [ Ricardo Mendoza ] + * Make necessary adaptations for media-hub-3 interface changes. Make + sure video plays any number of times after hitting the end of + stream. Don't continue to receive frame_available callbacks after + the AalVideoRendererControl instance is destroyed. Don't crash in + the unit tests if m_frameAvailableConnection hasn't been + instantiated, also making sure it's connected to the signal before + disconnecting it. Fix the point srubbing EOS case (tap right at the + end of the stream on the timeline). Only reset the video sink if we + are playing video. Don't load anything related to the video renderer + control if we are playing audio only. + + [ thomas-voss ] + * Make necessary adaptations for media-hub-3 interface changes. Make + sure video plays any number of times after hitting the end of + stream. Don't continue to receive frame_available callbacks after + the AalVideoRendererControl instance is destroyed. Don't crash in + the unit tests if m_frameAvailableConnection hasn't been + instantiated, also making sure it's connected to the signal before + disconnecting it. Fix the point srubbing EOS case (tap right at the + end of the stream on the timeline). Only reset the video sink if we + are playing video. Don't load anything related to the video renderer + control if we are playing audio only. + + -- CI Train Bot Fri, 20 Mar 2015 13:17:19 +0000 + +qtubuntu-media (0.7.1+15.04.20150224-0ubuntu1) vivid; urgency=medium + + [ CI Train Bot ] + * New rebuild forced. + + [ Jim Hodapp ] + * Add QMetaDataReaderControl class that will provide metadata to + C++/QML applications that request it. Add unit tests for the + metadata functionality. (LP: #1417107) + + -- CI Train Bot Tue, 24 Feb 2015 16:44:06 +0000 + +qtubuntu-media (0.7.1+15.04.20150120-0ubuntu1) vivid; urgency=low + + [ Jim Hodapp ] + * Subscribe to Player::Error() signal from media-hub and translate and + push up to app layer. + + -- Ubuntu daily release Tue, 20 Jan 2015 02:11:25 +0000 + +qtubuntu-media (0.7.1+15.04.20141126.1-0ubuntu1) vivid; urgency=low + + [ Justin McPherson ] + * Changes to match new functionality in media-hub. + + -- Ubuntu daily release Wed, 26 Nov 2014 14:43:11 +0000 + +qtubuntu-media (0.7.1+15.04.20141107-0ubuntu1) vivid; urgency=low + + [ Jim Hodapp ] + * Fix URI encoding issue related to playing remote URIs like from + 7digital (LP: #1381930) + + [ Ubuntu daily release ] + * New rebuild forced + + -- Ubuntu daily release Fri, 07 Nov 2014 03:23:56 +0000 + +qtubuntu-media (0.7.1+15.04.20141107~rtm-0ubuntu1) 14.09; urgency=low + + [ Jim Hodapp ] + * Fix URI encoding issue related to playing remote URIs like from + 7digital (LP: #1381930) + + [ Ubuntu daily release ] + * New rebuild forced + + -- Ubuntu daily release Fri, 07 Nov 2014 03:17:43 +0000 + +qtubuntu-media (0.7.1+15.04.20141105.2-0ubuntu1) vivid; urgency=low + + [ thomas-voss ] + * Get rid of custom ref-counting and reuse pre-created object. (LP: + #1387959) + + -- Ubuntu daily release Wed, 05 Nov 2014 12:10:39 +0000 + +qtubuntu-media (0.7.1+15.04.20141104-0ubuntu1) vivid; urgency=low + + * New rebuild forced + + -- Ubuntu daily release Tue, 04 Nov 2014 05:40:48 +0000 + +qtubuntu-media (0.7.1+14.10.20141031~rtm-0ubuntu1) 14.09; urgency=low + + [ thomas-voss ] + * Cut event connections on destruction. (LP: #1386803) + + -- Ubuntu daily release Fri, 31 Oct 2014 13:13:47 +0000 + +qtubuntu-media (0.7.1+14.10.20141022~rtm-0ubuntu1) 14.09; urgency=low + + [ Jim Hodapp ] + * Add simple support for Orientation Property changed signal that + comes from media-hub. Pass the video frame dimension in from media- + hub through to qtvideo-node (LP: #1191934) + + -- Ubuntu daily release Wed, 22 Oct 2014 16:21:31 +0000 + +qtubuntu-media (0.7.1+14.10.20141015.1~rtm-0ubuntu1) 14.09; urgency=low + + [ thomas-voss ] + * Make sure that invocations on probably deleted objects in async + callbacks are guarded. Condense creation/deletion of controls in one + place. (LP: #1376467) + + -- Ubuntu daily release Wed, 15 Oct 2014 10:33:19 +0000 + +qtubuntu-media (0.7.1+14.10.20140926-0ubuntu1) 14.09; urgency=low + + [ Jim Hodapp ] + * Update to use the latest Property types for libmedia-hub2 . + + -- Ubuntu daily release Fri, 26 Sep 2014 19:29:26 +0000 + +qtubuntu-media (0.7.1+14.10.20140923.2-0ubuntu1) 14.09; urgency=low + + [ Jim Hodapp ] + * Restore full video framerate for playback by making sure that the + frameAvailableCallback does not occur on the QSGThreadedRenderLoop's + thread context. (LP: #1356797) + + [ Ubuntu daily release ] + * New rebuild forced + + -- Ubuntu daily release Tue, 23 Sep 2014 17:26:24 +0000 + +qtubuntu-media (0.7.1+14.10.20140909-0ubuntu1) utopic; urgency=low + + [ thomas-voss ] + * Bump build dep version on media hub. + + -- Ubuntu daily release Tue, 09 Sep 2014 18:28:41 +0000 + +qtubuntu-media (0.7.1+14.10.20140903-0ubuntu1) utopic; urgency=low + + [ Jim Hodapp ] + * Add audio stream role (volume grouping) support. + + -- Ubuntu daily release Wed, 03 Sep 2014 04:55:23 +0000 + +qtubuntu-media (0.7.1+14.10.20140723.1-0ubuntu1) utopic; urgency=low + + [ thomas-voss ] + * Explicitly select gcc version. + + -- Ubuntu daily release Wed, 23 Jul 2014 11:01:10 +0000 + +qtubuntu-media (0.7.1+14.10.20140604-0ubuntu2) utopic; urgency=medium + + * Replace libubuntu-platform-api1-dev with libplatform-api1-dev. + + -- Dimitri John Ledkov Mon, 23 Jun 2014 12:13:17 +0100 + +qtubuntu-media (0.7.1+14.10.20140604-0ubuntu1) utopic; urgency=low + + [ Jim Hodapp ] + * Allow the QMediaPlaylist loop=true case to work correctly while + still keeping compatability with music-app and mediaplayer-app (LP: + #1320008) + + -- Ubuntu daily release Wed, 04 Jun 2014 20:34:27 +0000 + +qtubuntu-media (0.7.1+14.10.20140429-0ubuntu1) utopic; urgency=low + + [ Jim Hodapp ] + * Make seek work by switching to the expected microseconds on the + seek_to() call instead of milliseconds. Add initial video support + using media-hub as the backend. Add frame available listener + callback and glConsumer setup. Some code cleanup of unnecessary + methods and make duration and position reporting work. Add + background playlist support . + * Pause other playing sessions when starting playback of a new + foreground player. Connect to the playback_status_changed signal + from media-hub so that qtubuntu-media can update the app when + PlaybackStatus changes (i.e. play, pause, stop, etc). Make seeking + more accurate and resume exactly where playback left off after + pressing pause and then play. Make sure next/previous works in + music-app. Make sure unit tst_play() doesn't crash due to new + m_hubService->pause_other_sessions(key) call in + AalMediaPlayerService::play(). Disable setting stopped state in + onPlaybackStatusChanged for now since this causes next/previous to + not work in music-app . + + -- Ubuntu daily release Tue, 29 Apr 2014 13:59:02 +0000 + +qtubuntu-media (0.7.1+14.04.20140304-0ubuntu1) trusty; urgency=low + + [ CI bot ] + * No change rebuild against Qt 5.2.1. + + [ Albert Astals ] + * No need for private, works fine without it . + + [ Ubuntu daily release ] + * New rebuild forced + + -- Ubuntu daily release Tue, 04 Mar 2014 13:41:36 +0000 + +qtubuntu-media (0.7.1+13.10.20130627-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Priority should be optional . + + [ Ubuntu daily release ] + * Automatic snapshot from revision 26 + + -- Ubuntu daily release Thu, 27 Jun 2013 04:40:03 +0000 + +qtubuntu-media (0.7.1daily13.06.07-0ubuntu1) saucy; urgency=low + + [ Jim Hodapp ] + * Allow the media player to still render video with Qt multithreaded + rendering turned on. + + [ Michael Terry ] + * Build on all arches and don't install /usr/tests. + * Qt5Multimedia uses qml, which is not available on powerpc. So drop + powerpc from the supported architecture list. + + [ Gustavo Pichorim Boiko ] + * Remove an assertion that was causing some users of QMediaPlayer to + crash. + + [ Ricardo Salveti de Araujo ] + * src/src.pro: updating lib names to match latest libhybris. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 24 + + -- Ubuntu daily release Fri, 07 Jun 2013 04:01:56 +0000 + +qtubuntu-media (0.7.1daily13.05.22ubuntu.unity.next-0ubuntu1) raring; urgency=low + + [ Michael Terry ] + * Rename source package to qtubuntu-media + * Clean up packaging + * Automatic snapshot from revision 16 (bootstrap) + + [ Jim Hodapp ] + * Allow the media player to still render video with Qt multithreaded + rendering turned on. + + [ Michael Terry ] + * Build on all arches and don't install /usr/tests. + * Qt5Multimedia uses qml, which is not available on powerpc. So drop + powerpc from the supported architecture list. + + [ Gustavo Pichorim Boiko ] + * Remove an assertion that was causing some users of QMediaPlayer to + crash. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 22 (ubuntu-unity/next) + + -- Ubuntu daily release Wed, 22 May 2013 04:27:40 +0000 + +mediaplayerplugin-aal (0.7.1-0ubuntu1) quantal; urgency=low + + * Bump version number for a package release. + * Allow the media player to still render video with Qt multithreaded + rendering turned on. + + -- Jim Hodapp Thu, 14 Mar 2013 12:40:04 -0400 + +mediaplayerplugin-aal (0.7.0-0ubuntu1) quantal; urgency=low + + * Bump version number for a release. + * Add LGPL license text to debian/copyright and fix upstream-name. Fixes: + https://bugs.launchpad.net/bugs/1123065. + * Fixed license headers on source code and debian packaging copyright file. + + -- Jim Hodapp Fri, 15 Feb 2013 14:44:42 -0500 + +mediaplayerplugin-aal (0.6.3-0ubuntu1) quantal; urgency=low + + * Updating build-dependency to use the new ubuntu-platform-api package + * debian/control: updating entries to be compatible with Ubuntu standards + + -- Ricardo Salveti de Araujo Wed, 06 Feb 2013 21:39:39 -0200 + +mediaplayerplugin-aal (0.6.2) quantal; urgency=low + + * Increase the GL surface creation delay to 2 seconds so that it's robust + across all demo hardware. + + -- Jim Hodapp Tue, 05 Feb 2013 16:32:16 -0500 + +mediaplayerplugin-aal (0.6.1) quantal; urgency=low + + * Increase the GL surface creation delay by 0.2 seconds so that it works + well on both the tablet and the phone. + + -- Jim Hodapp Fri, 01 Feb 2013 11:23:23 -0500 + +mediaplayerplugin-aal (0.6.0) quantal; urgency=low + + * Improve the signal emission including emitting when the media playback + completes and other edges cases. + + -- Jim Hodapp Wed, 30 Jan 2013 10:23:49 -0500 + +mediaplayerplugin-aal (0.5.9) quantal; urgency=low + + * Improve the positionChanged signal emission. + + -- Jim Hodapp Wed, 30 Jan 2013 10:03:22 -0500 + +mediaplayerplugin-aal (0.5.8) quantal; urgency=low + + * Add missing mock function to unit test media_compatbility_layer.h. + + -- Jim Hodapp Tue, 29 Jan 2013 18:08:48 -0500 + +mediaplayerplugin-aal (0.5.7) quantal; urgency=low + + * Temporary fix to get video to play back on Qt5 proper. + + -- Jim Hodapp Tue, 29 Jan 2013 16:33:05 -0500 + +mediaplayerplugin-aal (0.5.6) quantal; urgency=low + + * Add a callback to be called by the AAL+ layer when the media is actually + ready (prepared) to be played. At that time, emit the durationChanged Qt signal. + + -- Jim Hodapp Tue, 29 Jan 2013 15:37:44 -0500 + +mediaplayerplugin-aal (0.5.5) quantal; urgency=low + + * Qt5 final release. + + -- Renato Araujo Oliveira Filho Wed, 23 Jan 2013 19:43:58 -0300 + +mediaplayerplugin-aal (0.4) quantal; urgency=low + + * Set the videoSizeCb as early as possible to make sure that it is always + set in all circumstances. + * Emit the durationChanged signal so that the scene flow bubbles display. + + -- Jim Hodapp Fri, 14 Dec 2012 15:53:48 -0500 + +mediaplayerplugin-aal (0.3) quantal; urgency=low + + * Fix the landscape/portrait orientation issue to align with the AAL+ + layer. + * Add signals to change the player control status when the end of media + is reached. + * Bumped package version. + + -- Jim Hodapp Wed, 05 Dec 2012 10:54:53 -0500 + +mediaplayerplugin-aal (0.2) quantal; urgency=low + + * Fix the landscape/portrait orientation issue to align with the AAL+ layer. + * Add signals to change the player control status when the end of media is + reached. + + -- Jim Hodapp Fri, 30 Nov 2012 13:57:06 -0500 + +mediaplayerplugin-aal (0.1) quantal; urgency=low + + * Initial release + + -- Ricardo Mendoza Wed, 28 Nov 2012 09:15:40 -0430 --- qtubuntu-media-0.8.0+16.04.20160113.orig/debian/compat +++ qtubuntu-media-0.8.0+16.04.20160113/debian/compat @@ -0,0 +1 @@ +9 --- qtubuntu-media-0.8.0+16.04.20160113.orig/debian/control +++ qtubuntu-media-0.8.0+16.04.20160113/debian/control @@ -0,0 +1,40 @@ +Source: qtubuntu-media +Section: libs +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: debhelper (>= 9), +# We rely on C++11 features, and to prevent from ABI breaks +# in libstdc++ causing us issues, we explicitly select a G++ +# version. + libgl1-mesa-dev | libgl-dev, + libgles2-mesa-dev, + libhybris-dev (>= 0.1.0+git20131207+e452e83-0ubuntu13), + libmedia-hub-dev (>= 4.0.0), + libpulse-dev, + libqt5opengl5-dev, + libqtubuntu-media-signals-dev (>= 0.3+15.04.20150618.1-0ubuntu1), + libplatform-api1-dev, + pkg-config, + qt5-default, + qtbase5-dev, + qtdeclarative5-dev, + qtmultimedia5-dev, +Standards-Version: 3.9.4 +# If you don't have commit rights to lp:qtubuntu-media but need to upload +# packaging changes, just go ahead. The developers will notice and sync +# up the code again. +Vcs-Bzr: lp:qtubuntu-media +Vcs-Browser: https://code.launchpad.net/qtubuntu-media + +Package: qtubuntu-media +Section: libs +Architecture: i386 amd64 armhf +Conflicts: mediaplayerplugin-aal +Replaces: mediaplayerplugin-aal +Provides: mediaplayerplugin-aal +Depends: ${misc:Depends}, + ${shlibs:Depends}, + qtvideonode-plugin +Description: QtMultimedia plugin for AAL+ + Video and audio playback plugin that interfaces Qt with + the hybris media backend on Android. --- qtubuntu-media-0.8.0+16.04.20160113.orig/debian/copyright +++ qtubuntu-media-0.8.0+16.04.20160113/debian/copyright @@ -0,0 +1,23 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: qtubuntu-media +Source: lp:qtubuntu-media + +Files: * +Copyright: 2013 Canonical Ltd +License: LGPL-3 + +License: LGPL-3 + This program 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 program. If not, see . + . + On Debian systems, the complete text of the GNU Lesser General + Public License version 3 can be found in "/usr/share/common-licenses/LGPL-3". --- qtubuntu-media-0.8.0+16.04.20160113.orig/debian/rules +++ qtubuntu-media-0.8.0+16.04.20160113/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +include /usr/share/dpkg/default.mk + +export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 +export QT_QPA_PLATFORM = minimal + +%: + dh $@ --parallel --buildsystem=qmake + +override_dh_auto_configure: + dh_auto_configure -- QMAKE_CC=$(CC) QMAKE_CXX=$(CXX) + +override_dh_install: + rm -r debian/qtubuntu-media/usr/tests + dh_install --fail-missing --- qtubuntu-media-0.8.0+16.04.20160113.orig/debian/source/format +++ qtubuntu-media-0.8.0+16.04.20160113/debian/source/format @@ -0,0 +1 @@ +1.0