comparison mupdf-source/thirdparty/zint/debian/control @ 2:b50eed0cc0ef upstream

ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4. The directory name has changed: no version number in the expanded directory now.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:43:07 +0200
parents
children
comparison
equal deleted inserted replaced
1:1d09e1dec1d9 2:b50eed0cc0ef
1 Source: zint
2 Section: libs
3 Priority: optional
4 Maintainer: Robin Stuart <rstuart114@gmail.com>
5 Build-Depends: debhelper (>= 9), cmake, libpng12-dev, libqt4-dev
6 Standards-Version: 3.9.1
7 Homepage: http://www.zint.org.uk/
8
9 Package: zint
10 Section: libs
11 Architecture: any
12 Description: A library for encoding data in barcode symbols.
13 Zint is an Open Source barcode encoding and image generating library.
14 It currently features support for over 50 symbologies including
15 QR Code, Data Matrix, Aztec Code, Code 128, UPC/EAN, HIBC, GS1 DataBar and many others.
16 Also included are Unicode translation for symbologies which support Latin-1 and Kanji character sets,
17 full GS1 data support including verification and automated insertion of FNC1 characters and
18 support for encoding binary data including NULL (ASCII 0) characters.
19
20 Package: zint-devel
21 Section: libdevel
22 Architecture: any
23 Depends: zint (= ${binary:Version})
24 Description: Zint development files
25 This package contains development files for the Zint barcode encoding
26 library.
27
28 Package: zint-qt
29 Section: libs
30 Architecture: any
31 Depends: zint (= ${binary:Version})
32 Description: Zint Barcode Studio.
33 This package contains Zint Barcode Studio, a QT frontend for the Zint
34 barcode encoding library.
35
36 Package: zint-qt-devel
37 Section: libdevel
38 Architecture: any
39 Depends: zint (= ${binary:Version}), zint-qt (= ${source:Version}), libqt4-dev
40 Description: QZint development files.
41 This package contains development files for the Qt wrapper over the Zint
42 library.