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

2009-12-09 Thread Ronald van Haren
Date: Wednesday, December 9, 2009 @ 05:12:50
  Author: ronald
Revision: 60907

Merged revisions 60906 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/miro/trunk


  r60906 | ronald | 2009-12-09 11:12:23 +0100 (Wed, 09 Dec 2009) | 2 lines
  
  upgpkg: miro 2.5.4-2
  fix xine backend FS#17085; xine backend will most likely be removed 
upstream starting with the 2.6 series


Added:
  miro/repos/testing-x86_64/xine.pyx.patch
(from rev 60906, miro/trunk/xine.pyx.patch)
Modified:
  miro/repos/testing-x86_64/(properties)
  miro/repos/testing-x86_64/PKGBUILD

+
 PKGBUILD   |   11 ---
 xine.pyx.patch |   11 +++
 2 files changed, 19 insertions(+), 3 deletions(-)


Property changes on: miro/repos/testing-x86_64
___
Modified: svnmerge-integrated
   - /miro/trunk:1-60840
   + /miro/trunk:1-60906

Modified: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2009-12-09 10:12:23 UTC (rev 60906)
+++ testing-x86_64/PKGBUILD 2009-12-09 10:12:50 UTC (rev 60907)
@@ -3,7 +3,7 @@
 
 pkgname=miro
 pkgver=2.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc=The free and open source internet TV platform
 arch=('i686' 'x86_64')
 url=http://www.getmiro.com;
@@ -15,10 +15,15 @@
'hicolor-icon-theme')
 makedepends=('pkgconfig' 'pm-utils' 'qt3')
 install=miro.install
-source=(http://ftp.osuosl.org/pub/pculture.org/miro/src/miro-${pkgver}.tar.gz)
-md5sums=('d0ae2bf0463201c6b6dc7367f1fa8b3c')
+source=(http://ftp.osuosl.org/pub/pculture.org/miro/src/miro-${pkgver}.tar.gz
+   'xine.pyx.patch')
+md5sums=('d0ae2bf0463201c6b6dc7367f1fa8b3c'
+ '3b30e1247b86e0f6bb8da9e2bdd2530e')
 
 build() {
   cd ${srcdir}/miro-${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
 }

Copied: miro/repos/testing-x86_64/xine.pyx.patch (from rev 60906, 
miro/trunk/xine.pyx.patch)
===
--- testing-x86_64/xine.pyx.patch   (rev 0)
+++ testing-x86_64/xine.pyx.patch   2009-12-09 10:12:50 UTC (rev 60907)
@@ -0,0 +1,11 @@
+--- 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
+@@ -37,6 +37,8 @@
+ 
+ cdef extern from X11/Xlib.h:
+ ctypedef unsigned long Drawable
++ctypedef struct Display
++Display *XOpenDisplay(char* display_name)
+ 
+ cdef extern from Python.h:
+ ctypedef int PyGILState_STATE



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

2009-12-09 Thread Ronald van Haren
Date: Wednesday, December 9, 2009 @ 05:51:41
  Author: ronald
Revision: 60908

Merged revisions 60906 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/miro/trunk


  r60906 | ronald | 2009-12-09 11:12:23 +0100 (Wed, 09 Dec 2009) | 2 lines
  
  upgpkg: miro 2.5.4-2
  fix xine backend FS#17085; xine backend will most likely be removed 
upstream starting with the 2.6 series


Added:
  miro/repos/testing-i686/xine.pyx.patch
(from rev 60906, miro/trunk/xine.pyx.patch)
Modified:
  miro/repos/testing-i686/  (properties)
  miro/repos/testing-i686/PKGBUILD

+
 PKGBUILD   |   11 ---
 xine.pyx.patch |   11 +++
 2 files changed, 19 insertions(+), 3 deletions(-)


Property changes on: miro/repos/testing-i686
___
Modified: svnmerge-integrated
   - /miro/trunk:1-60838
   + /miro/trunk:1-60907

Modified: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2009-12-09 10:12:50 UTC (rev 60907)
+++ testing-i686/PKGBUILD   2009-12-09 10:51:41 UTC (rev 60908)
@@ -3,7 +3,7 @@
 
 pkgname=miro
 pkgver=2.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc=The free and open source internet TV platform
 arch=('i686' 'x86_64')
 url=http://www.getmiro.com;
@@ -15,10 +15,15 @@
'hicolor-icon-theme')
 makedepends=('pkgconfig' 'pm-utils' 'qt3')
 install=miro.install
-source=(http://ftp.osuosl.org/pub/pculture.org/miro/src/miro-${pkgver}.tar.gz)
-md5sums=('d0ae2bf0463201c6b6dc7367f1fa8b3c')
+source=(http://ftp.osuosl.org/pub/pculture.org/miro/src/miro-${pkgver}.tar.gz
+   'xine.pyx.patch')
+md5sums=('d0ae2bf0463201c6b6dc7367f1fa8b3c'
+ '3b30e1247b86e0f6bb8da9e2bdd2530e')
 
 build() {
   cd ${srcdir}/miro-${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
 }

Copied: miro/repos/testing-i686/xine.pyx.patch (from rev 60906, 
miro/trunk/xine.pyx.patch)
===
--- testing-i686/xine.pyx.patch (rev 0)
+++ testing-i686/xine.pyx.patch 2009-12-09 10:51:41 UTC (rev 60908)
@@ -0,0 +1,11 @@
+--- 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
+@@ -37,6 +37,8 @@
+ 
+ cdef extern from X11/Xlib.h:
+ ctypedef unsigned long Drawable
++ctypedef struct Display
++Display *XOpenDisplay(char* display_name)
+ 
+ cdef extern from Python.h:
+ ctypedef int PyGILState_STATE