[arch-commits] Commit in miro/repos (3 files)

Aaron Griffin aaron at archlinux.org
Wed May 7 08:18:57 UTC 2008


    Date: Wednesday, May 7, 2008 @ 04:18:56
  Author: aaron
Revision: 1393

Merged revisions 2-1392 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/miro/trunk

........
  r356 | aaron | 2008-04-18 17:56:27 -0500 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r1391 | aaron | 2008-05-07 03:01:05 -0500 (Wed, 07 May 2008) | 2 lines
  
  upgpkg: miro 1.2.3-1
      Version bump, patch to compile against gcc
........

Added:
  miro/repos/extra-x86_64/missing-headers.patch
    (from rev 1391, miro/trunk/missing-headers.patch)
Modified:
  miro/repos/extra-x86_64/	(properties)
  miro/repos/extra-x86_64/PKGBUILD

-----------------------+
 PKGBUILD              |   12 ++++++++----
 missing-headers.patch |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 4 deletions(-)


Property changes on: miro/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /miro/trunk:1
   + /miro/trunk:1-1392

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-05-07 08:01:22 UTC (rev 1392)
+++ extra-x86_64/PKGBUILD	2008-05-07 08:18:56 UTC (rev 1393)
@@ -2,8 +2,8 @@
 # Maintainer: Varun Acharya <varun at archlinux.org>
 
 pkgname=miro
-pkgver=1.1
-pkgrel=2
+pkgver=1.2.3
+pkgrel=1
 pkgdesc="The free and open source internet TV platform"
 arch=('i686' 'x86_64')
 url="http://www.getmiro.com"
@@ -14,11 +14,15 @@
 conflicts=('democracy')
 replaces=('democracy')
 provides=('democracy')
-source=(http://ftp.osuosl.org/pub/pculture.org/miro/src/Miro-$pkgver.tar.gz)
-md5sums=('250b37ced7a4753c5717fb65bd2ad6d3')
+source=(http://ftp.osuosl.org/pub/pculture.org/miro/src/Miro-$pkgver.tar.gz
+        missing-headers.patch)
+md5sums=('a617324bee59ff83549ed44d9e96eed5'
+         'b5482eac565a26817af0105b061a8ad5')
 
 build() {
   cd $startdir/src/Miro-$pkgver/
+  patch -p1 < $startdir/src/missing-headers.patch
+
   cd platform/gtk-x11
   python setup.py install --root=$startdir/pkg || return 1
 }

Copied: miro/repos/extra-x86_64/missing-headers.patch (from rev 1391, miro/trunk/missing-headers.patch)
===================================================================
--- extra-x86_64/missing-headers.patch	                        (rev 0)
+++ extra-x86_64/missing-headers.patch	2008-05-07 08:18:56 UTC (rev 1393)
@@ -0,0 +1,33 @@
+diff -ur a/portable/libtorrent/include/libtorrent/peer_id.hpp b/portable/libtorrent/include/libtorrent/peer_id.hpp
+--- a/portable/libtorrent/include/libtorrent/peer_id.hpp	2008-04-22 10:17:04.000000000 -0500
++++ b/portable/libtorrent/include/libtorrent/peer_id.hpp	2008-05-07 01:51:09.000000000 -0500
+@@ -38,6 +38,7 @@
+ #include <cctype>
+ #include <algorithm>
+ #include <string>
++#include <cstring>
+ 
+ #include "libtorrent/config.hpp"
+ #include "libtorrent/assert.hpp"
+diff -ur a/portable/libtorrent/src/entry.cpp b/portable/libtorrent/src/entry.cpp
+--- a/portable/libtorrent/src/entry.cpp	2008-04-22 10:17:04.000000000 -0500
++++ b/portable/libtorrent/src/entry.cpp	2008-05-07 02:16:14.000000000 -0500
+@@ -33,6 +33,7 @@
+ #include "libtorrent/pch.hpp"
+ 
+ #include <algorithm>
++#include <iostream>
+ #include <iomanip>
+ #include "libtorrent/entry.hpp"
+ #include "libtorrent/config.hpp"
+diff -ur a/portable/libtorrent/src/file.cpp b/portable/libtorrent/src/file.cpp
+--- a/portable/libtorrent/src/file.cpp	2008-04-22 10:17:04.000000000 -0500
++++ b/portable/libtorrent/src/file.cpp	2008-05-07 01:53:04.000000000 -0500
+@@ -68,6 +68,7 @@
+ #include <boost/filesystem/operations.hpp>
+ #include "libtorrent/file.hpp"
+ #include <sstream>
++#include <cstring>
+ 
+ #ifndef O_BINARY
+ #define O_BINARY 0





More information about the arch-commits mailing list