update to cogl-1.20.0

This commit is contained in:
jasper 2015-04-03 16:31:24 +00:00
parent 01e3cc7fb7
commit a17cf8b281
3 changed files with 12 additions and 13 deletions

View File

@ -1,14 +1,13 @@
# $OpenBSD: Makefile,v 1.31 2014/10/05 17:34:01 jasper Exp $
# $OpenBSD: Makefile,v 1.32 2015/04/03 16:31:24 jasper Exp $
COMMENT= modern 3D graphics API
GNOME_PROJECT= cogl
GNOME_VERSION= 1.18.2
REVISION= 0
GNOME_VERSION= 1.20.0
SHARED_LIBS += cogl 3.0 # 21.0
SHARED_LIBS += cogl-path 0.0 # 21.0
SHARED_LIBS += cogl-pango 3.0 # 21.0
SHARED_LIBS += cogl 3.0 # 23.0
SHARED_LIBS += cogl-path 0.0 # 23.0
SHARED_LIBS += cogl-pango 3.0 # 23.0
WANTLIB += X11 Xcomposite Xdamage Xext Xfixes Xrandr Xrender cairo
WANTLIB += expat ffi fontconfig freetype gdk_pixbuf-2.0 gio-2.0

View File

@ -1,2 +1,2 @@
SHA256 (clutter/cogl-1.18.2.tar.xz) = knjlGdVIDrA3nv1I2wJOj9v5PwHf9Ip+dWuFtQioY6o=
SIZE (clutter/cogl-1.18.2.tar.xz) = 1635384
SHA256 (clutter/cogl-1.20.0.tar.xz) = cp41SVgp59Mfr6M1jke3Q7ohorCP+bbNKPt0wN6RGSs=
SIZE (clutter/cogl-1.20.0.tar.xz) = 1669620

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-cogl_winsys_cogl-winsys-egl-kms_c,v 1.5 2014/03/27 13:07:32 jasper Exp $
--- cogl/winsys/cogl-winsys-egl-kms.c.orig Fri Mar 21 16:50:34 2014
+++ cogl/winsys/cogl-winsys-egl-kms.c Thu Mar 27 13:48:15 2014
@@ -112,7 +112,7 @@ typedef struct _CoglOnscreenKMS
CoglBool pending_swap_notify;
$OpenBSD: patch-cogl_winsys_cogl-winsys-egl-kms_c,v 1.6 2015/04/03 16:31:24 jasper Exp $
--- cogl/winsys/cogl-winsys-egl-kms.c.orig Mon Feb 23 19:36:56 2015
+++ cogl/winsys/cogl-winsys-egl-kms.c Fri Apr 3 11:33:43 2015
@@ -115,7 +115,7 @@ typedef struct _CoglOnscreenKMS
struct gbm_surface *pending_surface;
} CoglOnscreenKMS;
-static const char device_name[] = "/dev/dri/card0";