Skip to content

Commit 96c2826

Browse files
committed
update flatpak to openslide4
and enable colour management
1 parent 769ddc2 commit 96c2826

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

org.libvips.vipsdisp.json

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -228,24 +228,15 @@
228228
{
229229
"name" : "openslide",
230230
"builddir" : true,
231-
"buildsystem" : "autotools",
232-
"rm-configure" : true,
231+
"buildsystem" : "meson",
232+
"config-opts" : [
233+
"--buildtype=release"
234+
],
233235
"sources" : [
234236
{
235-
"type" : "archive",
236-
"url" : "https://github.com/openslide/openslide/releases/download/v3.4.1/openslide-3.4.1.tar.gz",
237-
"sha256" : "fed08fab8a9b1ded95a34e196652291127ebe392c11f9bc13d26e760295a102d"
238-
},
239-
{
240-
"type" : "patch",
241-
"path" : "patches/openslide-3-fixes.patch"
242-
},
243-
{
244-
"type" : "script",
245-
"dest-filename" : "autogen.sh",
246-
"commands" : [
247-
"autoreconf --force --install"
248-
]
237+
"type" : "git",
238+
"url" : "https://github.com/openslide/openslide.git",
239+
"commit" : "239d7bd9f603be159e6558464f311b5b243d12b1"
249240
}
250241
]
251242
},
@@ -344,7 +335,7 @@
344335
{
345336
"type" : "git",
346337
"url" : "https://github.com/libvips/libvips.git",
347-
"tag" : "v8.14.3"
338+
"commit" : "a25782dd296ae5192842e1ef06ca748b83e7697a"
348339
}
349340
]
350341
},
@@ -360,7 +351,7 @@
360351
{
361352
"type" : "git",
362353
"url" : "https://github.com/jcupitt/vipsdisp.git",
363-
"commit" : "97855e06fcb364d5d94e038f737b2135730dc394"
354+
"commit" : "769ddc2d3728aa882980649922996e9a4a7adcdb"
364355
}
365356
]
366357
}

0 commit comments

Comments
 (0)