[Buildroot] [PATCH/next 05/16] package/gcr: bump version to 4.4.0.1
Julien Olivain
ju.o at free.fr
Tue Dec 9 18:24:45 UTC 2025
Hi Bernd,
Thanks for the patch.
On 03/12/2025 22:57, Bernd Kuhls wrote:
> Removed patch which is included in this release.
Could you add a link to release notes or change log, when available?
For example:
https://gitlab.gnome.org/GNOME/gcr/-/blob/4.4.0.1/NEWS
Also, I was not able to compile this new version. See below.
> Added dependency to libsecret and switched to gtk4.
>
> Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
[...]
> diff --git a/package/gcr/gcr.mk b/package/gcr/gcr.mk
> index 3a8c01729f..e0fa48030a 100644
> --- a/package/gcr/gcr.mk
> +++ b/package/gcr/gcr.mk
> @@ -4,14 +4,15 @@
> #
>
> ################################################################################
>
> -GCR_VERSION_MAJOR = 3.40
> -GCR_VERSION = $(GCR_VERSION_MAJOR).0
> +GCR_VERSION_MAJOR = 4.4
> +GCR_VERSION = $(GCR_VERSION_MAJOR).0.1
I quickly tried to compile this new version with the commands:
cat >.config <<EOF
BR2_aarch64=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
BR2_PACKAGE_GCR=y
EOF
make olddefconfig
make gcr
It fails with error:
output/build/gcr-4.4.0.1/meson.build:122:2: ERROR: Assert failed: vapi
support was requested, but introspection support is mandatory.
There is possibly missing new dependencies. Could you have a look,
please?
Best regards,
Julien.
More information about the buildroot
mailing list