]> git.pld-linux.org Git - packages/kodi.git/commitdiff
start update to 17.6
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 24 Dec 2017 16:05:59 +0000 (18:05 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 19 Mar 2018 21:31:46 +0000 (23:31 +0200)
disable-static.patch
kodi.spec

index 485ae2dd6513a476c3a4b83c83906da27d9dce01..cb2e8084b97118106d6e3da4aa9f10fe00956689 100644 (file)
@@ -1,5 +1,5 @@
---- xbmc-15.0-Isengard/tools/depends/native/TexturePacker/Makefile~    2015-07-21 20:41:29.000000000 +0200
-+++ xbmc-15.0-Isengard/tools/depends/native/TexturePacker/Makefile     2015-07-30 18:37:38.691977581 +0200
+--- xbmc-17.6-Krypton/tools/depends/native/TexturePacker/Makefile~     2017-11-14 18:55:01.000000000 +0200
++++ xbmc-17.6-Krypton/tools/depends/native/TexturePacker/Makefile      2017-12-24 18:05:39.101238711 +0200
 @@ -9,18 +9,10 @@
  
  ifeq ($(NATIVEPLATFORM),)
@@ -16,6 +16,6 @@
 -  EXTRA_CONFIGURE = --enable-static
 -endif
 -
- ifeq ($(XBMCROOT),)
-   XBMCROOT = $(ROOT_DIR)/../../../..
+ ifeq ($(CORE_SOURCE_DIR),)
+   CORE_SOURCE_DIR = $(ROOT_DIR)/../../../..
  endif
index a0b4a4f8d8aa2e8eab65a40af0b79077823449a9..82bef338deb0a942133d46435284f7c87d67f9ba 100644 (file)
--- a/kodi.spec
+++ b/kodi.spec
 %bcond_without system_ffmpeg   # build with system ffmpeg
 %bcond_without system_dvdread  # build with system dvdread
 
-%define        codename Jarvis
+%define        codename Krypton
 Summary:       Kodi is a free and open source media-player and entertainment hub
 Name:          kodi
-Version:       16.1
-Release:       2
+Version:       17.6
+Release:       0.1
 License:       GPL v2+ and GPL v3+
 Group:         Applications/Multimedia
 #Source0:      http://mirrors.kodi.tv/releases/source/%{version}-%{codename}.tar.gz
 Source0:       https://github.com/xbmc/xbmc/archive/%{version}-%{codename}.tar.gz
-# Source0-md5: 79358ad5f77f42c5498a9412d5a78dd5
+# Source0-md5: a64c2fc56ddc41b9b0dded55eaabf170
 Patch0:                jpeglib-boolean.patch
 Patch1:                disable-static.patch
 Patch2:                dvdread.patch
@@ -192,17 +192,17 @@ all common digital media files from local and network storage media.
 
 %prep
 %setup -q -n xbmc-%{version}-%{codename}
-%patch0 -p1
+#%patch0 -p1
 %patch1 -p1
 %{?with_system_dvdread:%patch2 -p1}
-%patch3 -p1
-%patch4 -p1
+#%patch3 -p1
+#%patch4 -p1
 
-%{__rm} -r lib/cximage-6.0/zlib
+#%{__rm} -r lib/cximage-6.0/zlib
 #%{__rm} -r lib/libhdhomerun
-%{__rm} -r lib/libmpeg2
-%{__rm} -r xbmc/cores/dvdplayer/DVDCodecs/Video/libmpeg2
-%{__rm} -r lib/libbluray
+#%{__rm} -r lib/libmpeg2
+#%{__rm} -r xbmc/cores/dvdplayer/DVDCodecs/Video/libmpeg2
+#%{__rm} -r lib/libbluray
 %{__rm} -r lib/librtmp
 %{__rm} -r lib/win32
 %{?with_system_dvdread:%{__rm} -r lib/libdvd/libdvdread}
This page took 0.041076 seconds and 4 git commands to generate.