Skip to content

Commit f31bc85

Browse files
committed
update metainfo
1 parent 0e97127 commit f31bc85

File tree

3 files changed

+35
-42
lines changed

3 files changed

+35
-42
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project( 'nip4', 'c',
22
# ie. a major after nip2 8.9 for workspace save file versioning
3-
version: '9.0.0-10',
3+
version: '9.0.0-11',
44
license: 'GPL',
55
meson_version: '>=0.64',
66
default_options: [

org.libvips.nip4.json

Lines changed: 21 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
"/bin/fpack",
4242
"/bin/funpack",
4343
"/bin/speed",
44+
"/bin/vips",
45+
"/bin/vipsheader",
4446
"/bin/vipsedit",
4547
"/bin/vipsprofile",
4648
"/bin/vipsthumbnail"
@@ -81,10 +83,9 @@
8183
"commit" : "2335c047e91cac6fd04cb0fd2769380395149f15"
8284
}
8385
],
84-
"cleanup" : [
85-
"/bin/libdeflate-gunzip",
86-
"/bin/libdeflate-gzip"
87-
]
86+
"cleanup" : [
87+
"/bin"
88+
]
8889
},
8990

9091
{
@@ -195,19 +196,9 @@
195196
"commit" : "f723c3940fff287c0a26b425b90a8e764823bfd4"
196197
}
197198
],
198-
"cleanup" : [
199-
"/bin/exr2aces",
200-
"/bin/exrenvmap",
201-
"/bin/exrheader",
202-
"/bin/exrinfo",
203-
"/bin/exrmakepreview",
204-
"/bin/exrmaketiled",
205-
"/bin/exrmanifest",
206-
"/bin/exrmetrics",
207-
"/bin/exrmultipart",
208-
"/bin/exrmultiview",
209-
"/bin/exrstdattr"
210-
]
199+
"cleanup" : [
200+
"/bin"
201+
]
211202
},
212203

213204
{
@@ -241,10 +232,9 @@
241232
"commit" : "60f291dea0fd464e34d693b1ad55c46f9f2ee69a"
242233
}
243234
],
244-
"cleanup" : [
245-
"/bin/dcm-dump",
246-
"/bin/dcm-getframe"
247-
]
235+
"cleanup" : [
236+
"/bin"
237+
]
248238
},
249239

250240
{
@@ -261,12 +251,9 @@
261251
"sha256" : "cc227c44316abb65fb28f1c967706eb7254f91dbfab31e9ae6a48db6cf4ae562"
262252
}
263253
],
264-
"cleanup" : [
265-
"/bin/openslide-quickhash1sum",
266-
"/bin/openslide-show-properties",
267-
"/bin/openslide-write-png",
268-
"/bin/slidetool"
269-
]
254+
"cleanup" : [
255+
"/bin"
256+
]
270257
},
271258

272259
{
@@ -280,12 +267,9 @@
280267
"sha256" : "e4854fc3365c1462e493aa586bfaa2f3d0bb8c20b75a524955db64c27427ce09"
281268
}
282269
],
283-
"cleanup" : [
284-
"/bin/imcopy",
285-
"/bin/cookbook",
286-
"/bin/fitscopy",
287-
"/bin/fitsverify"
288-
]
270+
"cleanup" : [
271+
"/bin"
272+
]
289273
},
290274

291275
{
@@ -334,11 +318,9 @@
334318
"sha256" : "6a99eeed15632c6354895b1dd542ed5a855c0f15d9ad1326c6fe2b2c9e423190"
335319
}
336320
],
337-
"cleanup" : [
338-
"/bin/gsl-config",
339-
"/bin/gsl-histogram",
340-
"/bin/gsl-randist"
341-
]
321+
"cleanup" : [
322+
"/bin"
323+
]
342324
},
343325

344326
{
@@ -352,7 +334,7 @@
352334
{
353335
"type" : "git",
354336
"url" : "https://github.com/jcupitt/nip4.git",
355-
"tag" : "v9.0.0-2"
337+
"tag" : "v9.0.0-11"
356338
}
357339
]
358340
}

org.libvips.nip4.metainfo.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020

2121
<description>
2222
<p>
23+
*This is a first alpha release for testing this new
24+
version of nip. Don't use it for anything serious!*
25+
2326
nip4 is a GUI for the libvips image processing library. It's a little
2427
like a spreadsheet: you create a set of formula connecting your objects
2528
together, and on a change nip2 will recalculate. This makes it convenient
@@ -42,18 +45,26 @@ without a GUI.
4245

4346
<screenshot type="default">
4447
<image>https://raw.githubusercontent.com/jcupitt/nip4/master/images/shot1.png</image>
45-
<caption>Even very large images open quickly</caption>
48+
<caption>A new interface design</caption>
4649
</screenshot>
4750

4851
<screenshot>
4952
<image>https://raw.githubusercontent.com/jcupitt/nip4/master/images/shot2.png</image>
50-
<caption>Visualization tools let you explore technical images</caption>
53+
<caption>Workspaces from older versions load correcty</caption>
5154
</screenshot>
5255

5356
</screenshots>
5457

5558
<releases>
5659

60+
<release version="9.0.0-11" date="2025-02-18">
61+
<description>
62+
<p>
63+
First test release.
64+
</p>
65+
</description>
66+
</release>
67+
5768
<release version="0.1" date="2024-02-04">
5869
<description>
5970
<p>

0 commit comments

Comments
 (0)