Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (aa99fe05d06e67c4581294142c4141e48b32a9b9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (aa99fe05d06e67c4581294142c4141e48b32a9b9)
  • Date: Wed, 31 Mar 2010 05:59:10 -0500

GIT changes to master grimoire by Andraž Levstik
<ruskie+2054d253 AT codemages.net>:

video/miro/DETAILS | 4 ++--
video/miro/HISTORY | 8 +++-----
video/miro/INSTALL | 2 +-
video/miro/PRE_BUILD | 4 ----
video/miro/boost_function.diff | 11 -----------
5 files changed, 6 insertions(+), 23 deletions(-)

New commits:
commit cd31f7b9f3914f5e035a0e8e1b03cf86a7efeff1
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

Revert "miro: updated to 2.5.4"

This reverts commit b5bc1a3522b970f9616a692dfd6c8db0ca7be7ce.

My bad overwrote an existing commit

diff --git a/video/miro/DETAILS b/video/miro/DETAILS
index 751bdae..1818ee1 100755
--- a/video/miro/DETAILS
+++ b/video/miro/DETAILS
@@ -1,9 +1,9 @@
SPELL=miro
- VERSION=2.5.4
+ VERSION=3.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://ftp.osuosl.org/pub/pculture.org/miro/src/$SOURCE
-
SOURCE_HASH=sha512:7045fab826673a49ace27b2e4c2d2f711f37af1d8525b56c1a53fed41a6661ab5b02d7161915f3b644272435b46c101aca2fa96b78ae9b243fe9c0d5cca7c25f
+
SOURCE_HASH=sha512:fc4f6ec5603624eb6c7fdaab266bedd553822325b1179e591280c3e2ccc074fdc805aad54b2ed7cdd44a740ca1dc65d4558ccbeada0dae05d85a517d827f3892
WEB_SITE=http://www.getmiro.com/
ENTERED=20090804
LICENSE[0]=GPL
diff --git a/video/miro/HISTORY b/video/miro/HISTORY
index b3bec89..47cd594 100644
--- a/video/miro/HISTORY
+++ b/video/miro/HISTORY
@@ -1,8 +1,6 @@
-2010-03-31 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
- * DETAILS: updated spell to 2.5.4
- * PRE_BUILD: fixes for boost
- * INSTALL: hmm why did I change this not sure
- * boost_function.diff: patch for boost stuff
+2010-03-28 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 3.0
+ * PRE_BUILD, run.sh.diff, boost_function.diff: removed

2009-11-30 Finn Haedicke <finn AT sourcemage.org>
* DEPENDS: use external rb-libtorrent
diff --git a/video/miro/INSTALL b/video/miro/INSTALL
index c8b42d7..f5f02b3 100755
--- a/video/miro/INSTALL
+++ b/video/miro/INSTALL
@@ -1,2 +1,2 @@
cd ${SOURCE_DIRECTORY}/platform/gtk-x11 &&
-./setup.py install
+python setup.py install
diff --git a/video/miro/PRE_BUILD b/video/miro/PRE_BUILD
deleted file mode 100755
index 24d2074..0000000
--- a/video/miro/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-
-patch -p1 < $SPELL_DIRECTORY/boost_function.diff
diff --git a/video/miro/boost_function.diff b/video/miro/boost_function.diff
deleted file mode 100644
index 4773f4e..0000000
--- a/video/miro/boost_function.diff
+++ /dev/null
@@ -1,11 +0,0 @@
-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>



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (aa99fe05d06e67c4581294142c4141e48b32a9b9), Andraž Levstik, 03/31/2010

Archive powered by MHonArc 2.6.24.

Top of Page