Hello community,

here is the log from the commit of package kdemultimedia3 for openSUSE:Factory 
checked in at 2012-06-18 14:52:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdemultimedia3 (Old)
 and      /work/SRC/openSUSE:Factory/.kdemultimedia3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdemultimedia3", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdemultimedia3/kdemultimedia3.changes    
2012-01-26 14:05:32.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kdemultimedia3.new/kdemultimedia3.changes       
2012-06-18 14:52:43.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jun 18 11:12:27 UTC 2012 - [email protected]
+
+- fix build with xine-1.2
+
+-------------------------------------------------------------------

New:
----
  kdemultimedia-xine.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kdemultimedia3.spec ++++++
--- /var/tmp/diff_new_pack.r0gujw/_old  2012-06-18 14:52:46.000000000 +0200
+++ /var/tmp/diff_new_pack.r0gujw/_new  2012-06-18 14:52:46.000000000 +0200
@@ -25,6 +25,9 @@
 %endif
 BuildRequires:  cdparanoia-devel
 BuildRequires:  cdparanoia
+%if %suse_version > 1210
+BuildRequires:  libavutil-devel
+%endif
 License:        GPL-2.0+
 Group:          System/GUI/KDE
 Summary:        KDE Multimedia Libraries
@@ -52,6 +55,7 @@
 Patch53:        akode-config.diff
 #Patch54:        kdemultimedia-3.5.10-alt3.2-kmix.patch
 Patch55:        kdemultimedia-mmx-test.diff
+Patch56:        kdemultimedia-xine.patch
 
 %description
 This package contains the base libraries for KDE multimedia programs.
@@ -231,6 +235,7 @@
 %patch53
 #%patch54 -p1
 %patch55 -p1
+%patch56 -p1
 rm -rf kappfinder-data
 . /etc/opt/kde3/common_options
 cp %SOURCE2 juk/pics/

++++++ kdemultimedia-xine.patch ++++++
diff -u -r a/xine_artsplugin/xinePlayObject_impl.cpp 
b/xine_artsplugin/xinePlayObject_impl.cpp
--- a/xine_artsplugin/xinePlayObject_impl.cpp   2012-01-24 00:34:05.000000000 
+0100
+++ b/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 );
        }

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to