UbuntuUpdates.org

Package "kodi-eventclients-dev"

This package belongs to a PPA: Xbmc

Name: kodi-eventclients-dev

Description:

Kodi Media Center (Event Client Dev package)

Latest version: 2:14.2~git20150327.1058-final-0precise
Release: precise (12.04)
Level: base
Repository: main
Head package: kodi

Links


Download "kodi-eventclients-dev"


Other versions of "kodi-eventclients-dev" in Precise

No other version of this package is available in the Precise release.

Changelog

Version: 2:14.2~git20150327.1058-final-0precise 2015-03-28 12:08:29 UTC

 kodi (2:14.2~git20150327.1058-final-0precise) precise; urgency=high
 .
   [Martijn Kaijser]
    * remove RC tag for final 14.2 release db7d91da277ab925e933af06bcbf1de48709e83e
 .
 .
   [Matthias Kortstiege]
    * [videoinfoscanner] fix shows not picked up after initial scan abort
 .
   [Martijn Kaijser]
    * [release] bump to 14.2 final
 .
 .
   [Matthias Kortstiege]
    * [win32file] use LastWriteTime instead of ChangeTime (fixes #15590)
 .
   [fritsch]
    * ActiveAE: Wait 60 seconds max for init
 .
   [sub9]
    * Add index to count all of the collection's fanart when creating the "fanart://Remote%i" strings
 .
   [Chris "Koying" Browet]
    * FIX: [droid] properly save addon settings even if the control is not focused (fixes #13913)
 .
   [Matthias Kortstiege]
    * [curl] fix ftps exists handling
 .
   [Matthias Kortstiege]
    * [mysql] properly toggle mysql transactions automode
 .
   [montellese]
    * CTextureCacheJob: add fallback hash in case neither mtime/ctime nor size of an image are known
 .
   [Martijn Kaijser]
    * [pvr] remove pvr-repo until we really need it.
 .
   [Thomas Amland]
    * [addons] make sure to get correct extension point before attempting to cast to plugin
 .
   [montellese]
    * [win32] addons: fix filtering foreign language addons
 .
   [Matthias Kortstiege]
    * [smbdirectory] mark dot files and folders hidden (fixes #15680)
 .
   [Matthias Kortstiege]
    * [videoinfoscanner] reset library bools only once - fixes #15805
 .
   [Rainer Hochecker]
    * [win32] - fix DirectSound for streams with very low sample rates
 .
   [Chris "koying" Browet]
    * FIXUP: fix python PIL after #5218
 .
   [Matthias Kortstiege]
    * [mysql] fix transaction handling by set autocommit to false when requested
 .
   [Martijn Kaijser]
    * bump to 14.2rc1
 .
   [ace20022]
    * [Fix][bluray] Show simplified bd menu with all playback paths. This fixes playback of (unsupported) bd-java menu disc via the simple menu, e.g., through json-rpc. Additionally GUIDialogSimpleMenu accepts CFileItem& now.
 .
   [Matthias Kortstiege]
    * PR6334 xcode sync
 .
   [ace20022]
    * [dialogs] Move CGUIWindowVideoBase::ShowPlaySelection to its own class.
 .
   [ace20022]
    * [FileItem] Change m_items.size() GetPath() to be the "old" path, not the new one
 .
   [Memphiz]
    * [vfs/Pipe] - fix premature close of pipe. It should only be closed if refcount is zero
 .
   [montellese]
    * music library: add the possibility to clean the database in the background
 .
   [montellese]
    * video library: add the possibility to clean the database in the background
 .
   [t4-ravenbird]
    * dont abort if wait for net fails
 .
 .
   [Memphiz]
    * [jenkins/darwin] - ensure that audioencoder addons are not removed from tree during cleanup (same like with pvr addons before) - fixed missing audioencoder addons in nightlies.
 .
   [Karlson2k]
    * [emufnc] return exact '-1' instead of other negative values in dll_read() and dll_write()
 .
   [Karlson2k]
    * [emufnc] fix possible compiler warning
 .
   [Karlson2k]
    * libdvdcss: add custom patches as files to lib/libdvd/patches/
 .
   [ace20022]
    * [Fix] Reading zero bytes from a file should yield zero read bytes. Fix for 52800a1fa28cd6f9b843b55cfb40820fae2bc9d3.
 .
   [Karlson2k]
    * libdvdcss: better handle partial read in libc_read
 .
   [Sam Stenvall]
    * [pvr] move ActionDeleteRecording to GUIWindowPVRRecordings
 .
   [Sam Stenvall]
    * [pvr] go back to the parent folder when the last recording inside a subdirectory is deleted
 .
   [Sam Stenvall]
    * [pvr] hopefully fix the folder watched overlay once and for all. We now start out by assuming all folders are watched, then as we encounter unwatched recordings we remember those folders and unmark them at the end of the method
 .
   [Sam Stenvall]
    * [pvr] always update metadata (i.e. play count) for items, not just the first time an item from that particular folder is encountered
 .
   [Sam Stenvall]
    * [pvr] fixed folder watched icon appearing only after the folder had been entered once
 .
   [Sam Stenvall]
    * [pvr] fix bug where the selected item didn't change to the next one after an item has been marked as watched/unwatched
 .
   [Sam Stenvall]
    * [pvr] fix marking recordings as watched or unwatched (fixes #15118)
 .
   [popcornmix]
    * MMAL: Use Component Logging v2
 .
   [Joakim Plate]
    * smb: eliminate unused while loop in OpenDir
 .
   [Joakim Plate]
    * url: share name should always be updated
 .
   [Joakim Plate]
    * smb: make sure we deinit samba before global destructor
 .
   [Joakim Plate]
    * smb: use utility function to convert time_t to local file time
 .
   [Joakim Plate]
    * smb: drop old (unused) purge code
 .
   [Joakim Plate]
    * smb: factor out stat to __stat64 conversion
 .
   [Joakim Plate]
    * smb: eliminate smb.Init() calls in non static functions
 .
   [Joakim Plate]
    * smb: drop try/catch of exceptions from C api
 .
   [Joakim Plate]
    * smb: don't add : for empty password
 .
   [Joakim Plate]
    * smb: set workgroup using standard api
 .
   [Joakim Plate]
    * Revert "[vfs] [posix] SMBFile: fix reading files opened with READ_TRUNCATED flag"
 .
   [Memphiz]
    * [osx] - mark removable shares which are either have DVD or CD media in it as SOURCE_TYPE_DVD so the audio cd rip context menu is visible for it
 .
   [Memphiz]
    * [vtb/vda] - use component debug logging
 .
   [ace20022]
    * [dvdplayer] Remove superfluous cast. Since 923baa83e091bbf80159b8aff523915ec0af824a m_SpeedState.lasttime is a int64_t.
 .
   [fritsch]
    * IMX: Use Component Logging
 .
   [fritsch]
    * VDPAU: Component Logging
 .
   [fritsch]
    * VAAPI: Use Component Logging
 .
   [xhaggi]
    * [pvr] fix update of groups and overriding group properties we only store locally
 .
   [xhaggi]
    * [pvr] persist channel group after updated from client
 .
   [Karlson2k]
    * [emufnc] Fix: use correct return value on error in dll_flsbuf, f

Source diff to previous version

Version: 2:14.1~git20150130.1238-final-0precise 2015-01-31 10:07:55 UTC

 kodi (2:14.1~git20150130.1238-final-0precise) precise; urgency=high
 .
   [Tobias Arrskog]
    * Made versiontag optional
 .
   [Martijn Kaijser]
    * [skin] include last re-touched fixes
 .
   [fritsch]
    * CFile: Don't cast potential negative values to unsigned int
 .
   [Martijn Kaijser]
    * [release] bump to Helix 14.0 final
 .
   [txtranslation]
    * [lang] update of skin.confluence language files
 .
   [txtranslation]
    * [lang] update of core language files
 .
   [txtranslation]
    * [lang] update of internal addon language files
 .
   [ace20022]
    * [Fix] Fix a memory leak in PlayerSelectionRule.cpp.
 .
   [ace20022]
    * [Fix] Fix a memory leak in Setting.cpp.
 .
   [t4-ravenbird]
    * woa - use profile path
 .
   [Rainer Hochecker]
    * DXVA: add HD5xxx to ati work-around, only capable of opening a single time
 .
   [Rainer Hochecker]
    * dvdplayer: make sure overlay container is cleared when player stops
 .
   [h.udo]
    * [rebrand][confluence sounds.xml] xbmc -> kodi
 .
   [h.udo]
    * [rebrand][Json-RPC schema] xbmc -> kodi
 .
   [h.udo]
    * [rebrand][Linux FEH_py.in] xbmc -> kodi
 .
   [h.udo]
    * [rebrand][Win32BuildSetup readme.txt] xbmc -> kodi
 .
   [h.udo]
    * [rebrand][ps3_remote.py] xbmc -> kodi
 .
   [h.udo]
    * [rebrand][OSX Credits.html] xbmc -> kodi
 .
   [h.udo]
    * [rebrand][German keyboardmap.xml] xbmc -> kodi
 .
   [Rainer Hochecker]
    * DXVA: add HD4xxx to ati work-around, only capable of opening a single decoder at a given time
 .
   [fritsch]
    * IMX: Announce EGL_QUIRK_RECREATE_DISPLAY_ON_CREATE_WINDOW to fix refreshrate change
 .
   [fritsch]
    * EGL: Add Quirk for display recreation
 .
   [wolfgar]
    * Revert to software decoding for AVC profile 578 as it is not handled by imx6 VPU
 .
   [host505]
    * [keyboardlayout] Add Greek QWERTY
 .
   [uNiversaI]
    * [confluence] [confluence] minor cosmetic to codec info background
 .
   [txtranslation]
    * [lang] update of skin.confluence language files
 .
   [txtranslation]
    * [lang] update of core language files
 .
   [txtranslation]
    * [lang] update of internal addon language files
 .
 .
   [ronie]
    * [Confluence] cosmetics
 .
   [Tobias Markus]
    * Check return value
 .
   [Tobias Markus]
    * cppcheck performance fixes in addons/
 .
   [ace20022]
    * [Fix] Fix a memory leak in PlayerSelectionRule.cpp.
 .
   [Martijn Kaijser]
    * [keyboard] only use English names for layouts
 .
   [ace20022]
    * [Fix] Fix a memory leak in Setting.cpp.
 .
   [Matthias Kortstiege]
    * [art] fix missing container art for album paths
 .
   [davilla]
    * FIX: [aml;pivos] Fix 1080 on MX
 .
   [ronie]
    * [Confluence] remove addon ratings
 .
   [Rainer Hochecker]
    * DXVA: add HD5xxx to ati work-around, only capable of opening a single time
 .
   [Rainer Hochecker]
    * dvdplayer: make sure overlay container is cleared when player stops
 .
   [t4-ravenbird]
    * woa - use profile path
 .
   [Matthias Kortstiege]
    * [gui] bump gui version to 5.4.0
 .
   [Matthias Kortstiege]
    * [infomanager] nuke old container art infolabels
 .
   [Martijn Kaijser]
    * [skin] fix weather layout re-touched
 .
   [Matthias Kortstiege]
    * [art] add container art to music paths
 .
   [Matthias Kortstiege]
    * [art] tvshow season art not set correctly when item list was flattened
 .
   [Matthias Kortstiege]
    * [infomanager] adds container.art
 .
   [Martijn Kaijser]
    * [addons] sync with repo
 .
   [Martijn Kaijser]
    * [skin] update re-touched
 .
   [Rainer Hochecker]
    * DXVA: add HD4xxx to ati work-around, only capable of opening a single decoder at a given time
 .
   [Dr-Romantic]
    * [keyboardlayout] add Arabic layout.
 .
   [Thomas Amland]
    * [addons] display a more helpful message on python errors
 .
   [anaconda]
    * Fix resume on multi-episode files if no resume point is set.
 .
   [fritsch]
    * BaseRender: Allow 1px wrong in aspect ratio to not do completeley refit the image
 .
   [h.udo]
    * [rebrand][confluence sounds.xml] xbmc -> kodi
 .
   [h.udo]
    * [rebrand][Json-RPC schema] xbmc -> kodi
 .
   [h.udo]
    * [rebrand][Linux FEH_py.in] xbmc -> kodi
 .
   [h.udo]
    * [rebrand][Win32BuildSetup readme.txt] xbmc -> kodi
 .
   [h.udo]
    * [rebrand][ps3_remote.py] xbmc -> kodi
 .
   [h.udo]
    * [rebrand][OSX Credits.html] xbmc -> kodi
 .
   [h.udo]
    * [rebrand][German keyboardmap.xml] xbmc -> kodi
 .
   [montellese]
    * media library: fix path history for items with a real path differing from the requested path
 .
   [Memphiz]
    * [tests/osx] - add unit tests for aliasshortcut resolving
 .
   [Memphiz]
    * [osx] - add method for creating an alias shortcut (used for unit testing)
 .
   [Memphiz]
    * [osx] - replace alias / shortcut handling with non deprecated functions (fixes non working alias resolving since osx 10.10 yosemite)
 .
   [Memphiz]
    * [osx] - move alias/shortcut translation code to darwinhelpers
 .
   [Karlson2k]
    * [android] [vfs] PosixFile: fix large file support on Android
 .
   [Chris "Koying" Browet]
    * FIX: [droid] make python PIL module working
 .
   [Chris "Koying" Browet]
    * FIX: [droid;python] proper handling of module libraries
 .
   [Chris "Koying" Browet]
    * FIX: [droid;packaging] handle addons libraries
 .
   [Matthias Kortstiege]
    * [mediawindow] remove unused function OnFinalizeFileItems
 .
   [Matthias Kortstiege]
    * [infomanager] added Container(id).CurrentItem
 .
   [montellese]
    * win32: add nopvraddons and nobinaryaddons options to BuildSetup.bat
 .
   [montellese]
    * win32: fix indentations in BuildSetup.bat
 .
   [Martin van Beurden]
    * [win32] remove redundant /MP compiler option in release builds.
 .
   [Martin van Beurden]
    * [win32] git_revision custombuild trigger from existing file, set correct outputpath, remove non existing dependency.
 .
   [Martin van Beurden]
    * [win32] remove non-existing header files from project files
 .
   [montellese]
 

Source diff to previous version

Version: 2:14.0~git20141223.1015-final-0precise 2014-12-23 16:07:57 UTC

 kodi (2:14.0~git20141223.1015-final-0precise) precise; urgency=high
 .
   [Tobias Arrskog]
    * Made versiontag optional
 .
   [Martijn Kaijser]
    * [skin] include last re-touched fixes
 .
   [fritsch]
    * CFile: Don't cast potential negative values to unsigned int
 .
   [Martijn Kaijser]
    * [release] bump to Helix 14.0 final
 .
   [txtranslation]
    * [lang] update of skin.confluence language files
 .
   [txtranslation]
    * [lang] update of core language files
 .
   [txtranslation]
    * [lang] update of internal addon language files
 .
   [ace20022]
    * [Fix] Fix a memory leak in PlayerSelectionRule.cpp.
 .
   [ace20022]
    * [Fix] Fix a memory leak in Setting.cpp.
 .
   [t4-ravenbird]
    * woa - use profile path
 .
   [Rainer Hochecker]
    * DXVA: add HD5xxx to ati work-around, only capable of opening a single time
 .
   [Rainer Hochecker]
    * dvdplayer: make sure overlay container is cleared when player stops
 .
   [h.udo]
    * [rebrand][confluence sounds.xml] xbmc -> kodi
 .
   [h.udo]
    * [rebrand][Json-RPC schema] xbmc -> kodi
 .
   [h.udo]
    * [rebrand][Linux FEH_py.in] xbmc -> kodi
 .
   [h.udo]
    * [rebrand][Win32BuildSetup readme.txt] xbmc -> kodi
 .
   [h.udo]
    * [rebrand][ps3_remote.py] xbmc -> kodi
 .
   [h.udo]
    * [rebrand][OSX Credits.html] xbmc -> kodi
 .
   [h.udo]
    * [rebrand][German keyboardmap.xml] xbmc -> kodi
 .
   [Rainer Hochecker]
    * DXVA: add HD4xxx to ati work-around, only capable of opening a single decoder at a given time
 .
   [fritsch]
    * IMX: Announce EGL_QUIRK_RECREATE_DISPLAY_ON_CREATE_WINDOW to fix refreshrate change
 .
   [fritsch]
    * EGL: Add Quirk for display recreation
 .
   [wolfgar]
    * Revert to software decoding for AVC profile 578 as it is not handled by imx6 VPU
 .
   [host505]
    * [keyboardlayout] Add Greek QWERTY
 .
   [uNiversaI]
    * [confluence] [confluence] minor cosmetic to codec info background
 .
   [txtranslation]
    * [lang] update of skin.confluence language files
 .
   [txtranslation]
    * [lang] update of core language files
 .
   [txtranslation]
    * [lang] update of internal addon language files
 .
 .
   [ronie]
    * [Confluence] cosmetics
 .
   [Tobias Markus]
    * Check return value
 .
   [Tobias Markus]
    * cppcheck performance fixes in addons/
 .
   [ace20022]
    * [Fix] Fix a memory leak in PlayerSelectionRule.cpp.
 .
   [Martijn Kaijser]
    * [keyboard] only use English names for layouts
 .
   [ace20022]
    * [Fix] Fix a memory leak in Setting.cpp.
 .
   [Matthias Kortstiege]
    * [art] fix missing container art for album paths
 .
   [davilla]
    * FIX: [aml;pivos] Fix 1080 on MX
 .
   [ronie]
    * [Confluence] remove addon ratings
 .
   [Rainer Hochecker]
    * DXVA: add HD5xxx to ati work-around, only capable of opening a single time
 .
   [Rainer Hochecker]
    * dvdplayer: make sure overlay container is cleared when player stops
 .
   [t4-ravenbird]
    * woa - use profile path
 .
   [Matthias Kortstiege]
    * [gui] bump gui version to 5.4.0
 .
   [Matthias Kortstiege]
    * [infomanager] nuke old container art infolabels
 .
   [Martijn Kaijser]
    * [skin] fix weather layout re-touched
 .
   [Matthias Kortstiege]
    * [art] add container art to music paths
 .
   [Matthias Kortstiege]
    * [art] tvshow season art not set correctly when item list was flattened
 .
   [Matthias Kortstiege]
    * [infomanager] adds container.art
 .
   [Martijn Kaijser]
    * [addons] sync with repo
 .
   [Martijn Kaijser]
    * [skin] update re-touched
 .
   [Rainer Hochecker]
    * DXVA: add HD4xxx to ati work-around, only capable of opening a single decoder at a given time
 .
   [Dr-Romantic]
    * [keyboardlayout] add Arabic layout.
 .
   [Thomas Amland]
    * [addons] display a more helpful message on python errors
 .
   [anaconda]
    * Fix resume on multi-episode files if no resume point is set.
 .
   [fritsch]
    * BaseRender: Allow 1px wrong in aspect ratio to not do completeley refit the image
 .
   [h.udo]
    * [rebrand][confluence sounds.xml] xbmc -> kodi
 .
   [h.udo]
    * [rebrand][Json-RPC schema] xbmc -> kodi
 .
   [h.udo]
    * [rebrand][Linux FEH_py.in] xbmc -> kodi
 .
   [h.udo]
    * [rebrand][Win32BuildSetup readme.txt] xbmc -> kodi
 .
   [h.udo]
    * [rebrand][ps3_remote.py] xbmc -> kodi
 .
   [h.udo]
    * [rebrand][OSX Credits.html] xbmc -> kodi
 .
   [h.udo]
    * [rebrand][German keyboardmap.xml] xbmc -> kodi
 .
   [montellese]
    * media library: fix path history for items with a real path differing from the requested path
 .
   [Memphiz]
    * [tests/osx] - add unit tests for aliasshortcut resolving
 .
   [Memphiz]
    * [osx] - add method for creating an alias shortcut (used for unit testing)
 .
   [Memphiz]
    * [osx] - replace alias / shortcut handling with non deprecated functions (fixes non working alias resolving since osx 10.10 yosemite)
 .
   [Memphiz]
    * [osx] - move alias/shortcut translation code to darwinhelpers
 .
   [Karlson2k]
    * [android] [vfs] PosixFile: fix large file support on Android
 .
   [Chris "Koying" Browet]
    * FIX: [droid] make python PIL module working
 .
   [Chris "Koying" Browet]
    * FIX: [droid;python] proper handling of module libraries
 .
   [Chris "Koying" Browet]
    * FIX: [droid;packaging] handle addons libraries
 .
   [Matthias Kortstiege]
    * [mediawindow] remove unused function OnFinalizeFileItems
 .
   [Matthias Kortstiege]
    * [infomanager] added Container(id).CurrentItem
 .
   [montellese]
    * win32: add nopvraddons and nobinaryaddons options to BuildSetup.bat
 .
   [montellese]
    * win32: fix indentations in BuildSetup.bat
 .
   [Martin van Beurden]
    * [win32] remove redundant /MP compiler option in release builds.
 .
   [Martin van Beurden]
    * [win32] git_revision custombuild trigger from existing file, set correct outputpath, remove non existing dependency.
 .
   [Martin van Beurden]
    * [win32] remove non-existing header files from project files
 .
   [montellese]
 




About   -   Send Feedback to @ubuntu_updates