diff -Nru kodi-audiodecoder-vgmstream-1.0.1/audiodecoder.vgmstream/addon.xml kodi-audiodecoder-vgmstream-1.0.2/audiodecoder.vgmstream/addon.xml --- kodi-audiodecoder-vgmstream-1.0.1/audiodecoder.vgmstream/addon.xml 2015-05-15 15:39:12.000000000 +0000 +++ kodi-audiodecoder-vgmstream-1.0.2/audiodecoder.vgmstream/addon.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ - - - - - - - - VGM Audio Decoder - Video Game Music Audio Decoder - all - - diff -Nru kodi-audiodecoder-vgmstream-1.0.1/audiodecoder.vgmstream/addon.xml.in kodi-audiodecoder-vgmstream-1.0.2/audiodecoder.vgmstream/addon.xml.in --- kodi-audiodecoder-vgmstream-1.0.1/audiodecoder.vgmstream/addon.xml.in 1970-01-01 00:00:00.000000000 +0000 +++ kodi-audiodecoder-vgmstream-1.0.2/audiodecoder.vgmstream/addon.xml.in 2015-08-05 22:22:37.000000000 +0000 @@ -0,0 +1,20 @@ + + + + + + + + VGM Audio Decoder + Video Game Music Audio Decoder + @PLATFORM@ + + diff -Nru kodi-audiodecoder-vgmstream-1.0.1/debian/changelog kodi-audiodecoder-vgmstream-1.0.2/debian/changelog --- kodi-audiodecoder-vgmstream-1.0.1/debian/changelog 2015-05-16 08:16:25.000000000 +0000 +++ kodi-audiodecoder-vgmstream-1.0.2/debian/changelog 2015-11-23 20:59:19.000000000 +0000 @@ -1,4 +1,4 @@ -kodi-audiodecoder-vgmstream (1.0.1-2~trusty) trusty; urgency=low +kodi-audiodecoder-vgmstream (1.0.2-1~trusty) trusty; urgency=low [ kodi ] * autogenerated dummy changelog @@ -6,4 +6,4 @@ [ wsnipex ] * no upstream changelog available - -- wsnipex Sat, 16 May 2015 10:16:25 +0200 + -- wsnipex Mon, 23 Nov 2015 21:59:19 +0100 diff -Nru kodi-audiodecoder-vgmstream-1.0.1/debian/changelog.tmp kodi-audiodecoder-vgmstream-1.0.2/debian/changelog.tmp --- kodi-audiodecoder-vgmstream-1.0.1/debian/changelog.tmp 2015-05-16 08:16:18.000000000 +0000 +++ kodi-audiodecoder-vgmstream-1.0.2/debian/changelog.tmp 2015-11-23 20:58:38.000000000 +0000 @@ -1,4 +1,4 @@ -kodi-audiodecoder-vgmstream (1.0.1-2~#DIST#) #DIST#; urgency=low +kodi-audiodecoder-vgmstream (1.0.2-1~#DIST#) #DIST#; urgency=low [ kodi ] * autogenerated dummy changelog diff -Nru kodi-audiodecoder-vgmstream-1.0.1/src/VGMCodec.cpp kodi-audiodecoder-vgmstream-1.0.2/src/VGMCodec.cpp --- kodi-audiodecoder-vgmstream-1.0.1/src/VGMCodec.cpp 2015-05-15 15:39:12.000000000 +0000 +++ kodi-audiodecoder-vgmstream-1.0.2/src/VGMCodec.cpp 2015-08-05 22:22:37.000000000 +0000 @@ -18,15 +18,15 @@ * */ -#include "kodi/libXBMC_addon.h" +#include "libXBMC_addon.h" ADDON::CHelper_libXBMC_addon *XBMC = NULL; extern "C" { #include "src/vgmstream.h" -#include "kodi/kodi_audiodec_dll.h" -#include "kodi/AEChannelData.h" +#include "kodi_audiodec_dll.h" +#include "AEChannelData.h" //-- Create ------------------------------------------------------------------- // Called on load. Addon should fully initalize or return error status