Explorar el Código

Fetch and build upnpx

Felix Paul Kühne hace 12 años
padre
commit
75ca9304d0
Se han modificado 2 ficheros con 15 adiciones y 0 borrados
  1. 3 0
      Resources/About Contents.html
  2. 12 0
      buildAspenProject.sh

+ 3 - 0
Resources/About Contents.html

@@ -70,6 +70,9 @@ Copyright &copy; 2012, Denis Hennessy (Peer Assembly) - <a href="#bsd3clause">3-
 &nbsp;&nbsp;&nbsp;&nbsp;<a href="https://github.com/adobe/source-code-pro">Source Code Pro</a><br />
 Copyright 2010, 2012 Adobe Systems Incorporated, with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries. - <a href="#silopenfont">SIL Open Font License, Version 1.1</a>.<br />
 <br />
+&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://code.google.com/p/upnpx/">upnpx</a><br />
+Copyright &copy; 2011-2012 Bruno Keymolen, Jonathan Guan, Mujtaba Hassanpur - <a href="#bsd3clause">3-clause BSD License</a><br />
+<br />
 &nbsp;&nbsp;&nbsp;&nbsp;<a href="http://code.google.com/p/libass/">libass</a><br />
 Copyright &copy; 2006-2013 Grigori Goronzy and contributors - <a href="#isc">ISC License</a><br />
 <br />

+ 12 - 0
buildAspenProject.sh

@@ -146,6 +146,12 @@ fi
 if ! [ -e GHSidebarNav ]; then
 git clone git://github.com/gresrun/GHSidebarNav.git
 fi
+if ! [ -e upnpx ]; then
+UPNPXVERSION=1.2.4
+curl -O http://upnpx.googlecode.com/files/upnpx-${UPNPXVERSION}.tar.gz
+tar xf upnpx-${UPNPXVERSION}.tar.gz
+mv upnpx-${UPNPXVERSION} upnpx
+fi
 if ! [ -e AQGridView ]; then
 git clone git://github.com/AlanQuatermain/AQGridView.git
 cd AQGridView
@@ -197,6 +203,7 @@ else
 fi
 framework_build="${aspen_root_dir}/ImportedSources/VLCKit/${xcbuilddir}"
 mlkit_build="${aspen_root_dir}/ImportedSources/MediaLibraryKit/${xcbuilddir}"
+upnpx_build="${aspen_root_dir}/ImportedSources/upnpx/projects/xcode4/upnpx/${xcbuilddir}"
 
 spushd MediaLibraryKit
 rm -f External/MobileVLCKit
@@ -207,6 +214,7 @@ spopd #ImportedSources
 
 ln -sf ${framework_build} External/MobileVLCKit
 ln -sf ${mlkit_build} External/MediaLibraryKit
+ln -sf ${upnpx_build} External/upnpx
 
 #
 # Build time
@@ -240,6 +248,10 @@ spushd MediaLibraryKit
 buildxcodeproj MediaLibraryKit
 spopd
 
+spushd upnpx/projects/xcode4/upnpx
+buildxcodeproj upnpx
+spopd
+
 spopd # ImportedSources