diff options
Diffstat (limited to 'multimedia/miro')
-rw-r--r-- | multimedia/miro/Makefile | 2 | ||||
-rw-r--r-- | multimedia/miro/files/patch-platform__gtk-x11__xine__xine.pyx | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/multimedia/miro/Makefile b/multimedia/miro/Makefile index f744a05ac0bf..85197bed6a3a 100644 --- a/multimedia/miro/Makefile +++ b/multimedia/miro/Makefile @@ -7,7 +7,7 @@ PORTNAME= miro PORTVERSION= 2.5.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.osuosl.org/pub/pculture.org/miro/src/ \ http://ftp.osuosl.org/pub/pculture.org/miro/src/ diff --git a/multimedia/miro/files/patch-platform__gtk-x11__xine__xine.pyx b/multimedia/miro/files/patch-platform__gtk-x11__xine__xine.pyx new file mode 100644 index 000000000000..217130dd4b69 --- /dev/null +++ b/multimedia/miro/files/patch-platform__gtk-x11__xine__xine.pyx @@ -0,0 +1,11 @@ +--- platform/gtk-x11/xine/xine.pyx.orig 2010-05-08 21:58:50.000000000 +0200 ++++ platform/gtk-x11/xine/xine.pyx 2010-05-08 21:59:10.000000000 +0200 +@@ -89,7 +89,7 @@ + cdef _Xine* xine + cdef object eosCallback + +- def __new__(self): ++ def __cinit__(self): + self.xine = xineCreate(on_xine_event, <void*>self) + self.eosCallback = None + def __dealloc__(self): |