浏览代码

Fetch and build upnpx

Felix Paul Kühne 12 年之前
父节点
当前提交
75ca9304d0
共有 2 个文件被更改,包括 15 次插入0 次删除
  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 />
 &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 />
 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 />
 <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 />
 &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 />
 Copyright &copy; 2006-2013 Grigori Goronzy and contributors - <a href="#isc">ISC License</a><br />
 <br />
 <br />

+ 12 - 0
buildAspenProject.sh

@@ -146,6 +146,12 @@ fi
 if ! [ -e GHSidebarNav ]; then
 if ! [ -e GHSidebarNav ]; then
 git clone git://github.com/gresrun/GHSidebarNav.git
 git clone git://github.com/gresrun/GHSidebarNav.git
 fi
 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
 if ! [ -e AQGridView ]; then
 git clone git://github.com/AlanQuatermain/AQGridView.git
 git clone git://github.com/AlanQuatermain/AQGridView.git
 cd AQGridView
 cd AQGridView
@@ -197,6 +203,7 @@ else
 fi
 fi
 framework_build="${aspen_root_dir}/ImportedSources/VLCKit/${xcbuilddir}"
 framework_build="${aspen_root_dir}/ImportedSources/VLCKit/${xcbuilddir}"
 mlkit_build="${aspen_root_dir}/ImportedSources/MediaLibraryKit/${xcbuilddir}"
 mlkit_build="${aspen_root_dir}/ImportedSources/MediaLibraryKit/${xcbuilddir}"
+upnpx_build="${aspen_root_dir}/ImportedSources/upnpx/projects/xcode4/upnpx/${xcbuilddir}"
 
 
 spushd MediaLibraryKit
 spushd MediaLibraryKit
 rm -f External/MobileVLCKit
 rm -f External/MobileVLCKit
@@ -207,6 +214,7 @@ spopd #ImportedSources
 
 
 ln -sf ${framework_build} External/MobileVLCKit
 ln -sf ${framework_build} External/MobileVLCKit
 ln -sf ${mlkit_build} External/MediaLibraryKit
 ln -sf ${mlkit_build} External/MediaLibraryKit
+ln -sf ${upnpx_build} External/upnpx
 
 
 #
 #
 # Build time
 # Build time
@@ -240,6 +248,10 @@ spushd MediaLibraryKit
 buildxcodeproj MediaLibraryKit
 buildxcodeproj MediaLibraryKit
 spopd
 spopd
 
 
+spushd upnpx/projects/xcode4/upnpx
+buildxcodeproj upnpx
+spopd
+
 spopd # ImportedSources
 spopd # ImportedSources