Skip to content

Commit 615b01b

Browse files
committed
ready for 9.0.14 release
1 parent afb26a7 commit 615b01b

File tree

2 files changed

+81
-4
lines changed

2 files changed

+81
-4
lines changed

org.libvips.nip4.json

Lines changed: 68 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,49 @@
3737
"/share/COPYING",
3838
"/share/RELEASE.txt",
3939
"/share/cmake",
40-
"/bin/smem",
40+
41+
"/bin/brotli",
42+
"/bin/bsdcat",
43+
"/bin/bsdcpio",
44+
"/bin/bsdtar",
45+
"/bin/bsdunzip",
46+
"/bin/cookbook",
47+
"/bin/dcm-dump",
48+
"/bin/dcm-getframe",
49+
"/bin/exr2aces",
50+
"/bin/exrenvmap",
51+
"/bin/exrheader",
52+
"/bin/exrinfo",
53+
"/bin/exrmakepreview",
54+
"/bin/exrmaketiled",
55+
"/bin/exrmanifest",
56+
"/bin/exrmetrics",
57+
"/bin/exrmultipart",
58+
"/bin/exrmultiview",
59+
"/bin/exrstdattr",
60+
"/bin/fitscopy",
61+
"/bin/fitsverify",
62+
"/bin/imcopy",
63+
"/bin/libdeflate-gunzip",
64+
"/bin/libdeflate-gzip",
65+
"/bin/nip4-batch",
66+
"/bin/openslide-quickhash1sum",
67+
"/bin/openslide-show-properties",
68+
"/bin/openslide-write-png",
69+
"/bin/opj_compress",
70+
"/bin/opj_decompress",
71+
"/bin/opj_dump",
72+
"/bin/slidetool",
4173
"/bin/fpack",
4274
"/bin/funpack",
75+
"/bin/smem",
4376
"/bin/speed",
4477
"/bin/vips",
45-
"/bin/vipsheader",
4678
"/bin/vipsedit",
79+
"/bin/vipsheader",
4780
"/bin/vipsprofile",
4881
"/bin/vipsthumbnail"
82+
4983
],
5084
"modules" : [
5185

@@ -283,6 +317,36 @@
283317
]
284318
},
285319

320+
{
321+
"name" : "libultrahdr",
322+
"builddir" : true,
323+
"buildsystem" : "cmake-ninja",
324+
"build-options" : {
325+
"config-opts" : [
326+
"-DCMAKE_INSTALL_LIBDIR=lib",
327+
"-DUHDR_BUILD_BENCHMARK=OFF",
328+
"-DUHDR_BUILD_DEPS=OFF",
329+
"-DUHDR_BUILD_EXAMPLES=OFF",
330+
"-DUHDR_BUILD_FUZZERS=OFF",
331+
"-DUHDR_BUILD_JAVA=OFF",
332+
"-DUHDR_BUILD_PACKAGING=OFF",
333+
"-DUHDR_BUILD_TESTS=OFF",
334+
"-DUHDR_ENABLE_GLES=OFF",
335+
"-DUHDR_ENABLE_LOGS=OFF",
336+
"-DUHDR_ENABLE_WERROR=OFF",
337+
"-DUHDR_WRITE_ISO=ON",
338+
"-DUHDR_WRITE_XMP=OFF"
339+
]
340+
},
341+
"sources" : [
342+
{
343+
"type" : "git",
344+
"url" : "https://github.com/google/libultrahdr.git",
345+
"commit" : "5ed39d67cd31d254e84ebf76b03d4b7bcc12e2f7"
346+
}
347+
]
348+
},
349+
286350
{
287351
"name" : "uthash",
288352
"buildsystem" : "simple",
@@ -376,7 +440,7 @@
376440
{
377441
"type" : "git",
378442
"url" : "https://github.com/libvips/libvips.git",
379-
"commit" : "2df097b0f3d8ca6794073d604628371bed718dff"
443+
"commit" : "1ca82eb21227aba41236df5795764e8ce6a0bdf5"
380444
}
381445
]
382446
},
@@ -408,7 +472,7 @@
408472
{
409473
"type" : "git",
410474
"url" : "https://github.com/jcupitt/nip4.git",
411-
"tag" : "v9.0.13-2"
475+
"commit" : "afb26a7d1f0afc874a0615ba5ce167c1ef5b21ee"
412476
}
413477
]
414478
}

org.libvips.nip4.metainfo.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,19 @@
5757

5858
<releases>
5959

60+
<release version="9.0.14" date="2025-10-25">
61+
<description>
62+
<p>
63+
64+
This version fixes the Magick menu, improves load cancel, and
65+
improves the display of computed animated images. There are
66+
a lot of fixes to the backend with better startup and shutdown
67+
speed, a new vips8 builtin system, lazy batch output, and lazy ++.
68+
69+
</p>
70+
</description>
71+
</release>
72+
6073
<release version="9.0.13" date="2025-09-20">
6174
<description>
6275
<p>

0 commit comments

Comments
 (0)