<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/tesseract-ocr, branch 2019.02-op-build</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2019-01-19T15:34:59+00:00</updated>
<entry>
<title>tesseract-ocr: disable documentation</title>
<updated>2019-01-19T15:34:59+00:00</updated>
<author>
<name>Fabrice Fontaine</name>
<email>fontaine.fabrice@gmail.com</email>
</author>
<published>2019-01-18T19:56:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=ebcb9103b6bf3f2408d5de38da33cac37da48441'/>
<id>urn:sha1:ebcb9103b6bf3f2408d5de38da33cac37da48441</id>
<content type='text'>
Fixes:
 - http://autobuild.buildroot.org/results/a608e9bfb2b0161c45ae490e2866d96763593723

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
Acked-by: Gilles Talis &lt;gilles.talis@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>package/tesseract-ocr: bump to version 4.0.0</title>
<updated>2019-01-14T21:16:13+00:00</updated>
<author>
<name>Gilles Talis</name>
<email>gilles.talis@gmail.com</email>
</author>
<published>2019-01-13T12:37:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=dab729c58bdec7975db8d3b6984e9c0bf4d28ecc'/>
<id>urn:sha1:dab729c58bdec7975db8d3b6984e9c0bf4d28ecc</id>
<content type='text'>
Signed-off-by: Gilles Talis &lt;gilles.talis@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>tesseract-ocr: bump to version 3.05.02</title>
<updated>2018-09-30T08:34:36+00:00</updated>
<author>
<name>Gilles Talis</name>
<email>gilles.talis@gmail.com</email>
</author>
<published>2018-09-29T15:09:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=803bc88a72151996b8dc73fcce2f65cd6fd6e359'/>
<id>urn:sha1:803bc88a72151996b8dc73fcce2f65cd6fd6e359</id>
<content type='text'>
Also added license hash

Signed-off-by: Gilles Talis &lt;gilles.talis@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>packages: use new $($PKG)_DL_DIR) variable</title>
<updated>2018-04-02T13:53:53+00:00</updated>
<author>
<name>Maxime Hadjinlian</name>
<email>maxime.hadjinlian@gmail.com</email>
</author>
<published>2018-04-02T13:09:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=514291f39ef066cbe4dd9b41e1a3b0268fc8efb8'/>
<id>urn:sha1:514291f39ef066cbe4dd9b41e1a3b0268fc8efb8</id>
<content type='text'>
Instead of DL_DIR, the package should now use $(PKG)_DL_DIR to ease the
transition into a new directory structure for DL_DIR.

This commit has been generated with the following scripts:

for i in $(find . -iname "*.mk"); do
	if ! grep -q "\$(DL_DIR)" ${i}; then
		continue
	fi
	pkg_name="$(basename $(dirname ${i}))"
	[ "${pkg_name}" = "package" ] &amp;&amp; continue
	raw_pkg_name=$(echo ${pkg_name} | tr [a-z] [A-Z] | tr '-' '_')
	pkg_dl_dir="${raw_pkg_name}_DL_DIR"
	sed -i "s/\$(DL_DIR)/\$($pkg_dl_dir)/" ${i}
done

Signed-off-by: Maxime Hadjinlian &lt;maxime.hadjinlian@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>tesseract-ocr: fix typo in variable name</title>
<updated>2017-04-06T20:43:29+00:00</updated>
<author>
<name>Ricardo Martincoski</name>
<email>ricardo.martincoski@gmail.com</email>
</author>
<published>2017-04-04T22:50:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=a51b54fba97ae794b36930dbb77ba618d000f9c2'/>
<id>urn:sha1:a51b54fba97ae794b36930dbb77ba618d000f9c2</id>
<content type='text'>
TESSERACT_OCF_CONF_OPTS
            ^

Found using [1]:
check-package --include-only TypoInPackageVariable $(find * -type f)
and manually fixed.

[1] http://patchwork.ozlabs.org/patch/729672/

Signed-off-by: Ricardo Martincoski &lt;ricardo.martincoski@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>tesseract-ocr: needs wchar support</title>
<updated>2017-03-22T21:42:31+00:00</updated>
<author>
<name>Gilles Talis</name>
<email>gilles.talis@gmail.com</email>
</author>
<published>2017-03-22T06:41:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=51c5e50589d4c663efb65325d5bfe9bc767cfa28'/>
<id>urn:sha1:51c5e50589d4c663efb65325d5bfe9bc767cfa28</id>
<content type='text'>
Fixes:
http://autobuild.buildroot.net/results/66e44564aac79c1c47755f6d158663317a5ffe09

Signed-off-by: Gilles Talis &lt;gilles.talis@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>tesseract-ocr: new package</title>
<updated>2017-03-19T13:57:56+00:00</updated>
<author>
<name>Gilles Talis</name>
<email>gilles.talis@gmail.com</email>
</author>
<published>2017-03-19T08:07:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=d1103eeab34c60baf3a1f4b01306977b08bc3d2f'/>
<id>urn:sha1:d1103eeab34c60baf3a1f4b01306977b08bc3d2f</id>
<content type='text'>
Signed-off-by: Gilles Talis &lt;gilles.talis@gmail.com&gt;
[Thomas:
 - remove jpeg, tiff and libpng dependencies, they do not seem to be
   used
 - add host-pkgconf as a dependency, since the configure script uses
   PKG_CHECK_MODULES()
 - pass --disable-opencl to explicitly disable OpenCL support
 - add comment to explain why we don't add support for cairo, pango and
   icu as optional dependencies.]
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
