leptonica, tesseract, tesseract-data, mupdf: version bump
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>leptonica</Name>
|
||||
@@ -13,9 +13,10 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Software that is broadly useful for image processing and image analysis applications</Summary>
|
||||
<Description>An open source C library for efficient image processing and image analysis operations.</Description>
|
||||
<Archive sha1sum="8da23bf6c87ca2071ed3c5b0c2c7cade5ee416b0" type="targz">https://github.com/DanBloomberg/leptonica/archive/1.79.0.tar.gz</Archive>
|
||||
<Archive sha1sum="8c0661fd610c272c53dd5226970553d20f6b81f1" type="targz">https://github.com/DanBloomberg/leptonica/archive/refs/tags/1.83.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
<Dependency>openjpeg2-devel</Dependency>
|
||||
<Dependency>giflib-devel</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
<Dependency>tiff-devel</Dependency>
|
||||
@@ -32,6 +33,7 @@
|
||||
<Summary>Software that is broadly useful for image processing and image analysis applications</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>openjpeg2</Dependency>
|
||||
<Dependency>giflib</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
<Dependency>webp</Dependency>
|
||||
@@ -39,7 +41,7 @@
|
||||
<Dependency>zlib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/usr/lib/libleptonica*</Path>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
</Files>
|
||||
@@ -52,12 +54,20 @@
|
||||
<Dependency release="current">leptonica</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/cmake</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="header">/usr/include/leptonica</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2023-05-09</Date>
|
||||
<Version>1.83.1</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2020-01-18</Date>
|
||||
<Version>1.79.0</Version>
|
||||
@@ -80,4 +90,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
<Description>
|
||||
MuPDF is a lightweight open source software framework for viewing and converting PDF, XPS, and E-book documents.
|
||||
</Description>
|
||||
<Archive sha1sum="eb6e6c468416f7ad9f37be33ae00f899dad237e2" type="targz">
|
||||
https://mupdf.com/downloads/archive/mupdf-1.21.1-source.tar.gz
|
||||
<Archive sha1sum="ec4e9af47c6113bca540b4b68359b38dbe58ae3a" type="targz">
|
||||
https://mupdf.com/downloads/archive/mupdf-1.22.0-source.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
@@ -90,6 +90,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="14">
|
||||
<Date>2023-05-09</Date>
|
||||
<Version>1.22.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Date>2022-12-16</Date>
|
||||
<Version>1.21.1</Version>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>tesseract-data</Name>
|
||||
@@ -10,9 +10,9 @@
|
||||
</Packager>
|
||||
<License>APACHE</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>An OCR program data</Summary>
|
||||
<Description>An OCR program data</Description>
|
||||
<Archive sha1sum="94557a6ecdf8ff8bec131598759e7d3b0bca1911" type="targz">https://github.com/tesseract-ocr/tessdata/archive/4.0.0.tar.gz</Archive>
|
||||
<Summary>Tesseract OCR data</Summary>
|
||||
<Description>Trained models with support for legacy and LSTM OCR engine</Description>
|
||||
<Archive sha1sum="958e2dd1843b1fbc8e734fb019bc287c19b03330" type="targz">https://github.com/tesseract-ocr/tessdata/archive/refs/tags/4.1.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -20,6 +20,7 @@
|
||||
<Package>
|
||||
<Name>tesseract-data-tr</Name>
|
||||
<Summary>Tesseract OCR program Turkish data</Summary>
|
||||
<Description>Trained models with support for legacy and LSTM OCR engine</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -31,6 +32,7 @@
|
||||
<Package>
|
||||
<Name>tesseract-data-az</Name>
|
||||
<Summary>Tesseract OCR program Azerbaijani data</Summary>
|
||||
<Description>Trained models with support for legacy and LSTM OCR engine</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -42,6 +44,7 @@
|
||||
<Package>
|
||||
<Name>tesseract-data-az-cyrillic</Name>
|
||||
<Summary>Tesseract OCR program Azerbaijani cyrillic data</Summary>
|
||||
<Description>Trained models with support for legacy and LSTM OCR engine</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -53,6 +56,7 @@
|
||||
<Package>
|
||||
<Name>tesseract-data-en</Name>
|
||||
<Summary>Tesseract OCR program English data</Summary>
|
||||
<Description>Trained models with support for legacy and LSTM OCR engine</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -64,6 +68,7 @@
|
||||
<Package>
|
||||
<Name>tesseract-data-de</Name>
|
||||
<Summary>Tesseract OCR program German data</Summary>
|
||||
<Description>Trained models with support for legacy and LSTM OCR engine</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -75,6 +80,7 @@
|
||||
<Package>
|
||||
<Name>tesseract-data-fr</Name>
|
||||
<Summary>Tesseract OCR program French data</Summary>
|
||||
<Description>Trained models with support for legacy and LSTM OCR engine</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -86,6 +92,7 @@
|
||||
<Package>
|
||||
<Name>tesseract-data-it</Name>
|
||||
<Summary>Tesseract OCR program Italian data</Summary>
|
||||
<Description>Trained models with support for legacy and LSTM OCR engine</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -97,6 +104,7 @@
|
||||
<Package>
|
||||
<Name>tesseract-data-jpn</Name>
|
||||
<Summary>Tesseract OCR program Japan data</Summary>
|
||||
<Description>Trained models with support for legacy and LSTM OCR engine</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -108,6 +116,7 @@
|
||||
<Package>
|
||||
<Name>tesseract-data-ru</Name>
|
||||
<Summary>Tesseract OCR program Russian data</Summary>
|
||||
<Description>Trained models with support for legacy and LSTM OCR engine</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -119,6 +128,7 @@
|
||||
<Package>
|
||||
<Name>tesseract-data-spa</Name>
|
||||
<Summary>Tesseract OCR program Spanish data</Summary>
|
||||
<Description>Trained models with support for legacy and LSTM OCR engine</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -128,6 +138,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2023-05-09</Date>
|
||||
<Version>4.1.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2020-01-19</Date>
|
||||
<Version>4.0.0</Version>
|
||||
@@ -143,4 +160,4 @@
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>tesseract-data</Name>
|
||||
<Summary xml:lang="tr">An OCR programm</Summary>
|
||||
<Description xml:lang="tr">An OCR programm</Description>
|
||||
<Summary xml:lang="tr">Tesseract OCR verileri</Summary>
|
||||
<Description xml:lang="tr">Tesseract OCR verileri</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -14,55 +14,55 @@
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-az</Name>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı Azerbaycan Türkçe verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-az, Tesseract OCR yazılımı Azerbacan Türkçesi verisi içerir.</Description>
|
||||
<Summary xml:lang="az">Tesseract OCR məlumatları</Summary>
|
||||
<Description xml:lang="az">Tesseract OCR məlumatları</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-az-cyrillic</Name>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı Azerbaycan Türkçe(Kiril harfleriyle) verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-az-cyrillic, Tesseract OCR yazılımı Azerbacan Türkçesi(Kiril harfleriyle) verisi içerir.</Description>
|
||||
<Summary xml:lang="az-cyrillic">Tesseract OCR məlumatları</Summary>
|
||||
<Description xml:lang="az-cyrillic">Tesseract OCR məlumatları</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-en</Name>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı İngilizce verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-en, Tesseract OCR yazılımı İngilizce verisi içerir.</Description>
|
||||
<Summary xml:lang="en">Tesseract OCR data</Summary>
|
||||
<Description xml:lang="en">Trained models with support for legacy and LSTM OCR engine</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-de</Name>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı Almanca verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-de, Tesseract OCR yazılımı Almanca verisi içerir.</Description>
|
||||
<Summary xml:lang="de">Tesseract OCR-Daten</Summary>
|
||||
<Description xml:lang="de">Tesseract OCR-Daten</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-fr</Name>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı Fransızca verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-fr, Tesseract OCR yazılımı Fransızca verisi içerir.</Description>
|
||||
<Summary xml:lang="fr">Données OCR Tesseract</Summary>
|
||||
<Description xml:lang="fr">Modèles formés avec prise en charge du moteur OCR hérité et LSTM</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-it</Name>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı İtalyanca verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-it, Tesseract OCR yazılımı Fransızca verisi içerir.</Description>
|
||||
<Summary xml:lang="it">Dati Tesseract OCR</Summary>
|
||||
<Description xml:lang="it">Modelli addestrati con supporto per legacy e motore OCR LSTM</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-jpn</Name>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı Japonca verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-jpn, Tesseract OCR yazılımı Japonca verisi içerir.</Description>
|
||||
<Summary xml:lang="jpn">Tesseract OCR data</Summary>
|
||||
<Description xml:lang="jpn">Trained models with support for legacy and LSTM OCR engine.</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-ru</Name>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı Rusça verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-ru, Tesseract OCR yazılımı Rusça verisi içerir.</Description>
|
||||
<Summary xml:lang="ru">Данные OCR Tesseract</Summary>
|
||||
<Description xml:lang="ru">Обученные модели с поддержкой устаревшего и LSTM OCR.</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-spa</Name>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı İspanyolca verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-spa, Tesseract OCR yazılımı İspanyolca verisi içerir.</Description>
|
||||
<Summary xml:lang="spa">Datos OCR de Tesseract</Summary>
|
||||
<Description xml:lang="spa">Modelos entrenados con soporte para motor heredado y LSTM OCR.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Tesseract OCR Engine</Summary>
|
||||
<Description>This package contains an OCR engine - libtesseract and a command line program - tesseract. Tesseract 4 adds a new neural net (LSTM) based OCR engine which is focused on line recognition, but also still supports the legacy Tesseract OCR engine of Tess</Description>
|
||||
<Archive sha1sum="25318bb3f57ef72d5736730739451673f4a66f51" type="targz">https://github.com/tesseract-ocr/tesseract/archive/4.1.1.tar.gz</Archive>
|
||||
<Archive sha1sum="eda6a3958352fd6fc7d77a0d387df647de73f34c" type="targz">https://github.com/tesseract-ocr/tesseract/archive/refs/tags/5.3.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>leptonica-devel</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
@@ -31,14 +31,13 @@
|
||||
<Name>tesseract</Name>
|
||||
<Summary>Tesseract OCR Engine</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>leptonica</Dependency>
|
||||
<Dependency>libgomp</Dependency>
|
||||
<Dependency>tiff</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libgomp</Dependency>
|
||||
<Dependency>leptonica</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/libtesseract.so.4.0.1</Path>
|
||||
<Path fileType="library">/usr/lib/libtesseract.so.4</Path>
|
||||
<Path fileType="library">/usr/lib/libtesseract.so</Path>
|
||||
<Path fileType="library">/usr/lib/libtesseract.so*</Path>
|
||||
<Path fileType="executable">/usr/bin/tesseract</Path>
|
||||
<Path fileType="data">/usr/share/tessdata</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
@@ -50,6 +49,7 @@
|
||||
<Name>tesseract-devel</Name>
|
||||
<Summary>Development files for tesseract</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>leptonica-devel</Dependency>
|
||||
<Dependency release="current">tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -62,12 +62,14 @@
|
||||
<Name>tesseract-tools</Name>
|
||||
<Summary>Tools for tesseract</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">tesseract</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency>leptonica</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>icu4c</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>harfbuzz</Dependency>
|
||||
<Dependency>leptonica</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency release="current">tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/set_unicharset_properties</Path>
|
||||
@@ -92,6 +94,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2023-05-09</Date>
|
||||
<Version>5.3.1</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2020-01-19</Date>
|
||||
<Version>4.1.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user