--- thumbnailer-1.3+14.10.20141002.orig/debian/changelog +++ thumbnailer-1.3+14.10.20141002/debian/changelog @@ -0,0 +1,248 @@ +thumbnailer (1.3+14.10.20141002-0ubuntu1) utopic; urgency=low + + [ Jussi Pakkanen ] + * Disable exif thumbnails temporarily to work around a regression. + + -- Ubuntu daily release Thu, 02 Oct 2014 19:20:24 +0000 + +thumbnailer (1.3+14.10.20140926-0ubuntu1) utopic; urgency=medium + + [ Pawel Stolowski ] + * Added gsettings schema with API key used for accessing dash.ubuntu.com service. + - Pass the key with artist/album requests. + * Install album_missing icon (taken from libunitycore package). + + [ Jussi Pakkanen ] + * Use exif thumbnail if one is available. + * A few simple fixes for issues found compiling against libc++. + * Prevent apport from sending vs-thumb stacktraces. + + [ Pete Woods ] + * There is a new thumbnailer-common package to hold default icons. + + -- Ubuntu daily release Fri, 26 Sep 2014 11:25:18 +0000 + +thumbnailer (1.2+14.10.20140916-0ubuntu1) utopic; urgency=low + + [ Jussi Pakkanen ] + * Make a few classes more resistant to copying. + * Clean up warnings as reported by gcc and shiny new clang. + + -- Ubuntu daily release Tue, 16 Sep 2014 08:14:04 +0000 + +thumbnailer (1.2+14.10.20140904-0ubuntu1) utopic; urgency=low + + [ Ubuntu daily release ] + * New rebuild forced + + [ Jussi Pakkanen ] + * Move embedded thumbnail extraction to a helper binary to avoid + linking main library with gstreamer. (LP: #1363314) + + -- Ubuntu daily release Thu, 04 Sep 2014 07:43:24 +0000 + +thumbnailer (1.2+14.10.20140901.is.1.2+14.10.20140814-0ubuntu2) utopic; urgency=medium + + * Reintroduce the pthread linkage fix from 1.2+14.10.20140827.1-0ubuntu1, + required for the package to build. + + -- Steve Langasek Tue, 02 Sep 2014 13:26:28 -0700 + +thumbnailer (1.2+14.10.20140901.is.1.2+14.10.20140814-0ubuntu1) utopic; urgency=medium + + * Revert the last two landings. The 1.2+14.10.20140827.1 version + introduced a serious regression breaking many projects, indirectly + caused by thumbnailer using gst. LP: #1363314. + + -- Łukasz 'sil2100' Zemczak Tue, 02 Sep 2014 21:50:08 +0200 + +thumbnailer (1.2+14.10.20140901-0ubuntu1) utopic; urgency=medium + + [ Pawel Stolowski ] + * Changed requested images sizes to better match sizes supported by the web server. + + -- Ubuntu daily release Mon, 01 Sep 2014 07:32:23 +0000 + +thumbnailer (1.2+14.10.20140827.1-0ubuntu1) utopic; urgency=low + + [ Jussi Pakkanen ] + * Re-enable embedded album art. + * Link against thread library explicitly. + + -- Ubuntu daily release Wed, 27 Aug 2014 15:55:17 +0000 + +thumbnailer (1.2+14.10.20140814-0ubuntu1) utopic; urgency=low + + [ Jussi Pakkanen ] + * Print log message when errors happen. + + -- Ubuntu daily release Thu, 14 Aug 2014 13:41:35 +0000 + +thumbnailer (1.2+14.10.20140812-0ubuntu1) utopic; urgency=medium + + [ Pawel Stolowski ] + * Use Ubuntu webservice for album art and provide artist art API. + + -- Ubuntu daily release Tue, 12 Aug 2014 16:57:24 +0000 + +thumbnailer (1.1+14.10.20140811-0ubuntu1) utopic; urgency=low + + [ Ubuntu daily release ] + * debian/libthumbnailer0.symbols: auto-update to released version + + [ Arthur Mello ] + * Work with file names with non-european characters by not writing + metadata chunks when they can't be represented in ISO-8859-1. (LP: + #1319698) + + [ Jussi Pakkanen ] + * Work with file names with non-european characters by not writing + metadata chunks when they can't be represented in ISO-8859-1. (LP: + #1319698) + + [ Pawel Stolowski ] + * Request images of size 400 instead of 200 from ubuntu server. + + -- Ubuntu daily release Mon, 11 Aug 2014 14:20:34 +0000 + +thumbnailer (1.1+14.04.20140401.1-0ubuntu3) utopic; urgency=medium + + * No-change rebuild to get dbgsyms for all binaries onto + ddebs.ubuntu.com + + -- Steve Langasek Thu, 24 Jul 2014 14:14:15 -0700 + +thumbnailer (1.1+14.04.20140401.1-0ubuntu2) utopic; urgency=medium + + * No-change rebuild for shlib changes in qtbase and qtdeclarative. + + -- Ricardo Salveti de Araujo Tue, 29 Apr 2014 14:53:03 -0700 + +thumbnailer (1.1+14.04.20140401.1-0ubuntu1) trusty; urgency=low + + [ Michal Hruby ] + * Provide virtual thumbnailer package. + + -- Ubuntu daily release Tue, 01 Apr 2014 22:45:34 +0000 + +thumbnailer (1.1+14.04.20140331-0ubuntu1) trusty; urgency=medium + + [ Jussi Pakkanen ] + * New minor release. + + -- Ubuntu daily release Mon, 31 Mar 2014 09:08:36 +0000 + +thumbnailer (1.0+14.04.20140327-0ubuntu1) trusty; urgency=low + + [ Jussi Pakkanen ] + * Obey the TMPDIR. (LP: #1296987) + + -- Ubuntu daily release Thu, 27 Mar 2014 08:36:59 +0000 + +thumbnailer (1.0+14.04.20140319-0ubuntu1) trusty; urgency=low + + [ Jussi Pakkanen ] + * Prevent crash if exif entry is null. (LP: #1294274) + + -- Ubuntu daily release Wed, 19 Mar 2014 20:16:40 +0000 + +thumbnailer (1.0+14.04.20140307-0ubuntu1) trusty; urgency=low + + [ Jussi Pakkanen ] + * Added visibility info to prevent accidental ABI breakages. + * Reorient images manually to work around a bug in GdkPixbuf. + + -- Ubuntu daily release Fri, 07 Mar 2014 15:41:18 +0000 + +thumbnailer (1.0+14.04.20140304-0ubuntu1) trusty; urgency=low + + [ CI bot ] + * Resync trunk + + [ Ugo Riboni ] + * Add a new nonstandard thumbnail size (360) needed by gallery-app To + test from QML you will need this MR as well: + https://code.launchpad.net/~amanzi-team/ubuntu-ui-toolkit/ubuntu-ui- + toolkit-xlarge-thumbnails/+merge/207500 (LP: #1221968) + + [ Jussi Pakkanen ] + * Error condition checking and error messages. + * Fix image orientation. + + -- Ubuntu daily release Tue, 04 Mar 2014 10:09:12 +0000 + +thumbnailer (1.0+14.04.20140218-0ubuntu1) trusty; urgency=low + + [ Ricardo Salveti de Araujo ] + * vs-thumb: give pipeline at least 3 seconds to preroll + + [ Jussi Pakkanen ] + * Created a unique_gobj class for managing gobject based resources. + * Fix use of #includes. (LP: #1237045) + * A bunch of fixes to make the project compile on precise. + * Removed accidentally added file. + * Invalidate cached images when source has changed. + + -- Ubuntu daily release Tue, 18 Feb 2014 23:01:31 +0000 + +thumbnailer (1.0+13.10.20131011-0ubuntu1) saucy; urgency=low + + [ Jussi Pakkanen ] + * Fix install directory of vs-thumb. (LP: #1235325) + * Wait for child process to die when killing it with SIGKILL. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 58 + + -- Ubuntu daily release Fri, 11 Oct 2013 05:41:32 +0000 + +thumbnailer (1.0+13.10.20131008-0ubuntu1) saucy; urgency=low + + [ Jussi Pakkanen ] + * Fix off by one error. (LP: #1235444) + * Disable use of in-process GStreamer because we use 1.0, which + clashes with 0.10. (LP: #1235484) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 55 + + -- Ubuntu daily release Tue, 08 Oct 2013 12:49:51 +0000 + +thumbnailer (1.0+13.10.20131007-0ubuntu1) saucy; urgency=low + + [ Jussi Pakkanen ] + * Write files into cache atomically. + * Guard against a frozen worker process. + * Document the public interface. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 52 + + -- Ubuntu daily release Mon, 07 Oct 2013 10:52:14 +0000 + +thumbnailer (1.0+13.10.20131003-0ubuntu1) saucy; urgency=low + + [ Jussi Pakkanen ] + * Run gstreamer video pipelines in an external process. + * Get helper path from config.h. + * Use helper binary from build dir when running tests. + * Adds support for full resolution thumbnails. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 48 + + -- Ubuntu daily release Thu, 03 Oct 2013 03:26:49 +0000 + +thumbnailer (1.0+13.10.20131002-0ubuntu1) saucy; urgency=low + + [ Jussi Pakkanen ] + * Initial release. + * Typo fix. + + [ Łukasz 'sil2100' Zemczak ] + * Automatic snapshot from revision 41 (bootstrap) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 43 + + -- Ubuntu daily release Wed, 02 Oct 2013 02:34:38 +0000 --- thumbnailer-1.3+14.10.20141002.orig/debian/compat +++ thumbnailer-1.3+14.10.20141002/debian/compat @@ -0,0 +1 @@ +9 --- thumbnailer-1.3+14.10.20141002.orig/debian/control +++ thumbnailer-1.3+14.10.20141002/debian/control @@ -0,0 +1,84 @@ +Source: thumbnailer +Section: libdevel +Priority: optional +Maintainer: Ubuntu Core Developers +Standards-Version: 3.9.4 +Build-Depends: cmake, + debhelper (>= 9), + gstreamer1.0-plugins-good, + libexif-dev, + libgdk-pixbuf2.0-dev, + libgstreamer1.0-dev, + libgstreamer-plugins-base1.0-dev, + libgtest-dev, + libsoup2.4-dev, + libxml2-dev, + qt5-default, + qtbase5-dev, + qtbase5-dev-tools, + qtdeclarative5-dev, + shared-mime-info, +Homepage: https://launchpad.net/thumbnailer +# 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:thumbnailer + +Package: libthumbnailer0 +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends}, +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Description: generate thumbnails from files + Thumbnailer is a shared library that generates + thumbnail images for multiple file types such + as video and audio files. + +Package: libthumbnailer-dev +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends}, +Depends: ${misc:Depends}, + ${shlibs:Depends}, + gstreamer1.0-plugins-base, + gstreamer1.0-plugins-good, + libthumbnailer0 (= ${binary:Version}), +Description: development files for thumbnailer + This package contains development files + for the thumbnailer package. + +Package: thumbnailer-service +Architecture: any +Multi-Arch: foreign +Pre-Depends: ${misc:Pre-Depends}, +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libthumbnailer0 (= ${binary:Version}), +Description: D-Bus service for out of process thumbnailing + This package provides a D-Bus service that can provide thumbnails on + behalf of another process. + +Package: qtdeclarative5-ubuntu-thumbnailer0.1 +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends}, +Depends: ${misc:Depends}, + ${shlibs:Depends}, + thumbnailer-common (= ${binary:Version}), + libthumbnailer0 (= ${binary:Version}), +Provides: ubuntu-thumbnailer-impl, + ubuntu-thumbnailer-impl-0, +Recommends: thumbnailer-service (= ${binary:Version}), +Description: QML interface for the thumbnailer. + This package provides image providers that allow access to the + thumbnailer from Qt Quick 2 / QML applications. + +Package: thumbnailer-common +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends}, +Description: Common files for the thumbnailer service. + This package provides common files for the thumbnailer service, such + as default icons. + --- thumbnailer-1.3+14.10.20141002.orig/debian/copyright +++ thumbnailer-1.3+14.10.20141002/debian/copyright @@ -0,0 +1,19 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: thumbnailer +Source: https://launchpad.net/thumbnailer + +Files: * +Copyright: 2013 Canonical ltd +License: LGPL-3 + This program is free software: you can redistribute it and/or modify + it under the terms of version 3 of the GNU Lesser General Public + License 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 systems, the full text of the GNU Lesser General Public + License version 3 can be found in the file + `/usr/share/common-licenses/LGPL-3' --- thumbnailer-1.3+14.10.20141002.orig/debian/libthumbnailer-dev.install +++ thumbnailer-1.3+14.10.20141002/debian/libthumbnailer-dev.install @@ -0,0 +1,3 @@ +usr/include/* +usr/lib/*/lib*.so +usr/lib/*/pkgconfig/* --- thumbnailer-1.3+14.10.20141002.orig/debian/libthumbnailer0.install +++ thumbnailer-1.3+14.10.20141002/debian/libthumbnailer0.install @@ -0,0 +1,2 @@ +usr/lib/*/libthumb*.so.* +usr/lib/*/thumbnailer/vs-thumb --- thumbnailer-1.3+14.10.20141002.orig/debian/libthumbnailer0.symbols +++ thumbnailer-1.3+14.10.20141002/debian/libthumbnailer0.symbols @@ -0,0 +1,7 @@ +libthumbnailer.so.0 libthumbnailer0 #MINVER# + (c++)"Thumbnailer::get_thumbnail(std::basic_string, std::allocator > const&, ThumbnailSize)@Base" 1.0 + (c++)"Thumbnailer::get_thumbnail(std::basic_string, std::allocator > const&, ThumbnailSize, ThumbnailPolicy)@Base" 1.0 + (c++)"Thumbnailer::get_album_art(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, ThumbnailSize, ThumbnailPolicy)@Base" 1.0 + (c++)"Thumbnailer::Thumbnailer()@Base" 1.0 + (c++)"Thumbnailer::~Thumbnailer()@Base" 1.0 + (c++)"Thumbnailer::get_artist_art(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, ThumbnailSize, ThumbnailPolicy)@Base" 1.1+14.10.20140811 --- thumbnailer-1.3+14.10.20141002.orig/debian/qtdeclarative5-ubuntu-thumbnailer0.1.install +++ thumbnailer-1.3+14.10.20141002/debian/qtdeclarative5-ubuntu-thumbnailer0.1.install @@ -0,0 +1 @@ +usr/lib/*/qt5/qml/Ubuntu/Thumbnailer.0.1/* --- thumbnailer-1.3+14.10.20141002.orig/debian/rules +++ thumbnailer-1.3+14.10.20141002/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +# http://ccache.samba.org/manual.html#_precompiled_headers +export CCACHE_SLOPPINESS=time_macros + +%: + dh $@ --parallel --fail-missing + +override_dh_auto_configure: + dh_auto_configure -- -DCMAKE_INSTALL_SYSCONFDIR=/etc + --- thumbnailer-1.3+14.10.20141002.orig/debian/source/format +++ thumbnailer-1.3+14.10.20141002/debian/source/format @@ -0,0 +1 @@ +1.0 --- thumbnailer-1.3+14.10.20141002.orig/debian/thumbnailer-common.install +++ thumbnailer-1.3+14.10.20141002/debian/thumbnailer-common.install @@ -0,0 +1,2 @@ +usr/share/thumbnailer/icons/* +etc/apport/blacklist.d/thumbnailer --- thumbnailer-1.3+14.10.20141002.orig/debian/thumbnailer-service.install +++ thumbnailer-1.3+14.10.20141002/debian/thumbnailer-service.install @@ -0,0 +1,3 @@ +usr/lib/*/thumbnailer/thumbnailer-service +usr/share/dbus-1/services/com.canonical.Thumbnailer.service +usr/share/glib-2.0/schemas/*