diff options
author | Pawel 'l0ner' Soltys <pwslts@gmail.com> | 2012-01-24 17:42:49 +0100 |
---|---|---|
committer | Pawel 'l0ner' Soltys <pwslts@gmail.com> | 2012-01-24 17:42:49 +0100 |
commit | 393c008732b3ce6e0b1c228017efc9c193fdb0e5 (patch) | |
tree | a63be14025b0b5c571ee844a83cc418daf174e4f /arch/3.5.13/trinity-extras/trinity-kdemultimedia/xine_artsplugin.patch | |
parent | 40fea054fd22c933911618a6d81a04b9f09b1820 (diff) | |
download | tde-packaging-393c008732b3ce6e0b1c228017efc9c193fdb0e5.tar.gz tde-packaging-393c008732b3ce6e0b1c228017efc9c193fdb0e5.zip |
kdemultimedia: fixed FTBFS on xine_artsplugin, removed useless stuff, changed maintainer
Diffstat (limited to 'arch/3.5.13/trinity-extras/trinity-kdemultimedia/xine_artsplugin.patch')
-rw-r--r-- | arch/3.5.13/trinity-extras/trinity-kdemultimedia/xine_artsplugin.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/arch/3.5.13/trinity-extras/trinity-kdemultimedia/xine_artsplugin.patch b/arch/3.5.13/trinity-extras/trinity-kdemultimedia/xine_artsplugin.patch new file mode 100644 index 000000000..36f89bcfd --- /dev/null +++ b/arch/3.5.13/trinity-extras/trinity-kdemultimedia/xine_artsplugin.patch @@ -0,0 +1,30 @@ +diff -u -r src/kdemultimedia/xine_artsplugin/xinePlayObject_impl.cpp kdemultimedia/xine_artsplugin/xinePlayObject_impl.cpp +--- src/kdemultimedia/xine_artsplugin/xinePlayObject_impl.cpp 2012-01-24 00:34:05.000000000 +0100 ++++ kdemultimedia/xine_artsplugin/xinePlayObject_impl.cpp 2011-08-13 08:18:23.000000000 +0200 +@@ -698,7 +698,7 @@ + + if (stream != 0) + { +- xine_gui_send_vo_data( stream, ++ xine_port_send_gui_data( vo_port, + XINE_GUI_SEND_EXPOSE_EVENT, + &event ); + } +@@ -714,7 +714,7 @@ + + if (stream != 0) + { +- xine_gui_send_vo_data( stream, ++ xine_port_send_gui_data( vo_port, + XINE_GUI_SEND_COMPLETION_EVENT, + &event ); + } +@@ -748,7 +748,7 @@ + { + resizeNotify(); + +- xine_gui_send_vo_data( stream, ++ xine_port_send_gui_data( vo_port, + XINE_GUI_SEND_DRAWABLE_CHANGED, + (void *)window ); + } |