r37233 - in /desktop/experimental/cogl/debian: changelog control control.in libcogl-dev.install libcogl-gles2-12.install libcogl-gles2-12.symbols libcogl-gles2-dev.install libcogl12.install libcogl12.symbols

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Mon Mar 25 13:11:30 UTC 2013


Author: pochu
Date: Mon Mar 25 13:11:29 2013
New Revision: 37233

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37233
Log:
* debian/control.in,
  debian/libcogl12.*,
  debian/libcogl-gles2-12.*,
  debian/libcogl*-dev.install:
  + Split libcogl-gles2 into its own package.

Added:
    desktop/experimental/cogl/debian/libcogl-gles2-12.install
    desktop/experimental/cogl/debian/libcogl-gles2-12.symbols
    desktop/experimental/cogl/debian/libcogl-gles2-dev.install
Modified:
    desktop/experimental/cogl/debian/changelog
    desktop/experimental/cogl/debian/control
    desktop/experimental/cogl/debian/control.in
    desktop/experimental/cogl/debian/libcogl-dev.install
    desktop/experimental/cogl/debian/libcogl12.install
    desktop/experimental/cogl/debian/libcogl12.symbols

Modified: desktop/experimental/cogl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/changelog?rev=37233&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/changelog [utf-8] (original)
+++ desktop/experimental/cogl/debian/changelog [utf-8] Mon Mar 25 13:11:29 2013
@@ -1,3 +1,13 @@
+cogl (1.13.4-2) UNRELEASED; urgency=low
+
+  * debian/control.in,
+    debian/libcogl12.*,
+    debian/libcogl-gles2-12.*,
+    debian/libcogl*-dev.install:
+    + Split libcogl-gles2 into its own package.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Mon, 25 Mar 2013 13:44:33 +0100
+
 cogl (1.13.4-1) experimental; urgency=low
 
   [ Jeremy Bicha ]

Modified: desktop/experimental/cogl/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/control?rev=37233&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/control [utf-8] (original)
+++ desktop/experimental/cogl/debian/control [utf-8] Mon Mar 25 13:11:29 2013
@@ -7,7 +7,7 @@
 Section: libs
 Priority: optional
 Maintainer: Rico Tzschichholz <ricotz at ubuntu.com>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: debhelper (>= 8.1.3~),
                cdbs (>= 0.4.93~),
                gnome-pkg-tools,
@@ -193,3 +193,40 @@
  .
  It can be used by packages using the GIRepository format to generate
  dynamic bindings for libcogl-pango.
+
+Package: libcogl-gles2-12
+Architecture: linux-any kfreebsd-any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libgl1-mesa-glx [!armel !armhf ],
+         libgles2-mesa [armel armhf] | libgles2 [armel armhf]
+Recommends: libcogl-common
+Suggests: libgles2-mesa | libgles2, libgl1-mesa-glx
+Replaces: libcogl12 (<< 1.13.4-2)
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Description: Object oriented GL/GLES Abstraction/Utility Layer
+ Cogl is a small open source library for using 3D graphics hardware to draw
+ pretty pictures. The API departs from the flat state machine style of
+ OpenGL and is designed to make it easy to write orthogonal components that
+ can render without stepping on each others toes.
+ .
+ This package contains the GLES2 library.
+
+Package: libcogl-gles2-dev
+Section: libdevel
+Architecture: linux-any kfreebsd-any
+Depends: libcogl-gles2-12 (= ${binary:Version}),
+         libcogl-dev (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Recommends: pkg-config
+Suggests: libcogl-doc
+Replaces: libcogl-dev (<< 1.13.4-2)
+Description: Object oriented GL/GLES Abstraction/Utility Layer (development files)
+ Cogl is a small open source library for using 3D graphics hardware to draw
+ pretty pictures. The API departs from the flat state machine style of
+ OpenGL and is designed to make it easy to write orthogonal components that
+ can render without stepping on each others toes.
+ .
+ This package contains the development files for libcogl.

Modified: desktop/experimental/cogl/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/control.in?rev=37233&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/control.in [utf-8] (original)
+++ desktop/experimental/cogl/debian/control.in [utf-8] Mon Mar 25 13:11:29 2013
@@ -188,3 +188,40 @@
  .
  It can be used by packages using the GIRepository format to generate
  dynamic bindings for libcogl-pango.
+
+Package: libcogl-gles2-12
+Architecture: linux-any kfreebsd-any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libgl1-mesa-glx [!armel !armhf ],
+         libgles2-mesa [armel armhf] | libgles2 [armel armhf]
+Recommends: libcogl-common
+Suggests: libgles2-mesa | libgles2, libgl1-mesa-glx
+Replaces: libcogl12 (<< 1.13.4-2)
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Description: Object oriented GL/GLES Abstraction/Utility Layer
+ Cogl is a small open source library for using 3D graphics hardware to draw
+ pretty pictures. The API departs from the flat state machine style of
+ OpenGL and is designed to make it easy to write orthogonal components that
+ can render without stepping on each others toes.
+ .
+ This package contains the GLES2 library.
+
+Package: libcogl-gles2-dev
+Section: libdevel
+Architecture: linux-any kfreebsd-any
+Depends: libcogl-gles2-12 (= ${binary:Version}),
+         libcogl-dev (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Recommends: pkg-config
+Suggests: libcogl-doc
+Replaces: libcogl-dev (<< 1.13.4-2)
+Description: Object oriented GL/GLES Abstraction/Utility Layer (development files)
+ Cogl is a small open source library for using 3D graphics hardware to draw
+ pretty pictures. The API departs from the flat state machine style of
+ OpenGL and is designed to make it easy to write orthogonal components that
+ can render without stepping on each others toes.
+ .
+ This package contains the development files for libcogl.

Modified: desktop/experimental/cogl/debian/libcogl-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl-dev.install?rev=37233&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/libcogl-dev.install [utf-8] (original)
+++ desktop/experimental/cogl/debian/libcogl-dev.install [utf-8] Mon Mar 25 13:11:29 2013
@@ -1,9 +1,6 @@
 usr/lib/*/libcogl.so
-usr/lib/*/libcogl-gles2.so
 usr/lib/*/pkgconfig/cogl-gl-*
-usr/lib/*/pkgconfig/cogl-gles2-experimental.pc
 usr/lib/*/pkgconfig/cogl-1.0.pc
 usr/lib/*/pkgconfig/cogl-2.0-experimental.pc
 usr/include/cogl/cogl
-usr/include/cogl/cogl-gles2
 usr/share/gir-1.0/Cogl-*

Added: desktop/experimental/cogl/debian/libcogl-gles2-12.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl-gles2-12.install?rev=37233&op=file
==============================================================================
--- desktop/experimental/cogl/debian/libcogl-gles2-12.install (added)
+++ desktop/experimental/cogl/debian/libcogl-gles2-12.install [utf-8] Mon Mar 25 13:11:29 2013
@@ -1,0 +1,1 @@
+usr/lib/*/libcogl-gles2.so.*

Added: desktop/experimental/cogl/debian/libcogl-gles2-12.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl-gles2-12.symbols?rev=37233&op=file
==============================================================================
--- desktop/experimental/cogl/debian/libcogl-gles2-12.symbols (added)
+++ desktop/experimental/cogl/debian/libcogl-gles2-12.symbols [utf-8] Mon Mar 25 13:11:29 2013
@@ -1,0 +1,143 @@
+libcogl-gles2.so.12 libcogl-gles2-12 #MINVER#
+ glActiveTexture at Base 1.11.2
+ glAttachShader at Base 1.11.2
+ glBindAttribLocation at Base 1.11.2
+ glBindBuffer at Base 1.11.2
+ glBindFramebuffer at Base 1.11.2
+ glBindRenderbuffer at Base 1.11.2
+ glBindTexture at Base 1.11.2
+ glBlendColor at Base 1.11.2
+ glBlendEquation at Base 1.11.2
+ glBlendEquationSeparate at Base 1.11.2
+ glBlendFunc at Base 1.11.2
+ glBlendFuncSeparate at Base 1.11.2
+ glBufferData at Base 1.11.2
+ glBufferSubData at Base 1.11.2
+ glCheckFramebufferStatus at Base 1.11.2
+ glClear at Base 1.11.2
+ glClearColor at Base 1.11.2
+ glClearDepthf at Base 1.11.2
+ glClearStencil at Base 1.11.2
+ glColorMask at Base 1.11.2
+ glCompileShader at Base 1.11.2
+ glCompressedTexImage2D at Base 1.11.2
+ glCompressedTexSubImage2D at Base 1.11.2
+ glCopyTexImage2D at Base 1.11.2
+ glCopyTexSubImage2D at Base 1.11.2
+ glCreateProgram at Base 1.11.2
+ glCreateShader at Base 1.11.2
+ glCullFace at Base 1.11.2
+ glDeleteBuffers at Base 1.11.2
+ glDeleteFramebuffers at Base 1.11.2
+ glDeleteProgram at Base 1.11.2
+ glDeleteRenderbuffers at Base 1.11.2
+ glDeleteShader at Base 1.11.2
+ glDeleteTextures at Base 1.11.2
+ glDepthFunc at Base 1.11.2
+ glDepthMask at Base 1.11.2
+ glDepthRangef at Base 1.11.2
+ glDetachShader at Base 1.11.2
+ glDisable at Base 1.11.2
+ glDisableVertexAttribArray at Base 1.11.2
+ glDrawArrays at Base 1.11.2
+ glDrawElements at Base 1.11.2
+ glEnable at Base 1.11.2
+ glEnableVertexAttribArray at Base 1.11.2
+ glFinish at Base 1.11.2
+ glFlush at Base 1.11.2
+ glFramebufferRenderbuffer at Base 1.11.2
+ glFramebufferTexture2D at Base 1.11.2
+ glFrontFace at Base 1.11.2
+ glGenBuffers at Base 1.11.2
+ glGenFramebuffers at Base 1.11.2
+ glGenRenderbuffers at Base 1.11.2
+ glGenTextures at Base 1.11.2
+ glGenerateMipmap at Base 1.11.2
+ glGetActiveAttrib at Base 1.11.2
+ glGetActiveUniform at Base 1.11.2
+ glGetAttachedShaders at Base 1.11.2
+ glGetAttribLocation at Base 1.11.2
+ glGetBooleanv at Base 1.11.2
+ glGetBufferParameteriv at Base 1.11.2
+ glGetError at Base 1.11.2
+ glGetFloatv at Base 1.11.2
+ glGetFramebufferAttachmentParameteriv at Base 1.11.2
+ glGetIntegerv at Base 1.11.2
+ glGetProgramInfoLog at Base 1.11.2
+ glGetProgramiv at Base 1.11.2
+ glGetRenderbufferParameteriv at Base 1.11.2
+ glGetShaderInfoLog at Base 1.11.2
+ glGetShaderPrecisionFormat at Base 1.11.2
+ glGetShaderSource at Base 1.11.2
+ glGetShaderiv at Base 1.11.2
+ glGetString at Base 1.11.2
+ glGetTexParameterfv at Base 1.11.2
+ glGetTexParameteriv at Base 1.11.2
+ glGetUniformLocation at Base 1.11.2
+ glGetUniformfv at Base 1.11.2
+ glGetUniformiv at Base 1.11.2
+ glGetVertexAttribPointerv at Base 1.11.2
+ glGetVertexAttribfv at Base 1.11.2
+ glGetVertexAttribiv at Base 1.11.2
+ glHint at Base 1.11.2
+ glIsBuffer at Base 1.11.2
+ glIsEnabled at Base 1.11.2
+ glIsFramebuffer at Base 1.11.2
+ glIsProgram at Base 1.11.2
+ glIsRenderbuffer at Base 1.11.2
+ glIsShader at Base 1.11.2
+ glIsTexture at Base 1.11.2
+ glLineWidth at Base 1.11.2
+ glLinkProgram at Base 1.11.2
+ glPixelStorei at Base 1.11.2
+ glPolygonOffset at Base 1.11.2
+ glReadPixels at Base 1.11.2
+ glReleaseShaderCompiler at Base 1.11.2
+ glRenderbufferStorage at Base 1.11.2
+ glSampleCoverage at Base 1.11.2
+ glScissor at Base 1.11.2
+ glShaderBinary at Base 1.11.2
+ glShaderSource at Base 1.11.2
+ glStencilFunc at Base 1.11.2
+ glStencilFuncSeparate at Base 1.11.2
+ glStencilMask at Base 1.11.2
+ glStencilMaskSeparate at Base 1.11.2
+ glStencilOp at Base 1.11.2
+ glStencilOpSeparate at Base 1.11.2
+ glTexImage2D at Base 1.11.2
+ glTexParameterf at Base 1.11.2
+ glTexParameterfv at Base 1.11.2
+ glTexParameteri at Base 1.11.2
+ glTexParameteriv at Base 1.11.2
+ glTexSubImage2D at Base 1.11.2
+ glUniform1f at Base 1.11.2
+ glUniform1fv at Base 1.11.2
+ glUniform1i at Base 1.11.2
+ glUniform1iv at Base 1.11.2
+ glUniform2f at Base 1.11.2
+ glUniform2fv at Base 1.11.2
+ glUniform2i at Base 1.11.2
+ glUniform2iv at Base 1.11.2
+ glUniform3f at Base 1.11.2
+ glUniform3fv at Base 1.11.2
+ glUniform3i at Base 1.11.2
+ glUniform3iv at Base 1.11.2
+ glUniform4f at Base 1.11.2
+ glUniform4fv at Base 1.11.2
+ glUniform4i at Base 1.11.2
+ glUniform4iv at Base 1.11.2
+ glUniformMatrix2fv at Base 1.11.2
+ glUniformMatrix3fv at Base 1.11.2
+ glUniformMatrix4fv at Base 1.11.2
+ glUseProgram at Base 1.11.2
+ glValidateProgram at Base 1.11.2
+ glVertexAttrib1f at Base 1.11.2
+ glVertexAttrib1fv at Base 1.11.2
+ glVertexAttrib2f at Base 1.11.2
+ glVertexAttrib2fv at Base 1.11.2
+ glVertexAttrib3f at Base 1.11.2
+ glVertexAttrib3fv at Base 1.11.2
+ glVertexAttrib4f at Base 1.11.2
+ glVertexAttrib4fv at Base 1.11.2
+ glVertexAttribPointer at Base 1.11.2
+ glViewport at Base 1.11.2

Added: desktop/experimental/cogl/debian/libcogl-gles2-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl-gles2-dev.install?rev=37233&op=file
==============================================================================
--- desktop/experimental/cogl/debian/libcogl-gles2-dev.install (added)
+++ desktop/experimental/cogl/debian/libcogl-gles2-dev.install [utf-8] Mon Mar 25 13:11:29 2013
@@ -1,0 +1,3 @@
+usr/lib/*/libcogl-gles2.so
+usr/lib/*/pkgconfig/cogl-gles2-experimental.pc
+usr/include/cogl/cogl-gles2

Modified: desktop/experimental/cogl/debian/libcogl12.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl12.install?rev=37233&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/libcogl12.install [utf-8] (original)
+++ desktop/experimental/cogl/debian/libcogl12.install [utf-8] Mon Mar 25 13:11:29 2013
@@ -1,2 +1,1 @@
-usr/lib/*/libcogl-gles2.so.*
 usr/lib/*/libcogl.so.*

Modified: desktop/experimental/cogl/debian/libcogl12.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl12.symbols?rev=37233&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/libcogl12.symbols [utf-8] (original)
+++ desktop/experimental/cogl/debian/libcogl12.symbols [utf-8] Mon Mar 25 13:11:29 2013
@@ -1,146 +1,3 @@
-libcogl-gles2.so.12 libcogl12 #MINVER#
- glActiveTexture at Base 1.11.2
- glAttachShader at Base 1.11.2
- glBindAttribLocation at Base 1.11.2
- glBindBuffer at Base 1.11.2
- glBindFramebuffer at Base 1.11.2
- glBindRenderbuffer at Base 1.11.2
- glBindTexture at Base 1.11.2
- glBlendColor at Base 1.11.2
- glBlendEquation at Base 1.11.2
- glBlendEquationSeparate at Base 1.11.2
- glBlendFunc at Base 1.11.2
- glBlendFuncSeparate at Base 1.11.2
- glBufferData at Base 1.11.2
- glBufferSubData at Base 1.11.2
- glCheckFramebufferStatus at Base 1.11.2
- glClear at Base 1.11.2
- glClearColor at Base 1.11.2
- glClearDepthf at Base 1.11.2
- glClearStencil at Base 1.11.2
- glColorMask at Base 1.11.2
- glCompileShader at Base 1.11.2
- glCompressedTexImage2D at Base 1.11.2
- glCompressedTexSubImage2D at Base 1.11.2
- glCopyTexImage2D at Base 1.11.2
- glCopyTexSubImage2D at Base 1.11.2
- glCreateProgram at Base 1.11.2
- glCreateShader at Base 1.11.2
- glCullFace at Base 1.11.2
- glDeleteBuffers at Base 1.11.2
- glDeleteFramebuffers at Base 1.11.2
- glDeleteProgram at Base 1.11.2
- glDeleteRenderbuffers at Base 1.11.2
- glDeleteShader at Base 1.11.2
- glDeleteTextures at Base 1.11.2
- glDepthFunc at Base 1.11.2
- glDepthMask at Base 1.11.2
- glDepthRangef at Base 1.11.2
- glDetachShader at Base 1.11.2
- glDisable at Base 1.11.2
- glDisableVertexAttribArray at Base 1.11.2
- glDrawArrays at Base 1.11.2
- glDrawElements at Base 1.11.2
- glEnable at Base 1.11.2
- glEnableVertexAttribArray at Base 1.11.2
- glFinish at Base 1.11.2
- glFlush at Base 1.11.2
- glFramebufferRenderbuffer at Base 1.11.2
- glFramebufferTexture2D at Base 1.11.2
- glFrontFace at Base 1.11.2
- glGenBuffers at Base 1.11.2
- glGenFramebuffers at Base 1.11.2
- glGenRenderbuffers at Base 1.11.2
- glGenTextures at Base 1.11.2
- glGenerateMipmap at Base 1.11.2
- glGetActiveAttrib at Base 1.11.2
- glGetActiveUniform at Base 1.11.2
- glGetAttachedShaders at Base 1.11.2
- glGetAttribLocation at Base 1.11.2
- glGetBooleanv at Base 1.11.2
- glGetBufferParameteriv at Base 1.11.2
- glGetError at Base 1.11.2
- glGetFloatv at Base 1.11.2
- glGetFramebufferAttachmentParameteriv at Base 1.11.2
- glGetIntegerv at Base 1.11.2
- glGetProgramInfoLog at Base 1.11.2
- glGetProgramiv at Base 1.11.2
- glGetRenderbufferParameteriv at Base 1.11.2
- glGetShaderInfoLog at Base 1.11.2
- glGetShaderPrecisionFormat at Base 1.11.2
- glGetShaderSource at Base 1.11.2
- glGetShaderiv at Base 1.11.2
- glGetString at Base 1.11.2
- glGetTexParameterfv at Base 1.11.2
- glGetTexParameteriv at Base 1.11.2
- glGetUniformLocation at Base 1.11.2
- glGetUniformfv at Base 1.11.2
- glGetUniformiv at Base 1.11.2
- glGetVertexAttribPointerv at Base 1.11.2
- glGetVertexAttribfv at Base 1.11.2
- glGetVertexAttribiv at Base 1.11.2
- glHint at Base 1.11.2
- glIsBuffer at Base 1.11.2
- glIsEnabled at Base 1.11.2
- glIsFramebuffer at Base 1.11.2
- glIsProgram at Base 1.11.2
- glIsRenderbuffer at Base 1.11.2
- glIsShader at Base 1.11.2
- glIsTexture at Base 1.11.2
- glLineWidth at Base 1.11.2
- glLinkProgram at Base 1.11.2
- glPixelStorei at Base 1.11.2
- glPolygonOffset at Base 1.11.2
- glReadPixels at Base 1.11.2
- glReleaseShaderCompiler at Base 1.11.2
- glRenderbufferStorage at Base 1.11.2
- glSampleCoverage at Base 1.11.2
- glScissor at Base 1.11.2
- glShaderBinary at Base 1.11.2
- glShaderSource at Base 1.11.2
- glStencilFunc at Base 1.11.2
- glStencilFuncSeparate at Base 1.11.2
- glStencilMask at Base 1.11.2
- glStencilMaskSeparate at Base 1.11.2
- glStencilOp at Base 1.11.2
- glStencilOpSeparate at Base 1.11.2
- glTexImage2D at Base 1.11.2
- glTexParameterf at Base 1.11.2
- glTexParameterfv at Base 1.11.2
- glTexParameteri at Base 1.11.2
- glTexParameteriv at Base 1.11.2
- glTexSubImage2D at Base 1.11.2
- glUniform1f at Base 1.11.2
- glUniform1fv at Base 1.11.2
- glUniform1i at Base 1.11.2
- glUniform1iv at Base 1.11.2
- glUniform2f at Base 1.11.2
- glUniform2fv at Base 1.11.2
- glUniform2i at Base 1.11.2
- glUniform2iv at Base 1.11.2
- glUniform3f at Base 1.11.2
- glUniform3fv at Base 1.11.2
- glUniform3i at Base 1.11.2
- glUniform3iv at Base 1.11.2
- glUniform4f at Base 1.11.2
- glUniform4fv at Base 1.11.2
- glUniform4i at Base 1.11.2
- glUniform4iv at Base 1.11.2
- glUniformMatrix2fv at Base 1.11.2
- glUniformMatrix3fv at Base 1.11.2
- glUniformMatrix4fv at Base 1.11.2
- glUseProgram at Base 1.11.2
- glValidateProgram at Base 1.11.2
- glVertexAttrib1f at Base 1.11.2
- glVertexAttrib1fv at Base 1.11.2
- glVertexAttrib2f at Base 1.11.2
- glVertexAttrib2fv at Base 1.11.2
- glVertexAttrib3f at Base 1.11.2
- glVertexAttrib3fv at Base 1.11.2
- glVertexAttrib4f at Base 1.11.2
- glVertexAttrib4fv at Base 1.11.2
- glVertexAttribPointer at Base 1.11.2
- glViewport at Base 1.11.2
 libcogl.so.12 libcogl12 #MINVER#
  _cogl_atlas_add_reorganize_callback at Base 1.7.4
  _cogl_atlas_new at Base 1.7.4




More information about the pkg-gnome-commits mailing list