summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-02-26 14:57:16 +0000
committernia <nia@pkgsrc.org>2020-02-26 14:57:16 +0000
commit0a96bb068fa83bfc963c895f3edf12bf41b0696a (patch)
treebce54cd0aee2dd0e04f5186ff1160399b4d97bb6 /graphics
parent69fce04f971e6216936d067be9682a3b1c21ca7b (diff)
downloadpkgsrc-0a96bb068fa83bfc963c895f3edf12bf41b0696a.tar.gz
gegl: Update to 0.4.22
GEGL-0.4.22 2020-02-18 ---------------------- Build ~~~~~ Updates to python gobject introspection tests, and made them able to look up babl typelib. Build pdf:load again; missing since meson migration. Fix OpenCL include file generation to work in non-utf8 locales. Operations ~~~~~~~~~~ matting-{global,levin}: fix crash when bounding boxes of input and aux differ. Contributors to this release ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Anders Jonsson, band-a-prend, Ell, Félix Piédallu and Øyvind Kolås.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gegl/Makefile4
-rw-r--r--graphics/gegl/PLIST4
-rw-r--r--graphics/gegl/distinfo10
-rw-r--r--graphics/gegl/patches/patch-meson.build35
4 files changed, 9 insertions, 44 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile
index 49a54758b61..a73a56989ed 100644
--- a/graphics/gegl/Makefile
+++ b/graphics/gegl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.78 2020/02/25 04:29:36 brook Exp $
+# $NetBSD: Makefile,v 1.79 2020/02/26 14:57:16 nia Exp $
-DISTNAME= gegl-0.4.18
+DISTNAME= gegl-0.4.22
CATEGORIES= graphics
MASTER_SITES= https://download.gimp.org/pub/gegl/0.4/
EXTRACT_SUFX= .tar.xz
diff --git a/graphics/gegl/PLIST b/graphics/gegl/PLIST
index 381f83b0560..2a003d342fb 100644
--- a/graphics/gegl/PLIST
+++ b/graphics/gegl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2020/02/25 19:29:59 tnn Exp $
+@comment $NetBSD: PLIST,v 1.27 2020/02/26 14:57:16 nia Exp $
bin/gegl
bin/gegl-imgcmp
include/gegl-0.4/gegl-apply.h
@@ -119,7 +119,7 @@ lib/gegl-0.4/webp-save.so
lib/libgegl-0.4.${SOEXT}
${PLIST.Darwin}lib/libgegl-0.4.0.${SOEXT}
${PLIST.not_Darwin}lib/libgegl-0.4.${SOEXT}.0
-${PLIST.not_Darwin}lib/libgegl-0.4.${SOEXT}.0.417.1
+${PLIST.not_Darwin}lib/libgegl-0.4.${SOEXT}.0.421.1
lib/libgegl-npd-0.4.${SOEXT}
lib/libgegl-sc-0.4.${SOEXT}
lib/pkgconfig/gegl-0.4.pc
diff --git a/graphics/gegl/distinfo b/graphics/gegl/distinfo
index ff61d027c2c..84c25bd8246 100644
--- a/graphics/gegl/distinfo
+++ b/graphics/gegl/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.26 2019/11/13 09:28:24 tnn Exp $
+$NetBSD: distinfo,v 1.27 2020/02/26 14:57:16 nia Exp $
-SHA1 (gegl-0.4.18.tar.xz) = fbb7415f8f9df63cd738f7ef51ef0f0ff65ecfbb
-RMD160 (gegl-0.4.18.tar.xz) = c33c56c7b839b508f9f89a1bf4ae51ccd6758ca2
-SHA512 (gegl-0.4.18.tar.xz) = e79874cd50e9f0c27c7dc9d9b952545c31d0a48e2b158aa54b92c3e933267877222f86ede7256f2528f18985dc85d6eadbcd809f7a3563efc4449ec7634f15fd
-Size (gegl-0.4.18.tar.xz) = 4812756 bytes
+SHA1 (gegl-0.4.22.tar.xz) = 7882420d882980f90312d5cfc251dfec87222316
+RMD160 (gegl-0.4.22.tar.xz) = 0503f071c9a8117324abf03c11e392b4f4f5f384
+SHA512 (gegl-0.4.22.tar.xz) = 3118fb17532bcd5893a77739eaf936f5d1e2020178abc497098d227c25f726679621503ac83e7d14a9883d259247d97b92016174e76a2e6e950be7e26ce251ab
+Size (gegl-0.4.22.tar.xz) = 4826748 bytes
SHA1 (patch-gegl_gegl-config.c) = a8e1f5f5394a33be2bcdcb05ec7654d06f7ad4bc
SHA1 (patch-meson.build) = 10c564848e9821be63ea6aa82f27339d4e2bc421
diff --git a/graphics/gegl/patches/patch-meson.build b/graphics/gegl/patches/patch-meson.build
deleted file mode 100644
index 7f0b6f98b49..00000000000
--- a/graphics/gegl/patches/patch-meson.build
+++ /dev/null
@@ -1,35 +0,0 @@
-$NetBSD: patch-meson.build,v 1.1 2019/11/13 09:28:24 tnn Exp $
-
-https://gitlab.gnome.org/GNOME/gegl/commit/6bcf95fd0f32cf5e8b1ddbe17b14d9ad049bded8
-
---- meson.build.orig 2019-10-26 23:01:07.000000000 +0000
-+++ meson.build
-@@ -73,23 +73,21 @@ if os_osx and cc.get_id() != 'clang'
- endif
-
-
--host_cpu = host_machine.cpu()
--if host_cpu.startswith('i') and host_cpu.endswith('86')
-+host_cpu_family = host_machine.cpu_family()
-+if host_cpu_family == 'x86'
- have_x86 = true
- config.set10('ARCH_X86', true)
--elif host_cpu == 'x86_64'
-+elif host_cpu_family == 'x86_64'
- have_x86 = true
- config.set10('ARCH_X86', true)
- config.set10('ARCH_X86_64', true)
--elif host_cpu == 'ppc' or host_cpu == 'powerpc'
-+elif host_cpu_family == 'ppc'
- have_ppc = true
- config.set10('ARCH_PPC', true)
--elif host_cpu == 'ppc64' or host_cpu == 'powerpc64'
-+elif host_cpu_family == 'ppc64'
- have_ppc = true
- config.set10('ARCH_PPC', true)
- config.set10('ARCH_PPC64', true)
--else
-- error('Unknown host architecture')
- endif
-
- ################################################################################