--- unity-scope-mediascanner-0.2+14.04.20140220.orig/debian/changelog +++ unity-scope-mediascanner-0.2+14.04.20140220/debian/changelog @@ -0,0 +1,132 @@ +unity-scope-mediascanner (0.2+14.04.20140220-0ubuntu1) trusty; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * Bump the mediascanner build-dep + + -- Ubuntu daily release Thu, 20 Feb 2014 10:05:38 +0000 + +unity-scope-mediascanner (0.2+14.04.20140217-0ubuntu1) trusty; urgency=low + + [ Pawel Stolowski ] + * Fix ids of onlinemusic and remotevideo scopes. + + -- Ubuntu daily release Mon, 17 Feb 2014 12:48:53 +0000 + +unity-scope-mediascanner (0.2+14.04.20140213-0ubuntu1) trusty; urgency=low + + [ James Henstridge ] + * Use a different category renderer when providing search results + compared to the surfacing layout, and use less technical display + names for the scopes. + + [ Jussi Pakkanen ] + * Video aggregator scope. + + -- Ubuntu daily release Thu, 13 Feb 2014 16:35:27 +0000 + +unity-scope-mediascanner (0.2+14.04.20140211.3-0ubuntu1) trusty; urgency=low + + [ James Henstridge ] + * Add previews to the new-style scopes, and update the category + renderer for the music scope. + * Port to unity-scopes-api 0.3.1 + + -- Ubuntu daily release Tue, 11 Feb 2014 17:59:47 +0000 + +unity-scope-mediascanner (0.2+14.04.20140205-0ubuntu1) trusty; urgency=medium + + [ James Henstridge ] + * Port scope to new media scanner and scopes APIs. + * Make the media scanner scope compile with the new unity-scopes-api + changes. The preview implementations are currently empty, since the + exact details of what should be sent are still in flux. + * Fix up the scope plugin entry points for the music and video scopes. + * Build scopes for both libunity7 and libunity-api. + * Limit the number of results we produce, as with the original + mediascanner, and add tests to show we produce results in response + to empty surfacing queries. + + [ Michal Hruby ] + * Fix up invalidation. + + [ Jussi Pakkanen ] + * Add music aggregator scope. + * Add mime type to music results. + + -- Ubuntu daily release Wed, 05 Feb 2014 18:10:27 +0000 + +unity-scope-mediascanner (0.1+13.10.20131011-0ubuntu1) saucy; urgency=low + + [ Michal Hruby ] + * Set mediascanner scopes timeout to -1. + + [ James Henstridge ] + * Use an empty string for the icon in results from the video scope. + This is a signal that the shell should generate a thumbnail based on + the result URI. + + [ Pawel Stolowski ] + * Set empty icon hint instead of fallback icon. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 44 + + -- Ubuntu daily release Fri, 11 Oct 2013 06:15:38 +0000 + +unity-scope-mediascanner (0.1+13.10.20130927.1-0ubuntu1) saucy; urgency=low + + [ James Henstridge ] + * Use the substring search method when performing searches. (LP: + #1227130) + * Use Grilo's change notification feature to issue the + results_invalidated signal on the scope. + * Increase the maximum result count for the scope from 20 to 100 (the + same used by the desktop scope). + + [ Ubuntu daily release ] + * Automatic snapshot from revision 40 + + -- Ubuntu daily release Fri, 27 Sep 2013 11:08:20 +0000 + +unity-scope-mediascanner (0.1+13.10.20130920-0ubuntu1) saucy; urgency=low + + [ James Henstridge ] + * Use the album art as the image in the music scope's preview. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 36 + + -- Ubuntu daily release Fri, 20 Sep 2013 11:16:46 +0000 + +unity-scope-mediascanner (0.1+13.10.20130903.1-0ubuntu1) saucy; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * Fix typo in the debian/copyright file + + [ Ubuntu daily release ] + * Automatic snapshot from revision 34 + + -- Ubuntu daily release Tue, 03 Sep 2013 06:35:45 +0000 + +unity-scope-mediascanner (0.1+13.10.20130829.1-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 32 + + -- Ubuntu daily release Thu, 29 Aug 2013 06:42:41 +0000 + +unity-scope-mediascanner (0.1+13.10.20130828.2-0ubuntu1) saucy; urgency=low + + [ James Henstridge ] + * Initial release. + * Automatic snapshot from revision 28 (bootstrap) + * Add some tests that run the media scanner scopes against the media + scanner directly. + * Include the artist name in the comment field of results from the + music scope. + * Temporarily disable test-with-mediascanner test until we work out + why it is hanging. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 31 + + -- Ubuntu daily release Wed, 28 Aug 2013 16:50:25 +0000 --- unity-scope-mediascanner-0.2+14.04.20140220.orig/debian/compat +++ unity-scope-mediascanner-0.2+14.04.20140220/debian/compat @@ -0,0 +1 @@ +9 --- unity-scope-mediascanner-0.2+14.04.20140220.orig/debian/control +++ unity-scope-mediascanner-0.2+14.04.20140220/debian/control @@ -0,0 +1,41 @@ +Source: unity-scope-mediascanner +Section: gnome +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: cmake (>= 2.8), + debhelper (>= 9), + mediascanner2.0, + libmediascanner-2.0-dev (>= 0.99+14.04.20140219), + libunity-dev (>= 7.0.9), + libunity-scopes-dev (>= 0.3.1), + libglib2.0-dev, + libgtest-dev, + libsqlite3-dev, + pkg-config, + python3, + python3-dbusmock, +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/unity-scope-mediascanner +# If you aren't a member of ~unity-team but need to upload packaging +# changes, just go ahead. ~unity-team will notice and sync up the code +# again. +Vcs-Bzr: bzr+ssh://bazaar.launchpad.net/~unity-team/unity-scope-mediascanner/trunk +Vcs-Browser: http://bazaar.launchpad.net/~unity-team/unity-scope-mediascanner/trunk/files + +Package: unity-scope-mediascanner +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + mediascanner2.0, +Description: Media scanner scope for Unity 7 + This package contains muisc and video scopes for Unity that can be + used to expose media found by the Ubuntu Media Scanner. + +Package: unity-scope-mediascanner2 +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + mediascanner2.0, +Description: Media scanner scope for Unity + This package contains muisc and video scopes for Unity that can be + used to expose media found by the Ubuntu Media Scanner. --- unity-scope-mediascanner-0.2+14.04.20140220.orig/debian/copyright +++ unity-scope-mediascanner-0.2+14.04.20140220/debian/copyright @@ -0,0 +1,19 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: unity-scope-mediascanner +Upstream-Contact: James Henstridge +Source: https://launchpad.net/unity-scope-mediascanner + +Files: * +Copyright: 2013 Canonical Ltd +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 version 3 as + published by the Free Software Foundation. + . + 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. + . + On Debian/Ubuntu systems, the full text of the GPL v3 can be found in + `/usr/share/common-licenses/GPL-3' --- unity-scope-mediascanner-0.2+14.04.20140220.orig/debian/rules +++ unity-scope-mediascanner-0.2+14.04.20140220/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --fail-missing --parallel --- unity-scope-mediascanner-0.2+14.04.20140220.orig/debian/source/format +++ unity-scope-mediascanner-0.2+14.04.20140220/debian/source/format @@ -0,0 +1 @@ +1.0 --- unity-scope-mediascanner-0.2+14.04.20140220.orig/debian/unity-scope-mediascanner.install +++ unity-scope-mediascanner-0.2+14.04.20140220/debian/unity-scope-mediascanner.install @@ -0,0 +1,3 @@ +usr/share/dbus-1/services/*.service +usr/share/unity/scopes/*/*.scope +usr/lib/*/unity/unity-scope-mediascanner.so --- unity-scope-mediascanner-0.2+14.04.20140220.orig/debian/unity-scope-mediascanner2.install +++ unity-scope-mediascanner-0.2+14.04.20140220/debian/unity-scope-mediascanner2.install @@ -0,0 +1,4 @@ +usr/share/unity/scopes/mediascanner-music/* +usr/share/unity/scopes/mediascanner-video/* +usr/share/unity/scopes/musicaggregator/* +usr/share/unity/scopes/videoaggregator/*