Skip to content

Commit 2ad5c8b

Browse files
committed
matio-1.5.28
1 parent 1e8b450 commit 2ad5c8b

File tree

3 files changed

+26
-23
lines changed

3 files changed

+26
-23
lines changed

matio/README

+21-18
Original file line numberDiff line numberDiff line change
@@ -3,47 +3,47 @@ matio
33
matio is an C library for reading and writing Matlab MAT files.
44

55
Runtime requirements:
6-
cygwin-3.5.3-1
7-
libhdf5-devel-1.12.3-1
8-
libhdf5_200-1.12.3-1
9-
libmatio-devel-1.5.27-1bl1
10-
libmatio13-1.5.27-1bl1
11-
pkg-config-2.2.0-1
6+
cygwin-3.5.7-1
7+
libhdf5-devel-1.14.6-1
8+
libhdf5_310-1.14.6-1
9+
libmatio-devel-1.5.28-1bl1
10+
libmatio13-1.5.28-1bl1
11+
pkg-config-2.3.0-1
1212
zlib-devel-1.3.1-1
1313
zlib0-1.3.1-1
1414

1515
Build requirements:
1616
(besides corresponding -devel packages)
1717
autoconf-15-2
18-
automake-11-1
19-
binutils-2.42-1
18+
automake-20240607-1
19+
binutils-2.44-1
2020
cygport-0.36.9-1
21-
gcc-core-11.4.0-1
22-
libhdf5-devel-1.12.3-1
23-
libtool-2.4.7-1
21+
gcc-core-12.4.0-3
22+
libhdf5-devel-1.14.6-1
23+
libtool-2.5.4-1
2424
make-4.4.1-2
2525
zlib-devel-1.3.1-1
2626

2727
Canonical website:
2828
https://sourceforge.net/projects/matio/
2929

3030
Canonical download:
31-
mirror://sourceforge/matio/matio-1.5.27.7z
31+
mirror://sourceforge/matio/matio-1.5.28.tar.gz
3232

3333
-------------------------------------------
3434

3535
Build instructions:
36-
1. unpack matio-1.5.27-X-src.tar.xz
36+
1. unpack matio-1.5.28-X-src.tar.xz
3737
2. if you use setup to install this src package,
3838
it will be unpacked under /usr/src automatically
3939
% cd /usr/src
40-
% cygport ./matio-1.5.27-X.cygport all
40+
% cygport ./matio-1.5.28-X.cygport all
4141

4242
This will create:
43-
/usr/src/matio-1.5.27-X-src.tar.xz
44-
/usr/src/matio-1.5.27-X.tar.xz
45-
/usr/src/libmatio13-1.5.27-X.tar.xz
46-
/usr/src/libmatio-devel-1.5.27-X.tar.xz
43+
/usr/src/matio-1.5.28-X-src.tar.xz
44+
/usr/src/matio-1.5.28-X.tar.xz
45+
/usr/src/libmatio13-1.5.28-X.tar.xz
46+
/usr/src/libmatio-devel-1.5.28-X.tar.xz
4747

4848
-------------------------------------------
4949

@@ -96,6 +96,9 @@ Files included in the binary package:
9696

9797
Port Notes:
9898

99+
----- version 1.5.28-1bl1 -----
100+
Version bump.
101+
99102
----- version 1.5.27-1bl1 -----
100103
Version bump.
101104

matio/matio-1.5.27-1bl1.cygport matio/matio-1.5.28-1bl1.cygport

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
HOMEPAGE="https://sourceforge.net/projects/${PN}/"
2-
SRC_URI="mirror://sourceforge/${PN}/${P}.7z"
2+
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
33

44
CATEGORY="Libs"
55
SUMMARY="Library for reading and writing matlab files"

matio/matio-1.5.27-1bl1.src.patch matio/matio-1.5.28-1bl1.src.patch

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- origsrc/matio-1.5.27/matio.pc.in 2024-04-20 17:09:17.000000000 +0900
2-
+++ src/matio-1.5.27/matio.pc.in 2024-05-12 04:22:08.935623400 +0900
1+
--- origsrc/matio-1.5.28/matio.pc.in 2024-10-31 05:54:50.000000000 +0900
2+
+++ src/matio-1.5.28/matio.pc.in 2025-03-17 11:30:54.292779700 +0900
33
@@ -6,6 +6,6 @@ includedir=@includedir@
44
Name: MATIO
55
Description: MATIO Library
@@ -9,8 +9,8 @@
99
Cflags: -I${includedir}
1010
-Requires.private: @HDF5_REQUIRES_PRIVATE@ @ZLIB_REQUIRES_PRIVATE@
1111
+Requires.private: @ZLIB_REQUIRES_PRIVATE@
12-
--- origsrc/matio-1.5.27/src/safe-math.h 2024-04-20 17:09:17.000000000 +0900
13-
+++ src/matio-1.5.27/src/safe-math.h 2024-05-12 04:22:08.935623400 +0900
12+
--- origsrc/matio-1.5.28/src/safe-math.h 2024-10-31 05:54:50.000000000 +0900
13+
+++ src/matio-1.5.28/src/safe-math.h 2025-03-17 11:30:54.292779700 +0900
1414
@@ -127,7 +127,9 @@
1515
# pragma warning(push)
1616
# pragma warning(disable:4005)

0 commit comments

Comments
 (0)