summaryrefslogtreecommitdiffstats
path: root/plugins/apps/clementine_qt4-1-fixes.patch
diff options
context:
space:
mode:
authorPavel Vatagin <pavelvat@gmail.com>2016-03-26 13:42:20 (GMT)
committerPavel Vatagin <pavelvat@gmail.com>2017-01-11 21:38:03 (GMT)
commit5d4cbcf30ddd3703315fa3762be1f37a1dda94aa (patch)
tree6e7defc6e3a339db8b6d69a030cccc719c9ac761 /plugins/apps/clementine_qt4-1-fixes.patch
parent59769b73e2a588246cb252aa037283b29e802e2b (diff)
downloadmxe-5d4cbcf30ddd3703315fa3762be1f37a1dda94aa.zip
mxe-5d4cbcf30ddd3703315fa3762be1f37a1dda94aa.tar.gz
mxe-5d4cbcf30ddd3703315fa3762be1f37a1dda94aa.tar.bz2
add package clementine_qt4 to mxe/plugins/apps
Diffstat (limited to 'plugins/apps/clementine_qt4-1-fixes.patch')
-rw-r--r--plugins/apps/clementine_qt4-1-fixes.patch78
1 files changed, 78 insertions, 0 deletions
diff --git a/plugins/apps/clementine_qt4-1-fixes.patch b/plugins/apps/clementine_qt4-1-fixes.patch
new file mode 100644
index 0000000..3abec0d
--- /dev/null
+++ b/plugins/apps/clementine_qt4-1-fixes.patch
@@ -0,0 +1,78 @@
+This file is part of MXE. See LICENSE.md for licensing information.
+
+Contains ad hoc patches for cross building.
+
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: Pavel Vatagin <pavelvat@gmail.com>
+Date: Sat, 5 Nov 2016 02:19:37 +0300
+Subject: [PATCH] fix clementine
+
+
+diff --git a/3rdparty/libprojectm/CMakeLists.txt b/3rdparty/libprojectm/CMakeLists.txt
+index 1111111..2222222 100644
+--- a/3rdparty/libprojectm/CMakeLists.txt
++++ b/3rdparty/libprojectm/CMakeLists.txt
+@@ -174,6 +174,8 @@ if(BUNDLE_PROJECTM_PRESETS)
+ COPY_ONLY
+ )
+ endforeach (preset)
++ elseif (WIN32)
++ INSTALL(FILES ${presets} DESTINATION ${CMAKE_INSTALL_PREFIX}/bin/projectm-presets)
+ else (APPLE)
+ INSTALL(FILES ${presets} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/clementine/projectm-presets)
+ endif (APPLE)
+diff --git a/3rdparty/libprojectm/glew.h b/3rdparty/libprojectm/glew.h
+index 1111111..2222222 100644
+--- a/3rdparty/libprojectm/glew.h
++++ b/3rdparty/libprojectm/glew.h
+@@ -149,7 +149,7 @@ typedef unsigned short wchar_t;
+ # endif
+ #endif
+ #if !defined(_PTRDIFF_T_DEFINED) && !defined(_PTRDIFF_T_)
+-# ifdef _WIN64
++# if defined(_WIN64) && !defined(__MINGW32__)
+ typedef __int64 ptrdiff_t;
+ # else
+ typedef _W64 int ptrdiff_t;
+diff --git a/3rdparty/tinysvcmdns/CMakeLists.txt b/3rdparty/tinysvcmdns/CMakeLists.txt
+index 1111111..2222222 100644
+--- a/3rdparty/tinysvcmdns/CMakeLists.txt
++++ b/3rdparty/tinysvcmdns/CMakeLists.txt
+@@ -7,7 +7,7 @@ set(TINYSVCMDNS-SOURCES
+ )
+
+ find_library(PTHREAD
+- pthreadGC2
++ pthread
+ )
+
+ add_library(tinysvcmdns STATIC
+diff --git a/ext/clementine-tagreader/CMakeLists.txt b/ext/clementine-tagreader/CMakeLists.txt
+index 1111111..2222222 100644
+--- a/ext/clementine-tagreader/CMakeLists.txt
++++ b/ext/clementine-tagreader/CMakeLists.txt
+@@ -27,10 +27,10 @@ add_executable(clementine-tagreader
+
+ target_link_libraries(clementine-tagreader
+ ${TAGLIB_LIBRARIES}
+- ${QT_QTCORE_LIBRARY}
+- ${QT_QTNETWORK_LIBRARY}
+ libclementine-common
+ libclementine-tagreader
++ ${QT_QTCORE_LIBRARY}
++ ${QT_QTNETWORK_LIBRARY}
+ )
+
+ if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 1111111..2222222 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -1343,6 +1343,7 @@ if (WIN32)
+ tinysvcmdns
+ qtwin
+ dsound
++ ${QT_QTGUI_LIBRARY}
+ )
+ endif (WIN32)
+