Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=25589dae7915b83f5984944fd3f08fc0a97135fb

commit 25589dae7915b83f5984944fd3f08fc0a97135fb
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Wed Dec 10 00:42:53 2008 +0100

miro-1.2.8-2-i686

* rebuild with boost

diff --git a/source/gnome-extra/miro/FrugalBuild 
b/source/gnome-extra/miro/FrugalBuild
index dbc6c91..6918371 100644
--- a/source/gnome-extra/miro/FrugalBuild
+++ b/source/gnome-extra/miro/FrugalBuild
@@ -4,12 +4,12 @@
pkgname=miro
_F_archive_name=Miro
pkgver=1.2.8
-pkgrel=1
+pkgrel=2
pkgdesc="The free and open source internet TV platform."
url="http://www.getmiro.com/";
-depends=('gtk+2' 'pygtk' 'dbus-python' 'pyrex' 'libboost-mt>=1.35.0' 
'xine-lib' 'db>=4.7.25' 'bsddb3>=4.7.1'
+depends=('gtk+2' 'pygtk' 'dbus-python' 'pyrex' 'libboost-mt>=1.37.0' 
'xine-lib' 'db>=4.7.25' 'bsddb3>=4.7.1'
'nss>=3.12' 'nspr>=4.7.1' 'xulrunner' 'gnome-python-extras' 
'gnome-python-extras-mozembed' 'pysqlite2')
-makedepends=('boost>=1.35.0')
+makedepends=('boost>=1.37.0')
groups=('gnome-extra')
replaces=('democracy')
conflicts=('democracy')
@@ -17,10 +17,11 @@ archs=('i686' 'x86_64' 'ppc')
options=('scriptlet')
up2date="lynx -dump 'http://ftp.osuosl.org/pub/pculture.org/miro/src/?C=M;O=A'| 
Flasttar"
source=(http://ftp.osuosl.org/pub/pculture.org/$pkgname/src/${_F_archive_name}-$pkgver.tar.gz
 \
-       qt-mt.pc gcc43.patch)
+       qt-mt.pc gcc43.patch boost136.patch)
sha1sums=('1e72b808224621c53dc64acde8825f47c427ba38' \
'153e1902352eb4d724ec816b8097f01830178181' \
-          'e6cf10bbff82d7a2b608904734b005004ae6b6ca')
+          'e6cf10bbff82d7a2b608904734b005004ae6b6ca' \
+          'f0f506e7828036015778c27f81a3a2d4229a8e41')

build()
{
diff --git a/source/gnome-extra/miro/boost136.patch 
b/source/gnome-extra/miro/boost136.patch
new file mode 100644
index 0000000..d6a4905
--- /dev/null
+++ b/source/gnome-extra/miro/boost136.patch
@@ -0,0 +1,13 @@
+diff --git a/portable/libtorrent/src/disk_io_thread.cpp 
b/portable/libtorrent/src/disk_io_thread.cpp
+index ec5b8d8..c127edf 100644
+--- a/portable/libtorrent/src/disk_io_thread.cpp
++++ b/portable/libtorrent/src/disk_io_thread.cpp
+@@ -31,6 +31,8 @@ POSSIBILITY OF SUCH DAMAGE.
+ */
+
+ #include "libtorrent/storage.hpp"
++#include <boost/thread/mutex.hpp>
++#include <boost/thread/condition.hpp>
+ #include <deque>
+ #include "libtorrent/disk_io_thread.hpp"
+
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to