babl: upgrade 0.1.94 -> 0.1.96

0001-meson-Do-not-run-git-rev-parse-during-configure.patch
removed since it's not available in 0.1.96

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2022-08-29 15:41:23 +08:00 committed by Khem Raj
parent 8be78c7a84
commit eb60f28410
2 changed files with 2 additions and 39 deletions

View File

@ -1,35 +0,0 @@
From 0e41b11b23c91293d1b39a8ec4cb80c68fb26ad7 Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Thu, 28 Apr 2022 07:35:31 -0700
Subject: [PATCH] meson: Do not run git rev-parse during configure
This option will try to deduce if babl is being built from git tree or
release tarball, there should be a better way like checking for .git
directory etc. instead of doing git operations needing network
see
https://gitlab.gnome.org/GNOME/babl/-/commit/2dc7fc403fe427a889913ef0cfb71de85b4326ec#note_1439732
Upstream-Status: Pending
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index 7e7a935..649b456 100644
--- a/meson.build
+++ b/meson.build
@@ -451,7 +451,7 @@ if git_bin.found() and run_command(
git_bin,
'rev-parse',
'--is-inside-work-tree',
- check: true,
+ check: false,
).returncode() == 0
git_version_h = vcs_tag(
input : 'git-version.h.in',
--
2.36.0

View File

@ -14,9 +14,7 @@ DEPENDS += "lcms"
CFLAGS:append:toolchain-clang:mipsarch = " -ffp-exception-behavior=ignore " CFLAGS:append:toolchain-clang:mipsarch = " -ffp-exception-behavior=ignore "
CFLAGS:append:toolchain-clang:riscv64 = " -ffp-exception-behavior=ignore " CFLAGS:append:toolchain-clang:riscv64 = " -ffp-exception-behavior=ignore "
SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz \ SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz"
file://0001-meson-Do-not-run-git-rev-parse-during-configure.patch \ SRC_URI[sha256sum] = "33673fe459a983f411245a49f81fd7f1966af1ea8eca9b095a940c542b8545f6"
"
SRC_URI[sha256sum] = "b6a8b28f55e0c17f5031fb7959e72ffe0fbf8196d1968ad6efc98d1b492c3bbe"
BBCLASSEXTEND = "native" BBCLASSEXTEND = "native"