Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (02b4c37a47d7fa0ccc4a0df41d3b73591cf75a79)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (02b4c37a47d7fa0ccc4a0df41d3b73591cf75a79)
  • Date: Sat, 21 May 2016 18:01:34 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

video/kodi/DETAILS | 6 +++---
video/kodi/HISTORY | 4 ++++
video/kodi/PRE_BUILD | 8 +++++---
3 files changed, 12 insertions(+), 6 deletions(-)

New commits:
commit 02b4c37a47d7fa0ccc4a0df41d3b73591cf75a79
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

video/kodi: updated release candidate branch to 17.0a1 Krypton

diff --git a/video/kodi/DETAILS b/video/kodi/DETAILS
index 7476840..d6e88da 100755
--- a/video/kodi/DETAILS
+++ b/video/kodi/DETAILS
@@ -1,8 +1,8 @@
SPELL=kodi
if [[ $KODI_BRANCH == rc ]]; then
- VERSION=16.1
-
SOURCE_HASH=sha512:fe7012ea899906d418faa19af5066e5976d092745e91030106ea4f75399ad67a4bb4e4f384605ab7b2d9e24174aab2e243531f31d79ff5ae33564361b25eb073
- CODENAME=Jarvis
+ VERSION=17.0a1
+
SOURCE_HASH=sha512:7ca395a3df4575be68dbacd23c1c0c8b0d3b2eadb9f1a302d5db048591a2c14bfd642129c75c71a327e4fdac5876cb6e117522ff70e1f3765e2e985c5454bbd0
+ CODENAME=Krypton
else
VERSION=16.1

SOURCE_HASH=sha512:fe7012ea899906d418faa19af5066e5976d092745e91030106ea4f75399ad67a4bb4e4f384605ab7b2d9e24174aab2e243531f31d79ff5ae33564361b25eb073
diff --git a/video/kodi/HISTORY b/video/kodi/HISTORY
index 02e4fcf..3c6df54 100644
--- a/video/kodi/HISTORY
+++ b/video/kodi/HISTORY
@@ -1,3 +1,7 @@
+2016-05-21 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: updated release candidate branch to 17.0a1 Krypton
+ * PRE_BUILD: adjusted patches to appropriate branches
+
2016-05-03 Pavel Vinogradov <public AT sourcemage.org>
* PRE_BUILD, 0007-lib-cximage-6.0-fix-compilation-with-gcc6.patch:
added gcc 6 fix
diff --git a/video/kodi/PRE_BUILD b/video/kodi/PRE_BUILD
index 7967cd9..6b1abf4 100755
--- a/video/kodi/PRE_BUILD
+++ b/video/kodi/PRE_BUILD
@@ -1,7 +1,9 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&
patch -Np0 < "$SPELL_DIRECTORY/kodi-15.1-texturepacker.patch" &&
-patch -Np1 <
"$SPELL_DIRECTORY/0001-ffmpeg-Update-AVPixelFormat-and-AV_PIX_FMT_-to-compi.patch"
&&
-# remove this when Kodi 17.0 Krypton is out
-patch -Np1 <
"$SPELL_DIRECTORY/0007-lib-cximage-6.0-fix-compilation-with-gcc6.patch" &&
+if [[ $KODI_BRANCH != rc ]]; then
+ patch -Np1 <
"$SPELL_DIRECTORY/0001-ffmpeg-Update-AVPixelFormat-and-AV_PIX_FMT_-to-compi.patch"
+ # remove this when Kodi 17.0 Krypton is out
+ patch -Np1 <
"$SPELL_DIRECTORY/0007-lib-cximage-6.0-fix-compilation-with-gcc6.patch"
+fi &&
./bootstrap



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (02b4c37a47d7fa0ccc4a0df41d3b73591cf75a79), Pavel Vinogradov, 05/21/2016

Archive powered by MHonArc 2.6.24.

Top of Page