[packages/kodi] fix with bundled ffmpeg build on builders

glen glen at pld-linux.org
Mon Jan 19 17:45:50 CET 2015


commit 72cf5436ce241fc8ed515a18cd87c1210db4668d
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Jan 19 18:45:36 2015 +0200

    fix with bundled ffmpeg build on builders

 kodi.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kodi.spec b/kodi.spec
index c2b1a7b..2b54933 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -60,7 +60,7 @@ License:	GPL v2+ and GPL v3+
 Group:		Applications/Multimedia
 Source0:	http://mirrors.kodi.tv/releases/source/%{version}-%{codename}.tar.gz
 # Source0-md5:	9717c539789789b8aeaf1dcfdb9f2c69
-Source1:	https://github.com/xbmc/FFmpeg/archive/2.4.4-Helix.tar.gz
+Source1:	https://github.com/xbmc/FFmpeg/archive/2.4.4-%{codename}.tar.gz
 # Source1-md5:	19b5d29ef6b5a6fc202c652fe3905d9b
 Patch0:		jpeglib-boolean.patch
 URL:		http://kodi.tv/
@@ -189,8 +189,8 @@ all common digital media files from local and network storage media.
 %setup -q -n xbmc-%{version}-%{codename}
 %patch0 -p1
 
-%if %{with system_ffmpeg}
-ln -s %{SOURCE1} tools/depends/target/ffmpeg
+%if %{without system_ffmpeg}
+ln -s %{SOURCE1} tools/depends/target/ffmpeg/ffmpeg-2.4.4-%{codename}.tar.gz
 %endif
 
 %build
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list