[Git][debian-gis-team/h5utils][upstream] New upstream version 1.13.3
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sat Sep 5 03:29:04 BST 2026
Bas Couwenberg pushed to branch upstream at Debian GIS Project / h5utils
Commits:
0d2d8c90 by Bas Couwenberg at 2026-09-05T04:22:22+02:00
New upstream version 1.13.3
- - - - -
7 changed files:
- NEWS.md
- configure.ac
- doc/man/h5fromh4.1
- doc/man/h5topng.1.in
- doc/man/h5totxt.1
- doc/man/h5tov5d.1
- doc/man/h5tovtk.1
Changes:
=====================================
NEWS.md
=====================================
@@ -2,6 +2,12 @@
Here, we describe what has changed between releases of the [h5utils](README.md) package.
+## h5utils-1.13.3 ##
+
+*9/4/2026*
+
+* Support for HDF4 version 4.4, which renamed the library (#20).
+
## h5utils-1.13.2 ##
*1/15/23*
=====================================
configure.ac
=====================================
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT([h5utils],[1.13.2],[stevenj at alum.mit.edu])
+AC_INIT([h5utils],[1.13.3],[stevenj at alum.mit.edu])
AM_INIT_AUTOMAKE([foreign silent-rules 1.6])
AM_SILENT_RULES(yes)
AC_CONFIG_SRCDIR([h5topng.c])
@@ -93,7 +93,9 @@ if test "x$H4TOH5" != xh4toh5 -o "x$H5TOH4" != xh5toh4; then
AC_CHECK_LIB(jpeg, jpeg_start_compress,
[AC_CHECK_LIB(df, DFSDgetdata,
[H4_LIBS="-ldf -ljpeg"; HDF4=yes],
- [AC_MSG_WARN([can't find libdf (HDF4): won't be able to compile h5fromh4 or h4fromh5])], -ljpeg)],
+ [AC_CHECK_LIB(hdf, DFSDgetdata,
+ [H4_LIBS="-lhdf -ljpeg"; HDF4=yes],
+ [AC_MSG_WARN([can't find libdf/libhdf (HDF4): won't be able to compile h5fromh4 or h4fromh5])])], -ljpeg)],
[AC_MSG_WARN([can't find libjpeg: won't be able to compile h5fromh4 or h4fromh5])])
if test $HDF4 = yes; then
=====================================
doc/man/h5fromh4.1
=====================================
@@ -53,7 +53,7 @@ option is used and multiple HDF4 files are specified, all the HDF4
datasets are output into that HDF5 file with the input filenames
(minus the ".hdf" suffix) used as the dataset names.
-The most basic usage is something like \'h5fromh4 foo.hdf\', which
+The most basic usage is something like \(aqh5fromh4 foo.hdf\(aq, which
will output a file foo.h5 containing the scientific dataset from
foo.hdf.
.SH OPTIONS
=====================================
doc/man/h5topng.1.in
=====================================
@@ -49,7 +49,7 @@ slice, via the
.B -xyzt
options. Yet more options control things like the colormap and
magnification. Still, the most basic usage is something like
-\'h5topng foo.h5\', which will output a file foo.png containing an
+\(aqh5topng foo.h5\(aq, which will output a file foo.png containing an
image from the two-dimensional data in foo.h5.
.SH OPTIONS
.TP
=====================================
doc/man/h5totxt.1
=====================================
@@ -55,7 +55,7 @@ more slice dimensions, via the
.B -xyzt
options.
-The most basic usage is something like \'h5totxt foo.h5\', which will
+The most basic usage is something like \(aqh5totxt foo.h5\(aq, which will
output comma-delimited text to stdout from the data in foo.h5.
.SH OPTIONS
.TP
=====================================
doc/man/h5tov5d.1
=====================================
@@ -56,7 +56,7 @@ more) slice dimension(s), via the
options.
A typical invocation is of the form
-\'h5tov5d foo.h5\', which will output a Vis5d data file foo.v5d
+\(aqh5tov5d foo.h5\(aq, which will output a Vis5d data file foo.v5d
from the data in foo.h5.
.SH OPTIONS
.TP
=====================================
doc/man/h5tovtk.1
=====================================
@@ -52,7 +52,7 @@ vectors and fields can be output via the
option below.
A typical invocation is of the form
-\'h5tovtk foo.h5\', which will output a VTK data file foo.vtk
+\(aqh5tovtk foo.h5\(aq, which will output a VTK data file foo.vtk
from the data in foo.h5.
.SH OPTIONS
.TP
View it on GitLab: https://salsa.debian.org/debian-gis-team/h5utils/-/commit/0d2d8c906ef828ba48c840813a03a5b70c48dc5f
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/h5utils/-/commit/0d2d8c906ef828ba48c840813a03a5b70c48dc5f
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20260905/d5d97902/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list