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 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
|
Source: mygui
Priority: optional
Maintainer: Bret Curtis <psi29a@gmail.com>
Uploaders: Scott Howard <showard@debian.org>
Build-Depends: cmake, doxygen, debhelper (>= 11), g++ (>= 4:7), libogre-1.9-dev,
pkg-kde-tools, libfreetype6-dev (>= 2.5.1), pkg-config, graphviz,
libgl1-mesa-dev, libglew-dev
Homepage: http://www.ogre3d.org/tikiwiki/MyGUI
Standards-Version: 4.2.1
Section: libs
Vcs-Browser: https://salsa.debian.org/psi29a-guest/mygui
Vcs-Git: https://salsa.debian.org/psi29a-guest/mygui.git
Package: libmygui-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
libmyguiengine3debian1v5 (= ${binary:Version}),
libmygui.ogreplatform0debian1v5 (= ${binary:Version}),
libmygui.openglplatform0debian1v5 (= ${binary:Version})
Suggests: mygui-doc
Description: Fast, simple and flexible GUI for OpenMW - development files
MyGUI is a GUI library which aims to be fast, flexible and simple GUIs in C++.
Features include
Layout Editor.
Multicolour text.
Per pixel cut.
Changing alpha support for widgets (also in states configuration).
Interface localisation.
Fast RTTI for safe casts.
Tool tips.
Animated cursors and pictures.
User xml resources.
Truetype fonts and fonts from texture.
Widgets controllers (moving, fading and so on).
Flexible configuration in xml config file.
Subskins with tiling, with direct access to texture.
Possibility to store any data in widgets items.
Skin themes.
Wrappers for fast UI development.
Drag'n'drop.
.
This package contains the headers and static libraries needed to develop
programs using MyGUI.
Package: libmyguiengine3debian1v5
Architecture: any
Conflicts: libmyguiengine3debian1
Replaces: libmyguiengine3debian1
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Fast, simple and flexible GUI - shared library
MyGUI is a GUI library which aims to be fast, flexible and simple GUIs in C++.
Features include
Layout Editor.
Multicolour text.
Per pixel cut.
Changing alpha support for widgets (also in states configuration).
Interface localisation.
Fast RTTI for safe casts.
Tool tips.
Animated cursors and pictures.
User xml resources.
Truetype fonts and fonts from texture.
Widgets controllers (moving, fading and so on).
Flexible configuration in xml config file.
Subskins with tiling, with direct access to texture.
Possibility to store any data in widgets items.
Skin themes.
Wrappers for fast UI development.
Drag'n'drop.
.
This package contains the MyGUI runtime engine.
Package: libmygui.ogreplatform0debian1v5
Architecture: any
Conflicts: libmygui.ogreplatform0debian1
Replaces: libmygui.ogreplatform0debian1
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Fast, simple and flexible GUI - Ogre interface
MyGUI is a GUI library which aims to be fast, flexible and simple GUIs in C++.
Features include
Layout Editor.
Multicolour text.
Per pixel cut.
Changing alpha support for widgets (also in states configuration).
Interface localisation.
Fast RTTI for safe casts.
Tool tips.
Animated cursors and pictures.
User xml resources.
Truetype fonts and fonts from texture.
Widgets controllers (moving, fading and so on).
Flexible configuration in xml config file.
Subskins with tiling, with direct access to texture.
Possibility to store any data in widgets items.
Skin themes.
Wrappers for fast UI development.
Drag'n'drop.
.
This package contains the MyGUI interface to the Ogre graphics engine.
Package: libmygui.openglplatform0debian1v5
Architecture: any
Conflicts: libmygui.openglplatform0debian1
Replaces: libmygui.openglplatform0debian1
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Fast, simple and flexible GUI - OpenGL interface
MyGUI is a GUI library which aims to be fast, flexible and simple GUIs in C++.
Features include
Layout Editor.
Multicolour text.
Per pixel cut.
Changing alpha support for widgets (also in states configuration).
Interface localisation.
Fast RTTI for safe casts.
Tool tips.
Animated cursors and pictures.
User xml resources.
Truetype fonts and fonts from texture.
Widgets controllers (moving, fading and so on).
Flexible configuration in xml config file.
Subskins with tiling, with direct access to texture.
Possibility to store any data in widgets items.
Skin themes.
Wrappers for fast UI development.
Drag'n'drop.
.
This package contains the MyGUI interface for OpenGL.
Package: mygui-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, libjs-jquery
Description: API documentations for MyGUI library
MyGUI is a GUI library which aims to be fast, flexible and simple GUIs in C++.
Features include
Layout Editor.
Multicolour text.
Per pixel cut.
Changing alpha support for widgets (also in states configuration).
Interface localisation.
Fast RTTI for safe casts.
Tool tips.
Animated cursors and pictures.
User xml resources.
Truetype fonts and fonts from texture.
Widgets controllers (moving, fading and so on).
Flexible configuration in xml config file.
Subskins with tiling, with direct access to texture.
Possibility to store any data in widgets items.
Skin themes.
Wrappers for fast UI development.
Drag'n'drop.
.
This package contains the MyGUI API reference for the MyGUIEngine library.
|