[gimp/windows-installer/2-99-10: 3/3] build: building with exactly babl 0.1.92 and GEGL 0.4.36 for revision 2.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/windows-installer/2-99-10: 3/3] build: building with exactly babl 0.1.92 and GEGL 0.4.36 for revision 2.
- Date: Fri, 25 Mar 2022 09:54:39 +0000 (UTC)
commit cc5504bd02c3f1899d0b9f556ad87b1dfc70ae97
Author: Jehan <jehan girinstud io>
Date: Fri Mar 25 10:48:51 2022 +0100
build: building with exactly babl 0.1.92 and GEGL 0.4.36 for revision 2.
We could just use the HEAD of these branch as we did until now for
development versions of GIMP, but I guess that using exact release
versions might be better, even for our dev releases.
build/windows/gitlab-ci/build-deps-msys2.sh | 3 +++
build/windows/gitlab-ci/build-gimp-msys2.sh | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/build/windows/gitlab-ci/build-deps-msys2.sh b/build/windows/gitlab-ci/build-deps-msys2.sh
index 1244423d9d..f149e1c596 100644
--- a/build/windows/gitlab-ci/build-deps-msys2.sh
+++ b/build/windows/gitlab-ci/build-deps-msys2.sh
@@ -78,6 +78,8 @@ git clone --depth=${GIT_DEPTH} https://gitlab.gnome.org/GNOME/gegl.git _gegl
mkdir _babl/_build
cd _babl/_build
+# babl 0.1.92 (tag unpushed)
+git checkout befaba5cf1509d46fe27ccf609bd576db2bfebdc
meson -Dprefix="${GIMP_PREFIX}" -Dwith-docs=false \
${BABL_OPTIONS} ..
ninja
@@ -85,6 +87,7 @@ ninja install
mkdir ../../_gegl/_build
cd ../../_gegl/_build
+git checkout GEGL_0_4_36
meson -Dprefix="${GIMP_PREFIX}" -Ddocs=false \
-Dcairo=enabled -Dumfpack=enabled \
-Dopenexr=enabled -Dworkshop=true \
diff --git a/build/windows/gitlab-ci/build-gimp-msys2.sh b/build/windows/gitlab-ci/build-gimp-msys2.sh
index 089cabee22..65d2cc58ce 100644
--- a/build/windows/gitlab-ci/build-gimp-msys2.sh
+++ b/build/windows/gitlab-ci/build-gimp-msys2.sh
@@ -100,7 +100,7 @@ cd "_build${ARTIFACTS_SUFFIX}"
--with-directx-sdk="${MSYS2_PREFIX}" \
--with-javascript=no \
--with-build-id=org.gimp.GIMP_official \
- --with-revision=1 \
+ --with-revision=2 \
${GIMP_OPTIONS}
make -j4
make install
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]