--- mediascanner-0.3.93+14.04.20131024.1.orig/debian/copyright +++ mediascanner-0.3.93+14.04.20131024.1/debian/copyright @@ -0,0 +1,34 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: mediascanner +Upstream-Contact: Jim Hodapp +Source: https://launchpad.net/mediascanner + +Files: * +Copyright: 2012-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' + +Files: src/mediascanner/* src/grlmediascanner/* examples/* +Copyright: 2012-2013 Canonical Ltd. +License: LGPL-3 + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License Version 3.0 as published by the Free Software Foundation. + . + This library 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. + . + On Debian/Ubuntu systems, the full text of the LGPL v3 can be found in + `/usr/share/common-licenses/LGPL-3' --- mediascanner-0.3.93+14.04.20131024.1.orig/debian/grilo-plugins-0.2-mediascanner.install +++ mediascanner-0.3.93+14.04.20131024.1/debian/grilo-plugins-0.2-mediascanner.install @@ -0,0 +1 @@ +usr/lib/*/grilo-0.2/* --- mediascanner-0.3.93+14.04.20131024.1.orig/debian/control +++ mediascanner-0.3.93+14.04.20131024.1/debian/control @@ -0,0 +1,84 @@ +Source: mediascanner +Section: libs +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: ca-certificates, + cmake (>= 2.8), + debhelper (>= 9), + dbus, + doxygen (>= 1.8), + graphviz, + grilo-plugins-0.2 (>> 0.2.5-5), + gstreamer1.0-plugins-good (>= 1.0), + libboost-date-time-dev (>= 1.50), + libboost-dev (>= 1.50), + libboost-filesystem-dev (>= 1.50), + libboost-locale-dev (>= 1.50), + libboost-regex-dev (>= 1.50), + libboost-system-dev (>= 1.50), + libgrilo-0.2-dev (>= 0.2.1~git20121002), + libgstreamer-plugins-base1.0-dev (>= 1.0), + libgtest-dev, + libgudev-1.0-dev, + liblucene++-dev (>= 3.0.4), + libsoup2.4-dev, + python, +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/mediascanner +# If you aren't a member of ~mediascanner-team but need to upload packaging +# changes, just go ahead. ~mediascanner-team will notice and sync up the code +# again. +Vcs-Bzr: https://code.launchpad.net/~mediascanner-team/mediascanner/trunk +Vcs-Browser: https://bazaar.launchpad.net/~mediascanner-team/mediascanner/trunk/files + +Package: libmediascanner-1.0-1 +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends}, +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Description: Access library for the media scanner's index + This library provides convenient and safe access to the media scanner's + index files. + +Package: mediascanner +Section: utils +Architecture: any +Depends: ca-certificates, + grilo-plugins-0.2, + gstreamer1.0-plugins-base (>= 1.0), + ${misc:Depends}, + ${shlibs:Depends}, +Description: Media scanner package + This package provides the media scanner's binaries. + +Package: grilo-plugins-0.2-mediascanner +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends}, +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Description: Grilo plugins for the media scanner + This package provides Grilo plugins for searching and browsing the media + scanner index. + +Package: libmediascanner-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends}, +Depends: libmediascanner-1.0-1 (= ${binary:Version}), + libmediascanner-doc (= ${source:Version}), + ${misc:Depends}, +Description: Development files for libmediascanner + This package provides the infrastructure for using the media scanner's + access library in C++ based projects. + +Package: libmediascanner-doc +Section: doc +Architecture: all +Multi-Arch: foreign +Pre-Depends: ${misc:Pre-Depends}, +Depends: ${misc:Depends}, +Description: Documenation files for libmediascanner + This package provides the developer documentation for the media scanner. --- mediascanner-0.3.93+14.04.20131024.1.orig/debian/compat +++ mediascanner-0.3.93+14.04.20131024.1/debian/compat @@ -0,0 +1 @@ +9 --- mediascanner-0.3.93+14.04.20131024.1.orig/debian/rules +++ mediascanner-0.3.93+14.04.20131024.1/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --parallel --fail-missing + +override_dh_auto_configure: + dh_auto_configure -- \ + -DCMAKE_INSTALL_LIBDIR="/usr/lib/${DEB_HOST_MULTIARCH}" \ + -DGLIB_SCHEMAS_COMPILE=OFF + +# TODO(jamesh): A number of the test fixtures create and delete files +# in fixed locations, which leads to races if tests using those +# fixtures run in parallel. As a temporary fix, disable parallel +# testing. +override_dh_auto_test: + #dh_auto_test -- ARGS="--output-on-failure --timeout=300" + dh_auto_test --max-parallel=1 -- ARGS="--verbose" --- mediascanner-0.3.93+14.04.20131024.1.orig/debian/mediascanner.install +++ mediascanner-0.3.93+14.04.20131024.1/debian/mediascanner.install @@ -0,0 +1,2 @@ +usr/bin/* +usr/share/upstart/sessions/* --- mediascanner-0.3.93+14.04.20131024.1.orig/debian/changelog +++ mediascanner-0.3.93+14.04.20131024.1/debian/changelog @@ -0,0 +1,293 @@ +mediascanner (0.3.93+14.04.20131024.1-0ubuntu1) trusty; urgency=low + + [ Michal Hruby ] + * A couple of fixes. (LP: #1237484) + + [ James Henstridge ] + * Create the GNetworkMonitor object earlier to avoid thread safety + problems in its constructor, fixing bug #1237484. (LP: #1237484) + * Don't error out if no TheMovieDB API key is provided. Instead + disable the grl-tmdb metadata resolver. (LP: #1215880, #1236880) + * Use the ignored-parameters feature in the mock data configuration to + avoid failures due to some URL encoding differences. (LP: #1243536) + + [ Jussi Pakkanen ] + * A couple of fixes. (LP: #1237484) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 397 + + -- Ubuntu daily release Thu, 24 Oct 2013 13:28:29 +0000 + +mediascanner (0.3.93+13.10.20131011-0ubuntu1) saucy; urgency=low + + [ Michal Hruby ] + * Increase discovery timeout, log why discovery failed. (LP: #1236878, + #1234726) + + [ James Henstridge ] + * If a limit on the number of results for a search is given, sort the + results. (LP: #1234145) + * Download album art to the media art cache during scanning rather + than storing remote URLs in the index. + * Depend on ca-certificates to fix test failure caused by libsoup + warnings about missing /etc/ssl/certs/ca-certificates.crt. + + [ Jussi Pakkanen ] + * Download album art to the media art cache during scanning rather + than storing remote URLs in the index. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 392 + + -- Ubuntu daily release Fri, 11 Oct 2013 09:20:33 +0000 + +mediascanner (0.3.93+13.10.20130926.1-0ubuntu1) saucy; urgency=low + + [ James Henstridge ] + * If notify_change_start() is called multiple times, don't return an + error on the subsequent calls. Instead, increment a counter so we + can disable change notification on an equal number of calls to + notify_change_stop(). + + [ Ubuntu daily release ] + * Automatic snapshot from revision 387 + + -- Ubuntu daily release Thu, 26 Sep 2013 08:48:02 +0000 + +mediascanner (0.3.93+13.10.20130919.2-0ubuntu1) saucy; urgency=low + + [ Jussi Pakkanen ] + * Fix usage of GCond. (LP: #1227542) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 385 + + -- Ubuntu daily release Thu, 19 Sep 2013 23:08:20 +0000 + +mediascanner (0.3.93+13.10.20130918.1-0ubuntu1) saucy; urgency=low + + [ Jussi Pakkanen ] + * Quickfix for crasher. (LP: #1222731) + * Replace boost::bind with std::bind. (LP: #1223906) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 383 + + -- Ubuntu daily release Wed, 18 Sep 2013 07:59:17 +0000 + +mediascanner (0.3.93+13.10.20130906.2-0ubuntu1) saucy; urgency=low + + [ Pawel Stolowski ] + * Check if boost::ptime is valid before passing it to Lucene date - + string formatting utility function. Added gst_date_time_has_year / + g_date_valid checks just to be safe, though they aren't important + for this particular issue. (LP: #1221184) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 380 + + -- Ubuntu daily release Fri, 06 Sep 2013 12:27:48 +0000 + +mediascanner (0.3.93+13.10.20130830.2-0ubuntu1) saucy; urgency=low + + [ James Henstridge ] + * Fix support for round tripping multi valued properties through the + index. + + [ Jussi Pakkanen ] + * A class to store image data of media elements. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 378 + + -- Ubuntu daily release Fri, 30 Aug 2013 13:28:29 +0000 + +mediascanner (0.3.93+13.10.20130829.1-0ubuntu1) saucy; urgency=low + + [ James Henstridge ] + * Add an Upstart user session job to the "mediascanner" package. + * Remove build dependency on gstreamer1.0-libav, gstreamer1.0-plugins- + bad and gstreamer1.0-plugins-ugly. + + [ Jussi Pakkanen ] + * Remove cpplint because it gives too many false positives. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 375 + + -- Ubuntu daily release Thu, 29 Aug 2013 03:39:54 +0000 + +mediascanner (0.3.93+13.10.20130827.1-0ubuntu1) saucy; urgency=low + + [ James Henstridge ] + * Clean up the metadata resolver code, and enable album art extraction + via the grl-lastfm-albumart plugin. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 371 + + -- Ubuntu daily release Tue, 27 Aug 2013 20:00:58 +0000 + +mediascanner (0.3.93+13.10.20130827-0ubuntu1) saucy; urgency=low + + [ Jussi Pakkanen ] + * A collection of small fixes. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 369 + + -- Ubuntu daily release Tue, 27 Aug 2013 07:19:21 +0000 + +mediascanner (0.3.93+13.10.20130826-0ubuntu1) saucy; urgency=low + + [ Jussi Pakkanen ] + * Compile with c++0x. + * Change boost::shared_ptrs to std::shared_ptrs where possible. + * Replace boost::noncopyable with the proper C++11 way. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 367 + + -- Ubuntu daily release Mon, 26 Aug 2013 02:37:25 +0000 + +mediascanner (0.3.93+13.10.20130821.1-0ubuntu1) saucy; urgency=low + + [ Jussi Pakkanen ] + * Remove UUID from code as it is inherently broken. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 363 + + -- Ubuntu daily release Wed, 21 Aug 2013 15:10:28 +0000 + +mediascanner (0.3.93+13.10.20130821-0ubuntu1) saucy; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * Automatic snapshot from revision 358 (bootstrap) + + [ James Henstridge ] + * Don't run tests in parallel when building packages: some test + fixtures create temporary files in fixed locations leading to races. + + [ Łukasz 'sil2100' Zemczak ] + * More minor packaging fixes. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 361 + + -- Ubuntu daily release Wed, 21 Aug 2013 08:07:36 +0000 + +mediascanner (0.3.93-0ubuntu1) saucy-proposed; urgency=low + + * Initial Ubuntu release + * Packaging modifications related to compliance with our packaging standards + + -- Łukasz 'sil2100' Zemczak Tue, 13 Aug 2013 18:47:34 +0200 + +ubuntutv-mediascanner (0.3.92) quantal; urgency=low + + * Fix some serious file system scanner issues. + * Increase required grilo-plugins version + + -- Mathias Hasselmann Tue, 08 Jan 2013 14:39:26 +0100 + +ubuntutv-mediascanner (0.3.91) quantal; urgency=low + + * Add dot as build dependency + * Set ctest timeout, so that we get better logs on dead-locks + * Package the GSettings schema files + + -- Mathias Hasselmann Wed, 28 Nov 2012 22:08:42 +0100 + +ubuntutv-mediascanner (0.3.91~volumes1) quantal; urgency=low + + * Add libgudev-1.0-dev as build dependency + + -- Mathias Hasselmann Sat, 10 Nov 2012 02:59:13 +0100 + +ubuntutv-mediascanner (0.3.90~tmdb7) quantal; urgency=low + + * Fix lintian warnings. + + -- Mathias Hasselmann Fri, 09 Nov 2012 14:10:50 +0100 + +ubuntutv-mediascanner (0.3.90~tmdb6) quantal; urgency=low + + * Also list grilo-plugins-0.2 as build dependency, it is needed for grl-tmdb + + -- Mathias Hasselmann Fri, 09 Nov 2012 13:45:57 +0100 + +ubuntutv-mediascanner (0.3.90~tmdb5) quantal; urgency=low + + * But Python indeed is a build dependency... + + -- Mathias Hasselmann Fri, 09 Nov 2012 13:26:45 +0100 + +ubuntutv-mediascanner (0.3.90~tmdb4) quantal; urgency=low + + * Untar the test media instead of downloading it. + + -- Mathias Hasselmann Fri, 09 Nov 2012 13:18:11 +0100 + +ubuntutv-mediascanner (0.3.90~tmdb3) quantal; urgency=low + + * Add proper build dependency: Should be "python", not "libssl" + + -- Mathias Hasselmann Fri, 09 Nov 2012 12:12:39 +0100 + +ubuntutv-mediascanner (0.3.90~tmdb2) quantal; urgency=low + + * QA upload. + + -- Mathias Hasselmann Fri, 09 Nov 2012 11:35:35 +0100 + +ubuntutv-mediascanner (0.3.90~tmdb1) precise; urgency=low + + * TMDB support + + -- Mathias Hasselmann Thu, 08 Nov 2012 22:36:09 +0100 + +ubuntutv-mediascanner (0.3.0~settings1) precise; urgency=low + + * settings support + + -- Mathias Hasselmann Tue, 09 Oct 2012 09:29:17 +0200 + +ubuntutv-mediascanner (0.2.1) precise; urgency=low + + * D-Bus layer + * remove operation + + -- Mathias Hasselmann Fri, 28 Sep 2012 22:10:23 +0200 + +ubuntutv-mediascanner (0.2.0) precise; urgency=low + + * Search, queries, filters implemented + * Propery logging framework + + -- Mathias Hasselmann Sat, 22 Sep 2012 01:49:30 +0200 + +ubuntutv-mediascanner (0.1.3) precise; urgency=low + + * Don't refer to x86_64 in grilo-plugins-0.2-mediascanner.install + + -- Mathias Hasselmann Mon, 13 Aug 2012 19:56:44 +0200 + +ubuntutv-mediascanner (0.1.2) precise; urgency=low + + * Fix typo in boost dependencies. + + -- Mathias Hasselmann Mon, 13 Aug 2012 18:31:50 +0200 + +ubuntutv-mediascanner (0.1.1) precise; urgency=low + + * Add missing build dependencies. + + -- Mathias Hasselmann Mon, 13 Aug 2012 15:53:15 +0200 + +ubuntutv-mediascanner (0.1) precise; urgency=low + + * First milestone. + + -- Mathias Hasselmann Mon, 13 Aug 2012 15:09:30 +0200 --- mediascanner-0.3.93+14.04.20131024.1.orig/debian/docs +++ mediascanner-0.3.93+14.04.20131024.1/debian/docs @@ -0,0 +1 @@ +README.md --- mediascanner-0.3.93+14.04.20131024.1.orig/debian/libmediascanner-1.0-1.install +++ mediascanner-0.3.93+14.04.20131024.1/debian/libmediascanner-1.0-1.install @@ -0,0 +1,2 @@ +usr/lib/*/lib*.so.* +usr/share/glib-2.0/schemas/*.xml --- mediascanner-0.3.93+14.04.20131024.1.orig/debian/libmediascanner-dev.install +++ mediascanner-0.3.93+14.04.20131024.1/debian/libmediascanner-dev.install @@ -0,0 +1,3 @@ +usr/include/* +usr/lib/*/lib*.so +usr/lib/*/pkgconfig/* --- mediascanner-0.3.93+14.04.20131024.1.orig/debian/libmediascanner-doc.install +++ mediascanner-0.3.93+14.04.20131024.1/debian/libmediascanner-doc.install @@ -0,0 +1,2 @@ +usr/share/doc/*/reference/* +usr/share/doc/mediascanner/README.md --- mediascanner-0.3.93+14.04.20131024.1.orig/debian/source/format +++ mediascanner-0.3.93+14.04.20131024.1/debian/source/format @@ -0,0 +1 @@ +1.0