[packages/kodi/dev-18-leia: 1/4] up to 18.0a1-Leia

glen glen at pld-linux.org
Sun Jul 22 11:54:05 CEST 2018


commit 2d334bbbfa1a9baa720898a8a6df3690294a9611
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Sun Apr 1 23:15:55 2018 +0300

    up to 18.0a1-Leia

 disable-static.patch | 11 ++++++-----
 kodi.spec            | 13 +++++++------
 2 files changed, 13 insertions(+), 11 deletions(-)
---
diff --git a/kodi.spec b/kodi.spec
index 2e41897..717e432 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -52,16 +52,17 @@
 %bcond_without	system_ffmpeg	# build with system ffmpeg
 %bcond_with	system_dvdread	# build with system dvdread
 
-%define	codename Krypton
+%define	codename Leia
+%define	subver	a1
 Summary:	Kodi is a free and open source media-player and entertainment hub
 Name:		kodi
-Version:	17.6
-Release:	1
+Version:	18.0
+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:	a64c2fc56ddc41b9b0dded55eaabf170
+Source0:	https://github.com/xbmc/xbmc/archive/%{version}%{subver}-%{codename}.tar.gz
+# Source0-md5:	c1ae435c2d674262cee9a06791ba94bc
 Patch0:		jpeglib-boolean.patch
 Patch1:		disable-static.patch
 Patch2:		dvdread.patch
@@ -183,7 +184,7 @@ and view most videos, music, such as podcasts from the internet, and
 all common digital media files from local and network storage media.
 
 %prep
-%setup -q -n xbmc-%{version}-%{codename}
+%setup -q -n xbmc-%{version}%{?subver}-%{codename}
 #%patch0 -p1
 %patch1 -p1
 %{?with_system_dvdread:%patch2 -p1}
diff --git a/disable-static.patch b/disable-static.patch
index cb2e808..5932634 100644
--- a/disable-static.patch
+++ b/disable-static.patch
@@ -1,12 +1,13 @@
---- 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 @@
+--- xbmc-18.0a1-Leia/tools/depends/native/TexturePacker/Makefile~	2018-03-04 11:21:28.000000000 +0200
++++ xbmc-18.0a1-Leia/tools/depends/native/TexturePacker/Makefile	2018-04-01 16:45:56.499884518 +0300
+@@ -10,19 +10,11 @@
  
  ifeq ($(NATIVEPLATFORM),)
    PLATFORM = native
 -  EXTRA_CONFIGURE = --enable-static
  else
    PLATFORM = $(NATIVEPLATFORM)
+   DEPS += ../../Makefile.include
  endif
  
 -ifeq ($(NATIVE_OS), linux)
@@ -16,6 +17,6 @@
 -  EXTRA_CONFIGURE = --enable-static
 -endif
 -
- ifeq ($(CORE_SOURCE_DIR),)
-   CORE_SOURCE_DIR = $(ROOT_DIR)/../../../..
+ ifeq ($(CMAKE_SOURCE_DIR),)
+   CMAKE_SOURCE_DIR = $(ROOT_DIR)/../../../..
  endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kodi.git/commitdiff/feda2953d8bfd1e51799b8de8aa8e16c518f40f8



More information about the pld-cvs-commit mailing list