[gimp/wip/Jehan/native-win64-build] One more quick test.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/Jehan/native-win64-build] One more quick test.
- Date: Mon, 3 May 2021 23:48:52 +0000 (UTC)
commit 9290e365a5aee330f70a8f32a0229ea9f0ec56b3
Author: Jehan <jehan girinstud io>
Date: Tue May 4 01:48:31 2021 +0200
One more quick test.
build/windows/build-msys2.sh | 3 +++
build/windows/patches/0001-Add-some-quotes.patch | 26 ++++++++++++++++++++++++
2 files changed, 29 insertions(+)
---
diff --git a/build/windows/build-msys2.sh b/build/windows/build-msys2.sh
index 51ebdc55b4..fb4eb74b25 100644
--- a/build/windows/build-msys2.sh
+++ b/build/windows/build-msys2.sh
@@ -100,7 +100,10 @@ git clone --depth=${GIT_DEPTH} https://gitlab.gnome.org/GNOME/gegl.git _gegl
mkdir _babl/_build
cd _babl/_build
+printf "Babl" | python3 ../babl/identfilter.py
+printf "BablTest" | python3 ../babl/identfilter.py
git apply ../../build/windows/patches/0001-Introspection-in-verbose-mode.patch
+git apply ../../build/windows/patches/0001-Add-some-quotes.patch
meson -Dprefix="${GIMP_PREFIX}" -Denable-vapi=false -Dwith-docs=false --buildtype=plain -Dwith-lcms=true
-Denable-gir=true ..
ninja
ninja install
diff --git a/build/windows/patches/0001-Add-some-quotes.patch
b/build/windows/patches/0001-Add-some-quotes.patch
new file mode 100644
index 0000000000..c75794f276
--- /dev/null
+++ b/build/windows/patches/0001-Add-some-quotes.patch
@@ -0,0 +1,26 @@
+From fe9271fc70c360034d5e60ddd810092a6fc3c365 Mon Sep 17 00:00:00 2001
+From: Jehan <jehan girinstud io>
+Date: Tue, 4 May 2021 01:46:00 +0200
+Subject: [PATCH] Add some quotes.
+
+Could it be it? So hard to know without any output!
+---
+ babl/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/babl/meson.build b/babl/meson.build
+index c0f0e76..0213c33 100644
+--- a/babl/meson.build
++++ b/babl/meson.build
+@@ -142,7 +142,7 @@ if build_gir
+ sources: babl_headers,
+ extra_args: [
+ '--verbose',
+- '--identifier-filter-cmd=@0@ @1@'.format(python.path(),
++ '--identifier-filter-cmd="@0@ @1@"'.format(python.path(),
+ meson.current_source_dir() / 'identfilter.py'),
+ '-DBABL_IS_BEING_COMPILED',
+ ],
+--
+2.30.2
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]