Update to 1.1.9

This commit is contained in:
Jason E. Hale
2017-08-01 08:29:05 +00:00
parent ce7613721d
commit 84bebeb207
5 changed files with 8 additions and 46 deletions
+1 -2
View File
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= gogglesmm
PORTVERSION= 1.1.7
PORTREVISION= 2
PORTVERSION= 1.1.9
CATEGORIES= audio
MAINTAINER= jhale@FreeBSD.org
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1491505558
SHA256 (gogglesmm-gogglesmm-1.1.7_GH0.tar.gz) = 20587b61adcd6d0a9f1cfc026157c963e1308a6d190749d8c4f384c48168985f
SIZE (gogglesmm-gogglesmm-1.1.7_GH0.tar.gz) = 1419429
TIMESTAMP = 1501574671
SHA256 (gogglesmm-gogglesmm-1.1.9_GH0.tar.gz) = fb1d4d4d14bfedb21821a41798b9abc81c9c8b2f7e028e6f3d828b6d58059dde
SIZE (gogglesmm-gogglesmm-1.1.9_GH0.tar.gz) = 1419421
@@ -1,11 +0,0 @@
--- src/GMDatabase.h.orig 2017-03-29 02:18:22 UTC
+++ src/GMDatabase.h
@@ -21,7 +21,7 @@
struct sqlite3_stmt;
struct sqlite3;
-typedef struct Mem sqlite3_value;
+typedef struct sqlite3_value sqlite3_value;
struct sqlite3_context;
+2 -19
View File
@@ -1,13 +1,6 @@
--- src/CMakeLists.txt.orig 2017-02-08 01:48:39 UTC
--- src/CMakeLists.txt.orig 2017-06-10 02:18:06 UTC
+++ src/CMakeLists.txt
@@ -55,13 +55,14 @@ if(WITH_OPENGL)
endif()
if(WITH_NLS)
+ find_package(Intl REQUIRED)
set(HAVE_NLS 1)
endif()
@@ -62,7 +62,7 @@ endif()
# Detects reswrap version
@@ -16,13 +9,3 @@
if(RESWRAP)
message(STATUS "Found reswrap: ${RESWRAP}")
execute_process(COMMAND ${RESWRAP} -v OUTPUT_VARIABLE RESWRAP_OUTPUT)
@@ -339,6 +340,7 @@ target_link_libraries(gogglesmm PRIVATE
${EPOXY_LIBRARIES}
${X11_LIBRARIES}
${SM_LIBRARIES}
- ${ICE_LIBRARIES})
+ ${ICE_LIBRARIES}
+ ${Intl_LIBRARY})
install(TARGETS gogglesmm RUNTIME DESTINATION bin)
\ No newline at end of file
@@ -1,18 +1,9 @@
Re-enable tray icon for KDE4 until KDE5 is in the ports tree. Mpris plugin
works, but tray icon might be wanted to minimize app in the time being.
--- src/GMPlayerManager.cpp.orig 2017-02-08 01:48:39 UTC
--- src/GMPlayerManager.cpp.orig 2017-06-10 02:18:06 UTC
+++ src/GMPlayerManager.cpp
@@ -294,7 +294,7 @@ GMPlayerManager::~GMPlayerManager() {
myself=nullptr;
-#ifdef HAVE_SSSION
+#ifdef HAVE_SESSION
delete session;
#endif
delete application;
@@ -747,7 +747,7 @@ FXint GMPlayerManager::run(int& argc,cha
@@ -757,7 +757,7 @@ FXint GMPlayerManager::run(int& argc,cha
// KDE5 comes with mpris plugin on the toolbar, no need for
// tray icon
if (gm_desktop_session()==DESKTOP_SESSION_KDE_PLASMA) {