Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

MyGUI-devel-3.4.1-bp155.1.8 RPM for s390x

From OpenSuSE Leap 15.5 for s390x

Name: MyGUI-devel Distribution: SUSE Linux Enterprise 15 SP5
Version: 3.4.1 Vendor: openSUSE
Release: bp155.1.8 Build date: Tue May 23 00:31:36 2023
Group: Development/Libraries/C and C++ Build host: s390zl25
Size: 2325121 Source RPM: MyGUI-3.4.1-bp155.1.8.src.rpm
Packager: https://bugs.opensuse.org
Url: http://mygui.info/
Summary: Development files for MyGUI
MyGUI is a library for creating Graphical User Interfaces (GUIs)
for games and 3D applications.

This subpackage contains libraries and header files for developing
applications that want to make use of MyGUI.

Provides

Requires

License

MIT

Changelog

* Sun Dec 19 2021 Ferdinand Thiessen <rpm@fthiessen.de>
  - Update to version 3.4.1
    * Implement new MSDF font
    * Add new eventWidgetDestroyed
    * Add support for custom shaders for each render item
    * Add support for Unicode code points outside of the
      Basic Multilingual Plane
    * Allow std::function in the MyGUI::newDelegate
    * Allow const functions and const classes in the MyGUI::newDelegate
    * Some bug fixes
    * Widgets
    * Some bug fixes in ListBox and EditBox
    * Button: make Button without "normal_checked" skin display
      "pushed" skin
    * Window: add borders snapping, when resizing it
    * Platform Ogre:
    * make it possible to use OGRE_RESOURCEMANAGER_STRICT=1 mode
    * use Ogre::Renderable to render Gui, this fixes several issues
      with recent Ogre version
    * LayoutEditor: fix multi language support
  - Update MyGUI-install-libCommon.patch
  - Add 0001-Fix-linking-with-Wl-no-undefined.patch
  - Drop upstream fixed MyGUI-lib_suffix.patch,
    MyGUI-gcc47-visibility.patch,
    MyGUI-libs-versioning.patch
  - Add rpmlintrc
* Fri Oct 22 2021 Adam Mizerski <adam@mizerski.pl>
  - Renamed patches:
    - MyGUI-libCommon-fixup.patch -> MyGUI-libs-versioning.patch
  - Added patches:
    - MyGUI-install-libCommon.patch
  - Extracted "tools" to a subpackage; fixed generated desktop files.
  - Moved devel "*.so" files to "devel" subpackage. MyGUI contains only libs with
    versions. Installing dependent applications doesn't pull MyGUI-devel.
* Mon Jun 28 2021 Aleksa Sarai <asarai@suse.com>
  - Update BuildRequires to fix OBS builds.
* Fri Mar 27 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Run spec-cleaner
  - Update to 3.4:
    * Added LanguageManager::getLanguages
    * Fix lost key focus event not being triggered sometimes
    * Fix inconsistency: _riseMouseButtonMove was using Layer
      coordinates (most of the time).
      _riseMouseButtonReleased/Pressed were using absolute coordinates.
    * Other InputManager events fixes.
    * Cleaner and much faster logic for adding and removing
      render items (it was the performance bottleneck when
      working with many items on screen).
    * ScrollBar: Fixed wrong tracking area bug.
    * Button: make Button with key focus (can be set only
      manually through code) have highlighted state.
    * ItemBox: add possibility to not update ItemBox content
      when working with items (huge speed boost, when
      adding/removing many in single frame)
    * EditText: add support for alpha in text and text
      shadow colours (multiplied with widget's alpha).
    * ItemBox: add options to hide ItemBox scroll bars
      (same as for ScrollView and EditBox).
    * MultiListBox: slightly advanced and more flexible
      custom compare function.
    * EditBox: add Ctrl+Left/Right hotkey support (moves
      cursor to next word).
    * MultiListBox: add eventNotifyItem.
    * OpenGL3Platform: Added new rendering platform.
    * OpenGLESPlatform: Added new rendering platform.
    * Emscripten support (works for Ogre and all OpenGL
      platforms).
    * OgrePlatform: Many minor build-related fixes and imrovements,
      including newer Ogre support and better CMake scripts.
    * OpenGL3: Fixed application window resizing
      in editors and demos.
    * All platforms: Fix possible stack overflow in
    * **DataManager::getDataPath.
    * All platforms: better VertexBuffer reallocation strategy
      for all platforms (in ::lock call, not in ::setVertexCount).
    * All platforms: Various minor fixes and code cleanup.
    * ResourceManualFont: Added setTexture.
    * ResourceTrueTypeFont: Optimize TrueTupeFont render speed
      (half getGlyphInfo search time).
    * ResourceTrueTypeFont: Remove no longer needed freetype
      bytecode bug fix.
    * LayoutEditor: Fixed "[DEFAULT]" value not being handles properly
      (was colored white in ComboBox, was saved in layout).
    * LayoutEditor: Other minor fixes and improvements.
    * Added SDL2 support.
    * Switched to C++11: various related code improvements and cleanups.
  - Rebase patches:
    * MyGUI-lib_suffix.patch
    * MyGUI-gcc47-visibility.patch
    * MyGUI-libCommon-fixup.patch
  - Drop obsolete patch: MyGUI-freetype2-include.patch
* Fri Jan 25 2019 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Add _constraints to avoid OOM errors
* Fri Jan 25 2019 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Handle properly libCommon.so*
  - Add patch to get a versionned libCommon.so file:
    * MyGUI-libCommon-fixup.patch
* Fri Jul 20 2018 guillaume.gardet@opensuse.org
  - Use %cmake macro. This fixes build for aarch64.
  - Make use of %license
* Wed Jan 24 2018 kasimir_@outlook.de
  - Fix spec for aarch64 / ppc64 / ppc64le / s390x build
* Sun Sep 25 2016 jengelh@inai.de
  - Update descriptions
* Thu Sep 15 2016 mimi.vx@gmail.com
  - remove unneeded Cg requires
* Tue Feb 17 2015 devel.suse@gmail.com
  - Update to upstream MyGUI 3.2.2:
    - - Core --
    * Fixed eventChangeMouseFocus and eventChangeKeyFocus not being triggered in certain cases.
    - - Widgets --
    * ComboBox: Fixed mouse events incorrectly going to the widget below the ComboBox when clicking on an item.
    * ScrollBar: Added button repeat support, ScrollBar buttons will trigger repeatedly so long as the mouse is held down.
    - - Platforms --
    * OpenGLPlatform: Added option to use system GLEW library.
    * OgrePlatform: Improved performance of OgreDataManager::isDataExist.
    * OgrePlatform: Fixed build failure regarding boost libraries used by Ogre not being found.
    - - Resources --
    * ResourceManualFont: Added API to create a ResourceManualFont in code rather than from XML.
    - - Tools --
    * Fixed broken file dialog directory listing on Linux and make sure files are sorted.
  - Updated MyGUI-gcc47-visibility.patch
  - Updated MyGUI-lib_suffix.patch
* Wed Jan 21 2015 devel.suse@gmail.com
  - Build MyGUI 3.2.1

Files

/usr/include/MYGUI
/usr/include/MYGUI/MyGUI.h
/usr/include/MYGUI/MyGUI_ActionController.h
/usr/include/MYGUI/MyGUI_Align.h
/usr/include/MYGUI/MyGUI_Any.h
/usr/include/MYGUI/MyGUI_BackwardCompatibility.h
/usr/include/MYGUI/MyGUI_BiIndexBase.h
/usr/include/MYGUI/MyGUI_Bitwise.h
/usr/include/MYGUI/MyGUI_Button.h
/usr/include/MYGUI/MyGUI_Canvas.h
/usr/include/MYGUI/MyGUI_ChildSkinInfo.h
/usr/include/MYGUI/MyGUI_ClipboardManager.h
/usr/include/MYGUI/MyGUI_Colour.h
/usr/include/MYGUI/MyGUI_ComboBox.h
/usr/include/MYGUI/MyGUI_Common.h
/usr/include/MYGUI/MyGUI_CommonStateInfo.h
/usr/include/MYGUI/MyGUI_ConsoleLogListener.h
/usr/include/MYGUI/MyGUI_Constants.h
/usr/include/MYGUI/MyGUI_ControllerEdgeHide.h
/usr/include/MYGUI/MyGUI_ControllerFadeAlpha.h
/usr/include/MYGUI/MyGUI_ControllerItem.h
/usr/include/MYGUI/MyGUI_ControllerManager.h
/usr/include/MYGUI/MyGUI_ControllerPosition.h
/usr/include/MYGUI/MyGUI_ControllerRepeatClick.h
/usr/include/MYGUI/MyGUI_CoordConverter.h
/usr/include/MYGUI/MyGUI_DDContainer.h
/usr/include/MYGUI/MyGUI_DDItemInfo.h
/usr/include/MYGUI/MyGUI_DataFileStream.h
/usr/include/MYGUI/MyGUI_DataManager.h
/usr/include/MYGUI/MyGUI_DataMemoryStream.h
/usr/include/MYGUI/MyGUI_DataStream.h
/usr/include/MYGUI/MyGUI_DataStreamHolder.h
/usr/include/MYGUI/MyGUI_Delegate.h
/usr/include/MYGUI/MyGUI_DeprecatedTypes.h
/usr/include/MYGUI/MyGUI_DeprecatedWidgets.h
/usr/include/MYGUI/MyGUI_Diagnostic.h
/usr/include/MYGUI/MyGUI_DynLib.h
/usr/include/MYGUI/MyGUI_DynLibManager.h
/usr/include/MYGUI/MyGUI_EditBox.h
/usr/include/MYGUI/MyGUI_EditText.h
/usr/include/MYGUI/MyGUI_Enumerator.h
/usr/include/MYGUI/MyGUI_EventPair.h
/usr/include/MYGUI/MyGUI_Exception.h
/usr/include/MYGUI/MyGUI_FactoryManager.h
/usr/include/MYGUI/MyGUI_FileLogListener.h
/usr/include/MYGUI/MyGUI_FlowDirection.h
/usr/include/MYGUI/MyGUI_FontData.h
/usr/include/MYGUI/MyGUI_FontManager.h
/usr/include/MYGUI/MyGUI_GenericFactory.h
/usr/include/MYGUI/MyGUI_GeometryUtility.h
/usr/include/MYGUI/MyGUI_Gui.h
/usr/include/MYGUI/MyGUI_IBItemInfo.h
/usr/include/MYGUI/MyGUI_ICroppedRectangle.h
/usr/include/MYGUI/MyGUI_IDataStream.h
/usr/include/MYGUI/MyGUI_IFont.h
/usr/include/MYGUI/MyGUI_IItem.h
/usr/include/MYGUI/MyGUI_IItemContainer.h
/usr/include/MYGUI/MyGUI_ILayer.h
/usr/include/MYGUI/MyGUI_ILayerItem.h
/usr/include/MYGUI/MyGUI_ILayerNode.h
/usr/include/MYGUI/MyGUI_ILogFilter.h
/usr/include/MYGUI/MyGUI_ILogListener.h
/usr/include/MYGUI/MyGUI_IObject.h
/usr/include/MYGUI/MyGUI_IPointer.h
/usr/include/MYGUI/MyGUI_IRenderTarget.h
/usr/include/MYGUI/MyGUI_IResource.h
/usr/include/MYGUI/MyGUI_ISerializable.h
/usr/include/MYGUI/MyGUI_IStateInfo.h
/usr/include/MYGUI/MyGUI_ISubWidget.h
/usr/include/MYGUI/MyGUI_ISubWidgetRect.h
/usr/include/MYGUI/MyGUI_ISubWidgetText.h
/usr/include/MYGUI/MyGUI_ITexture.h
/usr/include/MYGUI/MyGUI_IUnlinkWidget.h
/usr/include/MYGUI/MyGUI_IVertexBuffer.h
/usr/include/MYGUI/MyGUI_ImageBox.h
/usr/include/MYGUI/MyGUI_ImageInfo.h
/usr/include/MYGUI/MyGUI_InputManager.h
/usr/include/MYGUI/MyGUI_ItemBox.h
/usr/include/MYGUI/MyGUI_KeyCode.h
/usr/include/MYGUI/MyGUI_LanguageManager.h
/usr/include/MYGUI/MyGUI_LayerItem.h
/usr/include/MYGUI/MyGUI_LayerManager.h
/usr/include/MYGUI/MyGUI_LayerNode.h
/usr/include/MYGUI/MyGUI_LayoutData.h
/usr/include/MYGUI/MyGUI_LayoutManager.h
/usr/include/MYGUI/MyGUI_LevelLogFilter.h
/usr/include/MYGUI/MyGUI_ListBox.h
/usr/include/MYGUI/MyGUI_LogLevel.h
/usr/include/MYGUI/MyGUI_LogManager.h
/usr/include/MYGUI/MyGUI_LogSource.h
/usr/include/MYGUI/MyGUI_LogStream.h
/usr/include/MYGUI/MyGUI_Macros.h
/usr/include/MYGUI/MyGUI_MainSkin.h
/usr/include/MYGUI/MyGUI_MaskPickInfo.h
/usr/include/MYGUI/MyGUI_MenuBar.h
/usr/include/MYGUI/MyGUI_MenuControl.h
/usr/include/MYGUI/MyGUI_MenuItem.h
/usr/include/MYGUI/MyGUI_MenuItemType.h
/usr/include/MYGUI/MyGUI_MouseButton.h
/usr/include/MYGUI/MyGUI_MultiListBox.h
/usr/include/MYGUI/MyGUI_MultiListItem.h
/usr/include/MYGUI/MyGUI_OgreDataManager.h
/usr/include/MYGUI/MyGUI_OgreDataStream.h
/usr/include/MYGUI/MyGUI_OgreDiagnostic.h
/usr/include/MYGUI/MyGUI_OgrePlatform.h
/usr/include/MYGUI/MyGUI_OgreRTTexture.h
/usr/include/MYGUI/MyGUI_OgreRenderManager.h
/usr/include/MYGUI/MyGUI_OgreTexture.h
/usr/include/MYGUI/MyGUI_OgreVertexBuffer.h
/usr/include/MYGUI/MyGUI_OverlappedLayer.h
/usr/include/MYGUI/MyGUI_Platform.h
/usr/include/MYGUI/MyGUI_Plugin.h
/usr/include/MYGUI/MyGUI_PluginManager.h
/usr/include/MYGUI/MyGUI_PointerManager.h
/usr/include/MYGUI/MyGUI_PolygonalSkin.h
/usr/include/MYGUI/MyGUI_PopupMenu.h
/usr/include/MYGUI/MyGUI_Precompiled.h
/usr/include/MYGUI/MyGUI_Prerequest.h
/usr/include/MYGUI/MyGUI_ProgressBar.h
/usr/include/MYGUI/MyGUI_RTTI.h
/usr/include/MYGUI/MyGUI_RenderFormat.h
/usr/include/MYGUI/MyGUI_RenderItem.h
/usr/include/MYGUI/MyGUI_RenderManager.h
/usr/include/MYGUI/MyGUI_RenderTargetInfo.h
/usr/include/MYGUI/MyGUI_ResizingPolicy.h
/usr/include/MYGUI/MyGUI_ResourceImageSet.h
/usr/include/MYGUI/MyGUI_ResourceImageSetData.h
/usr/include/MYGUI/MyGUI_ResourceImageSetPointer.h
/usr/include/MYGUI/MyGUI_ResourceLayout.h
/usr/include/MYGUI/MyGUI_ResourceManager.h
/usr/include/MYGUI/MyGUI_ResourceManualFont.h
/usr/include/MYGUI/MyGUI_ResourceManualPointer.h
/usr/include/MYGUI/MyGUI_ResourceSkin.h
/usr/include/MYGUI/MyGUI_ResourceTrueTypeFont.h
/usr/include/MYGUI/MyGUI_RotatingSkin.h
/usr/include/MYGUI/MyGUI_ScrollBar.h
/usr/include/MYGUI/MyGUI_ScrollView.h
/usr/include/MYGUI/MyGUI_ScrollViewBase.h
/usr/include/MYGUI/MyGUI_SharedLayer.h
/usr/include/MYGUI/MyGUI_SharedLayerNode.h
/usr/include/MYGUI/MyGUI_SimpleText.h
/usr/include/MYGUI/MyGUI_Singleton.h
/usr/include/MYGUI/MyGUI_SkinItem.h
/usr/include/MYGUI/MyGUI_SkinManager.h
/usr/include/MYGUI/MyGUI_StringUtility.h
/usr/include/MYGUI/MyGUI_SubSkin.h
/usr/include/MYGUI/MyGUI_SubWidgetBinding.h
/usr/include/MYGUI/MyGUI_SubWidgetInfo.h
/usr/include/MYGUI/MyGUI_SubWidgetManager.h
/usr/include/MYGUI/MyGUI_TCoord.h
/usr/include/MYGUI/MyGUI_TPoint.h
/usr/include/MYGUI/MyGUI_TRect.h
/usr/include/MYGUI/MyGUI_TSize.h
/usr/include/MYGUI/MyGUI_TabControl.h
/usr/include/MYGUI/MyGUI_TabItem.h
/usr/include/MYGUI/MyGUI_TextBox.h
/usr/include/MYGUI/MyGUI_TextChangeHistory.h
/usr/include/MYGUI/MyGUI_TextIterator.h
/usr/include/MYGUI/MyGUI_TextView.h
/usr/include/MYGUI/MyGUI_TextViewData.h
/usr/include/MYGUI/MyGUI_TextureUtility.h
/usr/include/MYGUI/MyGUI_TileRect.h
/usr/include/MYGUI/MyGUI_Timer.h
/usr/include/MYGUI/MyGUI_ToolTipManager.h
/usr/include/MYGUI/MyGUI_Types.h
/usr/include/MYGUI/MyGUI_UString.h
/usr/include/MYGUI/MyGUI_Version.h
/usr/include/MYGUI/MyGUI_VertexData.h
/usr/include/MYGUI/MyGUI_Widget.h
/usr/include/MYGUI/MyGUI_WidgetDefines.h
/usr/include/MYGUI/MyGUI_WidgetInput.h
/usr/include/MYGUI/MyGUI_WidgetManager.h
/usr/include/MYGUI/MyGUI_WidgetStyle.h
/usr/include/MYGUI/MyGUI_WidgetToolTip.h
/usr/include/MYGUI/MyGUI_WidgetTranslate.h
/usr/include/MYGUI/MyGUI_WidgetUserData.h
/usr/include/MYGUI/MyGUI_Window.h
/usr/include/MYGUI/MyGUI_WindowsClipboardHandler.h
/usr/include/MYGUI/MyGUI_XmlDocument.h
/usr/include/MYGUI/Plugin.h
/usr/include/MYGUI/StrangeButton.h
/usr/lib64/libEditorFramework.so
/usr/lib64/libMyGUI.OgrePlatform.so
/usr/lib64/libMyGUICommon.so
/usr/lib64/libMyGUIEngine.so
/usr/lib64/pkgconfig/MYGUI.pc


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 20:24:33 2024