<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libwebp/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>2026-03-23T18:23:25Z</updated>
<entry>
<title>libwebp: bump to 1.6.0</title>
<updated>2026-03-23T18:23:25Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-03-23T09:48:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=63ffe5d5a351e4424276f000d9a865e8b6fafe62'/>
<id>urn:sha1:63ffe5d5a351e4424276f000d9a865e8b6fafe62</id>
<content type='text'>
Changelog since 1.5.0:
- Binary compatible release
- New API: WebPValidateDecoderConfig
- AVX2/SSE2 optimizations and lossless compression improvements
- Fix -mt multi-threading consistency issue
- cwebp: -resize can be restricted with -resize_mode

Full changelog: https://chromium.googlesource.com/webm/libwebp/+/refs/tags/v1.6.0/ChangeLog

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>libwebp: bump to version 1.3.1</title>
<updated>2023-07-15T21:40:08Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2023-07-15T21:20:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4cade402d386603219a473ebcf52ca2cbeb5a74d'/>
<id>urn:sha1:4cade402d386603219a473ebcf52ca2cbeb5a74d</id>
<content type='text'>
Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>libwebp: bump to version 1.3.0</title>
<updated>2023-01-22T18:00:24Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2023-01-22T15:35:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a390b330e33aa3fb1552cf2af77061a97aeb2275'/>
<id>urn:sha1:a390b330e33aa3fb1552cf2af77061a97aeb2275</id>
<content type='text'>
Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>libwebp: bump to version 1.2.3</title>
<updated>2022-07-26T06:31:31Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2022-07-18T15:21:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a1251191951dc44b72759d98e9563f2786dc5cc5'/>
<id>urn:sha1:a1251191951dc44b72759d98e9563f2786dc5cc5</id>
<content type='text'>
Drop upstreamed patch '001-fix-cmake-webpmux-linking.patch'.
Re-adapted patch '010-mips16.patch'

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>libwebp: fix webpmux lib name for cmake linking</title>
<updated>2021-10-02T18:55:07Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2021-10-01T07:49:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=401291ba7e97a696d7f7657f2b483781dee980a2'/>
<id>urn:sha1:401291ba7e97a696d7f7657f2b483781dee980a2</id>
<content type='text'>
When using CMake the `&lt;prefix&gt;/usr/share/WebP/cmake/WebPConfig.cmake` gets
used to get the names of the libraries to link against.

Since version 1.2.1 of libwebp, libwebpmux is on by default.
This causes a linker error because the linker arg should be `-lwebpmux`
instead of `-llibwebpmux`.

This is easily fixable by correcting the generation of the WebPConfig.cmake
file to append `webpmux` when this lib is enabled.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>libs: libwebp: bump to 1.2.1 &amp; assign myself as maintainer</title>
<updated>2021-09-30T21:29:13Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2021-09-28T15:52:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=17126e81749e03aa4735fc169b32404203760328'/>
<id>urn:sha1:17126e81749e03aa4735fc169b32404203760328</id>
<content type='text'>
Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>libwebp: update to 1.2.0</title>
<updated>2021-02-21T05:16:55Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-02-21T04:55:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=69cdbb9980233b4305b521ecd1664ea34779ac1f'/>
<id>urn:sha1:69cdbb9980233b4305b521ecd1664ea34779ac1f</id>
<content type='text'>
Switch to AUTORELEASE for easier changes.

Fix not having all of the libraries.

Remove upstream patches and refresh other one.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libwebp: Fix compilation with mips16</title>
<updated>2019-12-14T08:17:23Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-12-13T01:06:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=77a1b3ba60c930b2378a71451e6652da2f37b53a'/>
<id>urn:sha1:77a1b3ba60c930b2378a71451e6652da2f37b53a</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
