All,
Looking at getting kmplayer built and I'm running into function that are so deprecated, they have been dropped from xine-lib/xine-ui - What to do here? Look at finding a compatible newer version of kmplayer that isn't that old that can replace the GIT source and build in todays world? How do these type issues get fixed?
All,
Looking at getting kmplayer built and I'm running into function that are so deprecated, they have been dropped from xine-lib/xine-ui - What to do here? Look at finding a compatible newer version of kmplayer that isn't that old that can replace the GIT source and build in todays world? How do these type issues get fixed?
-- David C. Rankin, J.D.,P.E.
Generally one has to look to see what replaced the deprecated function, if anything. In the FOSS world this is always a scary experience, as projects often drop old functions without providing equivalent functionality via a different method.
Tim
All,
Looking at getting kmplayer built and I'm running into function that are so deprecated, they have been dropped from xine-lib/xine-ui - What to do here? Look at finding a compatible newer version of kmplayer that isn't that old that can replace the GIT source and build in todays world? How do these type issues get fixed?
-- David C. Rankin, J.D.,P.E.
Generally one has to look to see what replaced the deprecated function, if anything. In the FOSS world this is always a scary experience, as projects often drop old functions without providing equivalent functionality via a different method.
Tim
In the particular case you mentioned, it appears that xine_port_send_gui_data has replaced xine_gui_send_vo_data, but the first parameter takes a different data type. The Google search also turned up one of our own pages, http://git.trinitydesktop.org/viewgit/?a=commitdiff&p=Trinity%20Desktop%..., which provides at least one example of what needs to be done.
Tim
On 04/19/2012 11:52 PM, Timothy Pearson wrote:
Tim
In the particular case you mentioned, it appears that xine_port_send_gui_data has replaced xine_gui_send_vo_data, but the first parameter takes a different data type. The Google search also turned up one of our own pages, http://git.trinitydesktop.org/viewgit/?a=commitdiff&p=Trinity%20Desktop%..., which provides at least one example of what needs to be done.
Tim
And its Arch no doubt - Calvin, Pawel, can you take a stab at the same kmplyer fix you did in kmultimedia? I'll take a look, but it will take me 4 times longer -- guaranteed...