<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2013/10/18 Sebastian Dröge <span dir="ltr"><<a href="mailto:slomo@coaxion.net" target="_blank">slomo@coaxion.net</a>></span><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">


<div>On Fr, 2013-10-18 at 03:17 -0400, Kyle wrote:<br>
> Hello,<br>
><br>
> I am providing daily Windows 32-bit and 64-bit builds of the GStreamer SDK.<br>
><br>
> The builds can be found here: <<a href="http://gstreamer.zeranoe.com/builds/" target="_blank">http://gstreamer.zeranoe.com/builds/</a>><br>
><br>
> The source code for the builds is the latest from the git master head<br>
> each day. The builds are cross compiled, and the msi installer is<br>
> created from the cross compiled packages. The zip and 7z archives<br>
> contain everything that is cross compiled.<br>
><br>
> I am open to any suggestions about the builds, and hope that they are<br>
> useful.<br>
<br>
</div>Great work :) How do you create MSI installers from the cross-compiled<br>
binaries now? Copy everything over to a Windows system and do it there<br>
then?<br>
<br>
Would you mind sharing your scripts? :)<br></blockquote><div><br></div><div>It's daily builds, so you just have to run at the end of the day a script similar to:<br><br></div><div>cd ~/git/cerbero<br></div><div>./cerbero-uninstalled -c config/cross-win32.cbc wipe --force <br>

./cerbero-uninstalled -c config/cross-win32.cbc wipe package --tarball gstreamer-1.0<br>./cerbero-uninstalled -c config/cross-win64.cbc wipe --force <br>./cerbero-uninstalled -c config/cross-win64.cbc wipe package --tarball gstreamer-1.0<br>

</div><div></div><div>rsync -avCH ~/cebero/dist/windows_x86/ gstreamer@windows.host:/c/gstreamer/1.0/x86/<br>rsync -avCH ~/cebero/dist/windows_x86_86/ gstreamer@windows.host:/c/gstreamer/1.0/x86_84/<br></div><div>ssh gstreamer@windows.host "cd /c/MinGW/msys/1.0/home/gstreamer/gtit/cerbero && ./cerbero-uninstalled -c config/cross-win32.cbc package --skip-deps-build gstreamer-1.0"<br>

ssh gstreamer@windows.host "cd 
/c/MinGW/msys/1.0/home/gstreamer/gtit/cerbero && 
./cerbero-uninstalled -c config/cross-win64.cbc package 
--skip-deps-build gstreamer-1.0"<br></div><div>scp gstreamer@windows.host:/c/MinGW/msys/1.0/usar/gstreamer/git/cerbero/gstreamer-1.0-*.msi .<br><br></div><div>And that would be it :)<br></div><div><br></div><div>Cheers,<br>

</div><div>Andoni<br></div><div><pre style class=""><code><span class=""><br></span></code></pre> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">


<br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Andoni Morales Alastruey<br><br>LongoMatch:The Digital Coach<br><a href="http://www.longomatch.ylatuya.es" target="_blank">http://www.longomatch.ylatuya.es</a>
</div></div>