Skip to content

Commit 51e4e52

Browse files
authored
gdk_pixbuf: New version 2.42.12 (#10027)
* gdk_pixbuf: New version 2.42.12 * gdk_pixbuf: Update preferred GCC * gdk_pixbuf: Trigger CI
1 parent d57e9f6 commit 51e4e52

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

G/gdk_pixbuf/build_tarballs.jl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Note that this script can accept some limited command-line arguments, run
22
# `julia build_tarballs.jl --help` to see a usage message.
3-
using BinaryBuilder
3+
using BinaryBuilder, Pkg
44

55
name = "gdk_pixbuf"
6-
version = v"2.42.10"
6+
version = v"2.42.12"
77

88
# Collection of sources required to build gdk-pixbuf
99
sources = [
1010
ArchiveSource("https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/archive/$(version)/gdk-pixbuf-$(version).tar.bz2",
11-
"efb6110873a94bddc2ab09a0e1c81acadaac014d2e622869529e0042c0e81d9b"),
11+
"c608eb59eb3a697de108961c7d64303e5bcd645c2a95da9a9fe60419dfaa56f6"),
1212
]
1313

1414
# Bash recipe for building across all platforms
1515
script = raw"""
16-
cd $WORKSPACE/srcdir/gdk-pixbuf-*/
16+
cd $WORKSPACE/srcdir/gdk-pixbuf-*
1717
mkdir build && cd build
1818
1919
FLAGS=()
@@ -56,8 +56,8 @@ dependencies = [
5656
# Need a host gettext for msgfmt
5757
HostBuildDependency("Gettext_jll"),
5858
# Need a host glib for glib-compile-resources
59-
HostBuildDependency("Glib_jll"),
60-
Dependency("Glib_jll"; compat="2.76.5"),
59+
HostBuildDependency(PackageSpec(; name="Glib_jll", version=v"2.80.5")),
60+
Dependency("Glib_jll"; compat="2.80.5"),
6161
Dependency("JpegTurbo_jll"),
6262
Dependency("libpng_jll"),
6363
Dependency("Libtiff_jll"; compat="4.5.1"),
@@ -69,4 +69,4 @@ dependencies = [
6969

7070
# Build the tarballs.
7171
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies;
72-
julia_compat="1.6", clang_use_lld=false)
72+
clang_use_lld=false, julia_compat="1.6", preferred_gcc_version=v"6")

0 commit comments

Comments
 (0)