[pvr] bump API version to 1.8.0 and sync add-ons
authorLars Op den Kamp <lars@opdenkamp.eu>
Sat, 8 Jun 2013 09:36:05 +0000 (11:36 +0200)
committerLars Op den Kamp <lars@opdenkamp.eu>
Sat, 8 Jun 2013 09:36:05 +0000 (11:36 +0200)
project/Win32BuildSetup/buildpvraddons.bat
tools/depends/target/xbmc-pvr-addons/Makefile
xbmc/addons/include/xbmc_pvr_types.h

index 77d10dd..5deaddc 100644 (file)
@@ -9,7 +9,7 @@ SET DEPS_DIR=..\BuildDependencies
 SET TMP_DIR=%DEPS_DIR%\tmp
 
 SET LIBNAME=xbmc-pvr-addons
-SET VERSION=5ef7f7f88c9dd3ca9c1daf57e7c92c005faa5910
+SET VERSION=d9165b4e701f1655df03562acd87eb7309544fc3
 SET SOURCE=%LIBNAME%
 SET GIT_URL=git://github.com/opdenkamp/%LIBNAME%.git
 SET SOURCE_DIR=%TMP_DIR%\%SOURCE%
index 9d47d1d..92a5dc4 100644 (file)
@@ -2,7 +2,7 @@ include ../../Makefile.include
 #DEPS= ../../Makefile.include Makefile
 
 LIBNAME=xbmc-pvr-addons
-VERSION=5ef7f7f88c9dd3ca9c1daf57e7c92c005faa5910
+VERSION=d9165b4e701f1655df03562acd87eb7309544fc3
 GIT_DIR=$(TARBALLS_LOCATION)/$(LIBNAME).git
 BASE_URL=git://github.com/opdenkamp/$(LIBNAME).git
 DYLIB=$(PLATFORM)/addons/pvr.demo/.libs/libpvrdemo-addon.so
index 12df287..1fb0c6c 100644 (file)
@@ -74,10 +74,10 @@ struct DemuxPacket;
 #define PVR_STREAM_MAX_STREAMS 20
 
 /* current PVR API version */
-#define XBMC_PVR_API_VERSION "1.7.0"
+#define XBMC_PVR_API_VERSION "1.8.0"
 
 /* min. PVR API version */
-#define XBMC_PVR_MIN_API_VERSION "1.7.0"
+#define XBMC_PVR_MIN_API_VERSION "1.8.0"
 
 #ifdef __cplusplus
 extern "C" {