Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Finn Haedicke (6bd7a83b70c773697b12f76ddbc45b6ffaf32615)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Finn Haedicke <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Finn Haedicke (6bd7a83b70c773697b12f76ddbc45b6ffaf32615)
  • Date: Fri, 2 Oct 2009 09:05:51 -0500

GIT changes to master grimoire by Finn Haedicke <finn_haedicke AT gmx.net>:

video/miro/HISTORY | 3 +++
video/miro/PRE_BUILD | 1 +
video/miro/boost_function.diff | 11 +++++++++++
3 files changed, 15 insertions(+)

New commits:
commit 6bd7a83b70c773697b12f76ddbc45b6ffaf32615
Author: Finn Haedicke <finn_haedicke AT gmx.net>
Commit: Finn Haedicke <finn_haedicke AT gmx.net>

miro: patch to include boost/function.hpp

diff --git a/video/miro/HISTORY b/video/miro/HISTORY
index bfefde6..399b34e 100644
--- a/video/miro/HISTORY
+++ b/video/miro/HISTORY
@@ -1,3 +1,6 @@
+2009-10-02 Finn Haedicke <finn_haedicke AT gmx.net>
+ * PRE_BUILD, boost_function.diff: patch to work with current boost
+
2009-08-23 Finn Haedicke <finn_haedicke AT gmx.net>
* BUILD, INSTALL: split into ./setup.py build and ./setup.py install
* DEPENDS: added xine-lib, XULRUNNER, gst-python, boost
diff --git a/video/miro/PRE_BUILD b/video/miro/PRE_BUILD
index 3d4a0e1..1c76eef 100755
--- a/video/miro/PRE_BUILD
+++ b/video/miro/PRE_BUILD
@@ -1,4 +1,5 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&

+patch -p1 < $SPELL_DIRECTORY/boost_function.diff &&
patch -p1 < $SPELL_DIRECTORY/run.sh.diff
diff --git a/video/miro/boost_function.diff b/video/miro/boost_function.diff
new file mode 100644
index 0000000..4773f4e
--- /dev/null
+++ b/video/miro/boost_function.diff
@@ -0,0 +1,11 @@
+diff -ru Miro-2.5.2/portable/libtorrent/include/libtorrent/storage.hpp
Miro-2.5.2-patched/portable/libtorrent/include/libtorrent/storage.hpp
+--- Miro-2.5.2/portable/libtorrent/include/libtorrent/storage.hpp
2009-07-31 11:56:04.000000000 +0900
++++ Miro-2.5.2-patched/portable/libtorrent/include/libtorrent/storage.hpp
2009-10-02 22:10:11.869173280 +0900
+@@ -42,6 +42,7 @@
+
+ #include <boost/limits.hpp>
+ #include <boost/thread.hpp>
++#include <boost/function.hpp>
+ #include <boost/shared_ptr.hpp>
+ #include <boost/intrusive_ptr.hpp>
+ #include <boost/filesystem/path.hpp>




Archive powered by MHonArc 2.6.24.

Top of Page