File: control

package info (click to toggle)
simage 1.8.4%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,448 kB
  • sloc: ansic: 14,824; sh: 1,018; cpp: 934; makefile: 466; lisp: 25
file content (48 lines) | stat: -rw-r--r-- 1,632 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
Source: simage
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Steve M. Robbins <smr@debian.org>
Section: graphics
Priority: optional
Build-Depends: cmake,
               debhelper-compat (= 13),
               libgif-dev,
               libjpeg-dev,
               libpng-dev,
               libsndfile1-dev,
               libtiff-dev,
               libvorbis-dev,
               zlib1g-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/science-team/simage
Vcs-Git: https://salsa.debian.org/science-team/simage.git
Homepage: https://www.coin3d.org/simage/html/

Package: libsimage-dev
Architecture: any
Section: libdevel
Depends: libgif-dev,
         libjpeg-dev,
         libpng-dev,
         libsimage20 (= ${binary:Version}),
         libsndfile1-dev,
         libtiff-dev,
         libvorbis-dev,
         pkgconf,
         zlib1g-dev,
         ${misc:Depends}
Description: generic interface to various image file format libraries. Development files.
 The simage library provides a simplified and uniform interface to many
 image file format libraries, and it includes internal support for some
 image file formats too. The package ships development files.

Package: libsimage20
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: generic interface to various image file format libraries
 The simage library provides a simplified and uniform interface to many
 image file format libraries, and it includes internal support for some
 image file formats too.