~ci-train-bot/mediascanner2/mediascanner2-ubuntu-xenial-landing-079

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: CI Train Bot
  • Author(s): James Henstridge
  • Date: 2016-02-25 01:53:20 UTC
  • mfrom: (320.2.12 taglib-extractor)
  • Revision ID: ci-train-bot@canonical.com-20160225015320-lw52fiyl9pt7bejq
Use taglib to extract metadata from Vorbis, Opus, Flac, MP3 and MP4 audio files.  Other formats will fall back to the existing GStreamer code path. Fixes: #1536832
Approved by: Michi Henning

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
pkg_check_modules(GLIB glib-2.0 REQUIRED)
31
31
pkg_check_modules(PIXBUF gdk-pixbuf-2.0 REQUIRED)
32
32
pkg_check_modules(EXIF libexif REQUIRED)
 
33
pkg_check_modules(TAGLIB taglib REQUIRED)
33
34
pkg_check_modules(DBUSCPP dbus-cpp REQUIRED)
34
35
pkg_check_modules(APPARMOR libapparmor REQUIRED)
35
36
pkg_check_modules(UDISKS udisks2 REQUIRED)