merge fix
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<Archive sha1sum="91e15b0cb24b2b9a502e48ec4252bb604232e6fe" type="tarxz">http://ftp.acc.umu.se/pub/gnome/sources/dconf/0.34/dconf-0.34.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>ninja</Dependency>
|
||||
<Dependency>ninja</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
@@ -70,7 +70,7 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Update release="7">
|
||||
<Date>2020-01-14</Date>
|
||||
<Version>0.34.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
|
||||
@@ -29,6 +29,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2020-01-18</Date>
|
||||
<Version>0.6.0</Version>
|
||||
<Comment>rebuild for qt5.14.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2019-09-15</Date>
|
||||
<Version>0.6.0</Version>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
NoStrip = "/"
|
||||
#NoStrip = "/"
|
||||
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
@@ -13,6 +13,9 @@ from pisi.actionsapi import qt5
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.system("sed -i 's/python /python3 /' qtdeclarative.pro \
|
||||
src/3rdparty/masm/masm.pri")
|
||||
#shelltools.system("sed -i 's/python /python3 /' qtdeclarative/src/3rdparty/masm/masm.pri")
|
||||
shelltools.export("CFLAGS", "CXXFLAGS")
|
||||
qt5.configure()
|
||||
|
||||
@@ -32,4 +35,4 @@ def install():
|
||||
#for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()):
|
||||
#pisitools.dosym("/usr/lib/qt5/bin/%s" % bin, "/usr/bin/%s-qt5" % bin)
|
||||
|
||||
#pisitools.insinto("/usr/share/licenses/qt5-declarative/", "LICENSE*")
|
||||
pisitools.insinto("/usr/share/licenses/qt5-declarative/", "LICENSE*")
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
<License>LGPLv2.1-linking-exception</License>
|
||||
<Archive sha1sum="2ea4a2ffe698987423f6ee63d58fbba433fe0910" type="tarxz">http://download.qt.io/official_releases/qt/5.14/5.14.0/submodules/qtdeclarative-everywhere-src-5.14.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency versionFrom="5.14.0">qt5-base-devel</Dependency>
|
||||
<Dependency>libxkbcommon-devel</Dependency>
|
||||
<Dependency versionFrom="13.0.4">mesa-devel</Dependency>
|
||||
@@ -29,6 +30,7 @@
|
||||
<Name>qt5-declarative</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libglvnd</Dependency>
|
||||
<Dependency versionFrom="5.14.0">qt5-base</Dependency>
|
||||
<Dependency versionFrom="13.0.4">mesa</Dependency>
|
||||
<!-- <Dependency versionFrom="5.14.0">qt5-xmlpatterns</Dependency> -->
|
||||
@@ -56,7 +58,7 @@
|
||||
</RuntimeDependencies>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<!--Package>
|
||||
<Name>qt5-declarative-docs</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency versionFrom="5.14.0">qt5-base</Dependency>
|
||||
@@ -64,7 +66,7 @@
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/qt5</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
</Package-->
|
||||
|
||||
<History>
|
||||
<Update release="18">
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>gstreamer-devel</Dependency>
|
||||
<Dependency versionFrom="1.10.3">gst-plugins-base-devel</Dependency>
|
||||
<Dependency versionFrom="13.0.4">mesa-devel</Dependency>
|
||||
|
||||
@@ -11,6 +11,8 @@ from pisi.actionsapi import qt5
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.export("CC", "clang -fuse-ld=lld")
|
||||
shelltools.export("CXX", "clang++ -fuse-ld=lld")
|
||||
qt5.configure()
|
||||
|
||||
def build():
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<BuildDependencies>
|
||||
<Dependency>llvm</Dependency>
|
||||
<Dependency versionFrom="13.0.4">mesa-devel</Dependency>
|
||||
<Dependency versionFrom="7.1.0">llvm-clang-devel</Dependency> <!--qtdoc for qt5-x11extras-->
|
||||
<Dependency versionFrom="7.1.0">llvm-clang-devel</Dependency>
|
||||
<Dependency versionFrom="5.14.0">qt5-base-devel</Dependency>
|
||||
<Dependency>icon-theme-hicolor</Dependency>
|
||||
<Dependency versionFrom="5.14.0">qt5-declarative-devel</Dependency>
|
||||
@@ -31,7 +31,8 @@
|
||||
<Dependency versionFrom="5.14.0">qt5-base</Dependency>
|
||||
<Dependency versionFrom="5.14.0">qt5-declarative</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/qdistancefieldgenerator</Path>
|
||||
<Path fileType="executable">/usr/bin/assistant</Path>
|
||||
<Path fileType="executable">/usr/bin/qhelpgenerator</Path>
|
||||
<Path fileType="executable">/usr/bin/qhelpconverter</Path>
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency versionFrom="0.6.0">lxqt-build-tools</Dependency>
|
||||
<Dependency versionFrom="5.13.2">qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.13.2">qt5-linguist</Dependency>
|
||||
<Dependency versionFrom="5.14.0">qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.14.0">qt5-linguist</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
<Package>
|
||||
@@ -25,7 +25,7 @@
|
||||
<Summary>Development files for qtermwidget5</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency versionFrom="5.13.2">qt5-base</Dependency>
|
||||
<Dependency versionFrom="5.14.0">qt5-base</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/consoleq</Path>
|
||||
@@ -48,6 +48,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="15">
|
||||
<Date>2020-01-18</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2019-11-04</Date>
|
||||
<Version>0.14.1</Version>
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
#!/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.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-vif")
|
||||
shelltools.system("./autogen.sh")
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
@@ -16,5 +17,5 @@ def build():
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("COPYING", "AUTHORS", "README")
|
||||
|
||||
pisitools.dodoc("leptonica-license.txt")
|
||||
@@ -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}
|
||||
@@ -0,0 +1,83 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>leptonica</Name>
|
||||
<Homepage>http://www.leptonica.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>Apache-2.0</License>
|
||||
<PartOf>multimedia.plugin</PartOf>
|
||||
<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>
|
||||
<BuildDependencies>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
<Dependency>giflib-devel</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
<Dependency>tiff-devel</Dependency>
|
||||
<Dependency>webp-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!--<Patch>lept-pkgconfig.patch</Patch>-->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>leptonica</Name>
|
||||
<Summary>Software that is broadly useful for image processing and image analysis applications</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>giflib</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
<Dependency>webp</Dependency>
|
||||
<Dependency>tiff</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>leptonica-devel</Name>
|
||||
<Summary>Development file for leptonica</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">leptonica</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="header">/usr/include/leptonica</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-01-18</Date>
|
||||
<Version>1.79.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2018-01-04</Date>
|
||||
<Version>1.74.4</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Ali Cengiz Kurt(alick)</Name>
|
||||
<Email>alicengizkurt@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2017-01-18</Date>
|
||||
<Version>1.74.1</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>leptonica</Name>
|
||||
<Summary xml:lang="tr">Leptonica açık kaynaklı görsel işleme ve analiz kitaplığıdır.</Summary>
|
||||
<Description xml:lang="tr">Daha verimli görüntü işleme ve görsel çözümleme operasyonları için açık kaynaklı bir C kitaplığıdır.</Description>
|
||||
<Summary xml:lang="en">Leptonica Library</Summary>
|
||||
<Description xml:lang="en">An open source C library for efficient image processing and image analysis operations.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>leptonica-devel</Name>
|
||||
<Summary xml:lang="tr">leptonica için geliştirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">leptonica-devel, leptonica için geliştirme dosyaları içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -0,0 +1,30 @@
|
||||
#!/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 libtools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.cd("openpgm/pgm/")
|
||||
shelltools.system("pwd")
|
||||
libtools.libtoolize("-fc")
|
||||
autotools.aclocal()
|
||||
autotools.autoheader()
|
||||
autotools.automake("--add-missing --copy")
|
||||
autotools.autoconf()
|
||||
# suppress c compiler warnings
|
||||
pisitools.cflags.add("-Wno-cpp -Wno-unused-result")
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
shelltools.cd("openpgm/pgm/")
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
shelltools.cd("openpgm/pgm/")
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
@@ -0,0 +1,11 @@
|
||||
--- openpgm-release-5-2-122/openpgm/pgm/Makefile.am 2012-12-04 03:56:54.000000000 +0100
|
||||
+++ openpgm-release-5-2-122/openpgm/pgm/Makefile2.am 2019-10-30 22:09:31.457801206 +0100
|
||||
@@ -54,7 +54,7 @@
|
||||
histogram.c \
|
||||
version.c
|
||||
|
||||
-share_includedir = $(includedir)/pgm-@RELEASE_INFO@/pgm
|
||||
+share_includedir = $(includedir)/pgm
|
||||
share_include_HEADERS = \
|
||||
include/pgm/atomic.h \
|
||||
include/pgm/engine.h \
|
||||
@@ -0,0 +1,129 @@
|
||||
diff --git a/openpgm/pgm/include/impl/messages.h b/openpgm/pgm/include/impl/messages.h
|
||||
index 812393f..1655e9c 100644
|
||||
--- a/openpgm/pgm/include/impl/messages.h
|
||||
+++ b/openpgm/pgm/include/impl/messages.h
|
||||
@@ -185,14 +185,14 @@ static inline void pgm_fatal (const char* format, ...) {
|
||||
#define pgm_warn_if_reached() \
|
||||
do { \
|
||||
pgm_warn ("file %s: line %d (%s): code should not be reached", \
|
||||
- __FILE__, __LINE__, __PRETTY_FUNCTION__); \
|
||||
+ __FILE__, __LINE__, __func__); \
|
||||
} while (0)
|
||||
#define pgm_warn_if_fail(expr) \
|
||||
do { \
|
||||
if (PGM_LIKELY (expr)); \
|
||||
else \
|
||||
pgm_warn ("file %s: line %d (%s): runtime check failed: (%s)", \
|
||||
- __FILE__, __LINE__, __PRETTY_FUNCTION__, #expr); \
|
||||
+ __FILE__, __LINE__, __func__, #expr); \
|
||||
} while (0)
|
||||
|
||||
|
||||
@@ -210,14 +210,14 @@ static inline void pgm_fatal (const char* format, ...) {
|
||||
if (PGM_LIKELY(expr)); \
|
||||
else { \
|
||||
pgm_fatal ("file %s: line %d (%s): assertion failed: (%s)", \
|
||||
- __FILE__, __LINE__, __PRETTY_FUNCTION__, #expr); \
|
||||
+ __FILE__, __LINE__, __func__, #expr); \
|
||||
abort (); \
|
||||
} \
|
||||
} while (0)
|
||||
# define pgm_assert_not_reached() \
|
||||
do { \
|
||||
pgm_fatal ("file %s: line %d (%s): should not be reached", \
|
||||
- __FILE__, __LINE__, __PRETTY_FUNCTION__); \
|
||||
+ __FILE__, __LINE__, __func__); \
|
||||
abort (); \
|
||||
} while (0)
|
||||
# define pgm_assert_cmpint(n1, cmp, n2) \
|
||||
@@ -226,7 +226,7 @@ static inline void pgm_fatal (const char* format, ...) {
|
||||
if (PGM_LIKELY(_n1 cmp _n2)); \
|
||||
else { \
|
||||
pgm_fatal ("file %s: line %d (%s): assertion failed (%s): (%" PRIi64 " %s %" PRIi64 ")", \
|
||||
- __FILE__, __LINE__, __PRETTY_FUNCTION__, #n1 " " #cmp " " #n2, _n1, #cmp, _n2); \
|
||||
+ __FILE__, __LINE__, __func__, #n1 " " #cmp " " #n2, _n1, #cmp, _n2); \
|
||||
abort (); \
|
||||
} \
|
||||
} while (0)
|
||||
@@ -236,7 +236,7 @@ static inline void pgm_fatal (const char* format, ...) {
|
||||
if (PGM_LIKELY(_n1 cmp _n2)); \
|
||||
else { \
|
||||
pgm_fatal ("file %s: line %d (%s): assertion failed (%s): (%" PRIu64 " %s %" PRIu64 ")", \
|
||||
- __FILE__, __LINE__, __PRETTY_FUNCTION__, #n1 " " #cmp " " #n2, _n1, #cmp, _n2); \
|
||||
+ __FILE__, __LINE__, __func__, #n1 " " #cmp " " #n2, _n1, #cmp, _n2); \
|
||||
abort (); \
|
||||
} \
|
||||
} while (0)
|
||||
@@ -295,7 +295,7 @@ static inline void pgm_fatal (const char* format, ...) {
|
||||
if (PGM_LIKELY(expr)); \
|
||||
else { \
|
||||
pgm_warn ("file %s: line %d (%s): assertion `%s' failed", \
|
||||
- __FILE__, __LINE__, __PRETTY_FUNCTION__, #expr); \
|
||||
+ __FILE__, __LINE__, __func__, #expr); \
|
||||
return; \
|
||||
} \
|
||||
} while (0)
|
||||
@@ -304,20 +304,20 @@ static inline void pgm_fatal (const char* format, ...) {
|
||||
if (PGM_LIKELY(expr)); \
|
||||
else { \
|
||||
pgm_warn ("file %s: line %d (%s): assertion `%s' failed", \
|
||||
- __FILE__, __LINE__, __PRETTY_FUNCTION__, #expr); \
|
||||
+ __FILE__, __LINE__, __func__, #expr); \
|
||||
return (val); \
|
||||
} \
|
||||
} while (0)
|
||||
# define pgm_return_if_reached() \
|
||||
do { \
|
||||
pgm_warn ("file %s: line %d (%s): should not be reached", \
|
||||
- __FILE__, __LINE__, __PRETTY_FUNCTION__); \
|
||||
+ __FILE__, __LINE__, __func__); \
|
||||
return; \
|
||||
} while (0)
|
||||
# define pgm_return_val_if_reached(val) \
|
||||
do { \
|
||||
pgm_warn ("file %s: line %d (%s): should not be reached", \
|
||||
- __FILE__, __LINE__, __PRETTY_FUNCTION__); \
|
||||
+ __FILE__, __LINE__, __func__); \
|
||||
return (val); \
|
||||
} while (0)
|
||||
|
||||
diff --git a/openpgm/pgm/mem.c b/openpgm/pgm/mem.c
|
||||
index 5697baf..d3d5295 100644
|
||||
--- a/openpgm/pgm/mem.c
|
||||
+++ b/openpgm/pgm/mem.c
|
||||
@@ -163,7 +163,7 @@ pgm_malloc (
|
||||
|
||||
#ifdef __GNUC__
|
||||
pgm_fatal ("file %s: line %d (%s): failed to allocate %" PRIzu " bytes",
|
||||
- __FILE__, __LINE__, __PRETTY_FUNCTION__,
|
||||
+ __FILE__, __LINE__, __func__,
|
||||
n_bytes);
|
||||
#else
|
||||
pgm_fatal ("file %s: line %d: failed to allocate %" PRIzu " bytes",
|
||||
@@ -186,7 +186,7 @@ pgm_malloc_n (
|
||||
if (SIZE_OVERFLOWS (n_blocks, block_bytes)) {
|
||||
#ifdef __GNUC__
|
||||
pgm_fatal ("file %s: line %d (%s): overflow allocating %" PRIzu "*%" PRIzu " bytes",
|
||||
- __FILE__, __LINE__, __PRETTY_FUNCTION__,
|
||||
+ __FILE__, __LINE__, __func__,
|
||||
n_blocks, block_bytes);
|
||||
#else
|
||||
pgm_fatal ("file %s: line %d: overflow allocating %" PRIzu "*%" PRIzu " bytes",
|
||||
@@ -210,7 +210,7 @@ pgm_malloc0 (
|
||||
|
||||
#ifdef __GNUC__
|
||||
pgm_fatal ("file %s: line %d (%s): failed to allocate %" PRIzu " bytes",
|
||||
- __FILE__, __LINE__, __PRETTY_FUNCTION__,
|
||||
+ __FILE__, __LINE__, __func__,
|
||||
n_bytes);
|
||||
#else
|
||||
pgm_fatal ("file %s: line %d: failed to allocate %" PRIzu " bytes",
|
||||
@@ -236,7 +236,7 @@ pgm_malloc0_n (
|
||||
|
||||
#ifdef __GNUC__
|
||||
pgm_fatal ("file %s: line %d (%s): failed to allocate %" PRIzu "*%" PRIzu " bytes",
|
||||
- __FILE__, __LINE__, __PRETTY_FUNCTION__,
|
||||
+ __FILE__, __LINE__, __func__,
|
||||
n_blocks, block_bytes);
|
||||
#else
|
||||
pgm_fatal ("file %s: line %d: failed to allocate %" PRIzu "*%" PRIzu " bytes",
|
||||
@@ -0,0 +1,11 @@
|
||||
diff --git a/openpgm/pgm/openpgm-5.2.pc.in b/openpgm/pgm/openpgm-5.2.pc.in
|
||||
index 1e56d944..9e30a6da 100644
|
||||
--- a/openpgm/pgm/openpgm-5.2.pc.in
|
||||
+++ b/openpgm/pgm/openpgm-5.2.pc.in
|
||||
@@ -9,4 +9,4 @@ Version: @PACKAGE_VERSION@
|
||||
# packagers may wish to move @LIBS@ to Libs.private for platforms with
|
||||
# versions of pkg-config that support static linking.
|
||||
Libs: -L${libdir} -lpgm @LIBS@
|
||||
-Cflags: -I${includedir}/pgm-@VERSION_MAJOR@.@VERSION_MINOR@ -I${libdir}/pgm-@VERSION_MAJOR@.@VERSION_MINOR@/include
|
||||
+Cflags: -I${includedir}
|
||||
|
||||
@@ -0,0 +1,59 @@
|
||||
diff --git a/openpgm/pgm/version_generator.py b/openpgm/pgm/version_generator.py
|
||||
index e489aef..581eabe 100755
|
||||
--- a/openpgm/pgm/version_generator.py
|
||||
+++ b/openpgm/pgm/version_generator.py
|
||||
@@ -1,19 +1,25 @@
|
||||
-#!/usr/bin/python
|
||||
+#!/usr/bin/python3
|
||||
|
||||
import os
|
||||
import platform
|
||||
import time
|
||||
|
||||
-build_date = time.strftime ("%Y-%m-%d")
|
||||
-build_time = time.strftime ("%H:%M:%S")
|
||||
-build_rev = filter (str.isdigit, "$Revision$")
|
||||
+timestamp = time.gmtime(int(os.environ.get('SOURCE_DATE_EPOCH', time.time())))
|
||||
+build_date = time.strftime ("%Y-%m-%d", timestamp)
|
||||
+build_time = time.strftime ("%H:%M:%S", timestamp)
|
||||
+build_rev = ''.join (list (filter (str.isdigit, "$Revision$")))
|
||||
+build_system = platform.system()
|
||||
+build_machine = platform.machine()
|
||||
+if 'SOURCE_DATE_EPOCH' in os.environ:
|
||||
+ build_system = 'BuildSystem'
|
||||
+ build_machine = 'BuildMachine'
|
||||
|
||||
-print """
|
||||
+print ("""
|
||||
/* vim:ts=8:sts=8:sw=4:noai:noexpandtab
|
||||
*
|
||||
* OpenPGM version.
|
||||
*
|
||||
- * Copyright (c) 2006-2011 Miru Limited.
|
||||
+ * Copyright (c) 2006-2014 Miru Limited.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
@@ -41,15 +47,16 @@
|
||||
|
||||
const unsigned pgm_major_version = 5;
|
||||
const unsigned pgm_minor_version = 2;
|
||||
const unsigned pgm_micro_version = 122;
|
||||
-const char* pgm_build_date = "%s";
|
||||
-const char* pgm_build_time = "%s";
|
||||
-const char* pgm_build_system = "%s";
|
||||
-const char* pgm_build_machine = "%s";
|
||||
-const char* pgm_build_revision = "%s";
|
||||
+const char* pgm_build_date = "{0}";
|
||||
+const char* pgm_build_time = "{1}";
|
||||
+const char* pgm_build_system = "{2}";
|
||||
+const char* pgm_build_machine = "{3}";
|
||||
+const char* pgm_build_revision = "{4}";
|
||||
|
||||
|
||||
/* eof */
|
||||
-"""%(build_date, build_time, platform.system(), platform.machine(), build_rev)
|
||||
+""".format (build_date, build_time, build_system, build_machine, build_rev))
|
||||
|
||||
# end of file
|
||||
+
|
||||
@@ -0,0 +1,14 @@
|
||||
--- openpgm-release-5-2-122/openpgm/pgm/engine.c.org 2019-11-10 14:56:31.815959556 +0100
|
||||
+++ openpgm-release-5-2-122/openpgm/pgm/engine.c 2019-11-10 14:57:33.990743464 +0100
|
||||
@@ -262,8 +262,9 @@
|
||||
{
|
||||
#ifndef _WIN32
|
||||
if (0 == getuid()) {
|
||||
- setuid((gid_t)65534);
|
||||
- setgid((uid_t)65534);
|
||||
+ setgroups(0, NULL);
|
||||
+ setgid((gid_t)65534);
|
||||
+ setuid((uid_t)65534);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>openpgm</Name>
|
||||
<Homepage>https://www.freshports.org/net/openpgm/</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<License>LGPL2.1</License>
|
||||
<PartOf>network.library</PartOf>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Implementation of the PGM reliable multicast protocol</Summary>
|
||||
<Description>OpenPGM is an open source implementation of the Pragmatic General Multicast (PGM) specification in RFC 3208 available at www.ietf.org. PGM is a reliable and scalable multicast protocol that enables receivers to detect loss, request retransmission of lost data, or notify an application of unrecoverable loss.</Description>
|
||||
<Archive sha1sum="2e7e9b91e988f37d356b53871ae8fce8c29619d6" type="targz">https://github.com/steve-o/openpgm/archive/release-5-2-122.tar.gz</Archive>
|
||||
<Patches>
|
||||
<!--<Patch level="3">openpgm-01-makefile-am.patch</Patch>-->
|
||||
<!--<Patch level="3">openpgm-02-c-func.patch</Patch>-->
|
||||
<!--<Patch level="3">openpgm-03-pkgconfig.patch</Patch>-->
|
||||
<!--<Patch level="3">openpgm-04-py-version-gen.patch</Patch>-->
|
||||
<!--<Patch level="3">openpgm-05-fix-setgid.patch</Patch>-->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>openpgm</Name>
|
||||
<Summary>Implementation of the PGM reliable multicast protocol</Summary>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc/libpgm</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>openpgm-devel</Name>
|
||||
<Summary>Development files for openpgm</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">openpgm</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include/</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2019-12-30</Date>
|
||||
<Version>5.2.122</Version>
|
||||
<Comment>First pisi release</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>openpgm</Name>
|
||||
<Summary xml:lang="tr">Guvenilir coklu yayin protolu PGM'nin uygulamasi</Summary>
|
||||
<Description xml:lang="tr">OpenPGM, RFC 3208'de belirtilen Pragmatik Genel Coklu Yayın(Pragmatic General Multicast - PGM) uygulamasıdır.</Description>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>openpgm-devel</Name>
|
||||
<Summary xml:lang="tr">openpgm için geliştirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">openpgm-devel, openpgm için geliştirme dosyaları sunar.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -0,0 +1,20 @@
|
||||
#!/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 autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-vfi")
|
||||
autotools.configure("--with-pgm --with-libsodium --disable-static")
|
||||
# fix unused dependency analysis
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
@@ -0,0 +1,63 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>zeromq</Name>
|
||||
<Homepage>https://github.com/zeromq/libzmq/</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<License>LGPL</License>
|
||||
<PartOf>network.library</PartOf>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>library</IsA>
|
||||
<Summary>ZeroMQ core engine in C++, implements ZMTP/3.1</Summary>
|
||||
<Description>The ZeroMQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. ZeroMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more.</Description>
|
||||
<Archive sha1sum="c76f42e5ecbd3db3a40519c55d985ef2968aabce" type="targz">https://github.com/zeromq/libzmq/archive/v4.3.2.tar.gz</Archive>
|
||||
<Archive sha1sum="a100316bc2c74c8375a2a4b36bb839a84c950f83" type="targz" target="libzmq-4.3.2">https://github.com/zeromq/cppzmq/archive/v4.5.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libsodium-devel</Dependency>
|
||||
<Dependency>openpgm-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>zeromq</Name>
|
||||
<Summary>ZeroMQ core engine in C++, implements ZMTP/3.1</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libsodium</Dependency>
|
||||
<Dependency>openpgm</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/curve_keygen</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc/zeromq</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>zeromq-devel</Name>
|
||||
<Summary>Development files for zeromq</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">zeromq</Dependency>
|
||||
<Dependency>libsodium-devel</Dependency>
|
||||
<Dependency>openpgm-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="header">/usr/include/zeromq</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2019-12-30</Date>
|
||||
<Version>4.3.2</Version>
|
||||
<Comment>First pisi release</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>zeromq</Name>
|
||||
<Summary xml:lang="tr">ZeroMQ, ZMTP/3.1 uygulayan ve çekirdegi C++ olan bir kitaplıktır.</Summary>
|
||||
<Description xml:lang="tr">ZeroMQ soketleri asenkron mesaj kuyruklarının soyutlanması, çoklu mesaj oruntuleri, mesaj suzme coklu ulaşım protokollerine kesintisiz erişim saglayabilen bir kitaplıktır.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>zeromq-devel</Name>
|
||||
<Summary xml:lang="tr">zeromq için geliştirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">zeromq-devel, zeromq için geliştirme dosyaları sunar.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -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/*")
|
||||
@@ -0,0 +1,146 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>tesseract-data</Name>
|
||||
<Homepage>https://github.com/tesseract-ocr/tessdata</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</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>
|
||||
<BuildDependencies>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-tr</Name>
|
||||
<Summary>Tesseract OCR program Turkish data</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/tur*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-az</Name>
|
||||
<Summary>Tesseract OCR program Azerbaijani data</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/aze.*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-az-cyrillic</Name>
|
||||
<Summary>Tesseract OCR program Azerbaijani cyrillic data</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/aze_cyrl.*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-en</Name>
|
||||
<Summary>Tesseract OCR program English data</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/eng*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-de</Name>
|
||||
<Summary>Tesseract OCR program German data</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/deu*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-fr</Name>
|
||||
<Summary>Tesseract OCR program French data</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/fra*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-it</Name>
|
||||
<Summary>Tesseract OCR program Italian data</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/ita*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-jpn</Name>
|
||||
<Summary>Tesseract OCR program Japan data</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/jpn*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-ru</Name>
|
||||
<Summary>Tesseract OCR program Russian data</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/rus*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-spa</Name>
|
||||
<Summary>Tesseract OCR program Spanish data</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/spa*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-01-19</Date>
|
||||
<Version>4.0.0</Version>
|
||||
<Comment>Rebuilt for the new toolchain.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-01-26</Date>
|
||||
<Version>4.0.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,68 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>tesseract-data</Name>
|
||||
<Summary xml:lang="tr">An OCR programm</Summary>
|
||||
<Description xml:lang="tr">An OCR programm</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-tr</Name>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı Türkçe verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-tr, Tesseract OCR yazılımı Türkçe verisi içerir.</Description>
|
||||
</Package>
|
||||
|
||||
<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>
|
||||
</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>
|
||||
</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>
|
||||
</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>
|
||||
</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>
|
||||
</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>
|
||||
</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>
|
||||
</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>
|
||||
</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>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -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*")
|
||||
@@ -0,0 +1,110 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>tesseract</Name>
|
||||
<Homepage>https://github.com/tesseract-ocr/tesseract</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>office.misc</PartOf>
|
||||
<License>APACHE</License>
|
||||
<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>
|
||||
<BuildDependencies>
|
||||
<Dependency>leptonica-devel</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
<Dependency>icu4c-devel</Dependency>
|
||||
<Dependency>pango-devel</Dependency>
|
||||
<Dependency>tiff-devel</Dependency>
|
||||
<Dependency>libgomp</Dependency>
|
||||
<!-- dependecies for documentation -->
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
<Dependency>asciidoc</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract</Name>
|
||||
<Summary>Tesseract OCR Engine</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>leptonica</Dependency>
|
||||
<Dependency>libgomp</Dependency>
|
||||
<Dependency>tiff</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="executable">/usr/bin/tesseract</Path>
|
||||
<Path fileType="data">/usr/share/tessdata</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-devel</Name>
|
||||
<Summary>Development files for tesseract</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/pkgconfig/tesseract.pc</Path>
|
||||
<Path fileType="header">/usr/include/tesseract</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<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>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/set_unicharset_properties</Path>
|
||||
<Path fileType="executable">/usr/bin/language-specific.sh</Path>
|
||||
<Path fileType="executable">/usr/bin/unicharset_extractor</Path>
|
||||
<Path fileType="executable">/usr/bin/tesstrain_utils.sh</Path>
|
||||
<Path fileType="executable">/usr/bin/combine_lang_model</Path>
|
||||
<Path fileType="executable">/usr/bin/classifier_tester</Path>
|
||||
<Path fileType="executable">/usr/bin/merge_unicharsets</Path>
|
||||
<Path fileType="executable">/usr/bin/combine_tessdata</Path>
|
||||
<Path fileType="executable">/usr/bin/shapeclustering</Path>
|
||||
<Path fileType="executable">/usr/bin/ambiguous_words</Path>
|
||||
<Path fileType="executable">/usr/bin/dawg2wordlist</Path>
|
||||
<Path fileType="executable">/usr/bin/wordlist2dawg</Path>
|
||||
<Path fileType="executable">/usr/bin/tesstrain.sh</Path>
|
||||
<Path fileType="executable">/usr/bin/lstmtraining</Path>
|
||||
<Path fileType="executable">/usr/bin/cntraining</Path>
|
||||
<Path fileType="executable">/usr/bin/mftraining</Path>
|
||||
<Path fileType="executable">/usr/bin/text2image</Path>
|
||||
<Path fileType="executable">/usr/bin/lstmeval</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-01-19</Date>
|
||||
<Version>4.1.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-01-25</Date>
|
||||
<Version>4.0.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>tesseract</Name>
|
||||
<Summary xml:lang="tr">Tesseract OCR Motoru</Summary>
|
||||
<Description xml:lang="tr">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.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-devel</Name>
|
||||
<Summary xml:lang="tr">tesseract için geliştirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">tesseract-devel, tesseract için geliştirme dosyaları içerir.</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-tools</Name>
|
||||
<Summary xml:lang="tr">tesseract için araçlar</Summary>
|
||||
<Description xml:lang="tr">tesseract-tools, tesseract için araçlar içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -4,19 +4,26 @@
|
||||
# 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 shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.system("./bootstrap")
|
||||
|
||||
#suppress g++ warnings
|
||||
pisitools.cxxflags.add("-Wno-useless-cast -Wno-old-style-cast -Wno-deprecated-declarations\
|
||||
-Wno-effc++ -Wno-abi")
|
||||
#suppress gcc warnings
|
||||
pisitools.cflags.add("-fno-stack-protector -Wno-suggest-attribute=malloc")
|
||||
autotools.configure("--disable-static \
|
||||
--with-zemberek \
|
||||
--with-aspell \
|
||||
--with-myspell \
|
||||
--with-myspell-dir=/usr/share/hunspell")
|
||||
|
||||
|
||||
#fix unused direct dependency analysis
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
@@ -27,4 +34,4 @@ def install():
|
||||
|
||||
pisitools.rename("/usr/share/enchant/enchant.ordering", "enchant.ordering-2")
|
||||
|
||||
pisitools.dodoc("AUTHORS", "NEWS", "README", "HACKING")
|
||||
pisitools.dodoc("AUTHORS", "NEWS", "README", "HACKING")
|
||||
@@ -1,30 +1,32 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>enchant2</Name>
|
||||
<Homepage>https://www.abisource.com/enchant/</Homepage>
|
||||
<Homepage>https://abiword.github.io/enchant/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>office.spellcheck</PartOf>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Spellchecker wrapping library</Summary>
|
||||
<Description>enchant is a library that wraps other spell checking backends.</Description>
|
||||
<Archive sha1sum="7ac67b90b95004471fbc7992263bdc70613ad591" type="targz">https://github.com/AbiWord/enchant/archive/v2.2.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>git</Dependency>
|
||||
<Dependency>gnupg</Dependency>
|
||||
<Dependency>aspell-devel</Dependency>
|
||||
<Archive sha1sum="feb1cf214db146c9fe1a49f10788e63d60eadd54" type="targz">https://github.com/AbiWord/enchant/archive/v2.2.7.tar.gz</Archive>
|
||||
<BuildDependencies
|
||||
><Dependency>dbus-glib-devel</Dependency>
|
||||
<Dependency>hunspell-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>dbus-glib-devel</Dependency>
|
||||
<Dependency>aspell-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>gnupg</Dependency>
|
||||
<Dependency>git</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>enchant2</Name>
|
||||
<Summary>Spellchecker wrapping library</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>hunspell</Dependency>
|
||||
@@ -76,6 +78,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-01-18</Date>
|
||||
<Version>2.2.7</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-04-06</Date>
|
||||
<Version>2.2.3</Version>
|
||||
@@ -84,4 +93,4 @@
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -9,15 +9,18 @@
|
||||
<Package>
|
||||
<Name>enchant2-aspell</Name>
|
||||
<Summary xml:lang="tr">Enchant2 için aspell arkaucu</Summary>
|
||||
<Description xml:lang="tr">enchant2-aspell, enchant2 için aspell arkaucu sağlar.</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>enchant2-zemberek</Name>
|
||||
<Summary xml:lang="tr">Enchant2 için zemberek arkaucu</Summary>
|
||||
<Description xml:lang="tr">enchant2-zemberek, enchant2 için zemberek arkaucu sağlar.</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>enchant2-devel</Name>
|
||||
<Summary xml:lang="tr">enchant2 için geliştirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">enchant2-devel, enchant2 için geliştirme dosyaları sağlar.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
</PISI>
|
||||
+211291
-210978
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
9bdca6ce288acc1e74ec8d6b47583959bc1ffa3c
|
||||
e324348b91f7b8e8f958bc9ea6d909a6169c95c3
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
00b2e8dd6250a3b51723076877e51397f1d9933c
|
||||
0f9953a8e704f270ef0cc58b0c93f803b4e75ff1
|
||||
@@ -5,13 +5,11 @@
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import get
|
||||
|
||||
WorkDir = "Unidecode-%s" % get.srcVERSION()
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def build():
|
||||
pythonmodules.compile()
|
||||
|
||||
def install():
|
||||
pythonmodules.install()
|
||||
|
||||
pisitools.rename("/usr/bin/unidecode","unidecode-py2")
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python-Unidecode</Name>
|
||||
@@ -8,12 +8,13 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.python</PartOf>
|
||||
<License>Artistic</License>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>US-ASCII transliterations of Unicode text</Summary>
|
||||
<Description>python-Unidecode provides ASCII transliterations of Unicode text. This is a Python port of Text::Unidecode Perl module.</Description>
|
||||
<Archive sha1sum="16aa7932b34eda97af8aef318d3557302435cbff" type="targz">https://pypi.python.org/packages/9d/36/49d0ee152b6a1631f03a541532c6201942430060aa97fe011cf01a2cce64/Unidecode-1.0.22.tar.gz</Archive>
|
||||
<Archive sha1sum="20eea40de171ef9853174ce799dc06e624fb4996" type="targz">https://files.pythonhosted.org/packages/b1/d6/7e2a98e98c43cf11406de6097e2656d31559f788e9210326ce6544bd7d40/Unidecode-1.1.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
@@ -22,17 +23,22 @@
|
||||
|
||||
<Package>
|
||||
<Name>python-Unidecode</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Summary>US-ASCII transliterations of Unicode text</Summary>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="executable">/usr/bin/unidecode-py2</Path>
|
||||
<Path fileType="library">/usr/lib/python2*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python-Unidecode</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-01-18</Date>
|
||||
<Version>1.1.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>GMK</Name>
|
||||
<Email>metehankaraguzel@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2018-08-29</Date>
|
||||
<Version>1.0.22</Version>
|
||||
@@ -69,4 +75,4 @@
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -5,4 +5,4 @@
|
||||
<Summary xml:lang="tr">Unicode karakterlerinin US-ASCII harf çevirileri</Summary>
|
||||
<Description xml:lang="tr">python-Unidecode, Unicode karakterlerinin US-ASCII harf çevirilerini sağlar. Text::Unidecode Perl modülünün Python diliyle yazılmış halidir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -10,4 +10,4 @@ def build():
|
||||
pythonmodules.compile()
|
||||
|
||||
def install():
|
||||
pythonmodules.install()
|
||||
pythonmodules.install()
|
||||
@@ -0,0 +1,11 @@
|
||||
diff -ur pyenchant2-2.0.0/enchant/_enchant.py pyenchant2-2.0.0_fix/enchant/_enchant.py
|
||||
--- pyenchant2-2.0.0/enchant/_enchant.py 2018-01-24 21:13:42.680056632 -0700
|
||||
+++ pyenchant2-2.0.0_fix/enchant/_enchant.py 2018-01-24 21:14:20.620017925 -0700
|
||||
@@ -72,6 +72,7 @@
|
||||
yield "libenchant.so"
|
||||
# See if ctypes can find the library for us, under various names.
|
||||
yield find_library("enchant")
|
||||
+ yield find_library("enchant-2")
|
||||
yield find_library("libenchant")
|
||||
yield find_library("libenchant-1")
|
||||
# Special-case handling for enchant installed by macports.
|
||||
@@ -1,37 +1,49 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python-enchant</Name>
|
||||
<Homepage>http://www.rfk.id.au/software/pyenchant</Homepage>
|
||||
<Homepage>https://github.com/pyenchant/pyenchant</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.python</PartOf>
|
||||
<License>LGPLv3</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Spellchecking library for Python</Summary>
|
||||
<Summary>Python bindings for the Enchant spellchecking system</Summary>
|
||||
<Description>python-enchant is an efficient Python module for Enchant spellchecker.</Description>
|
||||
<Archive sha1sum="92ca797bbef9660271c3a9269ff7eb841272044d" type="targz">https://pypi.python.org/packages/9e/54/04d88a59efa33fefb88133ceb638cdf754319030c28aadc5a379d82140ed/pyenchant-2.0.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>enchant-devel</Dependency>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
<Dependency>enchant2-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">enchant-2.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python-enchant</Name>
|
||||
<Summary>Python bindings for the Enchant spellchecking system</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>enchant</Dependency>
|
||||
<Dependency>python</Dependency>
|
||||
<Dependency>enchant2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib/python2*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python-enchant</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-01-18</Date>
|
||||
<Version>2.0.0</Version>
|
||||
<Comment>Rebuild for new toolchain</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-08-29</Date>
|
||||
<Version>2.0.0</Version>
|
||||
@@ -61,4 +73,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -2,7 +2,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python-enchant</Name>
|
||||
<Summary xml:lang="tr">Python için yazım denetimi kütüphanesi</Summary>
|
||||
<Summary xml:lang="tr">Enchant yazım denetleyicisi için hızlı bir Python modulü</Summary>
|
||||
<Description xml:lang="tr">python-enchant, Enchant yazım denetleyicisi için hızlı bir Python modulüdür.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -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/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
pisitools.dosed("CMakeLists.txt","--prefix=\$\{CMAKE_INSTALL_PREFIX\}","--prefix=DESTDIR=%s" % get.installDIR())
|
||||
cmaketools.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
|
||||
def install():
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("README*", "LICENSE")
|
||||
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-PyShellCode</Name>
|
||||
<Homepage>https://github.com/thomaskeck/PyShellCode/</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<License>GPL3</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Execute ShellCode / "Inline-Assembler" in Python</Summary>
|
||||
<Description>Execute ShellCode in Python. In other words, allows to use "inline assembler" in Python.</Description>
|
||||
<Archive sha1sum="70b8e0fed951aa14ac16f048ef79c00eaf352ef3" type="targz">https://github.com/thomaskeck/PyShellCode/archive/v1.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-PyShellCode</Name>
|
||||
<Summary>Execute ShellCode / "Inline-Assembler" in Python</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-PyShellCode</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>python3-PyShellCode-devel</Name>
|
||||
<Summary>Development headers for the python3-PyShellCode module</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">python3-PyShellCode</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include/</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-01-09</Date>
|
||||
<Version>1.0</Version>
|
||||
<Comment>First Pisi Release</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-PyShellCode</Name>
|
||||
<Summary xml:lang="tr">Python3 ile shellcode koşmanızı sağlar</Summary>
|
||||
<Description xml:lang="tr">python3-PyShellCode, python3 içerisinde assembly(NASM sözdizimi ile) ya da shellkod koşmanızı sağlar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/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 pythonmodules
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-Unidecode</Name>
|
||||
<Homepage>http://pypi.python.org/pypi/Unidecode/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>Artistic</License>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>US-ASCII transliterations of Unicode text</Summary>
|
||||
<Description>python-Unidecode provides ASCII transliterations of Unicode text. This is a Python port of Text::Unidecode Perl module.</Description>
|
||||
<Archive sha1sum="20eea40de171ef9853174ce799dc06e624fb4996" type="targz">https://files.pythonhosted.org/packages/b1/d6/7e2a98e98c43cf11406de6097e2656d31559f788e9210326ce6544bd7d40/Unidecode-1.1.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-Unidecode</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Summary>US-ASCII transliterations of Unicode text</Summary>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/unidecode</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-Unidecode</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-01-18</Date>
|
||||
<Version>1.1.1</Version>
|
||||
<Comment>First Pisi Release</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-Unidecode</Name>
|
||||
<Summary xml:lang="tr">Unicode karakterlerinin US-ASCII harf çevirileri</Summary>
|
||||
<Description xml:lang="tr">python3-Unidecode, Unicode karakterlerinin US-ASCII harf çevirilerini sağlar. Text::Unidecode Perl modülünün Python diliyle yazılmış halidir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/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 pythonmodules
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
@@ -0,0 +1,11 @@
|
||||
diff -ur pyenchant2-2.0.0/enchant/_enchant.py pyenchant2-2.0.0_fix/enchant/_enchant.py
|
||||
--- pyenchant2-2.0.0/enchant/_enchant.py 2018-01-24 21:13:42.680056632 -0700
|
||||
+++ pyenchant2-2.0.0_fix/enchant/_enchant.py 2018-01-24 21:14:20.620017925 -0700
|
||||
@@ -72,6 +72,7 @@
|
||||
yield "libenchant.so"
|
||||
# See if ctypes can find the library for us, under various names.
|
||||
yield find_library("enchant")
|
||||
+ yield find_library("enchant-2")
|
||||
yield find_library("libenchant")
|
||||
yield find_library("libenchant-1")
|
||||
# Special-case handling for enchant installed by macports.
|
||||
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-enchant</Name>
|
||||
<Homepage>https://github.com/pyenchant/pyenchant</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>LGPLv3</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Python bindings for the Enchant spellchecking system</Summary>
|
||||
<Description>python-enchant is an efficient Python module for Enchant spellchecker.</Description>
|
||||
<Archive sha1sum="92ca797bbef9660271c3a9269ff7eb841272044d" type="targz">https://pypi.python.org/packages/9e/54/04d88a59efa33fefb88133ceb638cdf754319030c28aadc5a379d82140ed/pyenchant-2.0.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>enchant2-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">enchant-2.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-enchant</Name>
|
||||
<Summary>Python bindings for the Enchant spellchecking system</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>enchant2</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-enchant</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-01-18</Date>
|
||||
<Version>2.0.0</Version>
|
||||
<Comment>First Pisi Release</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-enchant</Name>
|
||||
<Summary xml:lang="tr">Enchant yazım denetleyicisi için hızlı bir Python modulü</Summary>
|
||||
<Description xml:lang="tr">python3-enchant, Enchant yazım denetleyicisi için hızlı bir Python modulüdür.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -1,11 +0,0 @@
|
||||
--- a/src/vdpau_decode.c
|
||||
+++ b/src/vdpau_decode.c
|
||||
@@ -1289,7 +1289,7 @@
|
||||
driver_data,
|
||||
obj_context->vdp_decoder,
|
||||
obj_surface->vdp_surface,
|
||||
- (VdpPictureInfo)&obj_context->vdp_picture_info,
|
||||
+ (VdpPictureInfo *)&obj_context->vdp_picture_info,
|
||||
obj_context->vdp_bitstream_buffers_count,
|
||||
obj_context->vdp_bitstream_buffers
|
||||
);
|
||||
@@ -1,81 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libva-vdpau-driver</Name>
|
||||
<Homepage>https://github.com/arekinath/libva-vdpau-driver</Homepage>
|
||||
<Packager>
|
||||
<Name>İdris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPL</License>
|
||||
<IsA>driver</IsA>
|
||||
<Summary>VDPAU backend for VA API</Summary>
|
||||
<Description>libva-vdpau-driver consists in a VDPAU-based backend for VA-API</Description>
|
||||
<Archive sha1sum="224318f4ea8bafca6a0fec770e388b7d1a1a66b3" type="tarbz2">https://freedesktop.org/software/vaapi/releases/libva-vdpau-driver/libva-vdpau-driver-0.7.4.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libglvnd-devel</Dependency>
|
||||
<Dependency>libva-devel</Dependency>
|
||||
<Dependency>libvdpau-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">libva-vdpau-driver-0.7.4-glext-missing-definition.patch</Patch>
|
||||
<Patch level="1">libva-vdpau-driver-0.7.4-libvdpau-0.8.patch</Patch>
|
||||
<Patch level="1">libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch</Patch>
|
||||
<Patch level="1">implement-vaquerysurfaceattributes.patch</Patch>
|
||||
<Patch level="1">fallback-x.patch</Patch>
|
||||
<Patch level="1">vdpau_CreateSurfaceFromV4L2Buf-fix.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libva-vdpau-driver</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libglvnd</Dependency>
|
||||
<Dependency>libva</Dependency>
|
||||
<Dependency>libvdpau</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>mesa</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libva-vdpau-driver-32bit</Name>
|
||||
<BuildType>emul32</BuildType>
|
||||
<PartOf>emul32</PartOf>
|
||||
<BuildDependencies>
|
||||
<Dependency>libglvnd-32bit</Dependency>
|
||||
<Dependency>libva-32bit</Dependency>
|
||||
<Dependency>libvdpau-32bit</Dependency>
|
||||
<Dependency>libX11-32bit</Dependency>
|
||||
<Dependency>mesa-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libva-vdpau-driver</Dependency>
|
||||
<Dependency>libglvnd-32bit</Dependency>
|
||||
<Dependency>libva-32bit</Dependency>
|
||||
<Dependency>libvdpau-32bit</Dependency>
|
||||
<Dependency>libX11-32bit</Dependency>
|
||||
<Dependency>mesa-32bit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-01-14</Date>
|
||||
<Version>0.7.4</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>İdris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -1,7 +1,5 @@
|
||||
http://bugs.gentoo.org/517778
|
||||
|
||||
--- src/vdpau_decode.c
|
||||
+++ src/vdpau_decode.c
|
||||
--- a/src/vdpau_decode.c
|
||||
+++ b/src/vdpau_decode.c
|
||||
@@ -1289,7 +1289,7 @@
|
||||
driver_data,
|
||||
obj_context->vdp_decoder,
|
||||
|
||||
@@ -14,23 +14,29 @@
|
||||
<Description>vdpau-video is a backend for the VA API in order to use VDPAU video acceleration drivers available for some NVIDIA and S3 cards.</Description>
|
||||
<Archive sha1sum="224318f4ea8bafca6a0fec770e388b7d1a1a66b3" type="tarbz2">http://www.freedesktop.org/software/vaapi/releases/libva-vdpau-driver/libva-vdpau-driver-0.7.4.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="1.1.1">libvdpau-devel</Dependency>
|
||||
<Dependency>libglvnd-devel</Dependency>
|
||||
<Dependency>libva-devel</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
<Dependency>libvdpau-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>libva-vdpau-driver-0.7.4-libvdpau-0.8.patch</Patch>
|
||||
<Patch level="1">libva-vdpau-driver-0.7.4-glext-85.patch</Patch>
|
||||
<Patch level="1">libva-vdpau-driver-0.7.4-drop-h264-api.patch</Patch>
|
||||
<Patch level="1">libva-vdpau-driver-0.7.4-glext-missing-definition.patch</Patch>
|
||||
<Patch level="1">libva-vdpau-driver-0.7.4-libvdpau-0.8.patch</Patch>
|
||||
<Patch level="1">libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch</Patch>
|
||||
<Patch level="1">implement-vaquerysurfaceattributes.patch</Patch>
|
||||
<Patch level="1">fallback-x.patch</Patch>
|
||||
<Patch level="1">vdpau_CreateSurfaceFromV4L2Buf-fix.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>vdpau-video</Name>
|
||||
<RuntimeDependencies>
|
||||
<Name>vdpau-video</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libglvnd</Dependency>
|
||||
<Dependency>libva</Dependency>
|
||||
<Dependency>libvdpau</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency versionFrom="1.1.1">libvdpau</Dependency>
|
||||
<Dependency>mesa</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -38,8 +44,39 @@
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>vdpau-video-32bit</Name>
|
||||
<BuildType>emul32</BuildType>
|
||||
<PartOf>emul32</PartOf>
|
||||
<BuildDependencies>
|
||||
<Dependency>libglvnd-32bit</Dependency>
|
||||
<Dependency>libva-32bit</Dependency>
|
||||
<Dependency>libvdpau-32bit</Dependency>
|
||||
<Dependency>libX11-32bit</Dependency>
|
||||
<Dependency>mesa-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">vdpau-video</Dependency>
|
||||
<Dependency>libglvnd-32bit</Dependency>
|
||||
<Dependency>libva-32bit</Dependency>
|
||||
<Dependency>libvdpau-32bit</Dependency>
|
||||
<Dependency>libX11-32bit</Dependency>
|
||||
<Dependency>mesa-32bit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-01-14</Date>
|
||||
<Version>0.7.4</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>İdris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2018-07-31</Date>
|
||||
<Version>0.7.4</Version>
|
||||
|
||||
Reference in New Issue
Block a user