Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/gegl/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ string(REGEX MATCH [[^[0-9][0-9]*\.[1-9][0-9]*]] VERSION_MAJOR_MINOR ${VERSION})
vcpkg_download_distfile(ARCHIVE
URLS https://download.gimp.org/pub/gegl/${VERSION_MAJOR_MINOR}/gegl-${VERSION}.tar.xz
FILENAME "gegl-${VERSION}.tar.xz"
SHA512 e13b1885b0cd6aa439cdb7c1d56b81c754d41da1af6ed17eab3e1beb7b7fe74094e0da9d8bacaea9ec5d4ec95eea682cf4764ea828bda4a7d7acec9b273c537e
SHA512 9f47480dc2fad58c052aa3df3ac914d500614e7acb0dc46677bea4228350a00a0fe38b5b0572303251210e3e544b5b7cb51415476586630df4da8f4b7c6486d8
)

vcpkg_extract_source_archive(
Expand Down
8 changes: 4 additions & 4 deletions ports/gegl/remove-consistency-check.patch
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
diff --git a/meson.build b/meson.build
index 083bc7afd..a2ecde108 100644
index c8ef26f..eecee7a 100644
--- a/meson.build
+++ b/meson.build
@@ -661,7 +661,7 @@ subdir('po')
@@ -660,7 +660,7 @@ subdir('po')
subdir('docs')


-if not os_osx and host_cpu_family != 'x86'
+if false
nm = find_program('nm', required: false)

# Verify .def files for Windows linking.
# We check this on non-Windows platform on CI, and on Windows itself.
custom_target('check-def-files',
2 changes: 1 addition & 1 deletion ports/gegl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gegl",
"version": "0.4.68",
"version": "0.4.70",
"description": "Generic Graphical Library.",
"homepage": "https://gegl.org/",
"license": "LGPL-3.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3325,7 +3325,7 @@
"port-version": 6
},
"gegl": {
"baseline": "0.4.68",
"baseline": "0.4.70",
"port-version": 0
},
"gemmlowp": {
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/gegl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "24ef813e729c2db7af765cf5c0aa2a3fe4fddd4b",
"version": "0.4.70",
"port-version": 0
},
{
"git-tree": "b956e19006098c3cc95946dcb8697736daaf3c5b",
"version": "0.4.68",
Expand Down