2009-04-12 09:15:46 +12:00
|
|
|
Source: zint
|
|
|
|
Section: libs
|
|
|
|
Priority: extra
|
|
|
|
Maintainer: BogDan Vatra <bogdan@licentia.eu>
|
2009-04-12 09:41:56 +12:00
|
|
|
Build-Depends: cdbs, debhelper (>= 7), cmake, libpng12-dev, libqrencode-dev, libqt4-dev
|
2009-04-12 09:15:46 +12:00
|
|
|
Standards-Version: 3.8.1
|
|
|
|
Homepage: http://www.zint.org.uk/
|
|
|
|
|
|
|
|
Package: libzint
|
|
|
|
Section: libs
|
|
|
|
Architecture: any
|
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
|
|
Description: Zint is an Open Source barcode encoding and image generating library for Linux.
|
|
|
|
It currently features:
|
|
|
|
Over 50 symbologies including many not available in any other open source package.
|
|
|
|
Unicode translation for symbologies which support Latin-1 and Shift-JIS character sets.
|
|
|
|
Full GS1 support including data verification and automated insertion of FNC1 characters.
|
|
|
|
Support for encoding binary data including NULL (ASCII 0) characters.
|
|
|
|
Health Industry Barcode (HIBC) encoding capabilities.
|
|
|
|
Output in PNG, EPS and SVG formats with user adjustable sizes and colours.
|
|
|
|
Verification stage for SBN, ISBN and ISBN-13 data.
|
|
|
|
|
|
|
|
Package: libzint-dev
|
|
|
|
Section: libs
|
|
|
|
Architecture: any
|
|
|
|
Depends: libzint (= ${binary:Version})
|
|
|
|
Description: Zint development files.
|
|
|
|
|
|
|
|
Package: libqzint
|
|
|
|
Section: libs
|
|
|
|
Architecture: any
|
|
|
|
Depends: libzint (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
|
|
|
Description: Qt wrapper over Zint library
|
|
|
|
|
|
|
|
|
|
|
|
Package: libqzint-dev
|
|
|
|
Section: libs
|
|
|
|
Architecture: any
|
|
|
|
Depends: libqzint (= ${binary:Version}), libzint-dev (= ${source:Version})
|
|
|
|
Description: QZint development files.
|
|
|
|
|
2009-04-12 09:41:56 +12:00
|
|
|
Package: zintfrontend
|
|
|
|
Section: libs
|
|
|
|
Architecture: any
|
|
|
|
Depends: libzint (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
|
|
|
Description: Zint console frontend.
|