diff --git a/multimedia/plugin/leptonica/actions.py b/multimedia/plugin/leptonica/actions.py
new file mode 100644
index 0000000000..823371030c
--- /dev/null
+++ b/multimedia/plugin/leptonica/actions.py
@@ -0,0 +1,21 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ shelltools.system("./autogen.sh")
+ autotools.configure()
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("leptonica-license.txt")
\ No newline at end of file
diff --git a/multimedia/plugin/leptonica/files/lept-pkgconfig.patch b/multimedia/plugin/leptonica/files/lept-pkgconfig.patch
new file mode 100644
index 0000000000..c1d496e09b
--- /dev/null
+++ b/multimedia/plugin/leptonica/files/lept-pkgconfig.patch
@@ -0,0 +1,24 @@
+--- lept.pc.in 2016-01-29 21:41:01.000000000 +0200
++++ lept 2018-01-05 14:46:02.453185333 +0300
+@@ -1,12 +1,9 @@
+-prefix=@prefix@
+-exec_prefix=@exec_prefix@
+-libdir=@libdir@
+-includedir=@includedir@/leptonica
+-
+-Name: leptonica
+-Description: An open source C library for efficient image processing and image analysis operations
+-Version: @VERSION@
+-Libs: -L${libdir} -llept
+-Libs.private: @ZLIB_LIBS@ @LIBPNG_LIBS@ @JPEG_LIBS@ @GIFLIB_LIBS@ @LIBTIFF_LIBS@ @LIBWEBP_LIBS@
+-Cflags: -I${includedir}
+-
++libdir=@libdir@
++includedir=@includedir@/leptonica
++
++Name: leptonica
++Description: An open source C library for efficient image processing and image analysis operations
++Version: @VERSION@
++Libs: -L${libdir} -llept
++Libs.private: @ZLIB_LIBS@ @LIBPNG_LIBS@ @JPEG_LIBS@ @GIFLIB_LIBS@ @LIBTIFF_LIBS@ @LIBWEBP_LIBS@
++Cflags: -I${includedir}
diff --git a/multimedia/plugin/leptonica/pspec.xml b/multimedia/plugin/leptonica/pspec.xml
new file mode 100644
index 0000000000..1d46a77ff9
--- /dev/null
+++ b/multimedia/plugin/leptonica/pspec.xml
@@ -0,0 +1,83 @@
+
+
+
+
+ leptonica
+ http://www.leptonica.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ Apache-2.0
+ multimedia.plugin
+ app:console
+ Software that is broadly useful for image processing and image analysis applications
+ An open source C library for efficient image processing and image analysis operations.
+ https://github.com/DanBloomberg/leptonica/archive/1.79.0.tar.gz
+
+ libjpeg-turbo-devel
+ giflib-devel
+ libpng-devel
+ tiff-devel
+ webp-devel
+ zlib-devel
+
+
+
+
+
+
+
+ leptonica
+ Software that is broadly useful for image processing and image analysis applications
+
+ libjpeg-turbo
+ giflib
+ libpng
+ webp
+ tiff
+ zlib
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/bin
+
+
+
+
+ leptonica-devel
+ Development file for leptonica
+
+ leptonica
+
+
+ /usr/lib/pkgconfig
+ /usr/include/leptonica
+
+
+
+
+
+ 2020-01-18
+ 1.79.0
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+ 2018-01-04
+ 1.74.4
+ Version Bump.
+ Ali Cengiz Kurt(alick)
+ alicengizkurt@gmail.com
+
+
+ 2017-01-18
+ 1.74.1
+ First Release.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/multimedia/plugin/leptonica/translations.xml b/multimedia/plugin/leptonica/translations.xml
new file mode 100644
index 0000000000..abdf0c09a4
--- /dev/null
+++ b/multimedia/plugin/leptonica/translations.xml
@@ -0,0 +1,16 @@
+
+
+
+ leptonica
+ Leptonica açık kaynaklı görsel işleme ve analiz kitaplığıdır.
+ Daha verimli görüntü işleme ve görsel çözümleme operasyonları için açık kaynaklı bir C kitaplığıdır.
+ Leptonica Library
+ An open source C library for efficient image processing and image analysis operations.
+
+
+
+ leptonica-devel
+ leptonica için geliştirme dosyaları
+ leptonica-devel, leptonica için geliştirme dosyaları içerir.
+
+
\ No newline at end of file
diff --git a/office/misc/tesseract-data/actions.py b/office/misc/tesseract-data/actions.py
new file mode 100644
index 0000000000..18fb971b42
--- /dev/null
+++ b/office/misc/tesseract-data/actions.py
@@ -0,0 +1,17 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+
+def install():
+ for f in ["tur*", "aze.*", "aze_*","eng*", "deu*", "fra*", "ita*", "jpn*", "rus*", "spa*"]:
+ pisitools.insinto("/usr/share/tessdata", f)
+
+ #shelltools.chmod(get.installDIR() + "/usr/share/tessdata/*")
\ No newline at end of file
diff --git a/office/misc/tesseract-data/pspec.xml b/office/misc/tesseract-data/pspec.xml
new file mode 100644
index 0000000000..99a8de4e31
--- /dev/null
+++ b/office/misc/tesseract-data/pspec.xml
@@ -0,0 +1,146 @@
+
+
+
+
+ tesseract-data
+ https://github.com/tesseract-ocr/tessdata
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ APACHE
+ app:console
+ An OCR program data
+ An OCR program data
+ https://github.com/tesseract-ocr/tessdata/archive/4.0.0.tar.gz
+
+
+
+
+
+ tesseract-data-tr
+ Tesseract OCR program Turkish data
+
+ tesseract
+
+
+ /usr/share/tessdata/tur*
+
+
+
+
+ tesseract-data-az
+ Tesseract OCR program Azerbaijani data
+
+ tesseract
+
+
+ /usr/share/tessdata/aze.*
+
+
+
+
+ tesseract-data-az-cyrillic
+ Tesseract OCR program Azerbaijani cyrillic data
+
+ tesseract
+
+
+ /usr/share/tessdata/aze_cyrl.*
+
+
+
+
+ tesseract-data-en
+ Tesseract OCR program English data
+
+ tesseract
+
+
+ /usr/share/tessdata/eng*
+
+
+
+
+ tesseract-data-de
+ Tesseract OCR program German data
+
+ tesseract
+
+
+ /usr/share/tessdata/deu*
+
+
+
+
+ tesseract-data-fr
+ Tesseract OCR program French data
+
+ tesseract
+
+
+ /usr/share/tessdata/fra*
+
+
+
+
+ tesseract-data-it
+ Tesseract OCR program Italian data
+
+ tesseract
+
+
+ /usr/share/tessdata/ita*
+
+
+
+
+ tesseract-data-jpn
+ Tesseract OCR program Japan data
+
+ tesseract
+
+
+ /usr/share/tessdata/jpn*
+
+
+
+
+ tesseract-data-ru
+ Tesseract OCR program Russian data
+
+ tesseract
+
+
+ /usr/share/tessdata/rus*
+
+
+
+
+ tesseract-data-spa
+ Tesseract OCR program Spanish data
+
+ tesseract
+
+
+ /usr/share/tessdata/spa*
+
+
+
+
+
+ 2020-01-19
+ 4.0.0
+ Rebuilt for the new toolchain.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+ 2019-01-26
+ 4.0.0
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/office/misc/tesseract-data/translations.xml b/office/misc/tesseract-data/translations.xml
new file mode 100644
index 0000000000..991c01d2b0
--- /dev/null
+++ b/office/misc/tesseract-data/translations.xml
@@ -0,0 +1,68 @@
+
+
+
+ tesseract-data
+ An OCR programm
+ An OCR programm
+
+
+
+ tesseract-data-tr
+ Tesseract OCR yazılımı Türkçe verisi
+ tesseract-data-tr, Tesseract OCR yazılımı Türkçe verisi içerir.
+
+
+
+ tesseract-data-az
+ Tesseract OCR yazılımı Azerbaycan Türkçe verisi
+ tesseract-data-az, Tesseract OCR yazılımı Azerbacan Türkçesi verisi içerir.
+
+
+
+ tesseract-data-az-cyrillic
+ Tesseract OCR yazılımı Azerbaycan Türkçe(Kiril harfleriyle) verisi
+ tesseract-data-az-cyrillic, Tesseract OCR yazılımı Azerbacan Türkçesi(Kiril harfleriyle) verisi içerir.
+
+
+
+ tesseract-data-en
+ Tesseract OCR yazılımı İngilizce verisi
+ tesseract-data-en, Tesseract OCR yazılımı İngilizce verisi içerir.
+
+
+
+ tesseract-data-de
+ Tesseract OCR yazılımı Almanca verisi
+ tesseract-data-de, Tesseract OCR yazılımı Almanca verisi içerir.
+
+
+
+ tesseract-data-fr
+ Tesseract OCR yazılımı Fransızca verisi
+ tesseract-data-fr, Tesseract OCR yazılımı Fransızca verisi içerir.
+
+
+
+ tesseract-data-it
+ Tesseract OCR yazılımı İtalyanca verisi
+ tesseract-data-it, Tesseract OCR yazılımı Fransızca verisi içerir.
+
+
+
+ tesseract-data-jpn
+ Tesseract OCR yazılımı Japonca verisi
+ tesseract-data-jpn, Tesseract OCR yazılımı Japonca verisi içerir.
+
+
+
+ tesseract-data-ru
+ Tesseract OCR yazılımı Rusça verisi
+ tesseract-data-ru, Tesseract OCR yazılımı Rusça verisi içerir.
+
+
+
+ tesseract-data-spa
+ Tesseract OCR yazılımı İspanyolca verisi
+ tesseract-data-spa, Tesseract OCR yazılımı İspanyolca verisi içerir.
+
+
\ No newline at end of file
diff --git a/office/misc/tesseract/actions.py b/office/misc/tesseract/actions.py
new file mode 100644
index 0000000000..c16dcb9a94
--- /dev/null
+++ b/office/misc/tesseract/actions.py
@@ -0,0 +1,26 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ shelltools.system("./autogen.sh")
+ autotools.configure("--disable-static")
+ # fıx unused dırect dependency analysis
+ pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
+
+def build():
+ autotools.make()
+ autotools.make("training")
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ autotools.make("training-install DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("LICENSE", "README*")
\ No newline at end of file
diff --git a/office/misc/tesseract/pspec.xml b/office/misc/tesseract/pspec.xml
new file mode 100644
index 0000000000..5951bb1662
--- /dev/null
+++ b/office/misc/tesseract/pspec.xml
@@ -0,0 +1,110 @@
+
+
+
+
+ tesseract
+ https://github.com/tesseract-ocr/tesseract
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ office.misc
+ APACHE
+ app:console
+ Tesseract OCR Engine
+ 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
+ https://github.com/tesseract-ocr/tesseract/archive/4.1.1.tar.gz
+
+ leptonica-devel
+ cairo-devel
+ icu4c-devel
+ pango-devel
+ tiff-devel
+ libgomp
+
+ libxslt-devel
+ asciidoc
+
+
+
+
+ tesseract
+ Tesseract OCR Engine
+
+ leptonica
+ libgomp
+ tiff
+
+
+ /usr/lib/libtesseract.so.4.0.1
+ /usr/lib/libtesseract.so.4
+ /usr/lib/libtesseract.so
+ /usr/bin/tesseract
+ /usr/share/tessdata
+ /usr/share/doc
+ /usr/share
+
+
+
+
+ tesseract-devel
+ Development files for tesseract
+
+ tesseract
+
+
+ /usr/lib/pkgconfig/tesseract.pc
+ /usr/include/tesseract
+
+
+
+
+ tesseract-tools
+ Tools for tesseract
+
+ tesseract
+ fontconfig
+ leptonica
+ cairo
+ icu4c
+ pango
+
+
+ /usr/bin/set_unicharset_properties
+ /usr/bin/language-specific.sh
+ /usr/bin/unicharset_extractor
+ /usr/bin/tesstrain_utils.sh
+ /usr/bin/combine_lang_model
+ /usr/bin/classifier_tester
+ /usr/bin/merge_unicharsets
+ /usr/bin/combine_tessdata
+ /usr/bin/shapeclustering
+ /usr/bin/ambiguous_words
+ /usr/bin/dawg2wordlist
+ /usr/bin/wordlist2dawg
+ /usr/bin/tesstrain.sh
+ /usr/bin/lstmtraining
+ /usr/bin/cntraining
+ /usr/bin/mftraining
+ /usr/bin/text2image
+ /usr/bin/lstmeval
+
+
+
+
+
+ 2020-01-19
+ 4.1.1
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+ 2019-01-25
+ 4.0.0
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/office/misc/tesseract/translations.xml b/office/misc/tesseract/translations.xml
new file mode 100644
index 0000000000..1990ebf2e2
--- /dev/null
+++ b/office/misc/tesseract/translations.xml
@@ -0,0 +1,20 @@
+
+
+
+ tesseract
+ Tesseract OCR Motoru
+ tesseract, en kararlı açık kaynaklı OCR (Optik Karakter Tanıma) motorlarından biridir. Uygulama girdi olarak aldığı çeşitli resim biçimlerini analiz ederek metin biçiminde çıktı üretir.
+
+
+
+ tesseract-devel
+ tesseract için geliştirme dosyaları
+ tesseract-devel, tesseract için geliştirme dosyaları içerir.
+
+
+
+ tesseract-tools
+ tesseract için araçlar
+ tesseract-tools, tesseract için araçlar içerir.
+
+
\ No newline at end of file
diff --git a/pisi-index.xml b/pisi-index.xml
index 972e9a778d..a8feab584a 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -36197,6 +36197,86 @@ cleaner, which will allow to add new features in the future.
+
+
+ leptonica
+ http://www.leptonica.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ Apache-2.0
+ app:console
+ multimedia.plugin
+ Leptonica Library
+ Leptonica açık kaynaklı görsel işleme ve analiz kitaplığıdır.
+ An open source C library for efficient image processing and image analysis operations.
+ Daha verimli görüntü işleme ve görsel çözümleme operasyonları için açık kaynaklı bir C kitaplığıdır.
+ https://github.com/DanBloomberg/leptonica/archive/1.79.0.tar.gz
+
+ libjpeg-turbo-devel
+ giflib-devel
+ libpng-devel
+ tiff-devel
+ webp-devel
+ zlib-devel
+
+ multimedia/plugin/leptonica/pspec.xml
+
+
+ leptonica
+ Software that is broadly useful for image processing and image analysis applications
+
+ libjpeg-turbo
+ giflib
+ libpng
+ webp
+ tiff
+ zlib
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/bin
+
+
+
+ leptonica-devel
+ Development file for leptonica
+ leptonica için geliştirme dosyaları
+ leptonica-devel, leptonica için geliştirme dosyaları içerir.
+
+ leptonica
+
+
+ /usr/lib/pkgconfig
+ /usr/include/leptonica
+
+
+
+
+ 2020-01-18
+ 1.79.0
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+ 2018-01-04
+ 1.74.4
+ Version Bump.
+ Ali Cengiz Kurt(alick)
+ alicengizkurt@gmail.com
+
+
+ 2017-01-18
+ 1.74.1
+ First Release.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+
libchromaprint
@@ -204036,6 +204116,161 @@ complete albums that you have purchased from Amazon.
+
+
+ tesseract-data
+ https://github.com/tesseract-ocr/tessdata
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ APACHE
+ app:console
+ office.misc
+ An OCR program data
+ An OCR programm
+ An OCR program data
+ An OCR programm
+ https://github.com/tesseract-ocr/tessdata/archive/4.0.0.tar.gz
+ office/misc/tesseract-data/pspec.xml
+
+
+ tesseract-data-tr
+ Tesseract OCR program Turkish data
+ Tesseract OCR yazılımı Türkçe verisi
+ tesseract-data-tr, Tesseract OCR yazılımı Türkçe verisi içerir.
+
+ tesseract
+
+
+ /usr/share/tessdata/tur*
+
+
+
+ tesseract-data-az
+ Tesseract OCR program Azerbaijani data
+ Tesseract OCR yazılımı Azerbaycan Türkçe verisi
+ tesseract-data-az, Tesseract OCR yazılımı Azerbacan Türkçesi verisi içerir.
+
+ tesseract
+
+
+ /usr/share/tessdata/aze.*
+
+
+
+ tesseract-data-az-cyrillic
+ Tesseract OCR program Azerbaijani cyrillic data
+ Tesseract OCR yazılımı Azerbaycan Türkçe(Kiril harfleriyle) verisi
+ tesseract-data-az-cyrillic, Tesseract OCR yazılımı Azerbacan Türkçesi(Kiril harfleriyle) verisi içerir.
+
+ tesseract
+
+
+ /usr/share/tessdata/aze_cyrl.*
+
+
+
+ tesseract-data-en
+ Tesseract OCR program English data
+ Tesseract OCR yazılımı İngilizce verisi
+ tesseract-data-en, Tesseract OCR yazılımı İngilizce verisi içerir.
+
+ tesseract
+
+
+ /usr/share/tessdata/eng*
+
+
+
+ tesseract-data-de
+ Tesseract OCR program German data
+ Tesseract OCR yazılımı Almanca verisi
+ tesseract-data-de, Tesseract OCR yazılımı Almanca verisi içerir.
+
+ tesseract
+
+
+ /usr/share/tessdata/deu*
+
+
+
+ tesseract-data-fr
+ Tesseract OCR program French data
+ Tesseract OCR yazılımı Fransızca verisi
+ tesseract-data-fr, Tesseract OCR yazılımı Fransızca verisi içerir.
+
+ tesseract
+
+
+ /usr/share/tessdata/fra*
+
+
+
+ tesseract-data-it
+ Tesseract OCR program Italian data
+ Tesseract OCR yazılımı İtalyanca verisi
+ tesseract-data-it, Tesseract OCR yazılımı Fransızca verisi içerir.
+
+ tesseract
+
+
+ /usr/share/tessdata/ita*
+
+
+
+ tesseract-data-jpn
+ Tesseract OCR program Japan data
+ Tesseract OCR yazılımı Japonca verisi
+ tesseract-data-jpn, Tesseract OCR yazılımı Japonca verisi içerir.
+
+ tesseract
+
+
+ /usr/share/tessdata/jpn*
+
+
+
+ tesseract-data-ru
+ Tesseract OCR program Russian data
+ Tesseract OCR yazılımı Rusça verisi
+ tesseract-data-ru, Tesseract OCR yazılımı Rusça verisi içerir.
+
+ tesseract
+
+
+ /usr/share/tessdata/rus*
+
+
+
+ tesseract-data-spa
+ Tesseract OCR program Spanish data
+ Tesseract OCR yazılımı İspanyolca verisi
+ tesseract-data-spa, Tesseract OCR yazılımı İspanyolca verisi içerir.
+
+ tesseract
+
+
+ /usr/share/tessdata/spa*
+
+
+
+
+ 2020-01-19
+ 4.0.0
+ Rebuilt for the new toolchain.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+ 2019-01-26
+ 4.0.0
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
libofx
@@ -204126,6 +204361,116 @@ complete albums that you have purchased from Amazon.
+
+
+ tesseract
+ https://github.com/tesseract-ocr/tesseract
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ APACHE
+ app:console
+ office.misc
+ Tesseract OCR Engine
+ Tesseract OCR Motoru
+ 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
+ tesseract, en kararlı açık kaynaklı OCR (Optik Karakter Tanıma) motorlarından biridir. Uygulama girdi olarak aldığı çeşitli resim biçimlerini analiz ederek metin biçiminde çıktı üretir.
+ https://github.com/tesseract-ocr/tesseract/archive/4.1.1.tar.gz
+
+ leptonica-devel
+ cairo-devel
+ icu4c-devel
+ pango-devel
+ tiff-devel
+ libgomp
+ libxslt-devel
+ asciidoc
+
+ office/misc/tesseract/pspec.xml
+
+
+ tesseract
+ Tesseract OCR Engine
+
+ leptonica
+ libgomp
+ tiff
+
+
+ /usr/lib/libtesseract.so.4.0.1
+ /usr/lib/libtesseract.so.4
+ /usr/lib/libtesseract.so
+ /usr/bin/tesseract
+ /usr/share/tessdata
+ /usr/share/doc
+ /usr/share
+
+
+
+ tesseract-devel
+ Development files for tesseract
+ tesseract için geliştirme dosyaları
+ tesseract-devel, tesseract için geliştirme dosyaları içerir.
+
+ tesseract
+
+
+ /usr/lib/pkgconfig/tesseract.pc
+ /usr/include/tesseract
+
+
+
+ tesseract-tools
+ Tools for tesseract
+ tesseract için araçlar
+ tesseract-tools, tesseract için araçlar içerir.
+
+ tesseract
+ fontconfig
+ leptonica
+ cairo
+ icu4c
+ pango
+
+
+ /usr/bin/set_unicharset_properties
+ /usr/bin/language-specific.sh
+ /usr/bin/unicharset_extractor
+ /usr/bin/tesstrain_utils.sh
+ /usr/bin/combine_lang_model
+ /usr/bin/classifier_tester
+ /usr/bin/merge_unicharsets
+ /usr/bin/combine_tessdata
+ /usr/bin/shapeclustering
+ /usr/bin/ambiguous_words
+ /usr/bin/dawg2wordlist
+ /usr/bin/wordlist2dawg
+ /usr/bin/tesstrain.sh
+ /usr/bin/lstmtraining
+ /usr/bin/cntraining
+ /usr/bin/mftraining
+ /usr/bin/text2image
+ /usr/bin/lstmeval
+
+
+
+
+ 2020-01-19
+ 4.1.1
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+ 2019-01-25
+ 4.0.0
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
librevenge
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 370c40adb4..a0cc76bac3 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-7212aa685d78303908d6b2c314869471958d4d39
\ No newline at end of file
+e324348b91f7b8e8f958bc9ea6d909a6169c95c3
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 31f4ac9023..0a5b61d387 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index 48497ac6bf..6c7f460ab5 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-86453fd66dd9a451d325795ff333cadec4fc56f6
\ No newline at end of file
+0f9953a8e704f270ef0cc58b0c93f803b4e75ff1
\ No newline at end of file