* [gentoo-commits] gentoo-x86 commit in games-arcade/performous/files: performous-1.0-include.patch performous-1.0-linguas.patch performous-1.0-gentoo.patch performous-1.0-libav.patch
@ 2015-03-31 18:34 99% Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 1+ results
From: Michael Sterrett (mr_bones_) @ 2015-03-31 18:34 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 15/03/31 18:34:46
Added: performous-1.0-include.patch
performous-1.0-linguas.patch
performous-1.0-gentoo.patch
performous-1.0-libav.patch
Log:
version bump
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.1 games-arcade/performous/files/performous-1.0-include.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/files/performous-1.0-include.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/files/performous-1.0-include.patch?rev=1.1&content-type=text/plain
Index: performous-1.0-include.patch
===================================================================
--- performous-1.0/game/song.hh.orig 2015-03-31 13:56:13.546360617 -0400
+++ performous-1.0/game/song.hh 2015-03-31 13:56:23.609025021 -0400
@@ -3,6 +3,7 @@
#include "i18n.hh"
#include "notes.hh"
#include "util.hh"
+#include "fs.hh"
#include <boost/foreach.hpp>
#include <boost/noncopyable.hpp>
#include <stdexcept>
1.1 games-arcade/performous/files/performous-1.0-linguas.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/files/performous-1.0-linguas.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/files/performous-1.0-linguas.patch?rev=1.1&content-type=text/plain
Index: performous-1.0-linguas.patch
===================================================================
diff -ru performous-1.0.orig/lang/CMakeLists.txt performous-1.0/lang/CMakeLists.txt
--- performous-1.0.orig/lang/CMakeLists.txt 2014-10-28 19:11:45.000000000 -0400
+++ performous-1.0/lang/CMakeLists.txt 2015-02-22 04:25:40.502252942 -0500
@@ -9,5 +9,13 @@
file(MAKE_DIRECTORY "${mobuild}")
add_custom_command(OUTPUT "${mofile}" COMMAND "${Msgfmt_BIN}" -v "${pofile}" -o "${mofile}" MAIN_DEPENDENCY "${pofile}" COMMENT "Building ${language} locale" VERBATIM)
add_custom_target("locale_${language}" ALL DEPENDS "${mofile}") # Make sure the mofiles are always built
- install(FILES "${mofile}" DESTINATION "${LOCALE_DIR}/${language}/LC_MESSAGES")
endforeach(language)
+foreach(language $ENV{LINGUAS})
+ set(pofile ${CMAKE_CURRENT_SOURCE_DIR}/${language}.po)
+ if (EXISTS ${pofile})
+ set(mofile ${CMAKE_CURRENT_BINARY_DIR}/${language}.mo)
+ install(FILES ${mofile} DESTINATION
+{LOCALE_DIR}/${language}/LC_MESSAGES RENAME ${CMAKE_PROJECT_NAME}.mo)
+ endif()
+endforeach(language)
+
1.1 games-arcade/performous/files/performous-1.0-gentoo.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/files/performous-1.0-gentoo.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/files/performous-1.0-gentoo.patch?rev=1.1&content-type=text/plain
Index: performous-1.0-gentoo.patch
===================================================================
diff -ru performous-1.0.orig/game/CMakeLists.txt performous-1.0/game/CMakeLists.txt
--- performous-1.0.orig/game/CMakeLists.txt 2014-10-28 19:11:45.000000000 -0400
+++ performous-1.0/game/CMakeLists.txt 2015-03-31 03:01:30.806061643 -0400
@@ -141,7 +141,7 @@
set(BIN_INSTALL .) # Straight to Program Files/Performous with no bin subfolder.
set(SUBSYSTEM_WIN32 WIN32)
else()
- set(BIN_INSTALL bin)
+ set(BIN_INSTALL @GENTOO_BINDIR@)
endif()
# Build main executable
1.1 games-arcade/performous/files/performous-1.0-libav.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/files/performous-1.0-libav.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/files/performous-1.0-libav.patch?rev=1.1&content-type=text/plain
Index: performous-1.0-libav.patch
===================================================================
diff -urN Performous-0.6.1-Source.old/cmake/Modules/FindAVUtil.cmake Performous-0.6.1-Source/cmake/Modules/FindAVUtil.cmake
--- Performous-0.6.1-Source.old/cmake/Modules/FindAVUtil.cmake 2012-05-16 13:44:26.112930173 +0200
+++ Performous-0.6.1-Source/cmake/Modules/FindAVUtil.cmake 2012-05-16 13:56:10.229914635 +0200
@@ -25,9 +25,15 @@
if(EXISTS "${AVUtil_INCLUDE_DIR}/${suffix}avutil.h")
set(AVUtil_INCLUDE "${suffix}avutil.h")
endif(EXISTS "${AVUtil_INCLUDE_DIR}/${suffix}avutil.h")
+ if(EXISTS "${AVUtil_INCLUDE_DIR}/${suffix}mathematics.h")
+ set(AVUtilMath_INCLUDE "${suffix}mathematics.h")
+ endif(EXISTS "${AVUtil_INCLUDE_DIR}/${suffix}mathematics.h")
endif(NOT AVUtil_INCLUDE)
endforeach(suffix)
+ if(NOT AVUtilMath_INCLUDE)
+ message(FATAL_ERROR "Found mathematics.h include dir, but not the header file. Perhaps you need to clear CMake cache?")
+ endif(NOT AVUtilMath_INCLUDE)
if(NOT AVUtil_INCLUDE)
message(FATAL_ERROR "Found avutil.h include dir, but not the header file. Perhaps you need to clear CMake cache?")
endif(NOT AVUtil_INCLUDE)
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2015-03-31 18:34 99% [gentoo-commits] gentoo-x86 commit in games-arcade/performous/files: performous-1.0-include.patch performous-1.0-linguas.patch performous-1.0-gentoo.patch performous-1.0-libav.patch Michael Sterrett (mr_bones_)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox