cegui: update to 0.8.6
Strangely the shared libraries version changed from 2 to 1.
This commit is contained in:
parent
397d1e8cc4
commit
b51634f124
|
@ -2155,11 +2155,11 @@ libCEGUISampleHelper-0.7.9.so cegui07-0.7.9_1
|
|||
libCEGUITGAImageCodec-0.7.9.so cegui07-0.7.9_1
|
||||
libCEGUITinyXMLParser-0.7.9.so cegui07-0.7.9_1
|
||||
libCEGUItoluapp-0.7.9.so cegui07-0.7.9_1
|
||||
libCEGUIBase-0.so.2 cegui-0.8.4_1
|
||||
libCEGUIOpenGLRenderer-0.so.2 cegui-0.8.4_1
|
||||
libCEGUIOgreRenderer-0.so.2 cegui-0.8.4_1
|
||||
libCEGUIIrrlichtRenderer-0.so.2 cegui-0.8.4_1
|
||||
libCEGUICommonDialogs-0.so.2 cegui-0.8.4_1
|
||||
libCEGUIBase-0.so.1 cegui-0.8.6_1
|
||||
libCEGUIOpenGLRenderer-0.so.1 cegui-0.8.6_1
|
||||
libCEGUIOgreRenderer-0.so.1 cegui-0.8.6_1
|
||||
libCEGUIIrrlichtRenderer-0.so.1 cegui-0.8.6_1
|
||||
libCEGUICommonDialogs-0.so.1 cegui-0.8.6_1
|
||||
libct.so.4 freetds-0.95.19_1
|
||||
libsybdb.so.5 freetds-0.95.19_1
|
||||
libqqwing.so.2 qqwing-1.3.4_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cegui'
|
||||
pkgname=cegui
|
||||
version=0.8.5
|
||||
version=0.8.6
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake graphviz doxygen dejavu-fonts-ttf gd glm perl pkg-config"
|
||||
|
@ -17,7 +17,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|||
license="MIT"
|
||||
homepage="http://cegui.org.uk/"
|
||||
distfiles="${SOURCEFORGE_SITE}/crayzedsgui/${pkgname}-${version}.tar.bz2"
|
||||
checksum=a82b0d970c6ceccb8db419a1dc81b5fc3e0e4afb5888fe8d58c63561c82884ce
|
||||
checksum=5a5dd820aea4b7c8d300e9f7ca6892348bc8b77ec5157d6a3ed1e78236628686
|
||||
|
||||
build_options="gtk irrlicht ogre python"
|
||||
desc_option_gtk="Enable support for GTK2"
|
||||
|
|
Loading…
Reference in New Issue