Skip to content

Commit

Permalink
bundle gst-launch and gst-inspect so that we can more easily test pip…
Browse files Browse the repository at this point in the history
…elines

git-svn-id: https://xpra.org/svn/Xpra/trunk@11159 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Nov 9, 2015
1 parent f31ab3e commit d025788
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions osx/Xpra.bundle
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,18 @@
<binary dest="${bundle}/Contents/Helpers/gst-plugin-scanner-1.0">
${prefix}/libexec/gstreamer-1.0/gst-plugin-scanner
</binary>
<binary dest="${bundle}/Contents/Helpers/gst-launch-0.10">
${prefix}/bin/gst-launch-0.10
</binary>
<binary dest="${bundle}/Contents/Helpers/gst-launch-1.0">
${prefix}/bin/gst-launch-1.0
</binary>
<binary dest="${bundle}/Contents/Helpers/gst-inspect-0.10">
${prefix}/bin/gst-inspect-0.10
</binary>
<binary dest="${bundle}/Contents/Helpers/gst-inspect-1.0">
${prefix}/bin/gst-inspect-1.0
</binary>

<data dest="${bundle}/Contents/Resources/">
${project}/dist/Xpra.app/Contents/Resources/
Expand Down

0 comments on commit d025788

Please sign in to comment.