[gimp/windows-installer/2-99-10] 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] build: building with exactly babl 0.1.92 and GEGL 0.4.36 for revision 2.
- Date: Fri, 25 Mar 2022 11:13:40 +0000 (UTC)
commit 0f8bcebabc89e9098db407d24f12731390d637ec
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 | 4 ++--
build/windows/gitlab-ci/build-gimp-msys2.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/build/windows/gitlab-ci/build-deps-msys2.sh b/build/windows/gitlab-ci/build-deps-msys2.sh
index 1244423d9d..741ffec1c9 100644
--- a/build/windows/gitlab-ci/build-deps-msys2.sh
+++ b/build/windows/gitlab-ci/build-deps-msys2.sh
@@ -73,8 +73,8 @@ cd ../..
## babl and GEGL (follow 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
+git clone --depth=${GIT_DEPTH} --branch BABL_0_1_92 --single-branch https://gitlab.gnome.org/GNOME/babl.git
_babl
+git clone --depth=${GIT_DEPTH} --branch GEGL_0_4_36 --single-branch https://gitlab.gnome.org/GNOME/gegl.git
_gegl
mkdir _babl/_build
cd _babl/_build
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]