aboutsummaryrefslogtreecommitdiff
path: root/multimedia/miro
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2010-05-14 05:41:11 +0000
committerMarcus von Appen <mva@FreeBSD.org>2010-05-14 05:41:11 +0000
commitdecaca3feca96c34565d963069d88d226b660604 (patch)
tree23bedae61f9bea768f9ff4eff2479b08d5f6827a /multimedia/miro
parent578f24eff702d5733597437d8908e27c58fd3134 (diff)
downloadports-decaca3feca96c34565d963069d88d226b660604.tar.gz
ports-decaca3feca96c34565d963069d88d226b660604.zip
Notes
Diffstat (limited to 'multimedia/miro')
-rw-r--r--multimedia/miro/Makefile2
-rw-r--r--multimedia/miro/files/patch-platform__gtk-x11__xine__xine.pyx11
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):