diff options
author | prlw1 <prlw1@pkgsrc.org> | 2015-10-29 22:55:01 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2015-10-29 22:55:01 +0000 |
commit | 9658e198cbb65bb7caf213788497356048e11193 (patch) | |
tree | d9083e020b3f574ad373e35e0325155308047522 /graphics/cogl | |
parent | aa447412cc8021b424da744c64e4a665f3ff2ab0 (diff) | |
download | pkgsrc-9658e198cbb65bb7caf213788497356048e11193.tar.gz |
Update cogl to 1.22.0
Cogl 1.22.0 2015-09-16
List of changes since Cogl 1.21.2
Improvements in handling errors in the KMS winsys [#754540]
Fix crashers in Wayland and GLX winsys [#754667, #754888]
Many thanks to:
Ray Strode
Lionel Landwerlin
Chao-Hsiung Liao
Cogl 1.21.2 2015-08-21
List of changes since Cogl 1.20.0
Add X11-specific API for retrieving the renderer's visual
Improvement to the MSVC build
Support KMS drivers without page flip
Do not use deprecated OpenGL API with the GL3 driver
Many thanks to:
Chun-wei Fan
Cedric Valmary
Jasper St. Pierre
Adel Gadllah
Marek Chalupa
Ray Strode
Robert Bragg
Rui Matos
Samir Ribic
Ting-Wei Lan
Diffstat (limited to 'graphics/cogl')
-rw-r--r-- | graphics/cogl/Makefile | 4 | ||||
-rw-r--r-- | graphics/cogl/PLIST | 4 | ||||
-rw-r--r-- | graphics/cogl/distinfo | 10 | ||||
-rw-r--r-- | graphics/cogl/patches/patch-tests_unit_Makefile.in | 16 |
4 files changed, 10 insertions, 24 deletions
diff --git a/graphics/cogl/Makefile b/graphics/cogl/Makefile index 54dba3380bf..8c62fb0e254 100644 --- a/graphics/cogl/Makefile +++ b/graphics/cogl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2015/08/25 07:21:00 richard Exp $ +# $NetBSD: Makefile,v 1.13 2015/10/29 22:55:01 prlw1 Exp $ -DISTNAME= cogl-1.20.0 +DISTNAME= cogl-1.22.0 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/cogl/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/graphics/cogl/PLIST b/graphics/cogl/PLIST index b9380a4bb7c..4a410cc0ad2 100644 --- a/graphics/cogl/PLIST +++ b/graphics/cogl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2015/01/17 14:28:51 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.4 2015/10/29 22:55:01 prlw1 Exp $ include/cogl/cogl-pango/cogl-pango.h include/cogl/cogl-path/cogl-path-enum-types.h include/cogl/cogl-path/cogl-path-types.h @@ -118,6 +118,7 @@ share/locale/as/LC_MESSAGES/cogl.mo share/locale/ast/LC_MESSAGES/cogl.mo share/locale/be/LC_MESSAGES/cogl.mo share/locale/bg/LC_MESSAGES/cogl.mo +share/locale/bs/LC_MESSAGES/cogl.mo share/locale/ca/LC_MESSAGES/cogl.mo share/locale/ca@valencia/LC_MESSAGES/cogl.mo share/locale/cs/LC_MESSAGES/cogl.mo @@ -146,6 +147,7 @@ share/locale/lv/LC_MESSAGES/cogl.mo share/locale/ml/LC_MESSAGES/cogl.mo share/locale/nb/LC_MESSAGES/cogl.mo share/locale/nl/LC_MESSAGES/cogl.mo +share/locale/oc/LC_MESSAGES/cogl.mo share/locale/or/LC_MESSAGES/cogl.mo share/locale/pa/LC_MESSAGES/cogl.mo share/locale/pl/LC_MESSAGES/cogl.mo diff --git a/graphics/cogl/distinfo b/graphics/cogl/distinfo index b39fc27b118..edf88a037ca 100644 --- a/graphics/cogl/distinfo +++ b/graphics/cogl/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.10 2015/08/25 07:21:00 richard Exp $ +$NetBSD: distinfo,v 1.11 2015/10/29 22:55:01 prlw1 Exp $ -SHA1 (cogl-1.20.0.tar.xz) = 46a0bfca30c440ad4b6a7b07ed7aa3e643d57401 -RMD160 (cogl-1.20.0.tar.xz) = 271518c1b07eddb2b117ba4c3ef2770ac28f4bb3 -Size (cogl-1.20.0.tar.xz) = 1669620 bytes +SHA1 (cogl-1.22.0.tar.xz) = 30bef68b5ccffb06df033c5f3f9758ef3e48dc01 +RMD160 (cogl-1.22.0.tar.xz) = 26ae4ec92f142902998343dfe8b93ab4ef00f7d3 +SHA512 (cogl-1.22.0.tar.xz) = b19edced4282bd2b828357391fd6175feb483acfec87e344b7719215924dc8996dc8162d7b39d62a108d4f3ebd426caeefeab4e16b6c1962cc3383c239d6c359 +Size (cogl-1.22.0.tar.xz) = 1654120 bytes SHA1 (patch-cogl-winsys-cogl-winsys-glx.c) = 52be226fb3c62a3275ebec470597937e0b017f96 SHA1 (patch-cogl_driver_gl_gl_cogl-driver-gl.c) = 41d0010a6e2a6a1fb03b6fb23f34db59cb867e14 SHA1 (patch-configure) = aee31057c06af64ec04bcd1b5750ed9a62658661 -SHA1 (patch-tests_unit_Makefile.in) = bd06a307637ca9746c8168926796031fd2b24850 diff --git a/graphics/cogl/patches/patch-tests_unit_Makefile.in b/graphics/cogl/patches/patch-tests_unit_Makefile.in deleted file mode 100644 index 3e6716bebd2..00000000000 --- a/graphics/cogl/patches/patch-tests_unit_Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-tests_unit_Makefile.in,v 1.1 2015/08/25 07:21:00 richard Exp $ - -* The keyword '.' is an alias for 'source', and all Bourne compatible -* shells including bash, AT&T ksh, and pdksh understand '.' - ---- tests/unit/Makefile.in.orig 2014-12-01 07:18:23.025351870 +0000 -+++ tests/unit/Makefile.in -@@ -788,7 +788,7 @@ wrappers: stamp-test-unit - @true - stamp-test-unit: Makefile test-unit$(EXEEXT) - @mkdir -p wrappers -- source $(top_builddir)/cogl/libcogl.la ; \ -+ . $(top_builddir)/cogl/libcogl.la ; \ - $(NM) $(top_builddir)/cogl/.libs/"$$dlname"| \ - grep '[DR] _\?unit_test_'|sed 's/.\+ [DR] _\?//' > unit-tests - @chmod +x $(top_srcdir)/tests/test-launcher.sh |