~noskcaj/ubuntu/trusty/tumbler/0.1.30

« back to all changes in this revision

Viewing changes to tumbler/tumbler-util.h

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez, Yves-Alexis Perez, Lionel Le Folgoc
  • Date: 2013-05-22 00:27:44 UTC
  • mfrom: (4.1.5)
  • Revision ID: package-import@ubuntu.com-20130522002744-aolnhslar437lwv7
Tags: 0.1.29-1
[ Yves-Alexis Perez ]
* New upstream release.
* debian/control:
  - update gstreamer build-dep to libgstreamer1.0-dev and
    libgstreamer-plugins-base1.0-dev.
* debian/rules:
  - enable all hardening flags.

[ Lionel Le Folgoc ]
* New upstream release (0.1.27):
  - re-enable all plugins since there's now a priority mechanism to choose
    the preferred ones.
* debian/rules: drop --disable-ffmpeg-thumbnailer from configure.
* debian/control:
  - readd libffmpegthumbnailer-dev to b-deps to build the ffmpeg thumbnailer
    plugin.
  - add libcurl4-gnutls-dev to b-deps to build the cover thumbnailer plugin
  - update the long description of tumbler-plugins-extra to mention the new
    plugins.
* debian/tumbler-plugins-extra.install: ship the new plugins.
* debian/tumbler-common.install: ship the new rc file.
* debian/libtumbler-1-0.symbols: updated for the new symbols.
* debian/copyright: refreshed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
gchar **tumbler_util_get_supported_uri_schemes (void) G_GNUC_MALLOC;
29
29
 
 
30
GKeyFile *tumbler_util_get_settings (void) G_GNUC_MALLOC;
 
31
 
30
32
G_END_DECLS
31
33
 
32
34
#endif /* !__TUMBLER_UTIL_H__ */