summaryrefslogtreecommitdiffstats
path: root/multimedia/kodi/patches
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2015-08-24 18:47:07 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-08-25 05:21:14 +0700
commit015219414ab569a21ede4718a6c81f9b82171c65 (patch)
tree3e511747a09ee2cd50300e11b3c7e8228cc54772 /multimedia/kodi/patches
parent7f80ec7f8c296153bc8691c7422823e2247e136b (diff)
downloadslackbuilds-015219414ab569a21ede4718a6c81f9b82171c65.tar.gz
slackbuilds-015219414ab569a21ede4718a6c81f9b82171c65.tar.xz
multimedia/kodi: Updated for version 15.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/kodi/patches')
-rw-r--r--multimedia/kodi/patches/kodi-texturepacker.patch17
-rw-r--r--multimedia/kodi/patches/sse2.patch12
-rw-r--r--multimedia/kodi/patches/xbmc-15.0-dvdread.patch (renamed from multimedia/kodi/patches/xbmc-13.0-dvdread.patch)4
3 files changed, 19 insertions, 14 deletions
diff --git a/multimedia/kodi/patches/kodi-texturepacker.patch b/multimedia/kodi/patches/kodi-texturepacker.patch
new file mode 100644
index 0000000000..fe3dcdcf7a
--- /dev/null
+++ b/multimedia/kodi/patches/kodi-texturepacker.patch
@@ -0,0 +1,17 @@
+--- tools/depends/native/TexturePacker/Makefile.old 2015-03-17 22:29:18.880029509 +0100
++++ tools/depends/native/TexturePacker/Makefile 2015-03-17 22:29:41.459671679 +0100
+@@ -9,14 +9,10 @@
+
+ ifeq ($(NATIVEPLATFORM),)
+ PLATFORM = native
+- EXTRA_CONFIGURE = --enable-static
+ else
+ PLATFORM = $(NATIVEPLATFORM)
+ endif
+
+-ifeq ($(NATIVE_OS), linux)
+- EXTRA_CONFIGURE = --enable-static
+-endif
+ ifeq ($(NATIVE_OS), android)
+ EXTRA_CONFIGURE = --enable-static
+ endif
diff --git a/multimedia/kodi/patches/sse2.patch b/multimedia/kodi/patches/sse2.patch
deleted file mode 100644
index d9b730ed2f..0000000000
--- a/multimedia/kodi/patches/sse2.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur Git-xbmc.orig/lib/libsquish/config Git-xbmc/lib/libsquish/config
---- Git-xbmc.orig/lib/libsquish/config 2012-11-18 14:14:35.000000000 +0000
-+++ Git-xbmc/lib/libsquish/config 2012-12-07 02:54:22.864062271 +0000
-@@ -4,7 +4,7 @@
- USE_ALTIVEC ?= 0
-
- # define to 1 to use SSE2 instructions
--USE_SSE ?= 0
-+USE_SSE ?= 1
-
- # default flags
- CXXFLAGS ?= -O2
diff --git a/multimedia/kodi/patches/xbmc-13.0-dvdread.patch b/multimedia/kodi/patches/xbmc-15.0-dvdread.patch
index d694a95cae..1387245c77 100644
--- a/multimedia/kodi/patches/xbmc-13.0-dvdread.patch
+++ b/multimedia/kodi/patches/xbmc-15.0-dvdread.patch
@@ -36,8 +36,8 @@ index 8bc4795..1fc31a4 100644
-@rm -rf $(@D)/autom4te.cache
diff --git a/configure.in b/configure.in
index beb8aac..343292e 100644
---- a/configure.in
-+++ b/configure.in
+--- a/configure.ac
++++ b/configure.ac
@@ -2860,27 +2860,9 @@
--with-pic
], [$SKIP_CONFIG_DVDCSS])