Merge pull request #1235 from kleisauke/heifload-travis

Add support for HEIF files on Travis
This commit is contained in:
John Cupitt 2019-02-20 12:33:57 +00:00 committed by GitHub
commit 255d3070ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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