--- /dev/null
--- /dev/null
++cogl (1.22.2-2) unstable; urgency=medium
++
++ * Disable test suite as the tests need a working GL/GLES environment which
++ doesn't exist on the buildds.
++
++ -- Michael Biebl <biebl@debian.org> Tue, 30 Aug 2016 12:40:22 +0200
++
++cogl (1.22.2-1) unstable; urgency=medium
++
++ [ Jeremy Bicha ]
++ * Have libcogl-dev depend on libcairo2-dev
++
++ [ Michael Biebl ]
++ * New upstream release.
++ * Drop 0001-kms-winsys-don-t-wait-for-a-flip-when-page-flipping-.patch,
++ merged upstream.
++ * Convert from cdbs to dh.
++ * Drop dbg packages now that we have automatic dbgsym packages.
++ Ensure proper upgrade to the new dbgsym packages by using
++ dh_strip --dbgsym-migration. Bump the Build-Depends on debhelper
++ accordingly.
++ * Bump Standards-Version to 3.9.8.
++
++ -- Michael Biebl <biebl@debian.org> Tue, 30 Aug 2016 00:57:01 +0200
++
++cogl (1.22.0-2) unstable; urgency=medium
++
++ * Fix black screen after logout. Patch cherry-picked from upstream Git.
++ (Closes: #805763)
++ * Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer and move
++ Rico Tzschichholz to Uploaders.
++ * Bump debhelper compatibility level to 9.
++ * Install .typelib files into multiarch paths and mark the gir packages as
++ Multi-Arch: same.
++ * Bump Standards-Version to 3.9.6.
++
++ -- Michael Biebl <biebl@debian.org> Sun, 10 Jan 2016 00:20:18 +0100
++
++cogl (1.22.0-1) unstable; urgency=medium
++
++ * New upstream release.
++
++ -- Andreas Henriksson <andreas@fatal.se> Fri, 18 Sep 2015 09:34:15 +0200
++
++cogl (1.21.2-1) experimental; urgency=medium
++
++ * New upstream development release.
++ * Update cogl symbols with one addition.
++
++ -- Andreas Henriksson <andreas@fatal.se> Sat, 29 Aug 2015 10:41:00 +0200
++
++cogl (1.20.0-2) unstable; urgency=medium
++
++ * Upload to unstable.
++
++ -- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 23 May 2015 19:42:54 +0200
++
++cogl (1.20.0-1) experimental; urgency=medium
++
++ * New upstream release
++ * Build packages for cogl-gst (gir1.2-coglgst-2.0,
++ libcogl-gst20, libcogl-gst-dev)
++
++ -- Sjoerd Simons <sjoerd@debian.org> Mon, 04 May 2015 12:41:13 +0200
++
++cogl (1.18.2-3) unstable; urgency=medium
++
++ * Team upload.
++ * libcogl20 Breaks libcogl9, libcogl11, libcogl12, libcogl15
++ to hint wheezy's apt into doing the right thing on upgrades
++ (Closes: #761047)
++
++ -- Simon McVittie <smcv@debian.org> Thu, 06 Nov 2014 14:51:16 +0000
++
++cogl (1.18.2-2) unstable; urgency=medium
++
++ [ Andreas Henriksson ]
++ * Apply the remaining bits of Samuels Hurd/gles patch to
++ debian/control.*in* this time so they don't get lost on clean.
++ (Closes: #743316)
++
++ [ Rico Tzschichholz ]
++ * Use dh-autoreconf to pick up distro-specific autotools updates
++ (Closes: #754819)
++
++ -- Andreas Henriksson <andreas@fatal.se> Tue, 26 Aug 2014 11:06:47 -0700
++
++cogl (1.18.2-1) unstable; urgency=medium
++
++ [ Samuel Thibault ]
++ * Fix the gles dependencies of the libcogl-dev package on hurd-i386
++ (Closes: #743316)
++
++ [ Andreas Henriksson ]
++ * New upstream release.
++ * Add 2 new (arch=linux-any) symbols to debian/libcogl20.symbols
++
++ -- Andreas Henriksson <andreas@fatal.se> Sat, 12 Jul 2014 09:23:09 +0200
++
++cogl (1.18.0-2) unstable; urgency=medium
++
++ [ Andreas Henriksson ]
++ * Update symbols file for non-linux architectures:
++ - (arch=!hurd-any)cogl_egl_context_get_egl_context@Base
++ - (arch=linux-any)cogl_wayland_texture_set_region_from_shm_buffer@Base
++
++ [ Samuel Thibault ]
++ * Enabling the libgles2-mesa-dev|libgles2-dev build-dep on hurd-any
++ (Closes: #742682)
++
++ [ Andreas Henriksson ]
++ * drop (arch=!hurd-any) from cogl_egl_context_ symbols.
++
++ -- Andreas Henriksson <andreas@fatal.se> Wed, 26 Mar 2014 11:51:58 +0100
++
++cogl (1.18.0-1) unstable; urgency=medium
++
++ * New upstream release.
++ * debian/libcogl20.symbols,
++ debian/libcogl-path20.symbols:
++ + Updated for the new symbols.
++ * debian/control.in:
++ + Bump breaks on clutter to ensure a lockstep upgrade.
++ * Upload to unstable.
++
++ -- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 23 Mar 2014 16:15:48 +0100
++
++cogl (1.17.4-1) experimental; urgency=medium
++
++ [ Andreas Henriksson ]
++ * New upstream release.
++ * Rename package for new soname (15->20)
++ * Update symbols file
++ * Install libcogl-path in libcogl
++ - cogl-path was split out from libcogl
++ * also install cogl-gles2-1.0.pc in libcogl-gles2-dev
++ * Bump Standards-Version to 3.9.5
++ * Update debian/copyright for MIT relicensing
++ * Specify debian/patches/* as MIT in debian/copyright
++ - since debian/* uses LGPL - add debian/patches/* using MIT, even though
++ it doesn't (yet) exist, to avoid future problems submitting patches
++ upstream that doesn't have an explicit license tag.
++
++ [ Emilio Pozuelo Monfort ]
++ * Split libcogl-path into its own package.
++
++ -- Andreas Henriksson <andreas@fatal.se> Sun, 16 Mar 2014 21:13:39 +0100
++
++cogl (1.16.2-1) experimental; urgency=medium
++
++ * New upstream release 1.16.2
++ + YV12/I420 support in cogl-gst is fixed.
++ + cogl_framebuffer_push_path_clip is fixed.
++ * 0001-Fix-build-on-big-endian.patch: Drop, applied upstream.
++
++ -- Iain Lane <laney@debian.org> Tue, 11 Feb 2014 14:40:15 +0000
++
++cogl (1.16.0-4) experimental; urgency=low
++
++ * debian/rules, debian/libcogl15.symbols: Enable the KMS EGL platform on
++ linux
++ * debian/control.in: Let libcogl-dev depend on libwayland-dev [linux-any]
++ * debian/control.in: Add b-d on libgbm-dev for KMS EGL support
++
++ -- Sjoerd Simons <sjoerd@debian.org> Sun, 03 Nov 2013 21:46:36 +0100
++
++cogl (1.16.0-3) experimental; urgency=low
++
++ * debian/patches/0001-Fix-build-on-big-endian.patch:
++ + New patch, fix the build on big endian ports.
++ * debian/libcogl15.symbols:
++ + Flag cogl_egl_context_get_egl_display as not available on hurd.
++
++ -- Emilio Pozuelo Monfort <pochu@debian.org> Mon, 14 Oct 2013 21:37:33 +0200
++
++cogl (1.16.0-2) experimental; urgency=low
++
++ * debian/control.in:
++ + Restrict libwayland-dev build dependency to linux.
++ * debian/rules:
++ + Actually enable wayland support.
++ + Fix variable name to follow the new libcogl15 package names.
++ * debian/libcogl15.symbols:
++ + Add wayland symbols.
++
++ -- Emilio Pozuelo Monfort <pochu@debian.org> Mon, 14 Oct 2013 17:18:13 +0200
++
++cogl (1.16.0-1) experimental; urgency=low
++
++ * New upstream release.
++ * Build-depend on libwayland-dev (>= 1.1.90) according to configure.ac
++ * Rename packages for bumped sonames (12->15)
++ * Update symbols files
++ * Bump Standards-Version to 3.9.4
++ * also install /usr/include/cogl/cogl-path in libcogl-dev
++ * Bump libcogl15 breaks libclutter-1.0-0 to (<< 1.15)
++
++ -- Andreas Henriksson <andreas@fatal.se> Sat, 12 Oct 2013 19:58:17 +0200
++
++cogl (1.14.0-3) unstable; urgency=low
++
++ * Add "Breaks: libclutter-1.0-0 (<< 1.14)" in libcogl12 to prevent
++ non-working partial upgrades. (Closes: #720371)
++
++ -- Andreas Henriksson <andreas@fatal.se> Wed, 21 Aug 2013 23:41:51 +0200
++
++cogl (1.14.0-2) unstable; urgency=low
++
++ [ Jeremy Bicha ]
++ * use canonical Vcs-* fields
++
++ [ Andreas Henriksson ]
++ * Upload to unstable.
++
++ -- Andreas Henriksson <andreas@fatal.se> Fri, 16 Aug 2013 18:27:29 +0200
++
++cogl (1.14.0-1) experimental; urgency=low
++
++ * New upstream release.
++ + debian/patches/Disable-reliance-on-KHR_create_context.patch:
++ - Removed, fixed upstream in a different way.
++ * debian/control.in,
++ debian/rules,
++ debian/libcogl12.*,
++ debian/libcogl-gles2-12.*,
++ debian/libcogl*-dev.install:
++ + Split libcogl-gles2 into its own package.
++ * debian/rules:
++ + Only enable egl/gles2 on linux and kfreebsd.
++ * debian/libcogl12.symbols:
++ + Mark cogl_egl_context_get_egl_display as not available on hurd.
++
++ -- Emilio Pozuelo Monfort <pochu@debian.org> Mon, 25 Mar 2013 18:33:43 +0100
++
++cogl (1.13.4-1) experimental; urgency=low
++
++ [ Jeremy Bicha ]
++ * New upstream release
++ - soname bump
++ * debian/control.in:
++ - Bump minimum glib to 2.32
++ - Drop obsolete breaks/replaces
++ - Bump libclutter-1.0-dev breaks for soname transition
++
++ [ Rico Tzschichholz ]
++ * debian/control.in:
++ - Build-depend on libxrandr-dev
++
++ [ Hector Oron]
++ * Enable cogl-gles2-experimental used by webkit-clutter for WebGL support
++ * d/rules: enable cogl-gles2 and DEB_DH_MAKESHLIBS_ARGS_libcogl11.
++ * d/libcogl-dev.install: add usr/lib/*/libcogl-gles2.so,
++ usr/lib/*/pkgconfig/cogl-gles2-experimental.pc
++
++ [ Gustavo Noronha Silva ]
++ * d/libcogl-dev.install:
++ - install cogl-gles2 headers as well
++
++ [ Emilio Pozuelo Monfort ]
++ * debian/control.in:
++ - Lower gobject-introspection build-dependency from 1.33.4-1
++ to 1.33.4-1~ to ease backports.
++
++ [ Sjoerd Simons ]
++ * d/p/Disable-reliance-on-KHR_create_context.patch
++ + Added. Don't assume the GL stack supports KHR_create_context to build
++ with older mesa (Disables the GL3 driver with EGL)
++
++ [ Emilio Pozuelo Monfort ]
++ * debian/control.in:
++ - Drop libcogl-dev's Breaks on libclutter-1.0-dev, as the latter has
++ a minimum dependency on the former that is enough, so the breaks are
++ not needed and will only cause upgrade problems.
++
++ -- Sjoerd Simons <sjoerd@debian.org> Fri, 15 Mar 2013 23:02:34 +0100
++
++cogl (1.12.0-1) experimental; urgency=low
++
++ * New upstream release
++ * debian/patches/03_select_default_renderer_driver.patch:
++ + Dropped, merged upstream
++ * debian/patches/04_fix_crash_on_free.patch:
++ + Dropped, merged upstream
++
++ -- Sjoerd Simons <sjoerd@debian.org> Tue, 25 Sep 2012 10:07:06 +0200
++
++cogl (1.10.2-6exp1) experimental; urgency=low
++
++ * Bring back multiple backend support from 1.10.2-4 packaging
++ * debian/rules: Only build gles2 support on non-hurd (kfreebsd & linux)
++ * debian/control.in: Let the -dev package also depends on both GL and GLES
++ apart from on hurd
++
++ -- Sjoerd Simons <sjoerd@debian.org> Thu, 21 Jun 2012 09:42:33 +0200
++
++cogl (1.10.2-6) unstable; urgency=low
++
++ * debian/rules: Set the gles2-libname to libGLESv2.so.2 as shipped by Mesa
++ (Closes: #678018)
++ * debian/patches/04_fix_crash_on_free.patch:
++ + Added. Fix crash when freeing an unconnected renderer.
++ (Closes: #673433 #676282)
++
++ -- Sjoerd Simons <sjoerd@debian.org> Thu, 21 Jun 2012 09:29:45 +0200
++
++cogl (1.10.2-5) unstable; urgency=low
++
++ * Revert to 1.10.2-3, turning on GLESv2 on intel pull in 50MB due to libgbm1
++ and libegl1-mesa-drivers which is slightly over the top for enabling a
++ uncommon feature. Hopefully the changes can be reapplied after the
++ dependencies have gone on a diet.
++ * debian/control.in: Make libcogl9 depend on the renderer driver it uses
++ (GLES v2 on arm, GL on everything else)
++
++ -- Sjoerd Simons <sjoerd@debian.org> Thu, 21 Jun 2012 08:43:59 +0200
++
++cogl (1.10.2-4) unstable; urgency=low
++
++ * debian/patches/03_select_default_renderer_driver.patch:
++ + Added. Allow the default renderer driver to be selected at configure time
++ * Build both GL and GLESv2 renderer support on all platforms, default to
++ GLESv2 on ARM and to GL on everything else.
++
++ -- Sjoerd Simons <sjoerd@debian.org> Wed, 20 Jun 2012 13:49:02 +0200
++
++cogl (1.10.2-3) unstable; urgency=low
++
++ * Make libcogl-pango0 break libcogl5 (<< 1.10.1-1) to avoid partial
++ upgrades which can lead to applications like gnome-shell linking against
++ both libcogl5 and libcogl9 resulting in a crash. Closes: #668285
++ * Drop old Conflicts/Replaces: libcogl2.
++ * Fix the Breaks/Replaces for the libcogl-pango split.
++
++ -- Michael Biebl <biebl@debian.org> Sat, 05 May 2012 16:30:26 +0200
++
++cogl (1.10.2-2) unstable; urgency=low
++
++ * Upload to unstable.
++ * debian/watch: Track stable releases.
++
++ -- Michael Biebl <biebl@debian.org> Tue, 01 May 2012 22:53:13 +0200
++
++cogl (1.10.2-1) experimental; urgency=low
++
++ * New upstream release.
++ * debian/copyright: Update Format URL to the final copyright 1.0 spec.
++
++ -- Michael Biebl <biebl@debian.org> Fri, 27 Apr 2012 00:44:33 +0200
++
++cogl (1.10.0-2) experimental; urgency=low
++
++ * debian/control.in: libcogl-dev breaks libclutter-1.0-dev (<< 1.10)
++
++ -- Sjoerd Simons <sjoerd@debian.org> Sun, 01 Apr 2012 14:22:19 +0200
++
++cogl (1.10.0-1) experimental; urgency=low
++
++ [ Michael Biebl ]
++ * Change section of gir1.2-cogl-1.0 and gir1.2-coglpango-1.0 to
++ introspection.
++
++ [ Josselin Mouette ]
++ * Update repository URL.
++
++ [ Jeremy Bicha ]
++ * New upstream release.
++ * Updated symbols & library name for soname update
++ * debian/control.in:
++ - Bump minimum glib to 2.28
++ - Standards-Version 3.9.3
++ * debian/patches/02_disable_armv5t_specific_optimization.patch: Disabled
++
++ [ Rico Tzschichholz ]
++ * debian/control.in:
++ - Make libcogl-dev depend on gl/gles dev-packages
++
++ -- Sjoerd Simons <sjoerd@debian.org> Fri, 30 Mar 2012 21:14:20 +0200
++
++cogl (1.8.2-1) unstable; urgency=low
++
++ [ Rico Tzschichholz ]
++ * New upstream release
++
++ [ Laurent Bigonville ]
++ * debian/watch: Switch to .xz tarball
++
++ -- Laurent Bigonville <bigon@debian.org> Thu, 20 Oct 2011 23:50:14 +0200
++
++cogl (1.8.0-1) unstable; urgency=low
++
++ [ Rico Tzschichholz ]
++ * New upstream release
++ * debian/*.symbols*,debian/rules:
++ - build with EGL/GLES2 on armhf
++ * debian/{rules,control*, libcogl2* > libcogl5*}:
++ - updated for soname bump
++ - conflicts/replaces with libcogl2
++
++ [ Laurent Bigonville ]
++ * Split libcogl-pango out of the main libcogl package
++ * debian/copyright: Fix copyright file format
++ * debian/control.in:
++ - Move Vcs-* to the unstable branch
++ * debian/rules:
++ - Explicitly pass --enable-gdk-pixbuf and --enable-cogl-pango flags
++ to the configure
++
++ -- Laurent Bigonville <bigon@debian.org> Wed, 28 Sep 2011 19:57:34 +0200
++
++cogl (1.7.8-1) experimental; urgency=low
++
++ * New upstream release
++ * debian/*.symbols:
++ - updated
++
++ -- Rico Tzschichholz <ricotz@ubuntu.com> Wed, 07 Sep 2011 00:07:39 +0200
++
++cogl (1.7.6-2) experimental; urgency=low
++
++ * debian/rules: Fix armel GL configure flags
++ * debian/libcogl2.symbols.armel: Add separate symbol file for armel, where
++ EGL/GLES2 is used. (thanks Jani Monoses!)
++
++ -- Rico Tzschichholz <ricotz@ubuntu.com> Wed, 24 Aug 2011 17:46:41 +0200
++
++cogl (1.7.6-1) experimental; urgency=low
++
++ * Initial upload.
++ * debian/patches:
++ - add 02_disable_armv5t_specific_optimization.patch from clutter-1.0
++
++ -- Rico Tzschichholz <ricotz@ubuntu.com> Mon, 22 Aug 2011 22:51:05 +0200
--- /dev/null
--- /dev/null
++9
--- /dev/null
--- /dev/null
++# This file is autogenerated. DO NOT EDIT!
++#
++# Modifications should be made to debian/control.in instead.
++# This file is regenerated automatically in the clean target.
++Source: cogl
++Section: libs
++Priority: optional
++Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
++Uploaders: Andreas Henriksson <andreas@fatal.se>, Emilio Pozuelo Monfort <pochu@debian.org>, Michael Biebl <biebl@debian.org>, Sjoerd Simons <sjoerd@debian.org>, Rico Tzschichholz <ricotz@ubuntu.com>
++Build-Depends: debhelper (>= 9.20160114~),
++ dh-autoreconf,
++ gnome-pkg-tools,
++ gtk-doc-tools (>= 1.13),
++ libgbm-dev [linux-any],
++ libgl1-mesa-dev (>= 7.1~rc3-1~),
++ libgles2-mesa-dev (>= 7.1~rc3-1~) | libgles2-dev,
++ libcairo2-dev (>= 1.10),
++ libpango1.0-dev (>= 1.28.3-5),
++ libgdk-pixbuf2.0-dev (>= 2.0),
++ libglib2.0-dev (>= 2.32.0),
++ libwayland-dev (>= 1.1.90) [linux-any],
++ libxfixes-dev (>= 1:3),
++ libxdamage-dev,
++ libxcomposite-dev (>= 1:0.4),
++ libxrandr-dev (>= 2:1.2),
++ gobject-introspection (>= 1.33.4-1~),
++ libgirepository1.0-dev (>= 0.9.12),
++ libgstreamer-plugins-base1.0-dev
++Standards-Version: 3.9.8
++Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/cogl
++Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/cogl/
++
++Package: libcogl20
++Architecture: 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
++Pre-Depends: ${misc:Pre-Depends}
++Breaks: libclutter-1.0-0 (<< 1.17),
++ libcogl9,
++ libcogl11,
++ libcogl12,
++ libcogl15
++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.
++
++Package: libcogl-common
++Architecture: all
++Depends: ${shlibs:Depends},
++ ${misc:Depends}
++Multi-Arch: foreign
++Description: Object oriented GL/GLES Abstraction/Utility Layer (common 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 common files, such as translations.
++
++Package: libcogl-dev
++Section: libdevel
++Architecture: any
++Depends: libcogl20 (= ${binary:Version}),
++ gir1.2-cogl-1.0 (= ${binary:Version}),
++ libcairo2-dev,
++ libgl1-mesa-dev (>= 7.1~rc3-1~),
++ libgles2-mesa-dev (>= 7.1~rc3-1~) | libgles2-dev,
++ libglib2.0-dev (>= 2.28.0),
++ libdrm-dev [!hurd-any],
++ libwayland-dev [linux-any],
++ libgbm-dev [linux-any],
++ libgdk-pixbuf2.0-dev (>= 2.0),
++ libx11-dev,
++ libxcomposite-dev,
++ libxext-dev,
++ libxfixes-dev,
++ libxdamage-dev,
++ ${misc:Depends},
++ ${shlibs:Depends}
++Recommends: pkg-config
++Suggests: libcogl-doc
++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.
++
++Package: libcogl-doc
++Section: doc
++Architecture: all
++Depends: ${misc:Depends}
++Suggests: devhelp
++Description: Object oriented GL/GLES Abstraction/Utility Layer (documentation)
++ 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 documentation.
++
++Package: gir1.2-cogl-1.0
++Section: introspection
++Architecture: any
++Depends: ${gir:Depends},
++ ${shlibs:Depends},
++ ${misc:Depends}
++Multi-Arch: same
++Description: GObject introspection data for the Cogl 1.0 library
++ This package contains introspection data for the Clutter scene
++ graph library.
++ .
++ It can be used by packages using the GIRepository format to generate
++ dynamic bindings for libcogl.
++
++Package: libcogl-path20
++Architecture: any
++Depends: ${shlibs:Depends},
++ ${misc:Depends},
++Recommends: libcogl-common
++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.
++
++Package: libcogl-path-dev
++Section: libdevel
++Architecture: any
++Depends: libcogl-path20 (= ${binary:Version}),
++ libcogl-dev (= ${binary:Version}),
++ ${misc:Depends},
++ ${shlibs:Depends}
++Recommends: pkg-config
++Suggests: libcogl-doc
++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-path.
++
++Package: libcogl-pango20
++Architecture: any
++Depends: ${shlibs:Depends},
++ ${misc:Depends},
++Recommends: libcogl-common
++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.
++
++Package: libcogl-pango-dev
++Section: libdevel
++Architecture: any
++Depends: libcogl-pango20 (= ${binary:Version}),
++ gir1.2-coglpango-1.0 (= ${binary:Version}),
++ libcogl-dev (= ${binary:Version}),
++ libglib2.0-dev (>= 2.28.0),
++ libcairo2-dev (>= 1.10),
++ libdrm-dev [!hurd-any],
++ libgdk-pixbuf2.0-dev (>= 2.0),
++ libpango1.0-dev (>= 1.20),
++ libx11-dev,
++ libxcomposite-dev,
++ libxext-dev,
++ libxfixes-dev,
++ libxdamage-dev,
++ ${misc:Depends},
++ ${shlibs:Depends}
++Recommends: pkg-config
++Suggests: libcogl-doc
++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-pango.
++
++Package: gir1.2-coglpango-1.0
++Section: introspection
++Architecture: any
++Depends: ${gir:Depends},
++ ${shlibs:Depends},
++ ${misc:Depends}
++Multi-Arch: same
++Description: GObject introspection data for the CoglPango 1.0 library
++ This package contains introspection data for the Clutter scene
++ graph library.
++ .
++ It can be used by packages using the GIRepository format to generate
++ dynamic bindings for libcogl-pango.
++
++Package: libcogl-gles2-20
++Architecture: 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: any
++Depends: libcogl-gles2-20 (= ${binary:Version}),
++ libcogl-dev (= ${binary:Version}),
++ ${misc:Depends},
++ ${shlibs:Depends}
++Recommends: pkg-config
++Suggests: libcogl-doc
++Breaks: libcogl-dev (<< 1.14.0-1)
++Replaces: libcogl-dev (<< 1.14.0-1)
++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.
++
++Package: libcogl-gst20
++Architecture: any
++Depends: ${shlibs:Depends},
++ ${misc:Depends},
++ libgstreamer-plugins-base1.0-0 (>= 1.2.3-1co2)
++Recommends: libcogl-common
++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 GStreamer integration library, which provides
++ a video sink to paint with cogl.
++
++Package: libcogl-gst-dev
++Section: libdevel
++Architecture: any
++Depends: libcogl-gst20 (= ${binary:Version}),
++ gir1.2-coglgst-2.0 (= ${binary:Version}),
++ libcogl-dev (= ${binary:Version}),
++ libglib2.0-dev (>= 2.28.0),
++ libcairo2-dev (>= 1.10),
++ libdrm-dev [!hurd-any],
++ libgdk-pixbuf2.0-dev (>= 2.0),
++ libx11-dev,
++ libxcomposite-dev,
++ libxext-dev,
++ libxfixes-dev,
++ libxdamage-dev,
++ libgstreamer-plugins-base1.0-dev,
++ ${misc:Depends},
++ ${shlibs:Depends}
++Recommends: pkg-config
++Suggests: libcogl-doc
++Description: Object oriented GL/GLES Abstraction/Utility Layer (development file
++ 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-gst.
++
++Package: gir1.2-coglgst-2.0
++Section: introspection
++Architecture: any
++Depends: ${gir:Depends},
++ ${shlibs:Depends},
++ ${misc:Depends}
++Multi-Arch: same
++Description: GObject introspection data for the CoglGst 2.0 library
++ This package contains introspection data for the Cogl GStreamer
++ library.
++ .
++ It can be used by packages using the GIRepository format to generate
--- /dev/null
--- /dev/null
++Source: cogl
++Section: libs
++Priority: optional
++Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
++Uploaders: @GNOME_TEAM@, Rico Tzschichholz <ricotz@ubuntu.com>
++Build-Depends: debhelper (>= 9.20160114~),
++ dh-autoreconf,
++ gnome-pkg-tools,
++ gtk-doc-tools (>= 1.13),
++ libgbm-dev [linux-any],
++ libgl1-mesa-dev (>= 7.1~rc3-1~),
++ libgles2-mesa-dev (>= 7.1~rc3-1~) | libgles2-dev,
++ libcairo2-dev (>= 1.10),
++ libpango1.0-dev (>= 1.28.3-5),
++ libgdk-pixbuf2.0-dev (>= 2.0),
++ libglib2.0-dev (>= 2.32.0),
++ libwayland-dev (>= 1.1.90) [linux-any],
++ libxfixes-dev (>= 1:3),
++ libxdamage-dev,
++ libxcomposite-dev (>= 1:0.4),
++ libxrandr-dev (>= 2:1.2),
++ gobject-introspection (>= 1.33.4-1~),
++ libgirepository1.0-dev (>= 0.9.12),
++ libgstreamer-plugins-base1.0-dev
++Standards-Version: 3.9.8
++Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/cogl
++Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/cogl/
++
++Package: libcogl20
++Architecture: 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
++Pre-Depends: ${misc:Pre-Depends}
++Breaks: libclutter-1.0-0 (<< 1.17),
++ libcogl9,
++ libcogl11,
++ libcogl12,
++ libcogl15
++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.
++
++Package: libcogl-common
++Architecture: all
++Depends: ${shlibs:Depends},
++ ${misc:Depends}
++Multi-Arch: foreign
++Description: Object oriented GL/GLES Abstraction/Utility Layer (common 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 common files, such as translations.
++
++Package: libcogl-dev
++Section: libdevel
++Architecture: any
++Depends: libcogl20 (= ${binary:Version}),
++ gir1.2-cogl-1.0 (= ${binary:Version}),
++ libcairo2-dev,
++ libgl1-mesa-dev (>= 7.1~rc3-1~),
++ libgles2-mesa-dev (>= 7.1~rc3-1~) | libgles2-dev,
++ libglib2.0-dev (>= 2.28.0),
++ libdrm-dev [!hurd-any],
++ libwayland-dev [linux-any],
++ libgbm-dev [linux-any],
++ libgdk-pixbuf2.0-dev (>= 2.0),
++ libx11-dev,
++ libxcomposite-dev,
++ libxext-dev,
++ libxfixes-dev,
++ libxdamage-dev,
++ ${misc:Depends},
++ ${shlibs:Depends}
++Recommends: pkg-config
++Suggests: libcogl-doc
++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.
++
++Package: libcogl-doc
++Section: doc
++Architecture: all
++Depends: ${misc:Depends}
++Suggests: devhelp
++Description: Object oriented GL/GLES Abstraction/Utility Layer (documentation)
++ 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 documentation.
++
++Package: gir1.2-cogl-1.0
++Section: introspection
++Architecture: any
++Depends: ${gir:Depends},
++ ${shlibs:Depends},
++ ${misc:Depends}
++Multi-Arch: same
++Description: GObject introspection data for the Cogl 1.0 library
++ This package contains introspection data for the Clutter scene
++ graph library.
++ .
++ It can be used by packages using the GIRepository format to generate
++ dynamic bindings for libcogl.
++
++Package: libcogl-path20
++Architecture: any
++Depends: ${shlibs:Depends},
++ ${misc:Depends},
++Recommends: libcogl-common
++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.
++
++Package: libcogl-path-dev
++Section: libdevel
++Architecture: any
++Depends: libcogl-path20 (= ${binary:Version}),
++ libcogl-dev (= ${binary:Version}),
++ ${misc:Depends},
++ ${shlibs:Depends}
++Recommends: pkg-config
++Suggests: libcogl-doc
++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-path.
++
++Package: libcogl-pango20
++Architecture: any
++Depends: ${shlibs:Depends},
++ ${misc:Depends},
++Recommends: libcogl-common
++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.
++
++Package: libcogl-pango-dev
++Section: libdevel
++Architecture: any
++Depends: libcogl-pango20 (= ${binary:Version}),
++ gir1.2-coglpango-1.0 (= ${binary:Version}),
++ libcogl-dev (= ${binary:Version}),
++ libglib2.0-dev (>= 2.28.0),
++ libcairo2-dev (>= 1.10),
++ libdrm-dev [!hurd-any],
++ libgdk-pixbuf2.0-dev (>= 2.0),
++ libpango1.0-dev (>= 1.20),
++ libx11-dev,
++ libxcomposite-dev,
++ libxext-dev,
++ libxfixes-dev,
++ libxdamage-dev,
++ ${misc:Depends},
++ ${shlibs:Depends}
++Recommends: pkg-config
++Suggests: libcogl-doc
++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-pango.
++
++Package: gir1.2-coglpango-1.0
++Section: introspection
++Architecture: any
++Depends: ${gir:Depends},
++ ${shlibs:Depends},
++ ${misc:Depends}
++Multi-Arch: same
++Description: GObject introspection data for the CoglPango 1.0 library
++ This package contains introspection data for the Clutter scene
++ graph library.
++ .
++ It can be used by packages using the GIRepository format to generate
++ dynamic bindings for libcogl-pango.
++
++Package: libcogl-gles2-20
++Architecture: 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: any
++Depends: libcogl-gles2-20 (= ${binary:Version}),
++ libcogl-dev (= ${binary:Version}),
++ ${misc:Depends},
++ ${shlibs:Depends}
++Recommends: pkg-config
++Suggests: libcogl-doc
++Breaks: libcogl-dev (<< 1.14.0-1)
++Replaces: libcogl-dev (<< 1.14.0-1)
++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.
++
++Package: libcogl-gst20
++Architecture: any
++Depends: ${shlibs:Depends},
++ ${misc:Depends},
++ libgstreamer-plugins-base1.0-0 (>= 1.2.3-1co2)
++Recommends: libcogl-common
++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 GStreamer integration library, which provides
++ a video sink to paint with cogl.
++
++Package: libcogl-gst-dev
++Section: libdevel
++Architecture: any
++Depends: libcogl-gst20 (= ${binary:Version}),
++ gir1.2-coglgst-2.0 (= ${binary:Version}),
++ libcogl-dev (= ${binary:Version}),
++ libglib2.0-dev (>= 2.28.0),
++ libcairo2-dev (>= 1.10),
++ libdrm-dev [!hurd-any],
++ libgdk-pixbuf2.0-dev (>= 2.0),
++ libx11-dev,
++ libxcomposite-dev,
++ libxext-dev,
++ libxfixes-dev,
++ libxdamage-dev,
++ libgstreamer-plugins-base1.0-dev,
++ ${misc:Depends},
++ ${shlibs:Depends}
++Recommends: pkg-config
++Suggests: libcogl-doc
++Description: Object oriented GL/GLES Abstraction/Utility Layer (development file
++ 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-gst.
++
++Package: gir1.2-coglgst-2.0
++Section: introspection
++Architecture: any
++Depends: ${gir:Depends},
++ ${shlibs:Depends},
++ ${misc:Depends}
++Multi-Arch: same
++Description: GObject introspection data for the CoglGst 2.0 library
++ This package contains introspection data for the Cogl GStreamer
++ library.
++ .
++ It can be used by packages using the GIRepository format to generate
--- /dev/null
--- /dev/null
++Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
++Upstream-Name: Cogl
++Source: https://download.gnome.org/sources/cogl/
++
++Files: *
++Copyright: 2007,2008 OpenedHand
++ 2009-2014 Intel Corporation.
++ 2010,2012 Red Hat, Inc.
++ 1999-2005 Brian Paul All Rights Reserved.
++ 2011,2012 Collabora Ltd.
++ 2008-2011 Kristian Høgsberg
++License: MIT
++
++Files: cogl/cogl-point-in-poly.c
++Copyright: 1970-2003, Wm. Randolph Franklin
++ 2011, Intel Corporation.
++License: BSD-3
++ Permission is hereby granted, free of charge, to any person obtaining
++ a copy of this software and associated documentation files (the
++ "Software"), to deal in the Software without restriction, including
++ without limitation the rights to use, copy, modify, merge, publish,
++ distribute, sublicense, and/or sell copies of the Software, and to
++ permit persons to whom the Software is furnished to do so, subject to
++ the following conditions:
++ .
++ 1. Redistributions of source code must retain the above copyright
++ notice, this list of conditions and the following disclaimers.
++ 2. Redistributions in binary form must reproduce the above
++ copyright notice in the documentation and/or other materials
++ provided with the distribution.
++ 3. The name of W. Randolph Franklin may not be used to endorse or
++ promote products derived from this Software without specific
++ prior written permission.
++ .
++ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
++ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
++ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
++ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
++ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
++ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
++ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
++
++Files: cogl/tesselator/*
++Copyright: 1991-2000, Silicon Graphics, Inc.
++License: SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
++ Permission is hereby granted, free of charge, to any person obtaining a
++ copy of this software and associated documentation files (the "Software"),
++ to deal in the Software without restriction, including without limitation
++ the rights to use, copy, modify, merge, publish, distribute, sublicense,
++ and/or sell copies of the Software, and to permit persons to whom the
++ Software is furnished to do so, subject to the following conditions:
++ .
++ The above copyright notice including the dates of first publication and
++ either this permission notice or a reference to
++ http://oss.sgi.com/projects/FreeB/
++ shall be included in all copies or substantial portions of the Software.
++ .
++ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
++ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
++ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
++ SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
++ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
++ OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
++ SOFTWARE.
++ .
++ Except as contained in this notice, the name of Silicon Graphics, Inc.
++ shall not be used in advertising or otherwise to promote the sale, use or
++ other dealings in this Software without prior written authorization from
++ Silicon Graphics, Inc.
++
++Files: examples/android/*
++Copyright: 2010, The Android Open Source Project
++ 2011, Intel Corporation
++License: Apache-2.0
++ Licensed under the Apache License, Version 2.0 (the "License");
++ you may not use this file except in compliance with the License.
++ You may obtain a copy of the License at
++ .
++ http://www.apache.org/licenses/LICENSE-2.0
++ .
++ Unless required by applicable law or agreed to in writing, software
++ distributed under the License is distributed on an "AS IS" BASIS,
++ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
++ See the License for the specific language governing permissions and
++ limitations under the License.
++ .
++ On Debian systems, the full text of the Apache License version 2.0
++ can be found in the file
++ '/usr/share/common-licenses/Apache-2.0'.
++
++Files: debian/*
++Copyright: 2011, Rico Tzschichholz <ricotz@ubuntu.com>
++License: LGPL-2.1
++ This package is free software; you can redistribute it and/or
++ modify it under the terms of the GNU Lesser General Public
++ License as published by the Free Software Foundation; either
++ version 2.1 of the License, or (at your option) any later version.
++ .
++ This package is distributed in the hope that it will be useful,
++ but WITHOUT ANY WARRANTY; without even the implied warranty of
++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
++ Lesser General Public License for more details.
++ .
++ You should have received a copy of the GNU General Public License
++ along with this program. If not, see <http://www.gnu.org/licenses/>.
++ .
++ On Debian systems, the complete text of the GNU Lesser General
++ Public License can be found in "/usr/share/common-licenses/LGPL-2.1".
++
++Files: debian/patches/*
++Copyright: 2014, Andreas Henriksson <andreas@fatal.se>
++License: MIT
++
++License: MIT
++ Permission is hereby granted, free of charge, to any person obtaining a copy
++ of this software and associated documentation files (the "Software"), to deal
++ in the Software without restriction, including without limitation the rights
++ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
++ copies of the Software, and to permit persons to whom the Software is
++ furnished to do so, subject to the following conditions:
++ .
++ The above copyright notice and this permission notice shall be included in
++ all copies or substantial portions of the Software.
++ .
++ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
++ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
++ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
++ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
++ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
++ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
++ THE SOFTWARE.
--- /dev/null
--- /dev/null
++usr/lib/*/girepository-1.0/Cogl-*
--- /dev/null
--- /dev/null
++usr/lib/*/girepository-1.0/CoglGst-*
--- /dev/null
--- /dev/null
++usr/lib/*/girepository-1.0/CoglPango-*
--- /dev/null
--- /dev/null
++usr/share/cogl
++usr/share/locale
--- /dev/null
--- /dev/null
++usr/lib/*/libcogl.so
++usr/lib/*/pkgconfig/cogl-gl-*
++usr/lib/*/pkgconfig/cogl-1.0.pc
++usr/lib/*/pkgconfig/cogl-2.0-experimental.pc
++usr/include/cogl/cogl
++usr/share/gir-1.0/Cogl-*
--- /dev/null
--- /dev/null
++usr/share/gtk-doc/html
--- /dev/null
--- /dev/null
++usr/lib/*/libcogl-gles2.so.*
--- /dev/null
--- /dev/null
++libcogl-gles2.so.20 libcogl-gles2-20 #MINVER#
++ glActiveTexture@Base 1.17.4
++ glAttachShader@Base 1.17.4
++ glBindAttribLocation@Base 1.17.4
++ glBindBuffer@Base 1.17.4
++ glBindFramebuffer@Base 1.17.4
++ glBindRenderbuffer@Base 1.17.4
++ glBindTexture@Base 1.17.4
++ glBlendColor@Base 1.17.4
++ glBlendEquation@Base 1.17.4
++ glBlendEquationSeparate@Base 1.17.4
++ glBlendFunc@Base 1.17.4
++ glBlendFuncSeparate@Base 1.17.4
++ glBufferData@Base 1.17.4
++ glBufferSubData@Base 1.17.4
++ glCheckFramebufferStatus@Base 1.17.4
++ glClear@Base 1.17.4
++ glClearColor@Base 1.17.4
++ glClearDepthf@Base 1.17.4
++ glClearStencil@Base 1.17.4
++ glColorMask@Base 1.17.4
++ glCompileShader@Base 1.17.4
++ glCompressedTexImage2D@Base 1.17.4
++ glCompressedTexSubImage2D@Base 1.17.4
++ glCopyTexImage2D@Base 1.17.4
++ glCopyTexSubImage2D@Base 1.17.4
++ glCreateProgram@Base 1.17.4
++ glCreateShader@Base 1.17.4
++ glCullFace@Base 1.17.4
++ glDeleteBuffers@Base 1.17.4
++ glDeleteFramebuffers@Base 1.17.4
++ glDeleteProgram@Base 1.17.4
++ glDeleteRenderbuffers@Base 1.17.4
++ glDeleteShader@Base 1.17.4
++ glDeleteTextures@Base 1.17.4
++ glDepthFunc@Base 1.17.4
++ glDepthMask@Base 1.17.4
++ glDepthRangef@Base 1.17.4
++ glDetachShader@Base 1.17.4
++ glDisable@Base 1.17.4
++ glDisableVertexAttribArray@Base 1.17.4
++ glDrawArrays@Base 1.17.4
++ glDrawElements@Base 1.17.4
++ glEnable@Base 1.17.4
++ glEnableVertexAttribArray@Base 1.17.4
++ glFinish@Base 1.17.4
++ glFlush@Base 1.17.4
++ glFramebufferRenderbuffer@Base 1.17.4
++ glFramebufferTexture2D@Base 1.17.4
++ glFrontFace@Base 1.17.4
++ glGenBuffers@Base 1.17.4
++ glGenFramebuffers@Base 1.17.4
++ glGenRenderbuffers@Base 1.17.4
++ glGenTextures@Base 1.17.4
++ glGenerateMipmap@Base 1.17.4
++ glGetActiveAttrib@Base 1.17.4
++ glGetActiveUniform@Base 1.17.4
++ glGetAttachedShaders@Base 1.17.4
++ glGetAttribLocation@Base 1.17.4
++ glGetBooleanv@Base 1.17.4
++ glGetBufferParameteriv@Base 1.17.4
++ glGetError@Base 1.17.4
++ glGetFloatv@Base 1.17.4
++ glGetFramebufferAttachmentParameteriv@Base 1.17.4
++ glGetIntegerv@Base 1.17.4
++ glGetProgramInfoLog@Base 1.17.4
++ glGetProgramiv@Base 1.17.4
++ glGetRenderbufferParameteriv@Base 1.17.4
++ glGetShaderInfoLog@Base 1.17.4
++ glGetShaderPrecisionFormat@Base 1.17.4
++ glGetShaderSource@Base 1.17.4
++ glGetShaderiv@Base 1.17.4
++ glGetString@Base 1.17.4
++ glGetTexParameterfv@Base 1.17.4
++ glGetTexParameteriv@Base 1.17.4
++ glGetUniformLocation@Base 1.17.4
++ glGetUniformfv@Base 1.17.4
++ glGetUniformiv@Base 1.17.4
++ glGetVertexAttribPointerv@Base 1.17.4
++ glGetVertexAttribfv@Base 1.17.4
++ glGetVertexAttribiv@Base 1.17.4
++ glHint@Base 1.17.4
++ glIsBuffer@Base 1.17.4
++ glIsEnabled@Base 1.17.4
++ glIsFramebuffer@Base 1.17.4
++ glIsProgram@Base 1.17.4
++ glIsRenderbuffer@Base 1.17.4
++ glIsShader@Base 1.17.4
++ glIsTexture@Base 1.17.4
++ glLineWidth@Base 1.17.4
++ glLinkProgram@Base 1.17.4
++ glPixelStorei@Base 1.17.4
++ glPolygonOffset@Base 1.17.4
++ glReadPixels@Base 1.17.4
++ glReleaseShaderCompiler@Base 1.17.4
++ glRenderbufferStorage@Base 1.17.4
++ glSampleCoverage@Base 1.17.4
++ glScissor@Base 1.17.4
++ glShaderBinary@Base 1.17.4
++ glShaderSource@Base 1.17.4
++ glStencilFunc@Base 1.17.4
++ glStencilFuncSeparate@Base 1.17.4
++ glStencilMask@Base 1.17.4
++ glStencilMaskSeparate@Base 1.17.4
++ glStencilOp@Base 1.17.4
++ glStencilOpSeparate@Base 1.17.4
++ glTexImage2D@Base 1.17.4
++ glTexParameterf@Base 1.17.4
++ glTexParameterfv@Base 1.17.4
++ glTexParameteri@Base 1.17.4
++ glTexParameteriv@Base 1.17.4
++ glTexSubImage2D@Base 1.17.4
++ glUniform1f@Base 1.17.4
++ glUniform1fv@Base 1.17.4
++ glUniform1i@Base 1.17.4
++ glUniform1iv@Base 1.17.4
++ glUniform2f@Base 1.17.4
++ glUniform2fv@Base 1.17.4
++ glUniform2i@Base 1.17.4
++ glUniform2iv@Base 1.17.4
++ glUniform3f@Base 1.17.4
++ glUniform3fv@Base 1.17.4
++ glUniform3i@Base 1.17.4
++ glUniform3iv@Base 1.17.4
++ glUniform4f@Base 1.17.4
++ glUniform4fv@Base 1.17.4
++ glUniform4i@Base 1.17.4
++ glUniform4iv@Base 1.17.4
++ glUniformMatrix2fv@Base 1.17.4
++ glUniformMatrix3fv@Base 1.17.4
++ glUniformMatrix4fv@Base 1.17.4
++ glUseProgram@Base 1.17.4
++ glValidateProgram@Base 1.17.4
++ glVertexAttrib1f@Base 1.17.4
++ glVertexAttrib1fv@Base 1.17.4
++ glVertexAttrib2f@Base 1.17.4
++ glVertexAttrib2fv@Base 1.17.4
++ glVertexAttrib3f@Base 1.17.4
++ glVertexAttrib3fv@Base 1.17.4
++ glVertexAttrib4f@Base 1.17.4
++ glVertexAttrib4fv@Base 1.17.4
++ glVertexAttribPointer@Base 1.17.4
++ glViewport@Base 1.17.4
--- /dev/null
--- /dev/null
++usr/lib/*/libcogl-gles2.so
++usr/lib/*/pkgconfig/cogl-gles2-1.0.pc
++usr/lib/*/pkgconfig/cogl-gles2-2.0-experimental.pc
++usr/include/cogl/cogl-gles2
--- /dev/null
--- /dev/null
++usr/lib/*/libcogl-gst.so
++usr/lib/*/pkgconfig/cogl-gst*
++usr/include/cogl/cogl-gst/
++usr/share/gir-1.0/CoglGst-*
--- /dev/null
--- /dev/null
++usr/lib/*/libcogl-gst.so.*
--- /dev/null
--- /dev/null
++libcogl-gst.so.20 libcogl-gst20 #MINVER#
++ cogl_gst_rectangle_get_gtype@Base 1.20.0
++ cogl_gst_video_sink_attach_frame@Base 1.20.0
++ cogl_gst_video_sink_fit_size@Base 1.20.0
++ cogl_gst_video_sink_get_aspect@Base 1.20.0
++ cogl_gst_video_sink_get_free_layer@Base 1.20.0
++ cogl_gst_video_sink_get_height_for_width@Base 1.20.0
++ cogl_gst_video_sink_get_natural_height@Base 1.20.0
++ cogl_gst_video_sink_get_natural_size@Base 1.20.0
++ cogl_gst_video_sink_get_natural_width@Base 1.20.0
++ cogl_gst_video_sink_get_pipeline@Base 1.20.0
++ cogl_gst_video_sink_get_type@Base 1.20.0
++ cogl_gst_video_sink_get_width_for_height@Base 1.20.0
++ cogl_gst_video_sink_is_ready@Base 1.20.0
++ cogl_gst_video_sink_new@Base 1.20.0
++ cogl_gst_video_sink_set_context@Base 1.20.0
++ cogl_gst_video_sink_set_default_sample@Base 1.20.0
++ cogl_gst_video_sink_set_first_layer@Base 1.20.0
++ cogl_gst_video_sink_setup_pipeline@Base 1.20.0
--- /dev/null
--- /dev/null
++usr/lib/*/libcogl-pango.so
++usr/lib/*/pkgconfig/cogl-pango-*
++usr/include/cogl/cogl-pango/
++usr/share/gir-1.0/CoglPango-*
--- /dev/null
--- /dev/null
++usr/lib/*/libcogl-pango.so.*
--- /dev/null
--- /dev/null
++libcogl-pango.so.20 libcogl-pango20 #MINVER#
++ cogl_pango_ensure_glyph_cache_for_layout@Base 1.17.4
++ cogl_pango_font_map_clear_glyph_cache@Base 1.17.4
++ cogl_pango_font_map_create_context@Base 1.17.4
++ cogl_pango_font_map_get_renderer@Base 1.17.4
++ cogl_pango_font_map_get_use_mipmapping@Base 1.17.4
++ cogl_pango_font_map_new@Base 1.17.4
++ cogl_pango_font_map_set_resolution@Base 1.17.4
++ cogl_pango_font_map_set_use_mipmapping@Base 1.17.4
++ cogl_pango_glyph_cache_clear@Base 1.17.4
++ cogl_pango_glyph_cache_free@Base 1.17.4
++ cogl_pango_glyph_cache_lookup@Base 1.17.4
++ cogl_pango_glyph_cache_new@Base 1.17.4
++ cogl_pango_render_layout@Base 1.17.4
++ cogl_pango_render_layout_line@Base 1.17.4
++ cogl_pango_render_layout_subpixel@Base 1.17.4
++ cogl_pango_renderer_get_type@Base 1.17.4
++ cogl_pango_show_layout@Base 1.17.4
++ cogl_pango_show_layout_line@Base 1.17.4
--- /dev/null
--- /dev/null
++usr/lib/*/libcogl-path.so
++usr/lib/*/pkgconfig/cogl-path-*.pc
++usr/include/cogl/cogl-path
--- /dev/null
--- /dev/null
++usr/lib/*/libcogl-path.so.*
--- /dev/null
--- /dev/null
++libcogl-path.so.20 libcogl-path20 #MINVER#
++ cogl2_clip_push_from_path@Base 1.17.4
++ cogl2_path_arc@Base 1.17.4
++ cogl2_path_close@Base 1.17.4
++ cogl2_path_curve_to@Base 1.17.4
++ cogl2_path_ellipse@Base 1.17.4
++ cogl2_path_fill@Base 1.17.4
++ cogl2_path_get_fill_rule@Base 1.17.4
++ cogl2_path_line@Base 1.17.4
++ cogl2_path_line_to@Base 1.17.4
++ cogl2_path_move_to@Base 1.17.4
++ cogl2_path_new@Base 1.17.4
++ cogl2_path_polygon@Base 1.17.4
++ cogl2_path_polyline@Base 1.17.4
++ cogl2_path_rectangle@Base 1.17.4
++ cogl2_path_rel_curve_to@Base 1.17.4
++ cogl2_path_rel_line_to@Base 1.17.4
++ cogl2_path_rel_move_to@Base 1.17.4
++ cogl2_path_round_rectangle@Base 1.17.4
++ cogl2_path_set_fill_rule@Base 1.17.4
++ cogl2_path_stroke@Base 1.17.4
++ cogl_clip_push_from_path@Base 1.17.4
++ cogl_clip_push_from_path_preserve@Base 1.17.4
++ cogl_framebuffer_fill_path@Base 1.17.4
++ cogl_framebuffer_push_path_clip@Base 1.17.4
++ cogl_framebuffer_stroke_path@Base 1.17.4
++ cogl_get_path@Base 1.17.4
++ cogl_is_path@Base 1.17.4
++ cogl_path_arc@Base 1.17.4
++ cogl_path_close@Base 1.17.4
++ cogl_path_copy@Base 1.17.4
++ cogl_path_curve_to@Base 1.17.4
++ cogl_path_ellipse@Base 1.17.4
++ cogl_path_fill@Base 1.17.4
++ cogl_path_fill_preserve@Base 1.17.4
++ cogl_path_fill_rule_get_type@Base 1.17.4
++ cogl_path_get_fill_rule@Base 1.17.4
++ cogl_path_get_gtype@Base 1.18.0
++ cogl_path_line@Base 1.17.4
++ cogl_path_line_to@Base 1.17.4
++ cogl_path_move_to@Base 1.17.4
++ cogl_path_new@Base 1.17.4
++ cogl_path_polygon@Base 1.17.4
++ cogl_path_polyline@Base 1.17.4
++ cogl_path_rectangle@Base 1.17.4
++ cogl_path_rel_curve_to@Base 1.17.4
++ cogl_path_rel_line_to@Base 1.17.4
++ cogl_path_rel_move_to@Base 1.17.4
++ cogl_path_round_rectangle@Base 1.17.4
++ cogl_path_set_fill_rule@Base 1.17.4
++ cogl_path_stroke@Base 1.17.4
++ cogl_path_stroke_preserve@Base 1.17.4
++ cogl_set_path@Base 1.17.4
--- /dev/null
--- /dev/null
++NEWS
++README
--- /dev/null
--- /dev/null
++usr/lib/*/libcogl.so.*
--- /dev/null
--- /dev/null
++libcogl.so.20 libcogl20 #MINVER#
++ _cogl_atlas_add_reorganize_callback@Base 1.17.4
++ _cogl_atlas_new@Base 1.17.4
++ _cogl_atlas_reserve_space@Base 1.17.4
++ _cogl_atlas_texture_add_reorganize_callback@Base 1.17.4
++ _cogl_atlas_texture_remove_reorganize_callback@Base 1.17.4
++ _cogl_buffer_map_for_fill_or_fallback@Base 1.17.4
++ _cogl_buffer_unmap_for_fill_or_fallback@Base 1.17.4
++ _cogl_clip_stack_push_primitive@Base 1.17.4
++ _cogl_clip_stack_push_rectangle@Base 1.17.4
++ _cogl_context_get_default@Base 1.17.4
++ _cogl_debug_flags@Base 1.17.4
++ _cogl_debug_instances@Base 1.17.4
++ _cogl_framebuffer_get_modelview_stack@Base 1.17.4
++ _cogl_framebuffer_get_projection_stack@Base 1.17.4
++ _cogl_framebuffer_get_stencil_bits@Base 1.17.4
++ _cogl_object_default_unref@Base 1.17.4
++ _cogl_pipeline_foreach_layer_internal@Base 1.17.4
++ _cogl_pipeline_layer_get_texture@Base 1.17.4
++ _cogl_pipeline_layer_get_texture_real@Base 1.17.4
++ _cogl_pipeline_layer_get_texture_type@Base 1.17.4
++ _cogl_pipeline_prune_to_n_layers@Base 1.17.4
++ _cogl_primitive_draw@Base 1.17.4
++ _cogl_texture_can_hardware_repeat@Base 1.17.4
++ _cogl_texture_get_format@Base 1.17.4
++ cogl_angle_cos@Base 1.17.4
++ cogl_angle_sin@Base 1.17.4
++ cogl_angle_tan@Base 1.17.4
++ cogl_atlas_texture_get_gtype@Base 1.18.0
++ cogl_atlas_texture_new_from_bitmap@Base 1.17.4
++ cogl_atlas_texture_new_from_data@Base 1.17.4
++ cogl_atlas_texture_new_from_file@Base 1.17.4
++ cogl_atlas_texture_new_with_size@Base 1.17.4
++ cogl_attribute_buffer_get_gtype@Base 1.18.0
++ cogl_attribute_buffer_new@Base 1.17.4
++ cogl_attribute_buffer_new_with_size@Base 1.17.4
++ cogl_attribute_get_buffer@Base 1.17.4
++ cogl_attribute_get_gtype@Base 1.18.0
++ cogl_attribute_get_normalized@Base 1.17.4
++ cogl_attribute_new@Base 1.17.4
++ cogl_attribute_new_const_1f@Base 1.17.4
++ cogl_attribute_new_const_2f@Base 1.17.4
++ cogl_attribute_new_const_2fv@Base 1.17.4
++ cogl_attribute_new_const_2x2fv@Base 1.17.4
++ cogl_attribute_new_const_3f@Base 1.17.4
++ cogl_attribute_new_const_3fv@Base 1.17.4
++ cogl_attribute_new_const_3x3fv@Base 1.17.4
++ cogl_attribute_new_const_4f@Base 1.17.4
++ cogl_attribute_new_const_4fv@Base 1.17.4
++ cogl_attribute_new_const_4x4fv@Base 1.17.4
++ cogl_attribute_set_buffer@Base 1.17.4
++ cogl_attribute_set_normalized@Base 1.17.4
++ cogl_attribute_type_get_type@Base 1.17.4
++ cogl_begin_gl@Base 1.17.4
++ cogl_bitmap_error_get_type@Base 1.17.4
++ cogl_bitmap_error_quark@Base 1.17.4
++ cogl_bitmap_get_buffer@Base 1.17.4
++ cogl_bitmap_get_format@Base 1.17.4
++ cogl_bitmap_get_gtype@Base 1.18.0
++ cogl_bitmap_get_height@Base 1.17.4
++ cogl_bitmap_get_rowstride@Base 1.17.4
++ cogl_bitmap_get_size_from_file@Base 1.17.4
++ cogl_bitmap_get_width@Base 1.17.4
++ cogl_bitmap_new_for_data@Base 1.17.4
++ cogl_bitmap_new_from_buffer@Base 1.17.4
++ cogl_bitmap_new_from_file@Base 1.17.4
++ cogl_bitmap_new_with_size@Base 1.17.4
++ cogl_blend_string_error_get_type@Base 1.17.4
++ cogl_blend_string_error_quark@Base 1.17.4
++ cogl_buffer_bit_get_type@Base 1.17.4
++ cogl_buffer_get_size@Base 1.17.4
++ cogl_buffer_get_update_hint@Base 1.17.4
++ cogl_buffer_map@Base 1.17.4
++ cogl_buffer_map_range@Base 1.17.4
++ cogl_buffer_set_data@Base 1.17.4
++ cogl_buffer_set_update_hint@Base 1.17.4
++ cogl_buffer_target_get_type@Base 1.17.4
++ cogl_buffer_unmap@Base 1.17.4
++ cogl_check_extension@Base 1.17.4
++ cogl_clear@Base 1.17.4
++ cogl_clip_ensure@Base 1.17.4
++ cogl_clip_pop@Base 1.17.4
++ cogl_clip_push@Base 1.17.4
++ cogl_clip_push_primitive@Base 1.17.4
++ cogl_clip_push_rectangle@Base 1.17.4
++ cogl_clip_push_window_rect@Base 1.17.4
++ cogl_clip_push_window_rectangle@Base 1.17.4
++ cogl_clip_stack_restore@Base 1.17.4
++ cogl_clip_stack_save@Base 1.17.4
++ cogl_clutter_check_extension_CLUTTER@Base 1.17.4
++ cogl_clutter_winsys_has_feature_CLUTTER@Base 1.17.4
++ cogl_clutter_winsys_xlib_get_visual_info_CLUTTER@Base 1.17.4
++ cogl_color_copy@Base 1.17.4
++ cogl_color_equal@Base 1.17.4
++ cogl_color_free@Base 1.17.4
++ cogl_color_get_alpha@Base 1.17.4
++ cogl_color_get_alpha_byte@Base 1.17.4
++ cogl_color_get_alpha_float@Base 1.17.4
++ cogl_color_get_blue@Base 1.17.4
++ cogl_color_get_blue_byte@Base 1.17.4
++ cogl_color_get_blue_float@Base 1.17.4
++ cogl_color_get_green@Base 1.17.4
++ cogl_color_get_green_byte@Base 1.17.4
++ cogl_color_get_green_float@Base 1.17.4
++ cogl_color_get_gtype@Base 1.18.0
++ cogl_color_get_red@Base 1.17.4
++ cogl_color_get_red_byte@Base 1.17.4
++ cogl_color_get_red_float@Base 1.17.4
++ cogl_color_init_from_4f@Base 1.17.4
++ cogl_color_init_from_4fv@Base 1.17.4
++ cogl_color_init_from_4ub@Base 1.17.4
++ cogl_color_init_from_hsl@Base 1.17.4
++ cogl_color_mask_get_type@Base 1.17.4
++ cogl_color_new@Base 1.17.4
++ cogl_color_premultiply@Base 1.17.4
++ cogl_color_set_alpha@Base 1.17.4
++ cogl_color_set_alpha_byte@Base 1.17.4
++ cogl_color_set_alpha_float@Base 1.17.4
++ cogl_color_set_blue@Base 1.17.4
++ cogl_color_set_blue_byte@Base 1.17.4
++ cogl_color_set_blue_float@Base 1.17.4
++ cogl_color_set_from_4f@Base 1.17.4
++ cogl_color_set_from_4ub@Base 1.17.4
++ cogl_color_set_green@Base 1.17.4
++ cogl_color_set_green_byte@Base 1.17.4
++ cogl_color_set_green_float@Base 1.17.4
++ cogl_color_set_red@Base 1.17.4
++ cogl_color_set_red_byte@Base 1.17.4
++ cogl_color_set_red_float@Base 1.17.4
++ cogl_color_to_hsl@Base 1.17.4
++ cogl_color_unpremultiply@Base 1.17.4
++ cogl_context_get_display@Base 1.17.4
++ cogl_context_get_gtype@Base 1.18.0
++ cogl_context_get_renderer@Base 1.17.4
++ cogl_context_new@Base 1.17.4
++ cogl_create_program@Base 1.17.4
++ cogl_create_shader@Base 1.17.4
++ cogl_debug_matrix_entry_print@Base 1.17.4
++ cogl_debug_matrix_print@Base 1.17.4
++ cogl_debug_object_foreach_type@Base 1.17.4
++ cogl_debug_object_print_instances@Base 1.17.4
++ cogl_depth_state_get_range@Base 1.17.4
++ cogl_depth_state_get_test_enabled@Base 1.17.4
++ cogl_depth_state_get_test_function@Base 1.17.4
++ cogl_depth_state_get_write_enabled@Base 1.17.4
++ cogl_depth_state_init@Base 1.17.4
++ cogl_depth_state_set_range@Base 1.17.4
++ cogl_depth_state_set_test_enabled@Base 1.17.4
++ cogl_depth_state_set_test_function@Base 1.17.4
++ cogl_depth_state_set_write_enabled@Base 1.17.4
++ cogl_depth_test_function_get_type@Base 1.17.4
++ cogl_disable_fog@Base 1.17.4
++ cogl_display_get_gtype@Base 1.18.0
++ cogl_display_get_renderer@Base 1.17.4
++ cogl_display_new@Base 1.17.4
++ cogl_display_set_onscreen_template@Base 1.17.4
++ cogl_display_setup@Base 1.17.4
++ cogl_double_to_fixed@Base 1.17.4
++ cogl_double_to_int@Base 1.17.4
++ cogl_double_to_uint@Base 1.17.4
++ cogl_egl_context_get_egl_context@Base 1.18.0
++ cogl_egl_context_get_egl_display@Base 1.17.4
++ cogl_end_gl@Base 1.17.4
++ cogl_error_copy@Base 1.17.4
++ cogl_error_free@Base 1.17.4
++ cogl_error_matches@Base 1.17.4
++ cogl_euler_copy@Base 1.17.4
++ cogl_euler_equal@Base 1.17.4
++ cogl_euler_free@Base 1.17.4
++ cogl_euler_get_gtype@Base 1.18.0
++ cogl_euler_init@Base 1.17.4
++ cogl_euler_init_from_matrix@Base 1.17.4
++ cogl_feature_flags_get_type@Base 1.17.4
++ cogl_features_available@Base 1.17.4
++ cogl_fence_closure_get_user_data@Base 1.17.4
++ cogl_fixed_atan2@Base 1.17.4
++ cogl_fixed_atan@Base 1.17.4
++ cogl_fixed_cos@Base 1.17.4
++ cogl_fixed_div@Base 1.17.4
++ cogl_fixed_get_type@Base 1.17.4
++ cogl_fixed_log2@Base 1.17.4
++ cogl_fixed_mul@Base 1.17.4
++ cogl_fixed_mul_div@Base 1.17.4
++ cogl_fixed_pow2@Base 1.17.4
++ cogl_fixed_pow@Base 1.17.4
++ cogl_fixed_sin@Base 1.17.4
++ cogl_fixed_sqrt@Base 1.17.4
++ cogl_fixed_tan@Base 1.17.4
++ cogl_flush@Base 1.17.4
++ cogl_fog_mode_get_type@Base 1.17.4
++ cogl_foreach_feature@Base 1.17.4
++ cogl_frame_closure_get_gtype@Base 1.18.0
++ cogl_frame_info_get_frame_counter@Base 1.17.4
++ cogl_frame_info_get_gtype@Base 1.18.0
++ cogl_frame_info_get_output@Base 1.17.4
++ cogl_frame_info_get_presentation_time@Base 1.17.4
++ cogl_frame_info_get_refresh_rate@Base 1.17.4
++ cogl_framebuffer_add_fence_callback@Base 1.17.4
++ cogl_framebuffer_allocate@Base 1.17.4
++ cogl_framebuffer_cancel_fence_callback@Base 1.17.4
++ cogl_framebuffer_clear4f@Base 1.17.4
++ cogl_framebuffer_clear@Base 1.17.4
++ cogl_framebuffer_discard_buffers@Base 1.17.4
++ cogl_framebuffer_draw_attributes@Base 1.17.4
++ cogl_framebuffer_draw_indexed_attributes@Base 1.17.4
++ cogl_framebuffer_draw_multitextured_rectangle@Base 1.17.4
++ cogl_framebuffer_draw_primitive@Base 1.17.4
++ cogl_framebuffer_draw_rectangle@Base 1.17.4
++ cogl_framebuffer_draw_rectangles@Base 1.17.4
++ cogl_framebuffer_draw_textured_rectangle@Base 1.17.4
++ cogl_framebuffer_draw_textured_rectangles@Base 1.17.4
++ cogl_framebuffer_error_quark@Base 1.17.4
++ cogl_framebuffer_finish@Base 1.17.4
++ cogl_framebuffer_frustum@Base 1.17.4
++ cogl_framebuffer_get_alpha_bits@Base 1.17.4
++ cogl_framebuffer_get_blue_bits@Base 1.17.4
++ cogl_framebuffer_get_color_format@Base 1.17.4
++ cogl_framebuffer_get_color_mask@Base 1.17.4
++ cogl_framebuffer_get_context@Base 1.17.4
++ cogl_framebuffer_get_depth_bits@Base 1.17.4
++ cogl_framebuffer_get_depth_texture@Base 1.17.4
++ cogl_framebuffer_get_depth_texture_enabled@Base 1.17.4
++ cogl_framebuffer_get_depth_write_enabled@Base 1.17.4
++ cogl_framebuffer_get_dither_enabled@Base 1.17.4
++ cogl_framebuffer_get_green_bits@Base 1.17.4
++ cogl_framebuffer_get_gtype@Base 1.18.0
++ cogl_framebuffer_get_height@Base 1.17.4
++ cogl_framebuffer_get_is_stereo@Base 1.20.0
++ cogl_framebuffer_get_modelview_matrix@Base 1.17.4
++ cogl_framebuffer_get_projection_matrix@Base 1.17.4
++ cogl_framebuffer_get_red_bits@Base 1.17.4
++ cogl_framebuffer_get_samples_per_pixel@Base 1.17.4
++ cogl_framebuffer_get_stereo_mode@Base 1.20.0
++ cogl_framebuffer_get_viewport4fv@Base 1.17.4
++ cogl_framebuffer_get_viewport_height@Base 1.17.4
++ cogl_framebuffer_get_viewport_width@Base 1.17.4
++ cogl_framebuffer_get_viewport_x@Base 1.17.4
++ cogl_framebuffer_get_viewport_y@Base 1.17.4
++ cogl_framebuffer_get_width@Base 1.17.4
++ cogl_framebuffer_identity_matrix@Base 1.17.4
++ cogl_framebuffer_orthographic@Base 1.17.4
++ cogl_framebuffer_perspective@Base 1.17.4
++ cogl_framebuffer_pop_clip@Base 1.17.4
++ cogl_framebuffer_pop_matrix@Base 1.17.4
++ cogl_framebuffer_push_matrix@Base 1.17.4
++ cogl_framebuffer_push_primitive_clip@Base 1.17.4
++ cogl_framebuffer_push_rectangle_clip@Base 1.17.4
++ cogl_framebuffer_push_scissor_clip@Base 1.17.4
++ cogl_framebuffer_read_pixels@Base 1.17.4
++ cogl_framebuffer_read_pixels_into_bitmap@Base 1.17.4
++ cogl_framebuffer_resolve_samples@Base 1.17.4
++ cogl_framebuffer_resolve_samples_region@Base 1.17.4
++ cogl_framebuffer_rotate@Base 1.17.4
++ cogl_framebuffer_rotate_euler@Base 1.17.4
++ cogl_framebuffer_rotate_quaternion@Base 1.17.4
++ cogl_framebuffer_scale@Base 1.17.4
++ cogl_framebuffer_set_color_mask@Base 1.17.4
++ cogl_framebuffer_set_depth_texture_enabled@Base 1.17.4
++ cogl_framebuffer_set_depth_write_enabled@Base 1.17.4
++ cogl_framebuffer_set_dither_enabled@Base 1.17.4
++ cogl_framebuffer_set_modelview_matrix@Base 1.17.4
++ cogl_framebuffer_set_projection_matrix@Base 1.17.4
++ cogl_framebuffer_set_samples_per_pixel@Base 1.17.4
++ cogl_framebuffer_set_stereo_mode@Base 1.20.0
++ cogl_framebuffer_set_viewport@Base 1.17.4
++ cogl_framebuffer_transform@Base 1.17.4
++ cogl_framebuffer_translate@Base 1.17.4
++ cogl_framebuffer_vdraw_attributes@Base 1.17.4
++ cogl_framebuffer_vdraw_indexed_attributes@Base 1.17.4
++ cogl_frustum@Base 1.17.4
++ cogl_get_backface_culling_enabled@Base 1.17.4
++ cogl_get_bitmasks@Base 1.17.4
++ cogl_get_clock_time@Base 1.17.4
++ cogl_get_depth_test_enabled@Base 1.17.4
++ cogl_get_draw_framebuffer@Base 1.17.4
++ cogl_get_features@Base 1.17.4
++ cogl_get_modelview_matrix@Base 1.17.4
++ cogl_get_option_group@Base 1.17.4
++ cogl_get_proc_address@Base 1.17.4
++ cogl_get_projection_matrix@Base 1.17.4
++ cogl_get_rectangle_indices@Base 1.17.4
++ cogl_get_source@Base 1.17.4
++ cogl_get_static_identity_quaternion@Base 1.17.4
++ cogl_get_static_zero_quaternion@Base 1.17.4
++ cogl_get_viewport@Base 1.17.4
++ cogl_gles2_context_get_gtype@Base 1.18.0
++ cogl_gles2_context_get_vtable@Base 1.17.4
++ cogl_gles2_context_new@Base 1.17.4
++ cogl_gles2_get_current_vtable@Base 1.17.4
++ cogl_gles2_texture_2d_new_from_handle@Base 1.17.4
++ cogl_gles2_texture_get_handle@Base 1.17.4
++ cogl_glib_renderer_source_new@Base 1.17.4
++ cogl_glib_source_new@Base 1.17.4
++ cogl_glx_context_get_glx_context@Base 1.18.0
++ cogl_gtype_matrix_get_type@Base 1.18.0
++ cogl_handle_get_type@Base 1.17.4
++ cogl_handle_ref@Base 1.17.4
++ cogl_handle_unref@Base 1.17.4
++ cogl_has_feature@Base 1.17.4
++ cogl_has_features@Base 1.17.4
++ cogl_index_buffer_get_gtype@Base 1.18.0
++ cogl_index_buffer_new@Base 1.17.4
++ cogl_indices_get_buffer@Base 1.17.4
++ cogl_indices_get_gtype@Base 1.18.0
++ cogl_indices_get_offset@Base 1.17.4
++ cogl_indices_get_type@Base 1.17.4
++ cogl_indices_new@Base 1.17.4
++ cogl_indices_new_for_buffer@Base 1.17.4
++ cogl_indices_set_offset@Base 1.17.4
++ cogl_indices_type_get_type@Base 1.17.4
++ cogl_is_atlas_texture@Base 1.17.4
++ cogl_is_attribute@Base 1.17.4
++ cogl_is_attribute_buffer@Base 1.17.4
++ cogl_is_bitmap@Base 1.17.4
++ cogl_is_buffer@Base 1.17.4
++ cogl_is_context@Base 1.17.4
++ cogl_is_display@Base 1.17.4
++ cogl_is_frame_info@Base 1.17.4
++ cogl_is_framebuffer@Base 1.17.4
++ cogl_is_gles2_context@Base 1.17.4
++ cogl_is_index_buffer@Base 1.17.4
++ cogl_is_indices@Base 1.17.4
++ cogl_is_material@Base 1.17.4
++ cogl_is_matrix_stack@Base 1.17.4
++ cogl_is_offscreen@Base 1.17.4
++ cogl_is_onscreen@Base 1.17.4
++ cogl_is_onscreen_template@Base 1.17.4
++ cogl_is_output@Base 1.17.4
++ cogl_is_pipeline@Base 1.17.4
++ cogl_is_pixel_buffer@Base 1.17.4
++ cogl_is_primitive@Base 1.17.4
++ cogl_is_primitive_texture@Base 1.17.4
++ cogl_is_program@Base 1.17.4
++ cogl_is_renderer@Base 1.17.4
++ cogl_is_shader@Base 1.17.4
++ cogl_is_snippet@Base 1.17.4
++ cogl_is_sub_texture@Base 1.17.4
++ cogl_is_swap_chain@Base 1.17.4
++ cogl_is_texture@Base 1.17.4
++ cogl_is_texture_2d@Base 1.17.4
++ cogl_is_texture_2d_sliced@Base 1.17.4
++ cogl_is_texture_3d@Base 1.17.4
++ cogl_is_texture_pixmap_x11@Base 1.17.4
++ cogl_is_texture_rectangle@Base 1.17.4
++ cogl_is_vertex_buffer@Base 1.17.4
++ cogl_is_vertex_buffer_indices@Base 1.17.4
++ (arch=linux-any)cogl_kms_display_queue_modes_reset@Base 1.17.4
++ (arch=linux-any)cogl_kms_display_set_ignore_crtc@Base 1.18.2
++ (arch=linux-any)cogl_kms_display_set_layout@Base 1.17.4
++ (arch=linux-any)cogl_kms_renderer_get_gbm@Base 1.18.2
++ (arch=linux-any)cogl_kms_renderer_get_kms_fd@Base 1.17.4
++ (arch=linux-any)cogl_kms_renderer_set_kms_fd@Base 1.18.0
++ cogl_material_alpha_func_get_type@Base 1.17.4
++ cogl_material_copy@Base 1.17.4
++ cogl_material_filter_get_type@Base 1.17.4
++ cogl_material_foreach_layer@Base 1.17.4
++ cogl_material_get_ambient@Base 1.17.4
++ cogl_material_get_color@Base 1.17.4
++ cogl_material_get_depth_state@Base 1.17.4
++ cogl_material_get_diffuse@Base 1.17.4
++ cogl_material_get_emission@Base 1.17.4
++ cogl_material_get_layer_point_sprite_coords_enabled@Base 1.17.4
++ cogl_material_get_layer_wrap_mode_p@Base 1.17.4
++ cogl_material_get_layer_wrap_mode_s@Base 1.17.4
++ cogl_material_get_layer_wrap_mode_t@Base 1.17.4
++ cogl_material_get_layers@Base 1.17.4
++ cogl_material_get_n_layers@Base 1.17.4
++ cogl_material_get_point_size@Base 1.17.4
++ cogl_material_get_shininess@Base 1.17.4
++ cogl_material_get_specular@Base 1.17.4
++ cogl_material_get_user_program@Base 1.17.4
++ cogl_material_layer_get_mag_filter@Base 1.17.4
++ cogl_material_layer_get_min_filter@Base 1.17.4
++ cogl_material_layer_get_texture@Base 1.17.4
++ cogl_material_layer_get_type@Base 1.17.4
++ cogl_material_layer_get_wrap_mode_p@Base 1.17.4
++ cogl_material_layer_get_wrap_mode_s@Base 1.17.4
++ cogl_material_layer_get_wrap_mode_t@Base 1.17.4
++ cogl_material_layer_type_get_type@Base 1.17.4
++ cogl_material_new@Base 1.17.4
++ cogl_material_ref@Base 1.17.4
++ cogl_material_remove_layer@Base 1.17.4
++ cogl_material_set_alpha_test_function@Base 1.17.4
++ cogl_material_set_ambient@Base 1.17.4
++ cogl_material_set_ambient_and_diffuse@Base 1.17.4
++ cogl_material_set_blend@Base 1.17.4
++ cogl_material_set_blend_constant@Base 1.17.4
++ cogl_material_set_color4f@Base 1.17.4
++ cogl_material_set_color4ub@Base 1.17.4
++ cogl_material_set_color@Base 1.17.4
++ cogl_material_set_depth_state@Base 1.17.4
++ cogl_material_set_diffuse@Base 1.17.4
++ cogl_material_set_emission@Base 1.17.4
++ cogl_material_set_layer@Base 1.17.4
++ cogl_material_set_layer_combine@Base 1.17.4
++ cogl_material_set_layer_combine_constant@Base 1.17.4
++ cogl_material_set_layer_filters@Base 1.17.4
++ cogl_material_set_layer_matrix@Base 1.17.4
++ cogl_material_set_layer_point_sprite_coords_enabled@Base 1.17.4
++ cogl_material_set_layer_wrap_mode@Base 1.17.4
++ cogl_material_set_layer_wrap_mode_p@Base 1.17.4
++ cogl_material_set_layer_wrap_mode_s@Base 1.17.4
++ cogl_material_set_layer_wrap_mode_t@Base 1.17.4
++ cogl_material_set_point_size@Base 1.17.4
++ cogl_material_set_shininess@Base 1.17.4
++ cogl_material_set_specular@Base 1.17.4
++ cogl_material_set_user_program@Base 1.17.4
++ cogl_material_unref@Base 1.17.4
++ cogl_material_wrap_mode_get_type@Base 1.17.4
++ cogl_matrix_copy@Base 1.17.4
++ cogl_matrix_entry_calculate_translation@Base 1.17.4
++ cogl_matrix_entry_equal@Base 1.17.4
++ cogl_matrix_entry_get@Base 1.17.4
++ cogl_matrix_entry_get_gtype@Base 1.18.0
++ cogl_matrix_entry_is_identity@Base 1.17.4
++ cogl_matrix_entry_ref@Base 1.17.4
++ cogl_matrix_entry_unref@Base 1.17.4
++ cogl_matrix_equal@Base 1.17.4
++ cogl_matrix_free@Base 1.17.4
++ cogl_matrix_frustum@Base 1.17.4
++ cogl_matrix_get_array@Base 1.17.4
++ cogl_matrix_get_gtype@Base 1.18.0
++ cogl_matrix_get_inverse@Base 1.17.4
++ cogl_matrix_init_from_array@Base 1.17.4
++ cogl_matrix_init_from_euler@Base 1.17.4
++ cogl_matrix_init_from_quaternion@Base 1.17.4
++ cogl_matrix_init_identity@Base 1.17.4
++ cogl_matrix_init_translation@Base 1.17.4
++ cogl_matrix_is_identity@Base 1.17.4
++ cogl_matrix_look_at@Base 1.17.4
++ cogl_matrix_multiply@Base 1.17.4
++ cogl_matrix_ortho@Base 1.17.4
++ cogl_matrix_orthographic@Base 1.17.4
++ cogl_matrix_perspective@Base 1.17.4
++ cogl_matrix_project_points@Base 1.17.4
++ cogl_matrix_rotate@Base 1.17.4
++ cogl_matrix_rotate_euler@Base 1.17.4
++ cogl_matrix_rotate_quaternion@Base 1.17.4
++ cogl_matrix_scale@Base 1.17.4
++ cogl_matrix_stack_frustum@Base 1.17.4
++ cogl_matrix_stack_get@Base 1.17.4
++ cogl_matrix_stack_get_entry@Base 1.17.4
++ cogl_matrix_stack_get_gtype@Base 1.18.0
++ cogl_matrix_stack_get_inverse@Base 1.17.4
++ cogl_matrix_stack_load_identity@Base 1.17.4
++ cogl_matrix_stack_multiply@Base 1.17.4
++ cogl_matrix_stack_new@Base 1.17.4
++ cogl_matrix_stack_orthographic@Base 1.17.4
++ cogl_matrix_stack_perspective@Base 1.17.4
++ cogl_matrix_stack_pop@Base 1.17.4
++ cogl_matrix_stack_push@Base 1.17.4
++ cogl_matrix_stack_rotate@Base 1.17.4
++ cogl_matrix_stack_rotate_euler@Base 1.17.4
++ cogl_matrix_stack_rotate_quaternion@Base 1.17.4
++ cogl_matrix_stack_scale@Base 1.17.4
++ cogl_matrix_stack_set@Base 1.17.4
++ cogl_matrix_stack_translate@Base 1.17.4
++ cogl_matrix_transform_point@Base 1.17.4
++ cogl_matrix_transform_points@Base 1.17.4
++ cogl_matrix_translate@Base 1.17.4
++ cogl_matrix_transpose@Base 1.17.4
++ cogl_matrix_view_2d_in_frustum@Base 1.17.4
++ cogl_matrix_view_2d_in_perspective@Base 1.17.4
++ cogl_meta_texture_foreach_in_region@Base 1.17.4
++ cogl_object_get_gtype@Base 1.18.0
++ cogl_object_get_user_data@Base 1.17.4
++ cogl_object_ref@Base 1.17.4
++ cogl_object_set_user_data@Base 1.17.4
++ cogl_object_unref@Base 1.17.4
++ cogl_object_value_get_object@Base 1.18.0
++ cogl_object_value_set_object@Base 1.18.0
++ cogl_offscreen_get_gtype@Base 1.18.0
++ cogl_offscreen_new_to_texture@Base 1.17.4
++ cogl_offscreen_new_with_texture@Base 1.17.4
++ cogl_offscreen_ref@Base 1.17.4
++ cogl_offscreen_unref@Base 1.17.4
++ cogl_onscreen_add_dirty_callback@Base 1.17.4
++ cogl_onscreen_add_frame_callback@Base 1.17.4
++ cogl_onscreen_add_resize_callback@Base 1.17.4
++ cogl_onscreen_add_swap_buffers_callback@Base 1.17.4
++ cogl_onscreen_clutter_backend_set_size_CLUTTER@Base 1.17.4
++ cogl_onscreen_dirty_closure_get_gtype@Base 1.18.0
++ cogl_onscreen_get_buffer_age@Base 1.17.4
++ cogl_onscreen_get_frame_counter@Base 1.17.4
++ cogl_onscreen_get_gtype@Base 1.18.0
++ cogl_onscreen_get_resizable@Base 1.17.4
++ cogl_onscreen_hide@Base 1.17.4
++ cogl_onscreen_new@Base 1.17.4
++ cogl_onscreen_remove_dirty_callback@Base 1.17.4
++ cogl_onscreen_remove_frame_callback@Base 1.17.4
++ cogl_onscreen_remove_resize_callback@Base 1.17.4
++ cogl_onscreen_remove_swap_buffers_callback@Base 1.17.4
++ cogl_onscreen_resize_closure_get_gtype@Base 1.18.0
++ cogl_onscreen_set_resizable@Base 1.17.4
++ cogl_onscreen_set_swap_throttled@Base 1.17.4
++ cogl_onscreen_show@Base 1.17.4
++ cogl_onscreen_swap_buffers@Base 1.17.4
++ cogl_onscreen_swap_buffers_with_damage@Base 1.17.4
++ cogl_onscreen_swap_region@Base 1.17.4
++ cogl_onscreen_template_get_gtype@Base 1.18.0
++ cogl_onscreen_template_new@Base 1.17.4
++ cogl_onscreen_template_set_samples_per_pixel@Base 1.17.4
++ cogl_onscreen_template_set_stereo_enabled@Base 1.20.0
++ cogl_onscreen_template_set_swap_throttled@Base 1.17.4
++ cogl_ortho@Base 1.17.4
++ cogl_output_get_gtype@Base 1.18.0
++ cogl_output_get_height@Base 1.17.4
++ cogl_output_get_mm_height@Base 1.17.4
++ cogl_output_get_mm_width@Base 1.17.4
++ cogl_output_get_refresh_rate@Base 1.17.4
++ cogl_output_get_subpixel_order@Base 1.17.4
++ cogl_output_get_width@Base 1.17.4
++ cogl_output_get_x@Base 1.17.4
++ cogl_output_get_y@Base 1.17.4
++ cogl_perspective@Base 1.17.4
++ cogl_pipeline_add_layer_snippet@Base 1.17.4
++ cogl_pipeline_add_snippet@Base 1.17.4
++ cogl_pipeline_copy@Base 1.17.4
++ cogl_pipeline_foreach_layer@Base 1.17.4
++ cogl_pipeline_get_alpha_test_function@Base 1.17.4
++ cogl_pipeline_get_alpha_test_reference@Base 1.17.4
++ cogl_pipeline_get_ambient@Base 1.17.4
++ cogl_pipeline_get_color@Base 1.17.4
++ cogl_pipeline_get_color_mask@Base 1.17.4
++ cogl_pipeline_get_cull_face_mode@Base 1.17.4
++ cogl_pipeline_get_depth_state@Base 1.17.4
++ cogl_pipeline_get_diffuse@Base 1.17.4
++ cogl_pipeline_get_emission@Base 1.17.4
++ cogl_pipeline_get_front_face_winding@Base 1.17.4
++ cogl_pipeline_get_gtype@Base 1.18.0
++ cogl_pipeline_get_layer_mag_filter@Base 1.17.4
++ cogl_pipeline_get_layer_min_filter@Base 1.17.4
++ cogl_pipeline_get_layer_point_sprite_coords_enabled@Base 1.17.4
++ cogl_pipeline_get_layer_texture@Base 1.17.4
++ cogl_pipeline_get_layer_wrap_mode_p@Base 1.17.4
++ cogl_pipeline_get_layer_wrap_mode_s@Base 1.17.4
++ cogl_pipeline_get_layer_wrap_mode_t@Base 1.17.4
++ cogl_pipeline_get_n_layers@Base 1.17.4
++ cogl_pipeline_get_per_vertex_point_size@Base 1.17.4
++ cogl_pipeline_get_point_size@Base 1.17.4
++ cogl_pipeline_get_shininess@Base 1.17.4
++ cogl_pipeline_get_specular@Base 1.17.4
++ cogl_pipeline_get_uniform_location@Base 1.17.4
++ cogl_pipeline_get_user_program@Base 1.17.4
++ cogl_pipeline_new@Base 1.17.4
++ cogl_pipeline_remove_layer@Base 1.17.4
++ cogl_pipeline_set_alpha_test_function@Base 1.17.4
++ cogl_pipeline_set_ambient@Base 1.17.4
++ cogl_pipeline_set_ambient_and_diffuse@Base 1.17.4
++ cogl_pipeline_set_blend@Base 1.17.4
++ cogl_pipeline_set_blend_constant@Base 1.17.4
++ cogl_pipeline_set_color4f@Base 1.17.4
++ cogl_pipeline_set_color4ub@Base 1.17.4
++ cogl_pipeline_set_color@Base 1.17.4
++ cogl_pipeline_set_color_mask@Base 1.17.4
++ cogl_pipeline_set_cull_face_mode@Base 1.17.4
++ cogl_pipeline_set_depth_state@Base 1.17.4
++ cogl_pipeline_set_diffuse@Base 1.17.4
++ cogl_pipeline_set_emission@Base 1.17.4
++ cogl_pipeline_set_front_face_winding@Base 1.17.4
++ cogl_pipeline_set_layer_combine@Base 1.17.4
++ cogl_pipeline_set_layer_combine_constant@Base 1.17.4
++ cogl_pipeline_set_layer_filters@Base 1.17.4
++ cogl_pipeline_set_layer_matrix@Base 1.17.4
++ cogl_pipeline_set_layer_null_texture@Base 1.17.4
++ cogl_pipeline_set_layer_point_sprite_coords_enabled@Base 1.17.4
++ cogl_pipeline_set_layer_texture@Base 1.17.4
++ cogl_pipeline_set_layer_wrap_mode@Base 1.17.4
++ cogl_pipeline_set_layer_wrap_mode_p@Base 1.17.4
++ cogl_pipeline_set_layer_wrap_mode_s@Base 1.17.4
++ cogl_pipeline_set_layer_wrap_mode_t@Base 1.17.4
++ cogl_pipeline_set_per_vertex_point_size@Base 1.17.4
++ cogl_pipeline_set_point_size@Base 1.17.4
++ cogl_pipeline_set_shininess@Base 1.17.4
++ cogl_pipeline_set_specular@Base 1.17.4
++ cogl_pipeline_set_uniform_1f@Base 1.17.4
++ cogl_pipeline_set_uniform_1i@Base 1.17.4
++ cogl_pipeline_set_uniform_float@Base 1.17.4
++ cogl_pipeline_set_uniform_int@Base 1.17.4
++ cogl_pipeline_set_uniform_matrix@Base 1.17.4
++ cogl_pipeline_set_user_program@Base 1.17.4
++ cogl_pixel_buffer_get_gtype@Base 1.18.0
++ cogl_pixel_buffer_new@Base 1.17.4
++ cogl_pixel_format_get_type@Base 1.17.4
++ cogl_poll_renderer_dispatch@Base 1.17.4
++ cogl_poll_renderer_get_info@Base 1.17.4
++ cogl_polygon@Base 1.17.4
++ cogl_pop_draw_buffer@Base 1.17.4
++ cogl_pop_framebuffer@Base 1.17.4
++ cogl_pop_gles2_context@Base 1.17.4
++ cogl_pop_matrix@Base 1.17.4
++ cogl_pop_source@Base 1.17.4
++ cogl_primitive_copy@Base 1.17.4
++ cogl_primitive_draw@Base 1.17.4
++ cogl_primitive_foreach_attribute@Base 1.17.4
++ cogl_primitive_get_first_vertex@Base 1.17.4
++ cogl_primitive_get_gtype@Base 1.18.0
++ cogl_primitive_get_indices@Base 1.17.4
++ cogl_primitive_get_mode@Base 1.17.4
++ cogl_primitive_get_n_vertices@Base 1.17.4
++ cogl_primitive_new@Base 1.17.4
++ cogl_primitive_new_p2@Base 1.17.4
++ cogl_primitive_new_p2c4@Base 1.17.4
++ cogl_primitive_new_p2t2@Base 1.17.4
++ cogl_primitive_new_p2t2c4@Base 1.17.4
++ cogl_primitive_new_p3@Base 1.17.4
++ cogl_primitive_new_p3c4@Base 1.17.4
++ cogl_primitive_new_p3t2@Base 1.17.4
++ cogl_primitive_new_p3t2c4@Base 1.17.4
++ cogl_primitive_new_with_attributes@Base 1.17.4
++ cogl_primitive_set_attributes@Base 1.17.4
++ cogl_primitive_set_first_vertex@Base 1.17.4
++ cogl_primitive_set_indices@Base 1.17.4
++ cogl_primitive_set_mode@Base 1.17.4
++ cogl_primitive_set_n_vertices@Base 1.17.4
++ cogl_primitive_texture_set_auto_mipmap@Base 1.17.4
++ cogl_program_attach_shader@Base 1.17.4
++ cogl_program_get_uniform_location@Base 1.17.4
++ cogl_program_link@Base 1.17.4
++ cogl_program_ref@Base 1.17.4
++ cogl_program_set_uniform_1f@Base 1.17.4
++ cogl_program_set_uniform_1i@Base 1.17.4
++ cogl_program_set_uniform_float@Base 1.17.4
++ cogl_program_set_uniform_int@Base 1.17.4
++ cogl_program_set_uniform_matrix@Base 1.17.4
++ cogl_program_uniform_1f@Base 1.17.4
++ cogl_program_uniform_1i@Base 1.17.4
++ cogl_program_uniform_float@Base 1.17.4
++ cogl_program_uniform_int@Base 1.17.4
++ cogl_program_uniform_matrix@Base 1.17.4
++ cogl_program_unref@Base 1.17.4
++ cogl_program_use@Base 1.17.4
++ cogl_push_draw_buffer@Base 1.17.4
++ cogl_push_framebuffer@Base 1.17.4
++ cogl_push_gles2_context@Base 1.17.4
++ cogl_push_matrix@Base 1.17.4
++ cogl_push_source@Base 1.17.4
++ cogl_quaternion_copy@Base 1.17.4
++ cogl_quaternion_dot_product@Base 1.17.4
++ cogl_quaternion_equal@Base 1.17.4
++ cogl_quaternion_free@Base 1.17.4
++ cogl_quaternion_get_gtype@Base 1.18.0
++ cogl_quaternion_get_rotation_angle@Base 1.17.4
++ cogl_quaternion_get_rotation_axis@Base 1.17.4
++ cogl_quaternion_init@Base 1.17.4
++ cogl_quaternion_init_from_angle_vector@Base 1.17.4
++ cogl_quaternion_init_from_array@Base 1.17.4
++ cogl_quaternion_init_from_euler@Base 1.17.4
++ cogl_quaternion_init_from_matrix@Base 1.17.4
++ cogl_quaternion_init_from_quaternion@Base 1.17.4
++ cogl_quaternion_init_from_x_rotation@Base 1.17.4
++ cogl_quaternion_init_from_y_rotation@Base 1.17.4
++ cogl_quaternion_init_from_z_rotation@Base 1.17.4
++ cogl_quaternion_init_identity@Base 1.17.4
++ cogl_quaternion_invert@Base 1.17.4
++ cogl_quaternion_multiply@Base 1.17.4
++ cogl_quaternion_nlerp@Base 1.17.4
++ cogl_quaternion_normalize@Base 1.17.4
++ cogl_quaternion_pow@Base 1.17.4
++ cogl_quaternion_slerp@Base 1.17.4
++ cogl_quaternion_squad@Base 1.17.4
++ cogl_read_pixels@Base 1.17.4
++ cogl_read_pixels_flags_get_type@Base 1.17.4
++ cogl_rectangle@Base 1.17.4
++ cogl_rectangle_with_multitexture_coords@Base 1.17.4
++ cogl_rectangle_with_texture_coords@Base 1.17.4
++ cogl_rectangles@Base 1.17.4
++ cogl_rectangles_with_texture_coords@Base 1.17.4
++ cogl_renderer_add_constraint@Base 1.17.4
++ cogl_renderer_check_onscreen_template@Base 1.17.4
++ cogl_renderer_connect@Base 1.17.4
++ cogl_renderer_error_get_type@Base 1.17.4
++ cogl_renderer_error_quark@Base 1.17.4
++ cogl_renderer_foreach_output@Base 1.17.4
++ cogl_renderer_get_driver@Base 1.17.4
++ cogl_renderer_get_gtype@Base 1.18.0
++ cogl_renderer_get_n_fragment_texture_units@Base 1.17.4
++ cogl_renderer_get_winsys_id@Base 1.17.4
++ cogl_renderer_new@Base 1.17.4
++ cogl_renderer_remove_constraint@Base 1.17.4
++ cogl_renderer_set_driver@Base 1.17.4
++ cogl_renderer_set_winsys_id@Base 1.17.4
++ cogl_rotate@Base 1.17.4
++ cogl_scale@Base 1.17.4
++ cogl_set_backface_culling_enabled@Base 1.17.4
++ cogl_set_depth_test_enabled@Base 1.17.4
++ cogl_set_draw_buffer@Base 1.17.4
++ cogl_set_fog@Base 1.17.4
++ cogl_set_framebuffer@Base 1.17.4
++ cogl_set_modelview_matrix@Base 1.17.4
++ cogl_set_projection_matrix@Base 1.17.4
++ cogl_set_source@Base 1.17.4
++ cogl_set_source_color4f@Base 1.17.4
++ cogl_set_source_color4ub@Base 1.17.4
++ cogl_set_source_color@Base 1.17.4
++ cogl_set_source_texture@Base 1.17.4
++ cogl_set_viewport@Base 1.17.4
++ cogl_shader_compile@Base 1.17.4
++ cogl_shader_get_info_log@Base 1.17.4
++ cogl_shader_get_type@Base 1.17.4
++ cogl_shader_is_compiled@Base 1.17.4
++ cogl_shader_ref@Base 1.17.4
++ cogl_shader_source@Base 1.17.4
++ cogl_shader_type_get_type@Base 1.17.4
++ cogl_shader_unref@Base 1.17.4
++ cogl_snippet_get_declarations@Base 1.17.4
++ cogl_snippet_get_gtype@Base 1.18.0
++ cogl_snippet_get_hook@Base 1.17.4
++ cogl_snippet_get_post@Base 1.17.4
++ cogl_snippet_get_pre@Base 1.17.4
++ cogl_snippet_get_replace@Base 1.17.4
++ cogl_snippet_new@Base 1.17.4
++ cogl_snippet_set_declarations@Base 1.17.4
++ cogl_snippet_set_post@Base 1.17.4
++ cogl_snippet_set_pre@Base 1.17.4
++ cogl_snippet_set_replace@Base 1.17.4
++ cogl_sqrti@Base 1.17.4
++ cogl_stereo_mode_get_type@Base 1.20.0
++ cogl_sub_texture_get_gtype@Base 1.18.0
++ cogl_sub_texture_get_parent@Base 1.17.4
++ cogl_sub_texture_new@Base 1.17.4
++ cogl_swap_chain_get_gtype@Base 1.18.0
++ cogl_swap_chain_new@Base 1.17.4
++ cogl_swap_chain_set_has_alpha@Base 1.17.4
++ cogl_swap_chain_set_length@Base 1.17.4
++ cogl_system_error_get_type@Base 1.17.4
++ cogl_test_verbose@Base 1.17.4
++ cogl_texture_2d_get_gtype@Base 1.18.0
++ cogl_texture_2d_gl_new_from_foreign@Base 1.17.4
++ cogl_texture_2d_new_from_bitmap@Base 1.17.4
++ cogl_texture_2d_new_from_data@Base 1.17.4
++ cogl_texture_2d_new_from_file@Base 1.17.4
++ cogl_texture_2d_new_with_size@Base 1.17.4
++ cogl_texture_2d_sliced_get_gtype@Base 1.18.0
++ cogl_texture_2d_sliced_new_from_bitmap@Base 1.17.4
++ cogl_texture_2d_sliced_new_from_data@Base 1.17.4
++ cogl_texture_2d_sliced_new_from_file@Base 1.17.4
++ cogl_texture_2d_sliced_new_with_size@Base 1.17.4
++ cogl_texture_3d_get_gtype@Base 1.18.0
++ cogl_texture_3d_new_from_bitmap@Base 1.17.4
++ cogl_texture_3d_new_from_data@Base 1.17.4
++ cogl_texture_3d_new_with_size@Base 1.17.4
++ cogl_texture_allocate@Base 1.17.4
++ cogl_texture_components_get_type@Base 1.17.4
++ cogl_texture_error_get_type@Base 1.17.4
++ cogl_texture_error_quark@Base 1.17.4
++ cogl_texture_flags_get_type@Base 1.17.4
++ cogl_texture_get_components@Base 1.17.4
++ cogl_texture_get_data@Base 1.17.4
++ cogl_texture_get_format@Base 1.17.4
++ cogl_texture_get_gl_texture@Base 1.17.4
++ cogl_texture_get_gtype@Base 1.18.0
++ cogl_texture_get_height@Base 1.17.4
++ cogl_texture_get_max_waste@Base 1.17.4
++ cogl_texture_get_premultiplied@Base 1.17.4
++ cogl_texture_get_rowstride@Base 1.17.4
++ cogl_texture_get_width@Base 1.17.4
++ cogl_texture_is_sliced@Base 1.17.4
++ cogl_texture_new_from_bitmap@Base 1.17.4
++ cogl_texture_new_from_data@Base 1.17.4
++ cogl_texture_new_from_file@Base 1.17.4
++ cogl_texture_new_from_foreign@Base 1.17.4
++ cogl_texture_new_from_sub_texture@Base 1.17.4
++ cogl_texture_new_with_size@Base 1.17.4
++ cogl_texture_pixmap_x11_error_quark@Base 1.17.4
++ cogl_texture_pixmap_x11_get_gtype@Base 1.18.0
++ cogl_texture_pixmap_x11_is_using_tfp_extension@Base 1.17.4
++ cogl_texture_pixmap_x11_new@Base 1.17.4
++ cogl_texture_pixmap_x11_new_left@Base 1.20.0
++ cogl_texture_pixmap_x11_new_right@Base 1.20.01
++ cogl_texture_pixmap_x11_set_damage_object@Base 1.17.4
++ cogl_texture_pixmap_x11_update_area@Base 1.17.4
++ cogl_texture_rectangle_get_gtype@Base 1.18.0
++ cogl_texture_rectangle_new_from_bitmap@Base 1.17.4
++ cogl_texture_rectangle_new_from_foreign@Base 1.17.4
++ cogl_texture_rectangle_new_with_size@Base 1.17.4
++ cogl_texture_ref@Base 1.17.4
++ cogl_texture_set_components@Base 1.17.4
++ cogl_texture_set_data@Base 1.17.4
++ cogl_texture_set_premultiplied@Base 1.17.4
++ cogl_texture_set_region@Base 1.17.4
++ cogl_texture_set_region_from_bitmap@Base 1.17.4
++ cogl_texture_type_get_type@Base 1.17.4
++ cogl_texture_unref@Base 1.17.4
++ cogl_transform@Base 1.17.4
++ cogl_translate@Base 1.17.4
++ cogl_vector3_add@Base 1.17.4
++ cogl_vector3_copy@Base 1.17.4
++ cogl_vector3_cross_product@Base 1.17.4
++ cogl_vector3_distance@Base 1.17.4
++ cogl_vector3_divide_scalar@Base 1.17.4
++ cogl_vector3_dot_product@Base 1.17.4
++ cogl_vector3_equal@Base 1.17.4
++ cogl_vector3_equal_with_epsilon@Base 1.17.4
++ cogl_vector3_free@Base 1.17.4
++ cogl_vector3_init@Base 1.17.4
++ cogl_vector3_init_zero@Base 1.17.4
++ cogl_vector3_invert@Base 1.17.4
++ cogl_vector3_magnitude@Base 1.17.4
++ cogl_vector3_multiply_scalar@Base 1.17.4
++ cogl_vector3_normalize@Base 1.17.4
++ cogl_vector3_subtract@Base 1.17.4
++ cogl_vertex_buffer_add@Base 1.17.4
++ cogl_vertex_buffer_delete@Base 1.17.4
++ cogl_vertex_buffer_disable@Base 1.17.4
++ cogl_vertex_buffer_draw@Base 1.17.4
++ cogl_vertex_buffer_draw_elements@Base 1.17.4
++ cogl_vertex_buffer_enable@Base 1.17.4
++ cogl_vertex_buffer_get_n_vertices@Base 1.17.4
++ cogl_vertex_buffer_indices_get_for_quads@Base 1.17.4
++ cogl_vertex_buffer_indices_get_type@Base 1.17.4
++ cogl_vertex_buffer_indices_new@Base 1.17.4
++ cogl_vertex_buffer_new@Base 1.17.4
++ cogl_vertex_buffer_ref@Base 1.17.4
++ cogl_vertex_buffer_submit@Base 1.17.4
++ cogl_vertex_buffer_unref@Base 1.17.4
++ cogl_vertices_mode_get_type@Base 1.17.4
++ cogl_viewport@Base 1.17.4
++ (arch=linux-any)cogl_wayland_display_set_compositor_display@Base 1.17.4
++ (arch=linux-any)cogl_wayland_onscreen_get_shell_surface@Base 1.17.4
++ (arch=linux-any)cogl_wayland_onscreen_get_surface@Base 1.17.4
++ (arch=linux-any)cogl_wayland_onscreen_resize@Base 1.17.4
++ (arch=linux-any)cogl_wayland_onscreen_set_foreign_surface@Base 1.17.4
++ (arch=linux-any)cogl_wayland_renderer_get_display@Base 1.17.4
++ (arch=linux-any)cogl_wayland_renderer_set_event_dispatch_enabled@Base 1.17.4
++ (arch=linux-any)cogl_wayland_renderer_set_foreign_display@Base 1.17.4
++ (arch=linux-any)cogl_wayland_texture_2d_new_from_buffer@Base 1.17.4
++ (arch=linux-any)cogl_wayland_texture_set_region_from_shm_buffer@Base 1.17.4
++ cogl_winding_get_type@Base 1.17.4
++ cogl_winsys_feature_get_type@Base 1.17.4
++ cogl_x11_onscreen_get_visual_xid@Base 1.17.4
++ cogl_x11_onscreen_get_window_xid@Base 1.17.4
++ cogl_x11_onscreen_set_foreign_window_xid@Base 1.17.4
++ cogl_xlib_get_display@Base 1.17.4
++ cogl_xlib_handle_event@Base 1.17.4
++ cogl_xlib_renderer_add_filter@Base 1.17.4
++ cogl_xlib_renderer_get_display@Base 1.17.4
++ cogl_xlib_renderer_get_foreign_display@Base 1.17.4
++ cogl_xlib_renderer_get_visual_info@Base 1.21.2
++ cogl_xlib_renderer_handle_event@Base 1.17.4
++ cogl_xlib_renderer_remove_filter@Base 1.17.4
++ cogl_xlib_renderer_set_event_retrieval_enabled@Base 1.17.4
++ cogl_xlib_renderer_set_foreign_display@Base 1.17.4
++ cogl_xlib_set_display@Base 1.17.4
++ test_ctx@Base 1.17.4
++ test_fb@Base 1.17.4
++ test_utils_check_pixel@Base 1.17.4
++ test_utils_check_pixel_and_alpha@Base 1.17.4
++ test_utils_check_pixel_rgb@Base 1.17.4
++ test_utils_check_region@Base 1.17.4
++ test_utils_compare_pixel@Base 1.17.4
++ test_utils_compare_pixel_and_alpha@Base 1.17.4
++ test_utils_create_color_texture@Base 1.17.4
++ test_utils_fini@Base 1.17.4
++ test_utils_init@Base 1.17.4
++ test_utils_texture_new_from_bitmap@Base 1.17.4
++ test_utils_texture_new_from_data@Base 1.17.4
++ test_utils_texture_new_with_size@Base 1.17.4
++ unit_test_check_bitmask_api@Base 1.17.4
++ unit_test_check_blend_constant_ancestry@Base 1.17.4
++ unit_test_check_gl_blend_enable@Base 1.17.4
++ unit_test_check_mesa_driver_package_parser@Base 1.17.4
++ unit_test_check_pipeline_pruning@Base 1.17.4
++ unit_test_check_point_size_shader@Base 1.17.4
++ unit_test_check_uniform_ancestry@Base 1.17.4
--- /dev/null
--- /dev/null
--- /dev/null
--- /dev/null
++#!/usr/bin/make -f
++
++include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
++
++%:
++ dh $@ --with autoreconf,gir,gnome
++
++ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH),armel armhf))
++CONFFLAGS += \
++ --with-default-driver=gles2
++else
++CONFFLAGS += \
++ --with-default-driver=gl
++endif
++
++ifeq ($(DEB_HOST_ARCH_OS),linux)
++CONFFLAGS += \
++ --enable-wayland-egl-platform \
++ --enable-wayland-egl-server \
++ --enable-kms-egl-platform
++endif
++
++override_dh_auto_configure:
++ dh_auto_configure -- \
++ --enable-gtk-doc \
++ --enable-gdk-pixbuf \
++ --enable-cogl-pango \
++ --enable-introspection \
++ --enable-gl \
++ --enable-cogl-gst \
++ --enable-xlib-egl-platform \
++ --enable-cogl-gles2 \
++ --enable-gles2 \
++ --with-gles2-libname=libGLESv2.so.2 \
++ $(CONFFLAGS)
++
++override_dh_makeshlibs:
++ dh_makeshlibs -V -- -c4
++
++override_dh_install:
++ dh_install --list-missing
++
++override_dh_strip:
++ dh_strip -plibcogl20 --dbgsym-migration='libcogl20-dbg (<< 1.22.2-1~)'
++ dh_strip -plibcogl-pango20 --dbgsym-migration='libcogl-pango20-dbg (<< 1.22.2-1~)'
++ dh_strip -plibcogl-gst20 --dbgsym-migration='libcogl-gst20-dbg (<< 1.22.2-1~)'
++ dh_strip --remaining-packages
++
++# disable test suite, they need a working GL/GLES environment
++override_dh_auto_test:
--- /dev/null
--- /dev/null
++3.0 (quilt)
--- /dev/null
--- /dev/null
++version=4
++https://download.gnome.org/sources/@PACKAGE@/([\d\.]+[02468])/ \
++ @PACKAGE@@ANY_VERSION@\.tar\.xz