mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
x11-toolkits/mygui: update to 3.4.2 release (+)
Switch to latest ogre3d port, MyGUI now can utilize it Changelog: https://github.com/MyGUI/mygui/releases/tag/MyGUI3.4.1 https://github.com/MyGUI/mygui/releases/tag/MyGUI3.4.2 Approved by: amdmi3 (maintainer)
This commit is contained in:
parent
3387695a09
commit
5820b02993
@ -1,11 +1,11 @@
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX= -ogre
|
||||
|
||||
COMMENT= Ogre3d renderer for MyGUI
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../mygui
|
||||
|
||||
LIB_DEPENDS= libOgreMain.so:graphics/ogre3d19
|
||||
LIB_DEPENDS= libOgreMain.so:graphics/ogre3d
|
||||
|
||||
MYGUI_RENDERSYSTEM= 3
|
||||
MYGUI_SUBDIR= Platforms/Ogre/OgrePlatform
|
||||
|
@ -1,4 +1,3 @@
|
||||
include/MYGUI/MyGUI_LastHeader.h
|
||||
include/MYGUI/MyGUI_OgreDataManager.h
|
||||
include/MYGUI/MyGUI_OgreDataStream.h
|
||||
include/MYGUI/MyGUI_OgreDiagnostic.h
|
||||
|
@ -1,4 +1,4 @@
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX= -opengl
|
||||
|
||||
COMMENT= OpenGL renderer for MyGUI
|
||||
|
@ -1,7 +1,6 @@
|
||||
PORTNAME= mygui
|
||||
DISTVERSIONPREFIX= MyGUI
|
||||
DISTVERSION= 3.4.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 3.4.2
|
||||
CATEGORIES= x11-toolkits graphics devel
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1581614289
|
||||
SHA256 (MyGUI-mygui-MyGUI3.4.0_GH0.tar.gz) = d1d5f294670ae71f7200ed4b30859018281d8cfd45d6a38d18b97a4aba604c42
|
||||
SIZE (MyGUI-mygui-MyGUI3.4.0_GH0.tar.gz) = 22391483
|
||||
TIMESTAMP = 1690138339
|
||||
SHA256 (MyGUI-mygui-MyGUI3.4.2_GH0.tar.gz) = 1cc45fb96c9438e3476778449af0378443d84794a458978a29c75306e45dd45a
|
||||
SIZE (MyGUI-mygui-MyGUI3.4.2_GH0.tar.gz) = 22425573
|
||||
|
8
x11-toolkits/mygui/files/patch-Platforms_CMakeLists.txt
Normal file
8
x11-toolkits/mygui/files/patch-Platforms_CMakeLists.txt
Normal file
@ -0,0 +1,8 @@
|
||||
--- Platforms/CMakeLists.txt.orig 2023-05-09 09:46:12 UTC
|
||||
+++ Platforms/CMakeLists.txt
|
||||
@@ -1,3 +1,5 @@
|
||||
+if(MYGUI_RENDERSYSTEM GREATER 0)
|
||||
mygui_set_platform_name(${MYGUI_RENDERSYSTEM})
|
||||
|
||||
add_subdirectory(${MYGUI_PLATFORM_NAME}/${MYGUI_PLATFORM_NAME}Platform)
|
||||
+endif()
|
@ -172,5 +172,5 @@ include/MYGUI/Plugin.h
|
||||
include/MYGUI/StrangeButton.h
|
||||
lib/Plugin_StrangeButton.so
|
||||
lib/libMyGUIEngine.so
|
||||
lib/libMyGUIEngine.so.3.4.0
|
||||
lib/libMyGUIEngine.so.3.4.2
|
||||
libdata/pkgconfig/MYGUI.pc
|
||||
|
Loading…
Reference in New Issue
Block a user