From 9ddff8b5c90b522f7dbeb3614b8ef00ceb45f4f2 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Mon, 29 Jun 2020 01:11:21 +0100 Subject: Core Xorg libraries necessary for Ghostscript now included Until now, in order to build Ghostscript, the project used the host's Xorg libraries. This was because we hadn't yet added the necessary build rules for them. With this commit, the instructions to build the necessary Xorg libraries for Ghostscript have also been added. Also, the shared Ghostscript library has been built with this commit and two sets of standard fonts are also included, setting us on the path to build TeXLive from source later. This task was done with the help and support of Raul Infante-Sainz. --- reproduce/software/config/versions.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'reproduce/software/config/versions.conf') diff --git a/reproduce/software/config/versions.conf b/reproduce/software/config/versions.conf index 2e3406a..7998345 100644 --- a/reproduce/software/config/versions.conf +++ b/reproduce/software/config/versions.conf @@ -100,7 +100,10 @@ flex-version = 2.6.4-91-ga631f5d freetype-version = 2.9 gdb-version = 8.3 ghostscript-version = 9.50 +ghostscript-fonts-gnu-version = 6.0 +ghostscript-fonts-std-version = 8.11 gnuastro-version = 0.11 +gperf-version = 3.1 gsl-version = 2.6 hdf5-version = 1.10.5 healpix-version = 3.50 @@ -108,6 +111,7 @@ help2man-version = 1.47.11 imagemagick-version = 7.0.8-67 imfit-version = 1.6.1 libffi-version = 3.2.1 +libidn-version = 1.35 libjpeg-version = v9b libnsl-version = 1.2.0-4a062cf libpaper-version = 1.1.28 @@ -130,9 +134,26 @@ sextractor-version = 2.25.0 swarp-version = 2.38.0 swig-version = 3.0.12 tides-version = 2.0 +util-linux-version = 2.35 xlsxio-version = 0.2.21 yaml-version = 0.2.2 +# Xorg packages +util-macros-version = 1.19.2 +xorgproto-version = 2020.1 +libxau-version = 1.0.9 +libxdmcp-version = 1.1.3 +xcb-proto-version = 1.14 +libxcb-version = 1.14 +fontconfig-version = 2.13.1 +xtrans-version = 1.4.0 +libx11-version = 1.6.9 +libxext-version = 1.3.4 +libice-version = 1.0.10 +libsm-version = 1.2.3 +libxt-version = 1.2.0 +libpthread-stubs-version = 0.4 + # Version-dependent build # ----------------------- lapack-version = 3.8.0 -- cgit v1.2.1