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 61
|
Source: imlib
Section: graphics
Priority: optional
Maintainer: Brian M. Almeida <bma@debian.org>
Standards-Version: 2.4.0.0
Package: imlib-base
Architecture: all
Conflicts: gdkimlib0, gdkimlib1
Replaces: gdkimlib0, gdkimlib1
Recommends: imlib1 | gdk-imlib1
Description: Common files needed by the Imlib/Gdk-Imlib packages
Configuration files used by all Imlib and Gdk-imlib packages
Package: imlib-progs
Architecture: any
Depends: imlib-base, ${shlibs:Depends}
Description: Configuration program for Imlib and GDK-Imlib
This package contains imlib_config, a GTK app that will allow the user to set
all of Imlib's properties. It writes to the global imrc or the users.
Package: imlib1
Architecture: any
Depends: imlib-base, ${shlibs:Depends}
Provides: imlib, libimlib1
Conflicts: imlib-nonfree1, libimlib1, libimlib-nonfree1
Replaces: imlib-nonfree1, libimlib1, libimlib-nonfree1
Suggests: imlib-progs
Description: Imlib is an imaging library for X and X11
Imlib is a low-level Xlib interface for X programmers. It allows easier
access to many graphics formats and can write to them as well.
Package: imlib-dev
Architecture: any
Depends: imlib-base, imlib1, imlib-progs, libjpeg62-dev, libpng2-dev, libtiff3g-dev, zlib1g-dev, libungif3g-dev | giflib3g-dev
Provides: imlib-development
Conflicts: imlib-nonfree-dev, libimlib-nonfree-dev, libimlib-dev
Replaces: imlib-nonfree-dev, libimlib-nonfree-dev, libimlib-dev
Description: Header files needed for Imlib development
Headers, static lib, examples, and docs for X developers to use Imlib.
Package: gdk-imlib1
Architecture: any
Depends: imlib-base, ${shlibs:Depends}
Provides: gdk-imlib, libgdk-imlib1
Conflicts: gdk-imlib-nonfree1, libgdk-imlib-nonfree1, libgdk-imlib1
Replaces: gdk-imlib-nonfree1, libgdk-imlib-nonfree1, libgdk-imlib1
Suggests: imlib-progs
Description: Gdk-Imlib is an imaging library for use with gtk
Gdk-Imlib is a low-level gdk interface for gtk programmers. It allows easier
access to many graphics formats and can write to them as well.
Package: gdk-imlib-dev
Architecture: any
Depends: imlib-base, gdk-imlib1, imlib-progs, libgtk-dev | libgtk1.1-dev, libjpeg62-dev, libpng2-dev, libtiff3g-dev, zlib1g-dev, libungif3g-dev | giflib3g-dev
Provides: gdk-imlib-development
Conflicts: gdk-imlib-nonfree-dev, libgdk-imlib-nonfree-dev, libgdk-imlib-dev
Replaces: gdk-imlib-nonfree-dev, libgdk-imlib-nonfree-dev, libgdk-imlib-dev
Description: Header files needed for Gdk-Imlib development
Headers, static lib, examples, and docs for gtk developers to use Gdk-Imlib.
|