Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
719c3961
Commit
719c3961
authored
Jun 11, 2020
by
Don Gagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parent
d430df77
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
QGCPostLinkInstaller.pri
QGCPostLinkInstaller.pri
+1
-1
prepare_gstreamer_framework.sh
tools/prepare_gstreamer_framework.sh
+1
-1
No files found.
QGCPostLinkInstaller.pri
View file @
719c3961
...
...
@@ -14,7 +14,7 @@ installer {
MacBuild {
QMAKE_POST_LINK += && mkdir -p staging
QMAKE_POST_LINK += &&
cp -r $${TARGET}.app staging # fixme rsync instead
QMAKE_POST_LINK += &&
rsync -a --delete $${TARGET}.app staging
VideoEnabled {
# Install the gstreamer framework
...
...
tools/prepare_gstreamer_framework.sh
View file @
719c3961
...
...
@@ -75,7 +75,7 @@ echo "GST Installer: Copying $GST_SOURCE to $BUNDLE_TARGET/Contents/Frameworks/"
rsync
-a
--delete
$GST_SOURCE
$BUNDLE_TARGET
/Contents/Frameworks/
||
die
"Error copying framework into app bundle"
#-- The plugin scanner needs to find the GStreamer libraries
GSTINBUNDLE
=
$BUNDLE_TARGET
/Contents/Frameworks/GStreamer.framework/Versions/
$GST_VER
pushd
$GSTINBUNDLE
/libexec
&&
ln
-sf
../../../../Frameworks
.
&&
popd
||
die
"Error creating Frameworks symlink in
$GST_TARGET
/libexec"
pushd
$GSTINBUNDLE
/libexec
&&
ln
-sf
../../../../
../
Frameworks
.
&&
popd
||
die
"Error creating Frameworks symlink in
$GST_TARGET
/libexec"
#-- Fix main binary
install_name_tool
-change
/Library/Frameworks/GStreamer.framework/Versions/1.0/lib/GStreamer @executable_path/../Frameworks/GStreamer.framework/Versions/1.0/lib/GStreamer
"
$QGC_BINARY
"
>
/dev/null
||
die
"Error relocating
$QGC_BINARY
"
pushd
$GSTINBUNDLE
&&
install_name_tool
-id
@executable_path/../Frameworks/GStreamer.framework/Versions/1.0/lib/GStreamer GStreamer
&&
popd
||
die
"Error relocating GStreamer"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment