libheif should work in actions now
libaom-dev is required by libheif-dev, but not listed as a dependency
This commit is contained in:
parent
ccd469fb1e
commit
fe56a43ef5
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -1,7 +1,6 @@
|
|||||||
name: Test
|
name: Test
|
||||||
|
|
||||||
# to-do:
|
# to-do:
|
||||||
# - libheif is still not being detected
|
|
||||||
# - add a macos test with brew etc.
|
# - add a macos test with brew etc.
|
||||||
# - build with clang/asan/etc. and run the fuzz tests
|
# - build with clang/asan/etc. and run the fuzz tests
|
||||||
|
|
||||||
@ -47,6 +46,8 @@ jobs:
|
|||||||
libpng-dev
|
libpng-dev
|
||||||
libwebp-dev
|
libwebp-dev
|
||||||
libtiff5-dev
|
libtiff5-dev
|
||||||
|
# required by libheif-dev in the ppa, but not listed
|
||||||
|
libaom-dev
|
||||||
libheif-dev
|
libheif-dev
|
||||||
libexpat1-dev
|
libexpat1-dev
|
||||||
libcfitsio-dev
|
libcfitsio-dev
|
||||||
@ -64,11 +65,6 @@ jobs:
|
|||||||
libopenslide-dev
|
libopenslide-dev
|
||||||
libffi-dev
|
libffi-dev
|
||||||
|
|
||||||
- name: List installed packages
|
|
||||||
run: |
|
|
||||||
pkg-config --list-all
|
|
||||||
echo -n "libheif: "; pkg-config libheif --modversion
|
|
||||||
|
|
||||||
- name: Configure libvips
|
- name: Configure libvips
|
||||||
run: CFLAGS=-Wall CXXFLAGS=-Wall ./autogen.sh
|
run: CFLAGS=-Wall CXXFLAGS=-Wall ./autogen.sh
|
||||||
--disable-dependency-tracking
|
--disable-dependency-tracking
|
||||||
|
@ -847,9 +847,6 @@ fi
|
|||||||
AC_ARG_WITH([heif],
|
AC_ARG_WITH([heif],
|
||||||
AS_HELP_STRING([--without-heif], [build without libheif (default: test)]))
|
AS_HELP_STRING([--without-heif], [build without libheif (default: test)]))
|
||||||
|
|
||||||
echo -n testing for libheif ... pkg-config reports
|
|
||||||
pkg-config libheif --modversion
|
|
||||||
|
|
||||||
if test x"$with_heif" != x"no"; then
|
if test x"$with_heif" != x"no"; then
|
||||||
PKG_CHECK_MODULES(HEIF, libheif >= 1.3.0,
|
PKG_CHECK_MODULES(HEIF, libheif >= 1.3.0,
|
||||||
[with_heif=yes
|
[with_heif=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user