diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-12-16 22:03:52 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-12-16 22:03:52 +0000 |
commit | ea6eb22e9034b1811a8d9925ef67fa4e85e94b52 (patch) | |
tree | b0f6b0ab8e016bbf0103faeff47d1d3e3f906191 /media-libs/cogl/files | |
parent | EAPI bump + respect AR (bug #447494) (diff) | |
download | gentoo-2-ea6eb22e9034b1811a8d9925ef67fa4e85e94b52.tar.gz gentoo-2-ea6eb22e9034b1811a8d9925ef67fa4e85e94b52.tar.bz2 gentoo-2-ea6eb22e9034b1811a8d9925ef67fa4e85e94b52.zip |
Version bump for gnome-3.6. Switch to global introspection USE flag.
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'media-libs/cogl/files')
-rw-r--r-- | media-libs/cogl/files/cogl-1.12.0-fix-experimental-doc-build.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/media-libs/cogl/files/cogl-1.12.0-fix-experimental-doc-build.patch b/media-libs/cogl/files/cogl-1.12.0-fix-experimental-doc-build.patch new file mode 100644 index 000000000000..9bd80183b164 --- /dev/null +++ b/media-libs/cogl/files/cogl-1.12.0-fix-experimental-doc-build.patch @@ -0,0 +1,33 @@ +Author: Dimitri <mitya@mageia.org> + +Build breaks on cogl-2.0-experimental docs + +https://bugzilla.gnome.org/show_bug.cgi?id=684731 + +--- a/cogl/cogl-context.h ++++ b/cogl/cogl-context.h +@@ -72,19 +72,19 @@ + * help applications control the lifetime a context without us needing to + * introduce special api to handle the breakup of internal circular + * references due to internal resources and caches associated with the +- * context. ++ * context.</note> + * +- * One a context has been destroyed then all directly or indirectly ++ * <note>One a context has been destroyed then all directly or indirectly + * dependant resources will be in an inconsistent state and should not +- * be manipulated or queried in any way. ++ * be manipulated or queried in any way.</note> + * +- * For applications that rely on the operating system to clean up ++ * <note>For applications that rely on the operating system to clean up + * resources this policy shouldn't affect them, but for applications + * that need to carefully destroy and re-create Cogl contexts multiple + * times throughout their lifetime (such as Android applications) they + * should be careful to destroy all context dependant resources, such as + * framebuffers or textures etc before unrefing and destroying the +- * context.<note> ++ * context.</note> + */ + + #ifdef COGL_ENABLE_EXPERIMENTAL_API |