diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-10-31 21:43:44 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-10-31 21:43:44 +0000 |
commit | 73681f37912985265e0be905566178d0418b08a6 (patch) | |
tree | 85834e9c5d996dcda40fdc6a2e2931b40bb09b0d /dev-games/mygui | |
parent | Force a rebuild for everybodu and get rid of eselect boost altogether. This i... (diff) | |
download | gentoo-2-73681f37912985265e0be905566178d0418b08a6.tar.gz gentoo-2-73681f37912985265e0be905566178d0418b08a6.tar.bz2 gentoo-2-73681f37912985265e0be905566178d0418b08a6.zip |
update metadata.xml
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'dev-games/mygui')
-rw-r--r-- | dev-games/mygui/ChangeLog | 5 | ||||
-rw-r--r-- | dev-games/mygui/metadata.xml | 32 |
2 files changed, 36 insertions, 1 deletions
diff --git a/dev-games/mygui/ChangeLog b/dev-games/mygui/ChangeLog index d018a35304dd..3721957cc5b5 100644 --- a/dev-games/mygui/ChangeLog +++ b/dev-games/mygui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/mygui # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/mygui/ChangeLog,v 1.1 2012/10/31 20:37:20 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/mygui/ChangeLog,v 1.2 2012/10/31 21:43:44 hasufell Exp $ + + 31 Oct 2012; Julian Ospald <hasufell@gentoo.org> metadata.xml: + update metadata.xml *mygui-3.2.0-r1 (31 Oct 2012) diff --git a/dev-games/mygui/metadata.xml b/dev-games/mygui/metadata.xml index 5dac17a44512..8641cc3a627a 100644 --- a/dev-games/mygui/metadata.xml +++ b/dev-games/mygui/metadata.xml @@ -5,12 +5,44 @@ <maintainer> <email>hasufell@gentoo.org</email> <name>Julian Ospald</name> + <description>Maintainer, assign bugs to him</description> </maintainer> + <upstream> + <maintainer status="active"> + <email>altren@list.ru</email> + <name>Evmenov Georgiy</name> + <description>CC on bugs</description> + </maintainer> + <changelog>http://redmine.mygui.info/repositories/entry/mygui/tags/MyGUI3.2/ChangeLog.txt</changelog> + <bugs-to>https://sourceforge.net/tracker/?group_id=193706&atid=946487</bugs-to> + </upstream> <use> <flag name="linguas_ru">Install some additional russian docs if 'doc' useflag enabled</flag> <flag name="plugins">Build MyGUI plugins</flag> <flag name="samples">Install MyGUI demos</flag> <flag name="tools">Build the tools for development</flag> </use> + <longdescription lang="en"> + MyGUI is a library for creating Graphical User Interfaces (GUIs) for + games and 3D applications. The main goals of mygui are: speed, + flexibility and ease of use. + + Speed + We speed up our system by using our own batching subsystem which + combines geometry. It is also possible for the more experienced + developers to write their own render system or new subsystems + + Flexibility + The library supports plugins that allows you to create dynamically + loaded custom controls or subsystems. Most subsystems are expandable + with plugins without the need to touch the core code. All resources + and settings are described in XML files. It is possible to load + resources like fonts, cursors, images, skins, etc. Forms (layouts) + via dynamically by using XML files. + + Simplicity + The user interface is easy to use and uses delegates (Signals and + slots) for easy to use event handling. + </longdescription> </pkgmetadata> |