[arch-commits] Commit in miro/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Jun 22 14:42:15 UTC 2008


    Date: Sunday, June 22, 2008 @ 10:42:15
  Author: jgc
Revision: 3394

upgpkg: miro 1.2.3-2
    Build with xul 1.9

Modified:
  miro/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-22 14:19:27 UTC (rev 3393)
+++ PKGBUILD	2008-06-22 14:42:15 UTC (rev 3394)
@@ -3,13 +3,13 @@
 
 pkgname=miro
 pkgver=1.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="The free and open source internet TV platform"
 arch=('i686' 'x86_64')
 url="http://www.getmiro.com"
 license=('GPL')
-depends=('xine-lib' 'boost' 'gnome-python-extras' 'dbus-python' 'pyrex' \
-         'nss' 'nspr' 'pygtk' 'gtk2' 'xulrunner>=1.8.1.11' 'sqlite3')
+depends=('xine-lib>=1.1.12' 'boost>=1.34.1' 'gnome-python-extras>=2.19.1'
+	 'dbus-python>=0.82.4' 'pyrex' 'xulrunner>=1.9')
 makedepends=('pkgconfig' 'qt3')
 conflicts=('democracy')
 replaces=('democracy')
@@ -21,7 +21,7 @@
 
 build() {
   cd $startdir/src/Miro-$pkgver/
-  patch -p1 < $startdir/src/missing-headers.patch
+  patch -Np1 -i $startdir/src/missing-headers.patch || return 1
 
   cd platform/gtk-x11
   python setup.py install --root=$startdir/pkg || return 1





More information about the arch-commits mailing list