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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
Source: cegui-mk2
Section: libs
Priority: optional
Maintainer: Muammar El Khatib <muammar@debian.org>
Build-Depends: debhelper (>= 9), cdbs, dh-autoreconf,
pkg-config, libxerces-c-dev, libboost-signals-dev,
libboost-regex-dev, libfreetype6-dev, libtiff-dev,
libgl1-mesa-dev, libglu1-mesa-dev, libdevil-dev, libpcre3-dev,
lua-expat-dev, lua5.1, libois-dev [linux-any], libfreeimage-dev,
libxcursor-dev, libxpm-dev, python-dev, libpng-dev,
libxxf86vm-dev, libexpat1-dev, libxml2-dev, libsilly-dev,
libogre-1.9-dev, libglew-dev, libtinyxml-dev, libtolua++5.1-dev
(>= 1.0.93), cmake, graphviz, doxygen, libglm-dev, libjs-jquery,
libglfw3-dev, libfribidi-dev, libirrlicht-dev, libdirectfb-dev,
libgtk2.0-dev, libminizip-dev, librapidxml-dev,
mesa-utils-extra, libglapi-mesa, python-opengl, pyside-tools,
libboost-python-dev, libboost-dev, libpython2.7-dev,
libgles2-mesa-dev, libice-dev, libsm-dev, libirrlicht-dev
Standards-Version: 3.9.6
Homepage: http://www.cegui.org.uk/
VCS-Browser: https://anonscm.debian.org/cgit/collab-maint/cegui-mk2.git
VCS-Git: https://anonscm.debian.org/cgit/collab-maint/cegui-mk2.git
Package: libcegui-mk2-0.8.7
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Breaks: libsilly (<< 0.1.0-6.1)
Conflicts: libcegui-mk2-0c2a, libcegui-mk2-0.8.4
Replaces: libcegui-mk2-0c2a, libcegui-mk2-0.8.4
Description: Crazy Eddie's GUI (libraries)
CEGUI is a free library providing windowing and widgets for graphics
APIs and engines where such functionality is not natively available
or is severely lacking. The library is written in C++, is object
oriented, and is primarily targeted at games developers who should be
spending their time creating great games, not building GUI sub-systems
.
This version of CEGUI natively supports the OpenGL rendering target.
Package: libcegui-mk2-0.8.7-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${shlibs:Depends}, libcegui-mk2-0.8.7 (= ${binary:Version}),
${misc:Depends}
Conflicts: libcegui-mk2-0-dbg
Replaces: libcegui-mk2-0c2a-dbg
Description: Crazy Eddie's GUI (debugging libraries)
CEGUI is a free library providing windowing and widgets for graphics
APIs and engines where such functionality is not natively available
or is severely lacking. The library is written in C++, is object
oriented, and is primarily targeted at games developers who should be
spending their time creating great games, not building GUI sub-systems
.
This version of CEGUI natively supports the OpenGL rendering target
and provides debugging libraries for it.
Package: libcegui-mk2-dev
Section: libdevel
Architecture: any
Suggests: libcegui-mk2-0.8.7-doc
Depends: ${shlibs:Depends}, ${misc:Depends}, libcegui-mk2-0.8.7 (= ${binary:Version}),
libdevil-dev, libxerces-c3.1, libpng-dev,
libtiff5-dev | libtiff-dev, libjpeg-dev, libmng-dev,
zlib1g-dev | libz-dev, libfreetype6-dev, lua-expat-dev, liblcms2-dev,
libpcre3-dev, libfreeimage-dev, ${python:Depends}
Description: Crazy Eddie's GUI (development files)
CEGUI is a free library providing windowing and widgets for graphics
APIs and engines where such functionality is not natively available
or is severely lacking. The library is written in C++, is object
oriented, and is primarily targeted at games developers who should be
spending their time creating great games, not building GUI sub-systems
.
This version of CEGUI natively supports the OpenGL rendering target
and contains the development files for CEGUI.
Package: libcegui-mk2-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Crazy Eddie's GUI (documentation)
CEGUI is a free library providing windowing and widgets for graphics
APIs and engines where such functionality is not natively available
or is severely lacking. The library is written in C++, is object
oriented, and is primarily targeted at games developers who should be
spending their time creating great games, not building GUI sub-systems
.
This package contains the documentation, and example files for CEGUI.
|