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
|
Source: libungif4
Section: graphics
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends: debhelper (>= 4), dpatch, autotools-dev
Standards-Version: 3.7.2
Package: libungif4g
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: giflib4g
Replaces: giflib4g, libungif-bin (<< 4.1.0b1-1)
Provides: giflib4g
Description: shared library for GIF images
This is a shared library for working with GIF images.
.
The libungif library is a specially modified version of giflib which is free of
the Unisys LZW patent. It can read all GIFs, but only write uncompressed GIFs.
If you need to be able to write compressed GIFs, you can install the giflib
packages instead.
Package: libungif4-dev
Section: libdevel
Architecture: any
Depends: libungif4g (= ${Source-Version}), libc6-dev | libc-dev
Conflicts: giflib-dev, giflib4-dev, giflib3g-dev, libungif3g-dev
Replaces: giflib4-dev
Provides: giflib4-dev, giflib-dev
Description: shared library for GIF images (development)
This package contains header files needed to compile programs that use
libungif.
.
The libungif library is a specially modified version of giflib which is free of
the Unisys LZW patent. It can read all GIFs, but only write uncompressed GIFs.
If you need to be able to write compressed GIFs, you can install the giflib
packages instead.
Package: libungif-bin
Architecture: any
Depends: ${shlibs:Depends}, ${perl:Depends}
Conflicts: giflib-bin
Replaces: giflib-bin
Provides: giflib-bin
Description: programs to convert GIF images
These are some programs that use libungif to convert images.
.
The libungif library is a specially modified version of giflib which is free of
the Unisys LZW patent. It can read all GIFs, but only write uncompressed GIFs.
If you need to be able to write compressed GIFs, you can install the giflib
packages instead.
|