Date: Thursday, April 1, 2010 @ 15:51:51 Author: giovanni Revision: 75551
upgpkg: miro 3.0-1 openssl-1 rebuild Modified: miro/trunk/PKGBUILD miro/trunk/xine.pyx.patch ----------------+ PKGBUILD | 24 ++++++++++-------------- xine.pyx.patch | 4 ++-- 2 files changed, 12 insertions(+), 16 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-04-01 19:26:02 UTC (rev 75550) +++ PKGBUILD 2010-04-01 19:51:51 UTC (rev 75551) @@ -2,27 +2,23 @@ # Maintainer: Ronald van Haren <ronald.archlinux.org> pkgname=miro -pkgver=2.5.4 -pkgrel=4 +pkgver=3.0 +pkgrel=1 pkgdesc="The free and open source internet TV platform" arch=('i686' 'x86_64') url="http://www.getmiro.com" license=('GPL2') -depends=('xine-lib>=1.1.16.3' 'boost>=1.41.0' 'gnome-python-extras>=2.25.3' 'dbus-python>=0.83.0' 'pyrex' - 'xulrunner>=1.9.0.10' 'desktop-file-utils' 'gstreamer0.10' - 'gstreamer0.10-python' 'gstreamer0.10-good' 'shared-mime-info' - 'hicolor-icon-theme') -makedepends=('pkgconfig' 'pm-utils' 'qt3') +depends=('gnome-python-extras' 'dbus-python' 'pyrex' 'pygtk' 'gstreamer0.10' + 'python-pysqlite' 'nss' 'xulrunner' 'shared-mime-info' + 'desktop-file-utils' 'gstreamer0.10' 'hicolor-icon-theme' + 'gstreamer0.10-python' 'python-notify' 'libtorrent-rasterbar') +makedepends=('pkgconfig') install=miro.install -source=(http://ftp.osuosl.org/pub/pculture.org/miro/src/miro-${pkgver}.tar.gz - 'xine.pyx.patch') -md5sums=('d0ae2bf0463201c6b6dc7367f1fa8b3c' - '3b30e1247b86e0f6bb8da9e2bdd2530e') +source=(http://ftp.osuosl.org/pub/pculture.org/${pkgname}/src/${pkgname}-${pkgver}.tar.gz) +md5sums=('a4be9c739e750644b85d7e54b3c08579') build() { - cd ${srcdir}/miro-${pkgver}/platform/gtk-x11 + cd "${srcdir}/${pkgname}-${pkgver}/platform/gtk-x11" - patch -Np3 -i ${srcdir}/xine.pyx.patch || return 1 #fix xine backend FS#17085 - python setup.py install --root=${pkgdir} || return 1 } Modified: xine.pyx.patch =================================================================== --- xine.pyx.patch 2010-04-01 19:26:02 UTC (rev 75550) +++ xine.pyx.patch 2010-04-01 19:51:51 UTC (rev 75551) @@ -1,5 +1,5 @@ ---- miro-2.5.4/platform/gtk-x11/xine/xine.pyx.old 2009-12-09 10:52:56.233879313 +0100 -+++ miro-2.5.4/platform/gtk-x11/xine/xine.pyx 2009-12-09 10:53:07.930529960 +0100 +--- miro-3.0/platform/gtk-x11/xine/xine.pyx.old 2009-12-09 10:52:56.233879313 +0100 ++++ miro-3.0/platform/gtk-x11/xine/xine.pyx 2009-12-09 10:53:07.930529960 +0100 @@ -37,6 +37,8 @@ cdef extern from "X11/Xlib.h":