<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/tessdata/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2023-04-21T20:46:58Z</updated>
<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-03.infra.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>tessdata: uncompress tarball only once to speed up builds</title>
<updated>2021-06-30T12:09:42Z</updated>
<author>
<name>Baptiste Jonglez</name>
</author>
<published>2021-06-30T12:09:42Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7fe513971f4139a52c22bae36097c950731b56f2'/>
<id>urn:sha1:7fe513971f4139a52c22bae36097c950731b56f2</id>
<content type='text'>
The previous approach was to uncompress N times a big tarball (638 MB)
where N=130 is the number of supported languages.  Each iteration would
only extract a single file, but it still needs to uncompress the whole
tarball.  This is of course completely inefficient.

Now, we uncompress the tarball only once to extract all relevant files,
and then iterate N times to copy the file needed for each language.

This massively speeds up builds, at the expense of temporarily requiring
more build space (about 1 GB more)

Signed-off-by: Baptiste Jonglez &lt;git@bitsofnetworks.org&gt;
</content>
</entry>
<entry>
<title>tessdata: update to 2.1.0</title>
<updated>2021-03-25T23:49:00Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-15T02:31:02Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=37bffba07477a7a7cccddb55adeea4e2c8ae2438'/>
<id>urn:sha1:37bffba07477a7a7cccddb55adeea4e2c8ae2438</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>tessdata: reorganize menu</title>
<updated>2019-07-24T11:47:01Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2019-07-24T11:38:19Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ea0f17c3ac4bf837d84faca6d567d86ae3e632e5'/>
<id>urn:sha1:ea0f17c3ac4bf837d84faca6d567d86ae3e632e5</id>
<content type='text'>
Move language data menu under the package itself, and shorten the titles
so that all of them show up in the menu.

Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
<entry>
<title>tesseract: add package</title>
<updated>2019-07-18T09:38:04Z</updated>
<author>
<name>Valentín Kivachuk</name>
</author>
<published>2019-07-14T15:45:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9c8e7c6f52a4f088ae406ea9dc88247d97e68f61'/>
<id>urn:sha1:9c8e7c6f52a4f088ae406ea9dc88247d97e68f61</id>
<content type='text'>
Tesseract is an open source text recognizer (OCR) Engine, available under the Apache 2.0 license. It can be used directly, or (for programmers) using an API to extract printed text from images. It supports a wide variety of languages.

Signed-off-by: Valentín Kivachuk &lt;vk18496@gmail.com&gt;
</content>
</entry>
</feed>
