Add support for HEIF files on Travis

This commit is contained in:
Kleis Auke Wolthuizen 2019-02-17 20:51:01 +01:00
parent 1a83605238
commit 90e5c5eb9b

View File

@ -47,6 +47,9 @@ addons:
sources: sources:
# use imagemagick 6.9.7-4 instead than 6.8.9-9 # use imagemagick 6.9.7-4 instead than 6.8.9-9
- sourceline: 'ppa:opencpu/imagemagick' - sourceline: 'ppa:opencpu/imagemagick'
# add support for HEIF files
- sourceline: 'ppa:strukturag/libheif'
- sourceline: 'ppa:strukturag/libde265'
packages: packages:
- automake - automake
- gtk-doc-tools - gtk-doc-tools
@ -59,6 +62,7 @@ addons:
# missing on xenial, unfortunately # missing on xenial, unfortunately
# - libwebpmux2 # - libwebpmux2
- libtiff5-dev - libtiff5-dev
- libheif-dev
- libexpat1-dev - libexpat1-dev
- swig - swig
- libmagick++-dev - libmagick++-dev