<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-gnome/recipes-gimp/gegl, branch nanbield</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=nanbield</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=nanbield'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2023-07-07T15:59:27+00:00</updated>
<entry>
<title>gegl: upgrade 0.4.44 -&gt; 0.4.46</title>
<updated>2023-07-07T15:59:27+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2023-07-07T03:13:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9c57cb9ff5e96fb0b39e4f37f8166c640acd0e3b'/>
<id>urn:sha1:9c57cb9ff5e96fb0b39e4f37f8166c640acd0e3b</id>
<content type='text'>
Changelog:
=============
New simpler API for connecting pads, gegl_node_connect which can be used instead
of either gegl_node_connect_from or gegl_node_connect_to by autosensing the
neccesary direction of the connection.

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>gegl: upgrade 0.4.42 -&gt; 0.4.44</title>
<updated>2023-04-04T20:39:46+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2023-04-03T08:58:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6dd05f5463b15f9ecb749b6efb13092c4702f7fb'/>
<id>urn:sha1:6dd05f5463b15f9ecb749b6efb13092c4702f7fb</id>
<content type='text'>
Changelog:
==========
This release fixes a crashing bug what is umasked by GLib 2.75.3 and
newer. Never-allocated data were being passed to g_slice_free, in
GeglBuffer's handling of copy-on-write tiles.

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>gegl: upgrade 0.4.40 -&gt; 0.4.42</title>
<updated>2023-03-28T17:44:00+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2023-03-27T03:05:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=27995af89d2a0292398e83033adb1deb6fd75e4e'/>
<id>urn:sha1:27995af89d2a0292398e83033adb1deb6fd75e4e</id>
<content type='text'>
Changelog:
==========
 - raw-load: add conditional support for 0.21.0 API
 - rgb-clib: improved ui-ranges
 - perlin, mosiac, c2g, long-shadow: small cleanups
 - gif-load: update vendored dependency, including code updates.

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>gegl: Remove openmp dep for rv32 and ppc32</title>
<updated>2023-03-04T18:41:27+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-03-04T07:13:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=722f52981add6cd1a11bedf575cedb0a6e795c5b'/>
<id>urn:sha1:722f52981add6cd1a11bedf575cedb0a6e795c5b</id>
<content type='text'>
openmp is not yet ported for these architectures

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>gegl: Depend on openmp when using clang</title>
<updated>2023-02-01T17:28:47+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-02-01T08:57:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=195caefc6577ac9a17695c2da3da1aee77cdae4b'/>
<id>urn:sha1:195caefc6577ac9a17695c2da3da1aee77cdae4b</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>gegl: upgrade 0.4.38 -&gt; 0.4.40</title>
<updated>2022-11-19T16:11:45+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2022-11-19T07:36:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=295895bad75647c5a2f860f18ef277d483b9e18e'/>
<id>urn:sha1:295895bad75647c5a2f860f18ef277d483b9e18e</id>
<content type='text'>
Changelog:
==========
Operations:
-----------
*newsprint: do not drop alpha channel in RGB modes.

Core
----------
*fixes for legacy build, still supporting building latest GEGL for
 stable GIMP with old babl (not recommended if distros can have
 recent enough meson.).
*avoiding possible multi thread race in babl garbage collection

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>gegl: upgrade 0.4.36 -&gt; 0.4.38</title>
<updated>2022-07-19T13:44:18+00:00</updated>
<author>
<name>wangmy</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2022-07-19T06:13:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b175959e94e1a50f2764c873961012a278ce9765'/>
<id>urn:sha1:b175959e94e1a50f2764c873961012a278ce9765</id>
<content type='text'>
Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libsdl: The libsdl and libsdl2 are not virtual</title>
<updated>2022-07-09T02:43:03+00:00</updated>
<author>
<name>Andrew Davis</name>
<email>afd@ti.com</email>
</author>
<published>2022-07-08T15:14:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=40a55b3215e5d93e6ea83433ac236647a2f93529'/>
<id>urn:sha1:40a55b3215e5d93e6ea83433ac236647a2f93529</id>
<content type='text'>
There is only one provider, these should not be virtual.

Signed-off-by: Andrew Davis &lt;afd@ti.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>unblock some recipes for wayland</title>
<updated>2022-06-01T15:43:01+00:00</updated>
<author>
<name>Markus Volk</name>
<email>f_l_k@t-online.de</email>
</author>
<published>2022-06-01T09:11:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=abdb05b6b4b31ff40c4219336b7096db014284f1'/>
<id>urn:sha1:abdb05b6b4b31ff40c4219336b7096db014284f1</id>
<content type='text'>
Signed-off-by: Markus Volk &lt;f_l_k@t-online.de&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>recipes: Update LICENSE variable to use SPDX license identifiers</title>
<updated>2022-03-05T01:41:45+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2022-03-04T08:45:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=06851c6fdc4de0b21034661039f9932a85b5adde'/>
<id>urn:sha1:06851c6fdc4de0b21034661039f9932a85b5adde</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
