<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libextractor, 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-14T18:01:03Z</updated>
<entry>
<title>libs/libextractor: assign PKG_CPE_ID</title>
<updated>2026-03-14T18:01:03Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2026-03-14T17:30:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=502b8b327573cb65faacb4fb66280a85c6fbc04d'/>
<id>urn:sha1:502b8b327573cb65faacb4fb66280a85c6fbc04d</id>
<content type='text'>
cpe:/a:gnu:libextractor is the correct CPE ID for libextractor:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:gnu:libextractor

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>libextractor: fix compilation with gcc15</title>
<updated>2025-11-08T19:30:23Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2025-10-17T22:06:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2fab8e34c22a843893f31afb35714433988b09d5'/>
<id>urn:sha1:2fab8e34c22a843893f31afb35714433988b09d5</id>
<content type='text'>
GNU_LIBRARY is needed for a proper declaration of getopt.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libextractor: update to 1.13</title>
<updated>2024-02-10T12:43:06Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-02-10T07:35:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7a0c5ee8c8faa6af4c35db4f0a6f2fa1627d5ce5'/>
<id>urn:sha1:7a0c5ee8c8faa6af4c35db4f0a6f2fa1627d5ce5</id>
<content type='text'>
- Remove obsolete configure option
- Remove patch and var override since MEM_SRCDST_SUPPORTED is always on

Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>libextractor: fix iconv handling</title>
<updated>2022-07-11T01:26:50Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-07-10T07:32:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=df335b13912d85edd6134d2d5bdec898d808af30'/>
<id>urn:sha1:df335b13912d85edd6134d2d5bdec898d808af30</id>
<content type='text'>
Autoreconf is enough to fix.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libextractor: remove ffmpeg plugin</title>
<updated>2022-03-17T17:37:19Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-03-13T08:09:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6000735f3446d2e876335122066c28b3f335db1e'/>
<id>urn:sha1:6000735f3446d2e876335122066c28b3f335db1e</id>
<content type='text'>
This was removed upstream. It also doesn't build with ffmpeg 5.0

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libextractor: update to version 1.11</title>
<updated>2021-04-28T23:59:15Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-04-28T17:42:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=42707fc1eedf7b5f92d30b2e17f359f97db0d8b5'/>
<id>urn:sha1:42707fc1eedf7b5f92d30b2e17f359f97db0d8b5</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>libextractor: fix dependency for libjpeg.so.6</title>
<updated>2020-09-13T22:19:39Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2020-09-13T22:14:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=decc5f51f46c75934d3a74abad210b9109be6eb1'/>
<id>urn:sha1:decc5f51f46c75934d3a74abad210b9109be6eb1</id>
<content type='text'>
We replaced libjpeg with libjpeg-turbo, reflect that by letting
libextractor depend on libjpeg-turbo.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>libextractor: make ffmpeg plugin depend on BUILD_PATENTED</title>
<updated>2020-08-02T21:13:33Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-07-23T21:28:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6c321adf3b5a6818ea230be85a3633d17ac3ad30'/>
<id>urn:sha1:6c321adf3b5a6818ea230be85a3633d17ac3ad30</id>
<content type='text'>
FFMpeg has patented functionality. Make libextractor respect
BUILD_PATENTED.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libextractor: update to 1.10</title>
<updated>2020-08-01T22:06:50Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-08-01T18:12:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=26b1cc700a838920e490cec1b5111e01850dc538'/>
<id>urn:sha1:26b1cc700a838920e490cec1b5111e01850dc538</id>
<content type='text'>
Made two compile options dependent on whether or not the plugins are
selected.

Removed autoreconf as autools files are not being patched.

Added PKG_BUILD_PARALLEL for faster compilation.

Added patch to fix compilation with libjpeg-turbo. libjpeg-turbo can be
fixed to include this API, but it's probably better for size reasons to
patch libextractor instead.

Added -liconv since it seems to be needed for some reason.

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