rebuilt with -DMYGUI_RENDERSYSTEM=7 (use OpenGL backend replacing ogre) [release 3.4.3-6mamba;Sun Jan 04 2026]
This commit is contained in:
+30
-22
@@ -1,27 +1,27 @@
|
||||
Name: mygui
|
||||
Version: 3.4.3
|
||||
Release: 5mamba
|
||||
Release: 6mamba
|
||||
Summary: A library for creating Graphical User Interfaces (GUIs) for games and 3D applications
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
Packager: Silvan Calarco <silvan@openmamba.org>
|
||||
URL: https://github.com/MyGUI/mygui
|
||||
Source: https://github.com/MyGUI/mygui.git/MyGUI%{version}/mygui-%{version}.tar.bz2
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libboost-devel
|
||||
BuildRequires: libbullet-devel
|
||||
BuildRequires: libSDL2-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libsdl2_image-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: ogre-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: libois-devel
|
||||
BuildRequires: ogre-devel >= 1:14.3.1
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description
|
||||
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.
|
||||
@@ -38,29 +38,27 @@ This package contains shared libraries for %{name}.
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: pkg-config
|
||||
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake -d build \
|
||||
-DCMAKE_SHARED_LINKER_FLAGS="-ldl" \
|
||||
-DOGRE_LIBRARIES="boost_system;OgreMain;pthread" \
|
||||
-DMYGUI_INSTALL_SAMPLES=TRUE \
|
||||
-DMYGUI_INSTALL_TOOLS=TRUE \
|
||||
-DMYGUI_INSTALL_DOCS=TRUE \
|
||||
-DMYGUI_INSTALL_MEDIA=TRUE \
|
||||
-DFREETYPE_INCLUDE_DIR=%{_includedir}/freetype2/ \
|
||||
-DMYGUI_BUILD_DEMOS=FALSE \
|
||||
-DMYGUI_BUILD_TOOLS=FALSE \
|
||||
-DMYGUI_RENDERSYSTEM=3 \
|
||||
-DBUILD_SHARED_LIBS=TRUE
|
||||
-DMYGUI_BUILD_DEMOS=TRUE \
|
||||
-DMYGUI_BUILD_TOOLS=TRUE \
|
||||
-DMYGUI_RENDERSYSTEM=7 \
|
||||
-DMYGUI_DONT_USE_OBSOLETE=TRUE \
|
||||
-DBUILD_SHARED_LIBS=TRUE \
|
||||
-Wno-dev
|
||||
|
||||
%make
|
||||
|
||||
@@ -71,18 +69,24 @@ This package contains libraries and header files for developing applications tha
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/FontEditor
|
||||
%{_bindir}/ImageEditor
|
||||
%{_bindir}/LayoutEditor
|
||||
%{_bindir}/SkinEditor
|
||||
%{_bindir}/resources.xml
|
||||
%dir %{_datadir}/MYGUI/Media
|
||||
%{_datadir}/MYGUI/Media/*
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
#%{_bindir}/resources.xml
|
||||
%{_libdir}/libMyGUICommon.so.*
|
||||
%{_libdir}/libMyGUIEngine.so.*
|
||||
%{_libdir}/libMyGUI.OgrePlatform.so
|
||||
%{_libdir}/libEditorFramework.so
|
||||
%{_libdir}/libMyGUI.OpenGL3Platform.so
|
||||
%{_libdir}/Plugin_StrangeButton.so
|
||||
#%dir %{_datadir}/MYGUI
|
||||
#%dir %{_datadir}/MYGUI/Media
|
||||
#%{_datadir}/MYGUI/Media/*
|
||||
%doc AUTHORS COPYING.MIT
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
@@ -90,11 +94,15 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_includedir}/MYGUI/MyGUI*.h
|
||||
%{_includedir}/MYGUI/Plugin.h
|
||||
%{_includedir}/MYGUI/StrangeButton.h
|
||||
%{_libdir}/libMyGUICommon.so
|
||||
%{_libdir}/libMyGUIEngine.so
|
||||
%{_libdir}/pkgconfig/MYGUI.pc
|
||||
#%doc ChangeLog_rus.txt ChangeLog.txt
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Sun Jan 04 2026 Automatic Build System <autodist@openmamba.org> 3.4.3-6mamba
|
||||
- rebuilt with -DMYGUI_RENDERSYSTEM=7 (use OpenGL backend replacing ogre)
|
||||
|
||||
* Fri Nov 08 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.3-5mamba
|
||||
- rebuilt with ogre 14.3.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user