<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libgd/patches, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2023-01-16T00:57:33Z</updated>
<entry>
<title>libgd: update to 2.3.3</title>
<updated>2023-01-16T00:57:33Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-09-19T08:23:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=48221441c4fd377965b7f37f5bcc24baa36aacb3'/>
<id>urn:sha1:48221441c4fd377965b7f37f5bcc24baa36aacb3</id>
<content type='text'>
Refresh patches.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libgd: update to 2.3.2</title>
<updated>2021-03-21T04:05:40Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-21T01:26:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=83c45e18a824c9e30a5518d152328630f2a83c87'/>
<id>urn:sha1:83c45e18a824c9e30a5518d152328630f2a83c87</id>
<content type='text'>
Switch to building with Ninja for faster compilation.

Refreshed patches.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libgd: update to 2.3.1</title>
<updated>2021-02-21T05:16:56Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-02-21T05:13:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=dc5e0d0ccde55167ee9cfaedfabfb219dea44054'/>
<id>urn:sha1:dc5e0d0ccde55167ee9cfaedfabfb219dea44054</id>
<content type='text'>
Remove upstreamed patches. Add one to fix finding libwebp.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>libgd: fix wrong version</title>
<updated>2020-04-06T02:28:12Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-04-06T02:25:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cc8901117de6ecdb4e34760f75ef8807188f5acf'/>
<id>urn:sha1:cc8901117de6ecdb4e34760f75ef8807188f5acf</id>
<content type='text'>
Upstream messed up and did not include getlib.sh, causing a wrong version
to be applied to the library.

lrwxrwxrwx 1 libgd.so -&gt; libgd.so.VERSION
-rw-r--r-- 1 libgd.so.VERSION

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libgd: update to 2.30</title>
<updated>2020-03-28T03:27:01Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-03-28T03:16:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cc59ab12e556e83033b9cea02ea4f3d947f92158'/>
<id>urn:sha1:cc59ab12e556e83033b9cea02ea4f3d947f92158</id>
<content type='text'>
Fixed CPE_ID.

Simplified TIFF option.

Refreshed/removed upstream patches.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libgd: fix version in generated pkg-config .pc file</title>
<updated>2019-12-03T20:39:33Z</updated>
<author>
<name>Michael Heimpold</name>
</author>
<published>2019-12-03T20:35:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2065eb81471ccd7f3485177345170eff97a398b8'/>
<id>urn:sha1:2065eb81471ccd7f3485177345170eff97a398b8</id>
<content type='text'>
With the previous change to cmake, the generated pkg-config .pc
file does not contain the library version anymore. This breaks
programs which checks for a specific version, e.g. upcoming PHP 7.4.

The version is not filled because of a variable misnaming,
which was not covered by the imported upstream patch.

To not mangle the upstream patch, add an additional patch to
fix things up.

Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</content>
</entry>
<entry>
<title>ibgd: avoid using host headers</title>
<updated>2019-09-26T10:42:11Z</updated>
<author>
<name>Alexander Ryzhov</name>
</author>
<published>2019-09-26T10:39:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7a17805b6df2877cd30c9fdff79637ef13bbcd56'/>
<id>urn:sha1:7a17805b6df2877cd30c9fdff79637ef13bbcd56</id>
<content type='text'>
Signed-off-by: Alexander Ryzhov &lt;github@ryzhov-al.ru&gt;
</content>
</entry>
<entry>
<title>libgd: Fix pkgconfig file for cross compilation</title>
<updated>2019-09-17T23:09:38Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-09-17T23:09:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c56ad06395037628ddccf2620b5ce7a590e86ee8'/>
<id>urn:sha1:c56ad06395037628ddccf2620b5ce7a590e86ee8</id>
<content type='text'>
This allows packages that use pkgconfig to find libgd properly.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libgd: Backport SOVERSION and pkgconfig changes</title>
<updated>2019-09-13T19:54:50Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-09-13T19:47:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b5b2fa187d189740fa897bb49e331f2f7d3e7f34'/>
<id>urn:sha1:b5b2fa187d189740fa897bb49e331f2f7d3e7f34</id>
<content type='text'>
The latter is needed for some packages to find libgd.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
