Browse Source

compilation script: use our own upnpx fork instead of the official download since development was discontinued

Felix Paul Kühne 11 years ago
parent
commit
74bff8f59a
1 changed files with 3 additions and 10 deletions
  1. 3 10
      compileVLCforiOS.sh

+ 3 - 10
compileVLCforiOS.sh

@@ -170,16 +170,9 @@ else
 cd GHSidebarNav && git pull --rebase && cd ..
 cd GHSidebarNav && git pull --rebase && cd ..
 fi
 fi
 if ! [ -e upnpx ]; then
 if ! [ -e upnpx ]; then
-rm -f tar xf upnpx-*
-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
-cd upnpx
-for file in ../../patches/upnpx/*; do
-patch -p1 < ../../patches/upnpx/"$file"
-done
-cd ..
+git clone git://github.com/fkuehne/upnpx.git
+else
+cd upnpx && git pull --rebase && cd ..
 fi
 fi
 if ! [ -e WhiteRaccoon ]; then
 if ! [ -e WhiteRaccoon ]; then
 git clone git://github.com/fkuehne/WhiteRaccoon.git
 git clone git://github.com/fkuehne/WhiteRaccoon.git