public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Artur Frenszek-Iwicki <fedora@svgames.pl>
To: git-commits@fedoraproject.org
Subject: [rpms/mygui] rawhide: Patch out STATIC marker from libs
Date: Wed, 01 Jul 2026 17:59:30 GMT [thread overview]
Message-ID: <178292877034.1.9823984700825607072.rpms-mygui-39f6399bd176@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/mygui
Branch : rawhide
Commit : 39f6399bd17667313120cc51ca6bf6b14484ede5
Author : Artur Frenszek-Iwicki <fedora@svgames.pl>
Date : 2026-07-01T17:28:06+02:00
Stats : +31/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/mygui/c/39f6399bd17667313120cc51ca6bf6b14484ede5?branch=rawhide
Log:
Patch out STATIC marker from libs
---
diff --git a/mygui-add-missing-soname.patch b/mygui-add-missing-soname.patch
index 3e8c4e0..abd87b3 100644
--- a/mygui-add-missing-soname.patch
+++ b/mygui-add-missing-soname.patch
@@ -1,12 +1,37 @@
-diff -up mygui-MyGUI3.4.4/Platforms/OpenGLPlatform/CMakeLists.txt.orig mygui-MyGUI3.4.4/Platforms/OpenGLPlatform/CMakeLists.txt
---- mygui-MyGUI3.4.4/Platforms/OpenGLPlatform/CMakeLists.txt.orig 2026-06-28 23:45:08.000000000 +0200
-+++ mygui-MyGUI3.4.4/Platforms/OpenGLPlatform/CMakeLists.txt 2026-06-30 20:49:36.561869888 +0200
-@@ -29,4 +29,7 @@
+diff -rU4 mygui-MyGUI3.4.4--orig/Common/CMakeLists.txt mygui-MyGUI3.4.4/Common/CMakeLists.txt
+--- mygui-MyGUI3.4.4--orig/Common/CMakeLists.txt 2026-06-15 22:24:08.000000000 +0200
++++ mygui-MyGUI3.4.4/Common/CMakeLists.txt 2026-07-01 17:22:51.762695920 +0200
+@@ -98,9 +98,9 @@
+ Input/SDL/ResourceSDLPointer.h
+ Input/SDL/ResourceSDLPointer.cpp
+ )
+
+-add_library(${PROJECTNAME} STATIC ${HEADER_FILES} ${SOURCE_FILES})
++add_library(${PROJECTNAME} ${HEADER_FILES} ${SOURCE_FILES})
+
+ mygui_set_platform_name(${MYGUI_RENDERSYSTEM})
+ add_dependencies(${PROJECTNAME} MyGUI.${MYGUI_PLATFORM_NAME}Platform)
+ target_link_libraries(${PROJECTNAME} MyGUI.${MYGUI_PLATFORM_NAME}Platform SDL2::Main)
+diff -rU4 mygui-MyGUI3.4.4--orig/Platforms/OpenGL/OpenGLPlatform/CMakeLists.txt mygui-MyGUI3.4.4/Platforms/OpenGL/OpenGLPlatform/CMakeLists.txt
+--- mygui-MyGUI3.4.4--orig/Platforms/OpenGL/OpenGLPlatform/CMakeLists.txt 2026-06-15 22:24:08.000000000 +0200
++++ mygui-MyGUI3.4.4/Platforms/OpenGL/OpenGLPlatform/CMakeLists.txt 2026-07-01 17:23:08.462357538 +0200
+@@ -12,9 +12,9 @@
+ include(${PROJECTNAME}.list)
+
+ add_definitions(-DGL_GLEXT_PROTOTYPES)
+
+-add_library(${PROJECTNAME} STATIC ${HEADER_FILES} ${SOURCE_FILES})
++add_library(${PROJECTNAME} ${HEADER_FILES} ${SOURCE_FILES})
+
+ add_dependencies(${PROJECTNAME} MyGUIEngine)
+
+ target_link_libraries(${PROJECTNAME} OpenGL::GL MyGUIEngine)
+@@ -24,5 +24,8 @@
+ # installation rules
install(FILES ${HEADER_FILES}
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/MYGUI"
)
+
+set_target_properties(${PROJECTNAME} PROPERTIES VERSION ${MYGUI_VERSION} SOVERSION "${MYGUI_VERSION_MAJOR}.${MYGUI_VERSION_MINOR}.${MYGUI_VERSION_PATCH}")
+
- mygui_install_target(${PROJECTNAME})
-
+ mygui_install_target(${PROJECTNAME} "")
reply other threads:[~2026-07-01 17:59 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178292877034.1.9823984700825607072.rpms-mygui-39f6399bd176@fedoraproject.org \
--to=fedora@svgames.pl \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox