diff options
author | Slávek Banko <[email protected]> | 2019-09-20 17:28:58 +0200 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2019-09-22 13:15:43 +0000 |
commit | e0bda05ea4e07fc5a40545a8fa82edf73acb0496 (patch) | |
tree | 2de2cf2eaa4894553de323368ebbc8f83527a973 /dilos/dependencies/libart-lgpl/debian/control | |
parent | 1eeafa25523752d7d126f71d2202f64a1723a62f (diff) | |
download | tde-packaging-e0bda05ea4e07fc5a40545a8fa82edf73acb0496.tar.gz tde-packaging-e0bda05ea4e07fc5a40545a8fa82edf73acb0496.zip |
DilOS: build libart-lgpl
Signed-off-by: Denis Kozadaev <[email protected]>
Diffstat (limited to 'dilos/dependencies/libart-lgpl/debian/control')
-rw-r--r-- | dilos/dependencies/libart-lgpl/debian/control | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/dilos/dependencies/libart-lgpl/debian/control b/dilos/dependencies/libart-lgpl/debian/control new file mode 100644 index 000000000..2885055f0 --- /dev/null +++ b/dilos/dependencies/libart-lgpl/debian/control @@ -0,0 +1,39 @@ +Source: libart-lgpl +Section: devel +Priority: optional +Maintainer: TDE Team +XSBC-Original-Maintainer: Josselin Mouette <[email protected]> +Standards-Version: 3.8.4 +Build-Depends: debhelper (>= 7.0.50~), quilt, cdbs, cmake + +Package: libart-2.0-2 +Architecture: any +Multi-Arch: same +Section: libs +Replaces: libart-2.0-2 (<< 4:14.0.0~) +Breaks: libart-2.0-2 (<< 4:14.0.0~) +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, + ${shlibs:Depends} +Description: Library of functions for 2D graphics - runtime files + A library of functions for 2D graphics supporting a superset of the + PostScript imaging model, designed to be integrated with graphics, artwork, + and illustration programs. It is written in optimized C, and is fully + compatible with C++. With a small footprint of 10,000 lines of code, it is + especially suitable for embedded applications. + +Package: libart-2.0-dev +Architecture: any +Section: libdevel +Replaces: libart-2.0-dev (<< 4:14.0.0~) +Breaks: libart-2.0-dev (<< 4:14.0.0~) +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libart-2.0-2 (= ${binary:Version}), + pkg-config +Description: Library of functions for 2D graphics - development files + A library of functions for 2D graphics supporting a superset of the + PostScript imaging model, designed to be integrated with graphics, artwork, + and illustration programs. It is written in optimized C, and is fully + compatible with C++. With a small footprint of 10,000 lines of code, it is + especially suitable for embedded applications. |