[arch-commits] Commit in miro/repos (extra-i686 extra-i686/PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Jun 22 14:42:28 UTC 2008
Date: Sunday, June 22, 2008 @ 10:42:28
Author: jgc
Revision: 3395
Merged revisions 1392-3394 via svnmerge from
svn+ssh://svn.archlinux.org/home/svn-packages/miro/trunk
........
r3394 | jgc | 2008-06-22 14:42:15 +0000 (Sun, 22 Jun 2008) | 2 lines
upgpkg: miro 1.2.3-2
Build with xul 1.9
........
Modified:
miro/repos/extra-i686/ (properties)
miro/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Property changes on: miro/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
- /miro/trunk:1-1391
+ /miro/trunk:1-3394
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2008-06-22 14:42:15 UTC (rev 3394)
+++ extra-i686/PKGBUILD 2008-06-22 14:42:28 UTC (rev 3395)
@@ -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