|
|
|
@ -116,7 +116,7 @@ install:
@@ -116,7 +116,7 @@ install:
|
|
|
|
|
# osx dependencies: qt, gstreamer, gstreamer-devel |
|
|
|
|
- if [ "${SPEC}" = "macx-clang" ]; then |
|
|
|
|
wget https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/Qt5.7.1-mac-clang-min.tar.bz2 && |
|
|
|
|
tar jxf Qt5.8.0-mac-clang-min.tar.bz2 -C /tmp && |
|
|
|
|
tar jxf Qt5.7.1-mac-clang-min.tar.bz2 -C /tmp && |
|
|
|
|
wget https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/gstreamer-1.0-1.5.2-x86_64.pkg && |
|
|
|
|
sudo installer -verboseR -pkg gstreamer-1.0-1.5.2-x86_64.pkg -target / && |
|
|
|
|
wget https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/gstreamer-1.0-devel-1.5.2-x86_64.pkg && |
|
|
|
|