This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 53093d1e69 Removing libpng from ext_source, bootstrap it later
53093d1e69 is described below

commit 53093d1e6919ddd8041d2ad586cc2c77b5272a27
Author: mseidel <msei...@apache.org>
AuthorDate: Sat Sep 9 22:25:18 2023 +0200

    Removing libpng from ext_source, bootstrap it later
---
 ...98347a5541a2dad55cd6d07ee60a9-libpng-1.5.26.tar.gz | Bin 1129120 -> 0 bytes
 main/external_deps.lst                                |   6 ++++++
 2 files changed, 6 insertions(+)

diff --git a/ext_sources/3ca98347a5541a2dad55cd6d07ee60a9-libpng-1.5.26.tar.gz 
b/ext_sources/3ca98347a5541a2dad55cd6d07ee60a9-libpng-1.5.26.tar.gz
deleted file mode 100644
index 5a73701885..0000000000
Binary files 
a/ext_sources/3ca98347a5541a2dad55cd6d07ee60a9-libpng-1.5.26.tar.gz and 
/dev/null differ
diff --git a/main/external_deps.lst b/main/external_deps.lst
index f3b069e8d2..1dc7f484b1 100644
--- a/main/external_deps.lst
+++ b/main/external_deps.lst
@@ -132,6 +132,12 @@ if (SOLAR_JAVA==TRUE && (ENABLE_MEDIAWIKI==YES || 
ENABLE_REPORTBUILDER==YES))
     URL1 = https://archive.apache.org/dist/commons/logging/source/$(name)
     URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
 
+if (SYSTEM_LIBPNG != YES)
+    MD5 = 3ca98347a5541a2dad55cd6d07ee60a9
+    name = libpng-1.5.26.tar.gz
+    URL1 = 
https://sourceforge.net/projects/libpng/files/libpng15/older-releases/1.5.26/$(name)
+    URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
+
 if (SYSTEM_JPEG != YES)
     MD5 = 52654eb3b2e60c35731ea8fc87f1bd29
     name = jpeg-8d.tar.gz

Reply via email to