[packages/kodi/dev-18-leia] convert configure to cmake bconds
    glen 
    glen at pld-linux.org
       
    Mon Sep 10 22:04:03 CEST 2018
    
    
  
commit 96ce92fcb674562f62d587d167758bee8dd03a6f
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Thu Aug 2 18:33:00 2018 +0300
    convert configure to cmake bconds
 kodi.spec | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/kodi.spec b/kodi.spec
index 8ad08b8..925bc38 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -222,6 +222,10 @@ cd build
 	-DENABLE_INTERNAL_LIBDVD=OFF \
 	-DENABLE_INTERNAL_CROSSGUID=OFF \
 	-DENABLE_DVDCSS=%{__true_false dvdcss} \
+	-DENABLE_UPNP=%{__true_false upnp} \
+	-DENABLE_AIRTUNES=%{__true_false airtunes} \
+	-DENABLE_OPTICAL=%{__true_false optical_drive} \
+	-DENABLE_INTERNAL_FFMPEG=%{!?with_system_ffmpeg:ON}%{?with_system_ffmpeg:OFF} \
 	..
 %if 0
 %configure \
@@ -232,7 +236,6 @@ cd build
 	--with-ffmpeg=%{!?with_system_ffmpeg:force}%{?with_system_ffmpeg:shared} \
 	%{__enable_disable afpclient} \
 	%{__enable_disable airplay} \
-	%{__enable_disable airtunes} \
 	%{__enable_disable alsa} \
 	%{__enable_disable asap_codec asap-codec} \
 	%{__enable_disable avahi} \
@@ -252,7 +255,6 @@ cd build
 	%{__enable_disable nfs} \
 	%{__enable_disable non_free non-free} \
 	%{__enable_disable openmax} \
-	%{__enable_disable optical_drive optical-drive} \
 	%{__enable_disable profiling} \
 	%{__enable_disable pulse} \
 	%{__enable_disable rtmp} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kodi.git/commitdiff/96ce92fcb674562f62d587d167758bee8dd03a6f
    
    
More information about the pld-cvs-commit
mailing list