File: control

package info (click to toggle)
libicns 0.8.1-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 2,148 kB
  • ctags: 482
  • sloc: sh: 11,081; ansic: 5,952; makefile: 98
file content (52 lines) | stat: -rw-r--r-- 1,740 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
Source: libicns
Priority: optional
Maintainer: Mathew Eis <mathew@eisbox.net>
Uploaders: Paul Wise <pabs@debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-autoreconf,
 libopenjp2-7-dev,
 libjpeg-dev,
 libpng-dev,
 pkg-config
Standards-Version: 3.9.3
Section: libs
Homepage: http://icns.sourceforge.net/
Vcs-Svn: http://icns.svn.sourceforge.net/svnroot/icns
Vcs-Browser: http://icns.svn.sourceforge.net/

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: 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.

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 utilies used to
 extract PNG images from icns files, and create icns files from
 PNG images.
Section: graphics