]> git.pld-linux.org Git - packages/kodi.git/commitdiff
up to 18.0a1-Leia
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 1 Apr 2018 20:15:55 +0000 (23:15 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 2 Apr 2018 16:26:32 +0000 (19:26 +0300)
disable-static.patch
kodi.spec

index cb2e8084b97118106d6e3da4aa9f10fe00956689..5932634cee0d78355e8ec2f5e896ab713c5a3756 100644 (file)
@@ -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
index 2e41897ee9a9cbaf3a2ab1c201b43209740008a2..717e43243ca75fbe99ef6adca3f87a162bd22e5b 100644 (file)
--- a/kodi.spec
+++ b/kodi.spec
 %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}
This page took 0.158542 seconds and 4 git commands to generate.