<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libgd, 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>2024-02-04T23:54:56Z</updated>
<entry>
<title>libs/libgd: fix license</title>
<updated>2024-02-04T23:54:56Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-02-04T20:57:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=41c998224d20160d7b5ecaf173df42bd5f6dc7a4'/>
<id>urn:sha1:41c998224d20160d7b5ecaf173df42bd5f6dc7a4</id>
<content type='text'>
libgd is licensed under its own "GD" license and not MIT

Fixes: 60feea09c9d343f648045e5e85e7788e75d4e039 (libgd: import from oldpackages, add myself as maintainer, add license...)

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refactor to use PKG_BUILD_FLAGS:=lto</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T08:27:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e7d9c865036d7bc2ac30604e8573f25ae601aed1'/>
<id>urn:sha1:e7d9c865036d7bc2ac30604e8573f25ae601aed1</id>
<content type='text'>
See commit 07730ff3 "treewide: add support for "lto" in PKG_BUILD_FLAGS"
on the main repository.

Note: Some packages only added `-flto` to CFLAGS and not LDFLAGS. This
fixes it and properly enables LTO.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<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: avoid recursive and redundant dependencies</title>
<updated>2022-09-15T12:53:08Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2022-09-14T21:32:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=085eb34fbf7c7aaa20da35ebe2f493601c5f19b2'/>
<id>urn:sha1:085eb34fbf7c7aaa20da35ebe2f493601c5f19b2</id>
<content type='text'>
Change the CONFLICTS line from the libgd-full to libgd to fix a
recursive dependency.

While at it, remove the redundant +LIBGD_TIFF:libtiff
+LIBGD_FREETYPE:libfreetype dependencies from Package/libgd/default.

Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
<entry>
<title>libgd: add conflicts to each other</title>
<updated>2022-08-24T04:16:45Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2022-08-22T12:58:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=42b36b7180a1859502d72a42dcd6e9ef80519c55'/>
<id>urn:sha1:42b36b7180a1859502d72a42dcd6e9ef80519c55</id>
<content type='text'>
The full variant should conflict with the default variant. This prevents that
libgd and libgd-full could be installed side by side, and also, the full
variant should provide the libgd. Otherwise, if you install libgd-full,
you can not install vnstat.

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: back to cmake.mk</title>
<updated>2021-06-13T04:05:01Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-10T23:27:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2e654b19f38f1f941c70a5adcdac6311234362c3'/>
<id>urn:sha1:2e654b19f38f1f941c70a5adcdac6311234362c3</id>
<content type='text'>
Ninja was merged to base and therefore we can now use normal cmake.mk

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>
</feed>
