*** empty log message ***

This commit is contained in:
ajacoutot 2019-02-28 18:21:11 +00:00
parent d34c63a00f
commit a4c273a707
3 changed files with 16 additions and 15 deletions

View File

@ -1,14 +1,14 @@
# $OpenBSD: Makefile,v 1.72 2019/01/01 11:33:39 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.73 2019/02/28 18:21:11 ajacoutot Exp $
COMMENT= graphic library for gtk+2
GNOME_PROJECT= gdk-pixbuf
GNOME_VERSION= 2.38.0
GNOME_VERSION= 2.38.1
CATEGORIES= graphics
SHARED_LIBS += gdk_pixbuf-2.0 3200.1 # 0.3800.0
SHARED_LIBS += gdk_pixbuf_xlib-2.0 3200.0 # 0.3800.0
SHARED_LIBS += gdk_pixbuf-2.0 3200.1 # 0.3800.1
SHARED_LIBS += gdk_pixbuf_xlib-2.0 3200.0 # 0.3800.1
HOMEPAGE= http://www.gtk.org/
@ -18,7 +18,7 @@ MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += X11 c gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 intl
WANTLIB += jasper jpeg m png16 tiff
WANTLIB += jasper jpeg m png16 pthread tiff z
MODULES= devel/meson \
x11/gnome

View File

@ -1,2 +1,2 @@
SHA256 (gdk-pixbuf-2.38.0.tar.xz) = 3VCXPHdXvN4V3mvNOm1GKkRe/VUmBK5kNaBTL7utrkc=
SIZE (gdk-pixbuf-2.38.0.tar.xz) = 5229368
SHA256 (gdk-pixbuf-2.38.1.tar.xz) = 8Z/4NrqZEDFhDcxTd06MpDYWD32YGGfIw6N6z+STqzo=
SIZE (gdk-pixbuf-2.38.1.tar.xz) = 5509328

View File

@ -1,17 +1,18 @@
$OpenBSD: patch-meson_build,v 1.2 2019/01/03 08:29:34 ajacoutot Exp $
$OpenBSD: patch-meson_build,v 1.3 2019/02/28 18:21:11 ajacoutot Exp $
https://gitlab.gnome.org/GNOME/gdk-pixbuf/issues/106
Index: meson.build
--- meson.build.orig
+++ meson.build
@@ -396,7 +396,9 @@ endif
# i18n
@@ -398,7 +398,9 @@ endif
subdir('po')
+if get_option('installed_tests')
subdir('tests')
+endif
subdir('thumbnailer')
if not meson.is_cross_build()
- subdir('tests')
+ if get_option('installed_tests')
+ subdir('tests')
+ endif
subdir('thumbnailer')
endif
# Documentation