0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-09 14:04:43 +03:00

Update Zint

This commit is contained in:
Rodrigo Torres
2022-01-26 09:16:57 -03:00
parent fdf7807cfb
commit 6822ade01b
621 changed files with 303830 additions and 67843 deletions

124
3rdparty/zint-2.10.0/debian/changelog vendored Normal file
View File

@@ -0,0 +1,124 @@
zint (2.6.0) stable; urgency=medium
* Update to Qt5
* Ouput to EMF and TIF
-- Robin Stuart <rstuart114@gmail.com> Fri, 12 May 2017 09:00:00 +0000
zint (2.5.1) UNRELEASED; urgency=medium
* Include support for DotCode
* Include support for Han Xin (Chinese Sensible) code.
* Reinstate Codablock-F support.
* Automated ECI pre-processing.
* Ouput to BMP, GIF and PCX.
* Huge code review and numerous bugfixes
* DMRE support and DataMatrix bugfixes
-- Robin Stuart <rstuart114@gmail.com> Fri, 13 Jan 2017 20:33:54 +0000
zint (2.4.1) unstable; urgency=low
* Update and review of files required by Debian including changelog.
-- Robin Stuart <robin@zint.org.uk> Sat, 02 Oct 2010 09:26:00 +0000
zint (2.4) unstable; urgency=low
* Built extensions to the API for integrating with glabels thanks
to Sam Lown and Jim Evins.
* Added code optimisation and input from stdin thanks to Ismael
Luceno.
* Reinstated escape character input.
* Simplification of Barcode Studio.
-- Robin Stuart <robin@zint.org.uk> Sat, 02 Oct 2010 05:00:00 +0000
zint (2.3.2) unstable; urgency=low
* Corrected many bugs in GS1 DataBar Extended thanks to the careful
study of the code by Pablo Orduña at the PIRAmIDE project.
* Similarly corrected some bugs in Maxicode thanks to Monica Swanson
at Source Technologies.
* Also minor bugfixes for ISBN and Aztec Code, and added some small
features like a --square option in the CLI.
-- Robin Stuart <robin@zint.org.uk> Sat, 02 Oct 2010 04:00:00 +0000
zint (2.3.1) unstable; urgency=low
* Removed Codablock-F.
* Redesigned scale function so that human readable text and Maxicode
symbols can be scaled consistently.
* Corrected encoding bugs with Code 128/Code 16k and Data Matrix ECC
050.
* Added --notext option to CLI.
-- Robin Stuart <robin@zint.org.uk> Sat, 02 Oct 2010 03:00:00 +0000
zint (2.3) unstable; urgency=low
* Fixed problems with Micro QR Code and rebuilt QR Code support
removing dependence on libqrencode.
* Improved Kanji character support for QR Code and Micro QR Code
which now auto-detects and automatically converts to Shift-JIS.
* Added Grid Matrix symbology with Kanji character support and
automatic conversion to GB 2312.
* Removed no_qr compile option.
* Advanced Barcode Studio version number to match library version
number.
-- Robin Stuart <robin@zint.org.uk> Sat, 02 Oct 2010 02:00:00 +0000
zint (2.2.2) unstable; urgency=low
* A beta release previewing the new API structure.
* Better NULL character support with "nullchar" value removed.
* Added loading from file and sequence dialogs in Barcode Studio.
-- Robin Stuart <robin@zint.org.uk> Sat, 02 Oct 2010 01:00:00 +0000
zint (2.2.1-1) unstable; urgency=low
* fix .so version
-- BogDan Vatra <bogdan@licentia.eu> Sat, 08 Aug 2009 11:52:28 +0300
zint (2.2.1) unstable; urgency=low
* bug fixes. Affected symbologies are Data Matrix,
USPS One Code, Aztec Code, PDF417, MicroPDF and Composite symbols.
If you use any of these then please update.
-- BogDan Vatra <bogdan@licentia.eu> Fri, 07 Aug 2009 15:04:12 +0300
zint (2.2.0-1) unstable; urgency=low
* Debian testing/sid and (*)ubuntu debug packages
-- BogDan Vatra <bogdan@licentia.eu> Thu, 06 Aug 2009 21:57:37 +0300
zint (2.2.0) unstable; urgency=low
* Code One encoding
* Another round of bugfixes
* GS-1 data can now be encoded in Code 49 symbols
* The Qt GUI has been renamed to "zint-qt" and now includes a handy
reset button.
-- BogDan Vatra <bogdan@licentia.eu> Tue, 04 Aug 2009 18:44:39 +0300
zint (2.1.3-1) unstable; urgency=low
* Much improved GUI experience - now with a "save" button so that the GUI
actually does something!
* Also included are, of course, Code 49, Channel Code, Japanese Postal Code.
* A shed load of bugfixes.
-- BogDan Vatra <bogdan@licentia.eu> Wed, 20 May 2009 10:51:18 +0300
zint (2.1.3) unstable; urgency=low
* Initial release
-- BogDan Vatra <bogdan@licentia.eu> Sat, 11 Apr 2009 23:45:53 +0300

1
3rdparty/zint-2.10.0/debian/compat vendored Normal file
View File

@@ -0,0 +1 @@
9

42
3rdparty/zint-2.10.0/debian/control vendored Normal file
View File

@@ -0,0 +1,42 @@
Source: zint
Section: libs
Priority: optional
Maintainer: Robin Stuart <rstuart114@gmail.com>
Build-Depends: debhelper (>= 9), cmake, libpng12-dev, libqt4-dev
Standards-Version: 3.9.1
Homepage: http://www.zint.org.uk/
Package: zint
Section: libs
Architecture: any
Description: A library for encoding data in barcode symbols.
Zint is an Open Source barcode encoding and image generating library.
It currently features support for over 50 symbologies including
QR Code, Data Matrix, Aztec Code, Code 128, UPC/EAN, HIBC, GS1 DataBar and many others.
Also included are Unicode translation for symbologies which support Latin-1 and Kanji character sets,
full GS1 data support including verification and automated insertion of FNC1 characters and
support for encoding binary data including NULL (ASCII 0) characters.
Package: zint-devel
Section: libdevel
Architecture: any
Depends: zint (= ${binary:Version})
Description: Zint development files
This package contains development files for the Zint barcode encoding
library.
Package: zint-qt
Section: libs
Architecture: any
Depends: zint (= ${binary:Version})
Description: Zint Barcode Studio.
This package contains Zint Barcode Studio, a QT frontend for the Zint
barcode encoding library.
Package: zint-qt-devel
Section: libdevel
Architecture: any
Depends: zint (= ${binary:Version}), zint-qt (= ${source:Version}), libqt4-dev
Description: QZint development files.
This package contains development files for the Qt wrapper over the Zint
library.

40
3rdparty/zint-2.10.0/debian/copyright vendored Normal file
View File

@@ -0,0 +1,40 @@
This package was debianized by:
BogDan Vatra <bogdan@licentia.eu> on Sat, 11 Apr 2009 23:45:53 +0300
Modified by Robin Stuart <rstuart114@gmail.com> on Fri, 13 Jan 2017 21:12:00 +0000
It was downloaded from:
<http://www.sourceforge.net/projects/zint>
Upstream Author(s):
Robin Stuart <rstuart114@gmail.com>
Copyright:
<Copyright (C) 2006-2017 Robin Stuart>
License:
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
The Debian packaging is:
Copyright (C) 2010-2017 Robin Stuart <rstuart114@gmail.com>
and is licensed under the GPL version 3, see above.

3
3rdparty/zint-2.10.0/debian/rules vendored Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/make -f
%:
dh $@

View File

@@ -0,0 +1 @@
3.0 (quilt)

View File

@@ -0,0 +1,2 @@
usr/include/zint.h
usr/lib/libzint.so

View File

@@ -0,0 +1,2 @@
usr/include/qzint.h
usr/lib/libQZint.so

View File

@@ -0,0 +1,2 @@
usr/lib/libQZint.so.*
usr/bin/zint-qt

View File

@@ -0,0 +1,2 @@
usr/lib/libzint.so.*
usr/bin/zint