diff -Nru cogl-1.22.5/configure.ac cogl-1.22.5/configure.ac --- cogl-1.22.5/configure.ac 2020-03-27 19:27:22.000000000 +0000 +++ cogl-1.22.5/configure.ac 2017-04-12 06:13:50.000000000 +0000 @@ -1212,7 +1212,7 @@ [], [AC_MSG_ERROR([Unable to locate required EGL headers])]) AC_CHECK_HEADERS( - [EGL/eglext.h EGL/eglmesaext.h], + [EGL/eglext.h], [], [AC_MSG_ERROR([Unable to locate required EGL headers])], [#include ]) @@ -1226,8 +1226,7 @@ ) COGL_EGL_INCLUDES="#include -#include -#include " +#include " AC_SUBST([COGL_EGL_INCLUDES]) ]) diff -Nru cogl-1.22.5/debian/changelog cogl-1.22.5/debian/changelog --- cogl-1.22.5/debian/changelog 2020-03-27 19:27:22.000000000 +0000 +++ cogl-1.22.5/debian/changelog 2018-02-05 02:14:28.000000000 +0000 @@ -1,426 +1,12 @@ -cogl (1.22.5) focal; urgency=high +cogl (1.22.5-1+ubuntu18.04) bionic; urgency=medium - * Bumped to 1.22.5 for Ubuntu + * Sync to ppa artful. - -- Arun Kumar Pariyar Sat, 28 Mar 2020 01:12:22 +0545 + -- lilongyu Mon, 05 Feb 2018 10:14:17 +0800 -cogl (1.22.2+1deepin) unstable; urgency=medium +cogl (1.22.5-1+ubuntu17.10) unstable; urgency=low - * texture Support copy_sub_image - * Add GL_ARB_shader_texture_lod support + [ shuttle ] + * Auto Version update. - -- Sian Cao Wed, 9 Nov 2016 15:15:48 +0800 - -cogl (1.22.0-2+deepin) unstable; urgency=medium - - * Add patch for fglrx - - -- Deepin Packages Builder Mon, 14 Mar 2016 09:25:30 +0800 - -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 Sun, 10 Jan 2016 00:20:18 +0100 - -cogl (1.22.0-1) unstable; urgency=medium - - * New upstream release. - - -- Andreas Henriksson 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 Sat, 29 Aug 2015 10:41:00 +0200 - -cogl (1.20.0-2) unstable; urgency=medium - - * Upload to unstable. - - -- Emilio Pozuelo Monfort 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Wed, 28 Sep 2011 19:57:34 +0200 - -cogl (1.7.8-1) experimental; urgency=low - - * New upstream release - * debian/*.symbols: - - updated - - -- Rico Tzschichholz 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 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 Mon, 22 Aug 2011 22:51:05 +0200 + -- Deepin Package Builder Wed, 18 Oct 2017 10:36:10 +0800 diff -Nru cogl-1.22.5/debian/control cogl-1.22.5/debian/control --- cogl-1.22.5/debian/control 2020-03-27 19:27:22.000000000 +0000 +++ cogl-1.22.5/debian/control 2018-02-05 02:14:31.000000000 +0000 @@ -1,20 +1,18 @@ # 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: Arun Kumar Pariyar -XSBC-Original-Maintainer: Debian GNOME Maintainers -Uploaders: Debian GNOME Maintainers , Emilio Pozuelo Monfort , Michael Biebl , Sjoerd Simons , Rico Tzschichholz +Maintainer: Debian GNOME Maintainers +Uploaders: , Rico Tzschichholz Build-Depends: debhelper (>= 9), cdbs (>= 0.4.93~), dh-autoreconf, gnome-pkg-tools, gtk-doc-tools (>= 1.13), libgbm-dev [linux-any], - libdrm2, libgl1-mesa-dev (>= 7.1~rc3-1~), libgles2-mesa-dev (>= 7.1~rc3-1~) | libgles2-dev, libcairo2-dev (>= 1.10), diff -Nru cogl-1.22.5/debian/control.in cogl-1.22.5/debian/control.in --- cogl-1.22.5/debian/control.in 2020-03-27 19:27:22.000000000 +0000 +++ cogl-1.22.5/debian/control.in 2017-04-12 10:39:57.000000000 +0000 @@ -1,8 +1,7 @@ Source: cogl Section: libs Priority: optional -Maintainer: Arun Kumar Pariyar -XSBC-Original-Maintainer: Debian GNOME Maintainers +Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@, Rico Tzschichholz Build-Depends: debhelper (>= 9), cdbs (>= 0.4.93~), @@ -10,7 +9,6 @@ gnome-pkg-tools, gtk-doc-tools (>= 1.13), libgbm-dev [linux-any], - libdrm2, libgl1-mesa-dev (>= 7.1~rc3-1~), libgles2-mesa-dev (>= 7.1~rc3-1~) | libgles2-dev, libcairo2-dev (>= 1.10), diff -Nru cogl-1.22.5/debian/source/format cogl-1.22.5/debian/source/format --- cogl-1.22.5/debian/source/format 2017-04-12 06:13:50.000000000 +0000 +++ cogl-1.22.5/debian/source/format 2017-04-12 10:39:57.000000000 +0000 @@ -1 +1 @@ -3.0 (native) +3.0 (quilt) diff -Nru cogl-1.22.5/examples/android/hello/.gitignore cogl-1.22.5/examples/android/hello/.gitignore --- cogl-1.22.5/examples/android/hello/.gitignore 1970-01-01 00:00:00.000000000 +0000 +++ cogl-1.22.5/examples/android/hello/.gitignore 2017-04-12 06:13:50.000000000 +0000 @@ -0,0 +1,7 @@ +bin +libs +obj + +default.properties +local.properties +proguard.cfg diff -Nru cogl-1.22.5/.gitignore cogl-1.22.5/.gitignore --- cogl-1.22.5/.gitignore 1970-01-01 00:00:00.000000000 +0000 +++ cogl-1.22.5/.gitignore 2017-04-12 06:13:50.000000000 +0000 @@ -0,0 +1,106 @@ +ABOUT-NLS +INSTALL +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +compile +*.pc +.deps +.libs +.dirstamp +*.o +*.lo +*.la +*.gcov +*.exe +/README +stamp-enum-types +stamp-marshal +/build/autotools/*.m4 +/build/win32/*.bat +!/build/autotools/acglib.m4 +!/build/autotools/introspection.m4 +!/build/autotools/as-glibconfig.m4 +!/build/autotools/as-linguas.m4 +!/build/autotools/as-compiler-flag.m4 +/build/config.guess +/build/config.rpath +/build/config.sub +*.gir +*.typelib +/cogl-pango/cogl-pango.rc +/cogl/cogl.rc +/cogl/cogl-defines.h +/cogl/cogl-defines.h.win32 +/cogl/cogl-defines.h.win32_SDL +/cogl/cogl-egl-defines.h +/cogl/cogl-enum-types.c +/cogl/cogl-enum-types.h +/cogl/cogl-gl-header.h +/cogl-path/cogl-path-enum-types.c +/cogl-path/cogl-path-enum-types.h +config.h +config.h.in +config.h.win32 +config.log +config.lt +config.status +configure +depcomp +/deps/glib/glibconfig.h +/deps/gmodule/gmoduleconf.h +/doc/reference/cogl/cogl-docs.xml +/doc/reference/cogl-2.0-experimental/cogl-2.0-experimental-docs.xml +/doc/reference/cogl-gst/cogl-gst-docs.xml +/examples/cogl-basic-video-player +/examples/cogl-crate +/examples/cogl-gles2-context +/examples/cogl-gles2-gears +/examples/cogl-hello +/examples/cogl-info +/examples/cogl-msaa +/examples/cogl-point-sprites +/examples/cogl-sdl-hello +/examples/cogl-sdl2-hello +/examples/cogl-stereo +/examples/cogl-x11-foreign +/examples/cogl-x11-tfp +/examples/cogland +install-sh +libtool +ltmain.sh +missing +mkinstalldirs +stamp-h1 +TAGS +/tests/tools/disable-npots.sh +/tests/conform/test-launcher.sh +/tests/interactive/wrapper.sh +/tests/conform/*.bat +/tests/conform/config.env +/tests/conform/.log +/tests/unit/.log +/tests/micro-perf/test-journal +/tests/config.env +/po/POTFILES +/po/*.gmo +/po/Makefile.in.in +/po/Makevars.template +/po/Rules-quot +/po/boldquot.sed +/po/en@boldquot.header +/po/en@quot.header +/po/insert-header.sin +/po/quot.sed +/po/remove-potcdate.sin +/po/remove-potcdate.sed +/po/stamp-po +*.swn +*.swo +*.swp +*~ +*.orig +*.rej +.DS_Store +.testlogs-* Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/an.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/an.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/ar.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/ar.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/as.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/as.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/ast.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/ast.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/be.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/be.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/bg.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/bg.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/bs.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/bs.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/ca.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/ca.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/ca@valencia.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/ca@valencia.gmo differ diff -Nru cogl-1.22.5/po/cogl.pot cogl-1.22.5/po/cogl.pot --- cogl-1.22.5/po/cogl.pot 2020-03-27 19:27:22.000000000 +0000 +++ cogl-1.22.5/po/cogl.pot 1970-01-01 00:00:00.000000000 +0000 @@ -1,358 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Free Software Foundation, Inc. -# This file is distributed under the same license as the cogl package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: cogl 1.22.3\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" -"product=clutter\n" -"POT-Creation-Date: 2020-03-28 03:04+0545\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#: cogl/cogl-debug.c:181 -msgid "Supported debug values:" -msgstr "" - -#: cogl/cogl-debug.c:186 -msgid "Special debug values:" -msgstr "" - -#: cogl/cogl-debug.c:188 cogl/cogl-debug.c:190 -msgid "Enables all non-behavioural debug options" -msgstr "" - -#: cogl/cogl-debug.c:197 -msgid "Additional environment variables:" -msgstr "" - -#: cogl/cogl-debug.c:198 -msgid "Comma-separated list of GL extensions to pretend are disabled" -msgstr "" - -#: cogl/cogl-debug.c:200 -msgid "Override the GL version that Cogl will assume the driver supports" -msgstr "" - -#: cogl/cogl-debug.c:244 -msgid "Cogl debugging flags to set" -msgstr "" - -#: cogl/cogl-debug.c:246 -msgid "Cogl debugging flags to unset" -msgstr "" - -#: cogl/cogl-debug.c:295 -msgid "Cogl Options" -msgstr "" - -#: cogl/cogl-debug.c:296 -msgid "Show Cogl options" -msgstr "" - -#: cogl/cogl-debug-options.h:32 cogl/cogl-debug-options.h:37 -#: cogl/cogl-debug-options.h:42 cogl/cogl-debug-options.h:47 -#: cogl/cogl-debug-options.h:52 cogl/cogl-debug-options.h:57 -#: cogl/cogl-debug-options.h:62 cogl/cogl-debug-options.h:68 -#: cogl/cogl-debug-options.h:73 cogl/cogl-debug-options.h:78 -#: cogl/cogl-debug-options.h:165 cogl/cogl-debug-options.h:170 -#: cogl/cogl-debug-options.h:175 cogl/cogl-debug-options.h:191 -#: cogl/cogl-debug-options.h:196 -msgid "Cogl Tracing" -msgstr "" - -#: cogl/cogl-debug-options.h:34 -msgid "CoglObject references" -msgstr "" - -#: cogl/cogl-debug-options.h:35 -msgid "Debug ref counting issues for CoglObjects" -msgstr "" - -#: cogl/cogl-debug-options.h:39 -msgid "Trace Texture Slicing" -msgstr "" - -#: cogl/cogl-debug-options.h:40 -msgid "debug the creation of texture slices" -msgstr "" - -#: cogl/cogl-debug-options.h:44 -msgid "Trace Atlas Textures" -msgstr "" - -#: cogl/cogl-debug-options.h:45 -msgid "Debug texture atlas management" -msgstr "" - -#: cogl/cogl-debug-options.h:49 -msgid "Trace Blend Strings" -msgstr "" - -#: cogl/cogl-debug-options.h:50 -msgid "Debug CoglBlendString parsing" -msgstr "" - -#: cogl/cogl-debug-options.h:54 -msgid "Trace Journal" -msgstr "" - -#: cogl/cogl-debug-options.h:55 -msgid "View all the geometry passing through the journal" -msgstr "" - -#: cogl/cogl-debug-options.h:59 -msgid "Trace Batching" -msgstr "" - -#: cogl/cogl-debug-options.h:60 -msgid "Show how geometry is being batched in the journal" -msgstr "" - -#: cogl/cogl-debug-options.h:64 -msgid "Trace matrices" -msgstr "" - -#: cogl/cogl-debug-options.h:65 -msgid "Trace all matrix manipulation" -msgstr "" - -#: cogl/cogl-debug-options.h:70 -msgid "Trace Misc Drawing" -msgstr "" - -#: cogl/cogl-debug-options.h:71 -msgid "Trace some misc drawing operations" -msgstr "" - -#: cogl/cogl-debug-options.h:75 -msgid "Trace Pango Renderer" -msgstr "" - -#: cogl/cogl-debug-options.h:76 -msgid "Trace the Cogl Pango renderer" -msgstr "" - -#: cogl/cogl-debug-options.h:80 -msgid "Trace CoglTexturePixmap backend" -msgstr "" - -#: cogl/cogl-debug-options.h:81 -msgid "Trace the Cogl texture pixmap backend" -msgstr "" - -#: cogl/cogl-debug-options.h:83 cogl/cogl-debug-options.h:88 -msgid "Visualize" -msgstr "" - -#: cogl/cogl-debug-options.h:85 -msgid "Outline rectangles" -msgstr "" - -#: cogl/cogl-debug-options.h:86 -msgid "Add wire outlines for all rectangular geometry" -msgstr "" - -#: cogl/cogl-debug-options.h:90 -msgid "Show wireframes" -msgstr "" - -#: cogl/cogl-debug-options.h:91 -msgid "Add wire outlines for all geometry" -msgstr "" - -#: cogl/cogl-debug-options.h:93 cogl/cogl-debug-options.h:98 -#: cogl/cogl-debug-options.h:103 cogl/cogl-debug-options.h:108 -#: cogl/cogl-debug-options.h:118 cogl/cogl-debug-options.h:123 -#: cogl/cogl-debug-options.h:129 cogl/cogl-debug-options.h:134 -#: cogl/cogl-debug-options.h:139 cogl/cogl-debug-options.h:144 -#: cogl/cogl-debug-options.h:149 cogl/cogl-debug-options.h:154 -#: cogl/cogl-debug-options.h:160 cogl/cogl-debug-options.h:180 -#: cogl/cogl-debug-options.h:185 -msgid "Root Cause" -msgstr "" - -#: cogl/cogl-debug-options.h:95 -msgid "Disable Journal batching" -msgstr "" - -#: cogl/cogl-debug-options.h:96 -msgid "Disable batching of geometry in the Cogl Journal." -msgstr "" - -#: cogl/cogl-debug-options.h:100 -msgid "Disable GL Vertex Buffers" -msgstr "" - -#: cogl/cogl-debug-options.h:101 -msgid "Disable use of OpenGL vertex buffer objects" -msgstr "" - -#: cogl/cogl-debug-options.h:105 -msgid "Disable GL Pixel Buffers" -msgstr "" - -#: cogl/cogl-debug-options.h:106 -msgid "Disable use of OpenGL pixel buffer objects" -msgstr "" - -#: cogl/cogl-debug-options.h:110 -msgid "Disable software rect transform" -msgstr "" - -#: cogl/cogl-debug-options.h:111 -msgid "Use the GPU to transform rectangular geometry" -msgstr "" - -#: cogl/cogl-debug-options.h:113 -msgid "Cogl Specialist" -msgstr "" - -#: cogl/cogl-debug-options.h:115 -msgid "Dump atlas images" -msgstr "" - -#: cogl/cogl-debug-options.h:116 -msgid "Dump texture atlas changes to an image file" -msgstr "" - -#: cogl/cogl-debug-options.h:120 -msgid "Disable texture atlasing" -msgstr "" - -#: cogl/cogl-debug-options.h:121 -msgid "Disable use of texture atlasing" -msgstr "" - -#: cogl/cogl-debug-options.h:125 -msgid "Disable sharing the texture atlas between text and images" -msgstr "" - -#: cogl/cogl-debug-options.h:126 -msgid "" -"When this is set the glyph cache will always use a separate texture for its " -"atlas. Otherwise it will try to share the atlas with images." -msgstr "" - -#: cogl/cogl-debug-options.h:131 -msgid "Disable texturing" -msgstr "" - -#: cogl/cogl-debug-options.h:132 -msgid "Disable texturing any primitives" -msgstr "" - -#: cogl/cogl-debug-options.h:136 -msgid "Disable arbfp" -msgstr "" - -#: cogl/cogl-debug-options.h:137 -msgid "Disable use of ARB fragment programs" -msgstr "" - -#: cogl/cogl-debug-options.h:141 -msgid "Disable fixed" -msgstr "" - -#: cogl/cogl-debug-options.h:142 -msgid "Disable use of the fixed function pipeline backend" -msgstr "" - -#: cogl/cogl-debug-options.h:146 -msgid "Disable GLSL" -msgstr "" - -#: cogl/cogl-debug-options.h:147 -msgid "Disable use of GLSL" -msgstr "" - -#: cogl/cogl-debug-options.h:151 -msgid "Disable blending" -msgstr "" - -#: cogl/cogl-debug-options.h:152 -msgid "Disable use of blending" -msgstr "" - -#: cogl/cogl-debug-options.h:156 -msgid "Disable non-power-of-two textures" -msgstr "" - -#: cogl/cogl-debug-options.h:157 -msgid "" -"Makes Cogl think that the GL driver doesn't support NPOT textures so that it " -"will create sliced textures or textures with waste instead." -msgstr "" - -#: cogl/cogl-debug-options.h:162 -msgid "Disable software clipping" -msgstr "" - -#: cogl/cogl-debug-options.h:163 -msgid "Disables Cogl's attempts to clip some rectangles in software." -msgstr "" - -#: cogl/cogl-debug-options.h:167 -msgid "Show source" -msgstr "" - -#: cogl/cogl-debug-options.h:168 -msgid "Show generated ARBfp/GLSL source code" -msgstr "" - -#: cogl/cogl-debug-options.h:172 -msgid "Trace some OpenGL" -msgstr "" - -#: cogl/cogl-debug-options.h:173 -msgid "Traces some select OpenGL calls" -msgstr "" - -#: cogl/cogl-debug-options.h:177 -msgid "Trace offscreen support" -msgstr "" - -#: cogl/cogl-debug-options.h:178 -msgid "Debug offscreen support" -msgstr "" - -#: cogl/cogl-debug-options.h:182 -msgid "Disable program caches" -msgstr "" - -#: cogl/cogl-debug-options.h:183 -msgid "Disable fallback caches for arbfp and glsl programs" -msgstr "" - -#: cogl/cogl-debug-options.h:187 -msgid "Disable read pixel optimization" -msgstr "" - -#: cogl/cogl-debug-options.h:188 -msgid "" -"Disable optimization for reading 1px for simple scenes of opaque rectangles" -msgstr "" - -#: cogl/cogl-debug-options.h:193 -msgid "Trace clipping" -msgstr "" - -#: cogl/cogl-debug-options.h:194 -msgid "Logs information about how Cogl is implementing clipping" -msgstr "" - -#: cogl/cogl-debug-options.h:198 -msgid "Trace performance concerns" -msgstr "" - -#: cogl/cogl-debug-options.h:199 -msgid "Tries to highlight sub-optimal Cogl usage." -msgstr "" Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/cs.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/cs.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/da.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/da.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/de.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/de.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/el.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/el.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/en_CA.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/en_CA.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/en_GB.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/en_GB.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/eo.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/eo.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/es.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/es.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/eu.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/eu.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/fa.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/fa.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/fr.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/fr.gmo differ diff -Nru cogl-1.22.5/po/.gitignore cogl-1.22.5/po/.gitignore --- cogl-1.22.5/po/.gitignore 1970-01-01 00:00:00.000000000 +0000 +++ cogl-1.22.5/po/.gitignore 2017-04-12 06:13:50.000000000 +0000 @@ -0,0 +1,2 @@ +*.pot +*.gmo Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/gl.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/gl.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/he.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/he.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/hi.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/hi.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/hu.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/hu.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/id.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/id.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/it.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/it.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/ja.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/ja.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/km.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/km.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/kn.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/kn.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/ko.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/ko.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/lt.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/lt.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/lv.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/lv.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/ml.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/ml.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/nb.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/nb.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/nl.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/nl.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/oc.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/oc.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/or.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/or.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/pa.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/pa.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/pl.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/pl.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/pt_BR.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/pt_BR.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/pt.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/pt.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/ru.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/ru.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/sk.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/sk.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/sl.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/sl.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/sr.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/sr.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/sr@latin.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/sr@latin.gmo differ diff -Nru cogl-1.22.5/po/stamp-po cogl-1.22.5/po/stamp-po --- cogl-1.22.5/po/stamp-po 2020-03-27 19:27:22.000000000 +0000 +++ cogl-1.22.5/po/stamp-po 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -timestamp Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/sv.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/sv.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/ta.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/ta.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/te.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/te.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/th.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/th.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/tr.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/tr.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/ug.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/ug.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/uk.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/uk.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/vi.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/vi.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/zh_CN.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/zh_CN.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/zh_HK.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/zh_HK.gmo differ Binary files /tmp/tmpylbg7r/w2e5s0OSU6/cogl-1.22.5/po/zh_TW.gmo and /tmp/tmpylbg7r/ZXA5jPAI3X/cogl-1.22.5/po/zh_TW.gmo differ