Skip to Content.
Sympa Menu

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

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 (fe6f3e04ffaaf02f90d16197c24c5ad5eaea6918)
  • Date: Wed, 28 Dec 2016 00:26:39 +0000

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

video/kodi/DEPENDS | 8 +++++---
video/kodi/HISTORY | 3 +++
2 files changed, 8 insertions(+), 3 deletions(-)

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

 video/kodi: sdl, sdl_image and sdl_mixer are required by stable branch
only

diff --git a/video/kodi/DEPENDS b/video/kodi/DEPENDS
index 5810cc8..2a017ce 100755
--- a/video/kodi/DEPENDS
+++ b/video/kodi/DEPENDS
@@ -31,9 +31,11 @@ depends libpng &&
depends pcre &&
depends lzo &&
depends libcdio &&
-depends sdl &&
-depends sdl_image &&
-depends sdl_mixer &&
+if [[ "${KODI_BRANCH}" == "stable" ]]; then
+ depends sdl &&
+ depends sdl_image &&
+ depends sdl_mixer
+fi &&
depends enca &&
depends jasper &&
depends libxt &&
diff --git a/video/kodi/HISTORY b/video/kodi/HISTORY
index 20daf1f..6480679 100644
--- a/video/kodi/HISTORY
+++ b/video/kodi/HISTORY
@@ -1,3 +1,6 @@
+2016-12-27 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: only stable requires sdl, sdl_image and sdl_mixer
+
2016-12-19 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated release candidate branch to 17.0b7 Krypton




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (fe6f3e04ffaaf02f90d16197c24c5ad5eaea6918), Pavel Vinogradov, 12/27/2016

Archive powered by MHonArc 2.6.24.

Top of Page