From 401f1bedd8c79e70a0df96d18112e618238cd950 Mon Sep 17 00:00:00 2001
From: ROOL <code@riscosopen.org>
Date: Thu, 15 Apr 2021 14:59:18 +0100
Subject: [PATCH] Add CompressPNG to ROMs for header exports for Paint

For iMx6, remove DDEUtils to match the other ROMs (it's in the HardDisc4 image).

Version 7.57. Tagged as 'BuildSys-7_57'
---
 Components/ROOL/BCM2835  |  1 +
 Components/ROOL/IOMD32   |  1 +
 Components/ROOL/OMAP3    |  1 +
 Components/ROOL/OMAP4    |  1 +
 Components/ROOL/OMAP5    |  1 +
 Components/ROOL/Titanium |  1 +
 Components/ROOL/Tungsten |  1 +
 Components/ROOL/iMx6     |  4 ++--
 VersionNum               | 20 ++++++++++----------
 9 files changed, 19 insertions(+), 12 deletions(-)

diff --git a/Components/ROOL/BCM2835 b/Components/ROOL/BCM2835
index a4321b3..4b437c1 100644
--- a/Components/ROOL/BCM2835
+++ b/Components/ROOL/BCM2835
@@ -25,6 +25,7 @@ HdrSrc                -type EXP
 # we need the following exported for swis.h generation
 # change the type to EXP
 #
+CompressPNG           -type EXP
 DDEUtils              -type EXP
 Econet                -type EXP
 DDT                   -type EXP
diff --git a/Components/ROOL/IOMD32 b/Components/ROOL/IOMD32
index 48e90f7..a2ee1a7 100644
--- a/Components/ROOL/IOMD32
+++ b/Components/ROOL/IOMD32
@@ -24,6 +24,7 @@ HdrSrc                -type EXP
 # we need the following exported for swis.h generation
 # change the type to EXP
 #
+CompressPNG           -type EXP
 DDEUtils              -type EXP
 Econet                -type EXP
 DDT                   -type EXP
diff --git a/Components/ROOL/OMAP3 b/Components/ROOL/OMAP3
index 33c6ab7..46c873f 100644
--- a/Components/ROOL/OMAP3
+++ b/Components/ROOL/OMAP3
@@ -25,6 +25,7 @@ HdrSrc                -type EXP
 # we need the following exported for swis.h generation
 # change the type to EXP
 #
+CompressPNG           -type EXP
 DDEUtils              -type EXP
 Econet                -type EXP
 DDT                   -type EXP
diff --git a/Components/ROOL/OMAP4 b/Components/ROOL/OMAP4
index bda68fe..94b3600 100644
--- a/Components/ROOL/OMAP4
+++ b/Components/ROOL/OMAP4
@@ -24,6 +24,7 @@ HdrSrc                -type EXP
 # we need the following exported for swis.h generation
 # change the type to EXP
 #
+CompressPNG           -type EXP
 DDEUtils              -type EXP
 Econet                -type EXP
 DDT                   -type EXP
diff --git a/Components/ROOL/OMAP5 b/Components/ROOL/OMAP5
index b023252..41cd64e 100644
--- a/Components/ROOL/OMAP5
+++ b/Components/ROOL/OMAP5
@@ -27,6 +27,7 @@ HdrSrc                -type EXP
 # we need the following exported for swis.h generation
 # change the type to EXP
 #
+CompressPNG           -type EXP
 DDEUtils              -type EXP
 Econet                -type EXP
 DDT                   -type EXP
diff --git a/Components/ROOL/Titanium b/Components/ROOL/Titanium
index 79e42a6..f8180a2 100644
--- a/Components/ROOL/Titanium
+++ b/Components/ROOL/Titanium
@@ -24,6 +24,7 @@ HdrSrc                -type EXP
 # we need the following exported for swis.h generation
 # change the type to EXP
 #
+CompressPNG           -type EXP
 DDEUtils              -type EXP
 Econet                -type EXP
 DDT                   -type EXP
diff --git a/Components/ROOL/Tungsten b/Components/ROOL/Tungsten
index e7f0404..86826d2 100644
--- a/Components/ROOL/Tungsten
+++ b/Components/ROOL/Tungsten
@@ -24,6 +24,7 @@ HdrSrc                -type EXP
 # we need the following exported for swis.h generation
 # change the type to EXP
 #
+CompressPNG           -type EXP
 DDEUtils              -type EXP
 Econet                -type EXP
 DDT                   -type EXP
diff --git a/Components/ROOL/iMx6 b/Components/ROOL/iMx6
index 221a215..916bac1 100644
--- a/Components/ROOL/iMx6
+++ b/Components/ROOL/iMx6
@@ -25,7 +25,8 @@ HdrSrc                -type EXP
 # we need the following exported for swis.h generation
 # change the type to EXP
 #
-#DDEUtils              -type EXP
+CompressPNG           -type EXP
+DDEUtils              -type EXP
 Econet                -type EXP
 DDT                   -type EXP
 HostFS                -type EXP
@@ -196,7 +197,6 @@ InetRes               -options TYPE=EmergencyUtils
 EtherTH
 AHCIDriver
 GPIO                  -type EXP
-DDEUtils
 
 # some libraries and bits
 #
diff --git a/VersionNum b/VersionNum
index 1529c6e..0333ad5 100644
--- a/VersionNum
+++ b/VersionNum
@@ -1,21 +1,21 @@
-/* (7.56)
+/* (7.57)
  *
  * This file is automatically maintained by srccommit, do not edit manually.
  *
  */
-#define Module_MajorVersion_CMHG        7.56
+#define Module_MajorVersion_CMHG        7.57
 #define Module_MinorVersion_CMHG
-#define Module_Date_CMHG                24 Feb 2021
+#define Module_Date_CMHG                19 Apr 2021
 
-#define Module_MajorVersion             "7.56"
-#define Module_Version                  756
+#define Module_MajorVersion             "7.57"
+#define Module_Version                  757
 #define Module_MinorVersion             ""
-#define Module_Date                     "24 Feb 2021"
+#define Module_Date                     "19 Apr 2021"
 
-#define Module_ApplicationDate          "24-Feb-21"
+#define Module_ApplicationDate          "19-Apr-21"
 
 #define Module_ComponentName            "BuildSys"
 
-#define Module_FullVersion              "7.56"
-#define Module_HelpVersion              "7.56 (24 Feb 2021)"
-#define Module_LibraryVersionInfo       "7:56"
+#define Module_FullVersion              "7.57"
+#define Module_HelpVersion              "7.57 (19 Apr 2021)"
+#define Module_LibraryVersionInfo       "7:57"
-- 
GitLab