[gimp/wip/Jehan/incremental-win-installer-improvements] build: add aalib dependency for ASCII Art support.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/Jehan/incremental-win-installer-improvements] build: add aalib dependency for ASCII Art support.
- Date: Sat, 15 May 2021 18:04:07 +0000 (UTC)
commit 5691186c6721f7c7e89e5ba0059b27b90eef920b
Author: Jehan <jehan girinstud io>
Date: Sat May 15 19:40:12 2021 +0200
build: add aalib dependency for ASCII Art support.
Also update config.guess because it is too old and fails to recognize
the host system in the MSYS2 CI jobs.
build/windows/gitlab-ci/build-deps-msys2.sh | 14 ++++++++++++++
1 file changed, 14 insertions(+)
---
diff --git a/build/windows/gitlab-ci/build-deps-msys2.sh b/build/windows/gitlab-ci/build-deps-msys2.sh
index d9470b1159..4901075f5c 100644
--- a/build/windows/gitlab-ci/build-deps-msys2.sh
+++ b/build/windows/gitlab-ci/build-deps-msys2.sh
@@ -62,6 +62,7 @@ export LD_LIBRARY_PATH="${GIMP_PREFIX}/lib:${LD_LIBRARY_PATH}"
export ACLOCAL_FLAGS="-I/c/msys64/mingw64/share/aclocal"
export XDG_DATA_DIRS="${GIMP_PREFIX}/share:/mingw64/share/"
+# For babl and GEGL, use the master branch.
git clone --depth=${GIT_DEPTH} https://gitlab.gnome.org/GNOME/babl.git _babl
git clone --depth=${GIT_DEPTH} https://gitlab.gnome.org/GNOME/gegl.git _gegl
@@ -80,3 +81,16 @@ meson -Dprefix="${GIMP_PREFIX}" -Ddocs=false \
${GEGL_OPTIONS} ..
ninja
ninja install
+cd ../..
+
+# AA-lib is not available in MSYS2.
+wget https://downloads.sourceforge.net/aa-project/aalib-1.4rc5.tar.gz
+echo "9801095c42bba12edebd1902bcf0a990 aalib-1.4rc5.tar.gz" | md5sum -c -
+tar xzf aalib-1.4rc5.tar.gz
+cd aalib-1.4.0
+wget "https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD"
--output-document config.guess
+mkdir _build
+cd _build
+../configure --prefix="${GIMP_PREFIX}"
+make
+make install
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]