diff options
author | mva <mva@FreeBSD.org> | 2010-05-14 13:41:11 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2010-05-14 13:41:11 +0800 |
commit | e664a48a601255a6a53da7fc886d749be0728667 (patch) | |
tree | 465c27bb98537ea8780f88b9796b090613ad5e26 /multimedia/miro | |
parent | 423edd1007579106ce12da47703928ef40478e29 (diff) | |
download | freebsd-ports-gnome-e664a48a601255a6a53da7fc886d749be0728667.tar.gz freebsd-ports-gnome-e664a48a601255a6a53da7fc886d749be0728667.tar.zst freebsd-ports-gnome-e664a48a601255a6a53da7fc886d749be0728667.zip |
- Update to 0.9.9
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): |