File: control

package info (click to toggle)
libicns 0.8.1.83.g921f972-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 752 kB
  • sloc: ansic: 7,059; makefile: 96; sh: 2
file content (60 lines) | stat: -rw-r--r-- 1,767 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Source: libicns
Priority: optional
Maintainer: Mathew Eis <mathew@eisbox.net>
Uploaders:
 Paul Wise <pabs@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 libjpeg-dev,
 libopenjp2-7-dev,
 libpng-dev,
 pkg-config,
Standards-Version: 4.6.2
Section: libs
Rules-Requires-Root: no
Homepage: https://icns.sourceforge.io/
Vcs-Git: https://git.code.sf.net/p/icns/code/
Vcs-Browser: https://sourceforge.net/p/icns/code/

Package: libicns1
Architecture: any
Multi-Arch: same
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: library for manipulation of the Mac OS icns format
 libicns is a library for manipulation of the Mac OS icns resource
 format, also known as the IconFamily resource type. It can read
 and write files for the Mac OS X icns format, as well as read from
 Mac OS resource files and macbinary encoded Mac OS resource forks.

Package: icnsutils
Architecture: any
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: utilities for manipulating Mac OS icns files
 icnsutils includes icns2png and png2icns, two utilities used to
 extract PNG images from icns files, and create icns files from
 PNG images.
Section: graphics

Package: libicns-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libicns1 (= ${binary:Version}),
 ${misc:Depends},
Description: libicns development files
 libicns is a library for manipulation of
 the Mac OS icns resource format, also known as the IconFamily
 resource type. It can read and write files for the Mac OS X icns
 format, as well as read from Mac OS resource files and macbinary
 encoded Mac OS resource forks.
 .
 This package contains development files (static libraries and headers)
 needed to build software using libicns.