Hi, 

Before commit it and push, I'd like have clearance, that is not
breaking any legal police of Fedora . 

We have mlt in Fedora repos and mlt-freeworld but it is complex debug
it, so I'd like have one rpm spec file with some conditional macros and
where is possible build the complete package and but just build the
legal part on Fedora [1] , do you see any legal problem ? 

Thanks and happy new year ! 

[1]
diff --git a/mlt.spec b/mlt.spec
index 9562287..e077bca 100644
--- a/mlt.spec
+++ b/mlt.spec
@@ -1,5 +1,6 @@
 %bcond_without ruby
 %bcond_without php
+%bcond_with    freeworld
 
 
 #globals for https://github.com/mltframework/mlt/commit/ea973eb65c8ca7
9a859028a9e008360836ca4941
@@ -48,6 +49,11 @@ BuildRequires:  pulseaudio-libs-devel
 BuildRequires:  alsa-lib-devel
 BuildRequires:  movit-devel
 BuildRequires:  vid.stab-devel
+%if %{with freeworld}
+BuildRequires:  ffmpeg-devel
+BuildRequires:  libquicktime-devel
+BuildRequires:  xine-lib-devel
+%endif
 
 %if %{with ruby}
 BuildRequires:  ruby-devel ruby
-- 
Sérgio M. B.
_______________________________________________
legal mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to