From 0d7498899f48cc6ff17ed8fd9236d7ee8728919f Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Fri, 8 Nov 2024 13:29:05 +0000 Subject: [PATCH] more build cleanups remove the debug files, don't build matio, their cmake is too wonky --- org.libvips.vipsdisp.json | 42 +++------------------------------------ 1 file changed, 3 insertions(+), 39 deletions(-) diff --git a/org.libvips.vipsdisp.json b/org.libvips.vipsdisp.json index 731ac33..2203de6 100644 --- a/org.libvips.vipsdisp.json +++ b/org.libvips.vipsdisp.json @@ -17,11 +17,13 @@ ], "cleanup" : [ "/include", + "/lib/debug", + "/lib/libheif", + "/lib/x86_64-linux-gnu", "/lib/girepository-1.0", "/lib/pkgconfig", "/lib/cmake", "/lib/openjpeg-*", - "/lib/libhdf5.settings", "/man", "/share/aclocal", "/share/doc", @@ -358,44 +360,6 @@ ] }, - { - "name" : "hdf5", - "builddir" : true, - "buildsystem" : "cmake-ninja", - "build-options" : { - "config-opts" : [ - "-DCMAKE_INSTALL_LIBDIR=lib" - ] - }, - "sources" : [ - { - "type" : "git", - "url" : "https://github.com/HDFGroup/hdf5.git", - "tag" : "hdf5_1.14.5", - "commit" : "0fe0459fc24d71be13d5f266513c2832b525671b" - } - ] - }, - - { - "name" : "matio", - "builddir" : true, - "buildsystem" : "cmake-ninja", - "build-options" : { - "config-opts" : [ - "-DCMAKE_INSTALL_LIBDIR=lib" - ] - }, - "sources" : [ - { - "type" : "git", - "url" : "https://github.com/tbeu/matio.git", - "tag" : "v1.5.27", - "commit" : "d3081fee28904f6b4c2e86ab617931f6604784a4" - } - ] - }, - { "name" : "cfitsio", "builddir" : true,