You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by da...@apache.org on 2017/10/22 13:19:01 UTC

svn commit: r1812914 - /openoffice/trunk/main/external_deps.lst

Author: damjan
Date: Sun Oct 22 13:19:01 2017
New Revision: 1812914

URL: http://svn.apache.org/viewvc?rev=1812914&view=rev
Log:
Download cairo and pixman if enabled and system
libraries aren't used.

Patch by: me


Modified:
    openoffice/trunk/main/external_deps.lst

Modified: openoffice/trunk/main/external_deps.lst
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/external_deps.lst?rev=1812914&r1=1812913&r2=1812914&view=diff
==============================================================================
--- openoffice/trunk/main/external_deps.lst (original)
+++ openoffice/trunk/main/external_deps.lst Sun Oct 22 13:19:01 2017
@@ -337,3 +337,13 @@ if (ENABLE_CATEGORY_B==YES && SYSTEM_GRA
     name = silgraphite-2.3.1.tar.gz
     URL1 = https://sourceforge.net/projects/silgraphite/files/silgraphite/2.3.1/silgraphite-2.3.1.tar.gz
     URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
+
+if (ENABLE_CATEGORY_B==YES && SYSTEM_CAIRO!=YES && ENABLE_CAIRO==TRUE)
+    MD5 = 4ea70ea87b47e92d318d4e7f5b940f47
+    name = cairo-1.8.0.tar.gz
+    URL1 = https://www.cairographics.org/releases/$(name)
+
+if (ENABLE_CATEGORY_B==YES && SYSTEM_CAIRO!=YES && ENABLE_CAIRO==TRUE)
+    MD5 = 09357cc74975b01714e00c5899ea1881
+    name = pixman-0.12.0.tar.gz
+    URL1 = https://www.cairographics.org/releases/$(name)