Update to gegl04-0.4.14.
This commit is contained in:
parent
24ccf52cf0
commit
d48f7c2219
@ -1,13 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2018/10/27 16:09:37 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2019/03/02 09:11:32 ajacoutot Exp $
|
||||
|
||||
COMMENT= graph based image processing framework (API version 0.4)
|
||||
|
||||
V= 0.4.12
|
||||
V= 0.4.14
|
||||
DISTNAME= gegl-${V}
|
||||
PKGNAME= gegl04-${V}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
SHARED_LIBS += gegl-0.4 0.0 # 412.0
|
||||
SHARED_LIBS += gegl-0.4 0.1 # 414.0
|
||||
|
||||
API_VERSION= ${V:R}
|
||||
SUBST_VARS= API_VERSION
|
||||
@ -25,9 +25,9 @@ WANTLIB += ${COMPILER_LIBCXX} X11 Xext Xrender babl-0.1 cairo
|
||||
WANTLIB += croco-0.6 expat ffi fontconfig freetype fribidi gdk_pixbuf-2.0
|
||||
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 graphite2
|
||||
WANTLIB += gthread-2.0 harfbuzz iconv intl jasper jpeg json-glib-1.0
|
||||
WANTLIB += lcms2 lzma m pango-1.0 pangocairo-1.0 pangoft2-1.0
|
||||
WANTLIB += pcre pixman-1 png raw rsvg-2 tiff webp xcb xcb-render
|
||||
WANTLIB += xcb-shm xml2 z
|
||||
WANTLIB += lcms2 lzma m openjp2 pango-1.0 pangocairo-1.0 pangoft2-1.0
|
||||
WANTLIB += pcre pixman-1 png16 poppler poppler-glib raw rsvg-2
|
||||
WANTLIB += tiff webp xcb xcb-render xcb-shm xml2 z
|
||||
|
||||
COMPILER = base-clang ports-gcc base-gcc
|
||||
|
||||
@ -46,6 +46,7 @@ LIB_DEPENDS= devel/json-glib \
|
||||
graphics/lcms2 \
|
||||
graphics/libraw \
|
||||
graphics/libwebp \
|
||||
print/poppler \
|
||||
x11/gnome/librsvg
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gegl-0.4.12.tar.bz2) = 6WcpPqvoklfh1RG/aENfv9RObg+e9RuGzFB4HwnrWFI=
|
||||
SIZE (gegl-0.4.12.tar.bz2) = 7065555
|
||||
SHA256 (gegl-0.4.14.tar.bz2) = TAHVhZnY3bNxTv/SZ16hhjJyzy19ntPTKu6AyJ+FmQE=
|
||||
SIZE (gegl-0.4.14.tar.bz2) = 7209142
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-operations_seamless-clone_Makefile_in,v 1.2 2018/08/19 09:36:43 ajacoutot Exp $
|
||||
$OpenBSD: patch-operations_seamless-clone_Makefile_in,v 1.3 2019/03/02 09:11:32 ajacoutot Exp $
|
||||
|
||||
REVERT: (see https://gitlab.gnome.org/GNOME/gegl/issues/89)
|
||||
From 6931adcd7cb5474c2c00e6086b00f0c7fa4b7e5c Mon Sep 17 00:00:00 2001
|
||||
@ -9,7 +9,7 @@ Subject: [PATCH] Fix build with slibtool.
|
||||
Index: operations/seamless-clone/Makefile.in
|
||||
--- operations/seamless-clone/Makefile.in.orig
|
||||
+++ operations/seamless-clone/Makefile.in
|
||||
@@ -509,7 +509,7 @@ AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS) $(P2TC_CFLAGS
|
||||
@@ -517,7 +517,7 @@ AM_CXXFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
|
||||
# Seamless cloning operations #
|
||||
###############################
|
||||
AM_LDFLAGS = -avoid-version -export-dynamic -module $(no_undefined) \
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2018/10/17 10:08:16 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2019/03/02 09:11:32 ajacoutot Exp $
|
||||
include/gegl-${API_VERSION}/
|
||||
include/gegl-${API_VERSION}/gegl-apply.h
|
||||
include/gegl-${API_VERSION}/gegl-audio-fragment.h
|
||||
@ -6,8 +6,8 @@ include/gegl-${API_VERSION}/gegl-buffer-backend.h
|
||||
include/gegl-${API_VERSION}/gegl-buffer-cl-iterator.h
|
||||
include/gegl-${API_VERSION}/gegl-buffer-enums.h
|
||||
include/gegl-${API_VERSION}/gegl-buffer-iterator.h
|
||||
include/gegl-${API_VERSION}/gegl-buffer-iterator2.h
|
||||
include/gegl-${API_VERSION}/gegl-buffer-matrix2.h
|
||||
include/gegl-${API_VERSION}/gegl-buffer-swap.h
|
||||
include/gegl-${API_VERSION}/gegl-buffer.h
|
||||
include/gegl-${API_VERSION}/gegl-color.h
|
||||
include/gegl-${API_VERSION}/gegl-cpuaccel.h
|
||||
@ -18,15 +18,18 @@ include/gegl-${API_VERSION}/gegl-graph-debug.h
|
||||
include/gegl-${API_VERSION}/gegl-init.h
|
||||
include/gegl-${API_VERSION}/gegl-lookup.h
|
||||
include/gegl-${API_VERSION}/gegl-matrix.h
|
||||
include/gegl-${API_VERSION}/gegl-memory.h
|
||||
include/gegl-${API_VERSION}/gegl-node.h
|
||||
include/gegl-${API_VERSION}/gegl-op.h
|
||||
include/gegl-${API_VERSION}/gegl-operations-util.h
|
||||
include/gegl-${API_VERSION}/gegl-parallel.h
|
||||
include/gegl-${API_VERSION}/gegl-paramspecs.h
|
||||
include/gegl-${API_VERSION}/gegl-path.h
|
||||
include/gegl-${API_VERSION}/gegl-plugin.h
|
||||
include/gegl-${API_VERSION}/gegl-processor.h
|
||||
include/gegl-${API_VERSION}/gegl-random.h
|
||||
include/gegl-${API_VERSION}/gegl-rectangle.h
|
||||
include/gegl-${API_VERSION}/gegl-scratch.h
|
||||
include/gegl-${API_VERSION}/gegl-tile-backend.h
|
||||
include/gegl-${API_VERSION}/gegl-tile-handler.h
|
||||
include/gegl-${API_VERSION}/gegl-tile-source.h
|
||||
@ -82,6 +85,7 @@ include/gegl-${API_VERSION}/sc/sc-context.h
|
||||
include/gegl-${API_VERSION}/sc/sc-outline.h
|
||||
include/gegl-${API_VERSION}/sc/sc-sample.h
|
||||
lib/gegl-${API_VERSION}/
|
||||
lib/gegl-${API_VERSION}/gegl-common-cxx.so
|
||||
lib/gegl-${API_VERSION}/gegl-common-gpl3.so
|
||||
lib/gegl-${API_VERSION}/gegl-common.so
|
||||
lib/gegl-${API_VERSION}/gegl-core.so
|
||||
@ -95,6 +99,7 @@ lib/gegl-${API_VERSION}/lcms-from-profile.so
|
||||
lib/gegl-${API_VERSION}/npd.so
|
||||
lib/gegl-${API_VERSION}/npy-save.so
|
||||
lib/gegl-${API_VERSION}/path.so
|
||||
lib/gegl-${API_VERSION}/pdf-load.so
|
||||
lib/gegl-${API_VERSION}/pixbuf.so
|
||||
lib/gegl-${API_VERSION}/png-load.so
|
||||
lib/gegl-${API_VERSION}/png-save.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user