diff --git a/packages/mediacenter/kodi/package.mk b/packages/mediacenter/kodi/package.mk index 65c2455313..30c97b2af3 100644 --- a/packages/mediacenter/kodi/package.mk +++ b/packages/mediacenter/kodi/package.mk @@ -17,7 +17,7 @@ ################################################################################ PKG_NAME="kodi" -PKG_VERSION="17.0-alpha2-477ded3" +PKG_VERSION="17.0-alpha2-4e90409" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" diff --git a/projects/Odroid_C2/patches/kodi/kodi-0001-owersun-odroid.patch b/projects/Odroid_C2/patches/kodi/kodi-0001-owersun-odroid.patch index 9afeb29eaa..c770793cb5 100644 --- a/projects/Odroid_C2/patches/kodi/kodi-0001-owersun-odroid.patch +++ b/projects/Odroid_C2/patches/kodi/kodi-0001-owersun-odroid.patch @@ -1,4 +1,4 @@ -From 3f3636350015d680deecb82e9793edd1b0f9cd5f Mon Sep 17 00:00:00 2001 +From 7433b6824809ece337a4e8060db409558edd3074 Mon Sep 17 00:00:00 2001 From: Owersun Date: Sat, 23 Apr 2016 22:34:30 +0200 Subject: [PATCH] Odroids: All the codecs and display drivers diff --git a/projects/Odroid_C2/patches/kodi/kodi-0002-aml-Fix-compiler-badness-when-compiling-with-amcodec.patch b/projects/Odroid_C2/patches/kodi/kodi-0002-aml-Fix-compiler-badness-when-compiling-with-amcodec.patch deleted file mode 100644 index df0bd9a946..0000000000 --- a/projects/Odroid_C2/patches/kodi/kodi-0002-aml-Fix-compiler-badness-when-compiling-with-amcodec.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 4570b6dfdd6e9dfe67f3f2b1103a3bc4b4a7f9cf Mon Sep 17 00:00:00 2001 -From: Alex Deryskyba -Date: Sat, 12 Dec 2015 02:15:15 +0100 -Subject: [PATCH 5/6] [aml] Fix compiler badness when compiling with amcodec - ---- - xbmc/cores/dvdplayer/DVDCodecs/Video/Makefile.in | 2 -- - 1 file changed, 2 deletions(-) - -diff --git a/xbmc/cores/dvdplayer/DVDCodecs/Video/Makefile.in b/xbmc/cores/dvdplayer/DVDCodecs/Video/Makefile.in -index 56ec6a3..52fa07e 100644 ---- a/xbmc/cores/VideoPlayer/DVDCodecs/Video/Makefile.in -+++ b/xbmc/cores/VideoPlayer/DVDCodecs/Video/Makefile.in -@@ -26,8 +26,6 @@ endif - ifeq (@USE_LIBAMCODEC@,1) - SRCS += AMLCodec.cpp - SRCS += DVDVideoCodecAmlogic.cpp --INCLUDES += -I$(prefix)/include/amcodec --INCLUDES += -I$(prefix)/include/amplayer - endif - - ifeq (@USE_ANDROID@,1) --- -1.7.10.4 - diff --git a/projects/WeTek_Core/patches/kodi/0005-aml-Fix-compiler-badness-when-compiling-with-amcodec.patch b/projects/WeTek_Core/patches/kodi/0005-aml-Fix-compiler-badness-when-compiling-with-amcodec.patch deleted file mode 100644 index 8b0d09c477..0000000000 --- a/projects/WeTek_Core/patches/kodi/0005-aml-Fix-compiler-badness-when-compiling-with-amcodec.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 4570b6dfdd6e9dfe67f3f2b1103a3bc4b4a7f9cf Mon Sep 17 00:00:00 2001 -From: Alex Deryskyba -Date: Sat, 12 Dec 2015 02:15:15 +0100 -Subject: [PATCH 5/6] [aml] Fix compiler badness when compiling with amcodec - ---- - xbmc/cores/VideoPlayer/DVDCodecs/Video/Makefile.in | 2 -- - 1 file changed, 2 deletions(-) - -diff --git a/xbmc/cores/VideoPlayer/DVDCodecs/Video/Makefile.in b/xbmc/cores/VideoPlayer/DVDCodecs/Video/Makefile.in -index 56ec6a3..52fa07e 100644 ---- a/xbmc/cores/VideoPlayer/DVDCodecs/Video/Makefile.in -+++ b/xbmc/cores/VideoPlayer/DVDCodecs/Video/Makefile.in -@@ -26,8 +26,6 @@ endif - ifeq (@USE_LIBAMCODEC@,1) - SRCS += AMLCodec.cpp - SRCS += DVDVideoCodecAmlogic.cpp --INCLUDES += -I$(prefix)/include/amcodec --INCLUDES += -I$(prefix)/include/amplayer - endif - - ifeq (@USE_ANDROID@,1) --- -1.7.10.4 - diff --git a/projects/WeTek_Play/patches/kodi/0103-fix_compiler_badness_when_compiling_with_amcodec.patch b/projects/WeTek_Play/patches/kodi/0103-fix_compiler_badness_when_compiling_with_amcodec.patch deleted file mode 100644 index 9a4becf019..0000000000 --- a/projects/WeTek_Play/patches/kodi/0103-fix_compiler_badness_when_compiling_with_amcodec.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 42e367deff4886e825dc77606c76ee9835d6ee9e Mon Sep 17 00:00:00 2001 -From: Stefan Saraev -Date: Sat, 7 Nov 2015 16:24:58 +0200 -Subject: [PATCH] [wetek] fix compiler badness when compiling with amcodec - ---- - xbmc/cores/VideoPlayer/DVDCodecs/Video/Makefile.in | 2 -- - 1 file changed, 2 deletions(-) - -diff --git a/xbmc/cores/VideoPlayer/DVDCodecs/Video/Makefile.in b/xbmc/cores/VideoPlayer/DVDCodecs/Video/Makefile.in -index 7880c06..bd083b7 100644 ---- a/xbmc/cores/VideoPlayer/DVDCodecs/Video/Makefile.in -+++ b/xbmc/cores/VideoPlayer/DVDCodecs/Video/Makefile.in -@@ -25,8 +25,6 @@ endif - ifeq (@USE_LIBAMCODEC@,1) - SRCS += AMLCodec.cpp - SRCS += DVDVideoCodecAmlogic.cpp --INCLUDES += -I$(prefix)/include/amcodec --INCLUDES += -I$(prefix)/include/amplayer - endif - - ifeq (@USE_ANDROID@,1)