Commit graph

84 commits

Author SHA1 Message Date
Thibault Saunier ef3286e0f5 bin: Add NLE to GST_PLUGIN_PATH 2015-08-20 14:04:08 +02:00
Arun Raghavan 299605dfe2 Revert "scripts: Allow passing make flags to git-update.sh"
This reverts commit ab5fdd7212.

We can use the MAKEFLAGS environment variable to pass options to make,
so avoid adding another mechanism that could be confusing.
2015-07-06 14:35:52 +05:30
Arun Raghavan ab5fdd7212 scripts: Allow passing make flags to git-update.sh
Mostly adding this for add a -jN as appropriate while building.
2015-07-06 11:28:49 +05:30
Thibault Saunier 1a0bd0a07f scripts: Fix GST_VALIDATE_PLUGIN_PATH
It moved recently
2015-06-29 14:25:02 +02:00
Tim-Philipp Müller ef852398a2 scripts: create-uninstalled-setup: miscellaneous fixes
Error out if required build tools (flex, bison, pkg-config)
are not present, instead of printing a message and then
continuing.

Check out submodules when fetching the repositories, so
they're already there and ready later.

Remove some 0.10 cruft.
2015-04-22 10:20:12 +01:00
Thibault Saunier 502ff7e449 gstreamer-uninstalled: Update path to the GstValidate scenarios 2015-04-20 22:10:46 +02:00
Mathieu Duponchelle 09d1e2f603 gst-unsinstalled: Add ges-launch manuals path to MANPATH. 2015-02-26 15:58:00 +01:00
Matthieu Bouron 62de2e7621 gst-uninstalled: add adaptivedemux paths from -bad
https://bugzilla.gnome.org/show_bug.cgi?id=745122
2015-02-25 10:40:48 +00:00
Thibault Saunier a3cb89c487 gst-uninstalled: Set GST_VALIDATE_PLUGIN_PATH 2015-02-13 19:59:46 +01:00
Thibault Saunier 06af4b4302 scripts: Remove gnonlin from the scripts
It is not maintain anymore and its feature are now inside the GStreamer
Editing Services (for the time being).
2015-01-20 09:20:24 +01:00
Thibault Saunier 7cb0786e27 scripts:uninstalled: Make sur the GES TestManager is registered
So that whenever user work with GstValidate they can run GES tests
within the gst-uninstalled environment
2014-11-26 22:54:09 +01:00
Tim-Philipp Müller 9494b69035 scripts: add gst-rpicamsrc to gst-uninstalled 2014-09-27 13:57:42 +01:00
Thibault Saunier f978e9eb56 scripts: Handle gst-python in gst-uninstalled
https://bugzilla.gnome.org/show_bug.cgi?id=709082
2014-09-24 19:18:54 +02:00
Arun Raghavan f6e4ca0d2d scripts: Use git pull --rebase
No point introducing redundant merge commits.
2014-07-23 00:16:24 +05:30
Matthieu Bouron b722d41d44 gst-uninstalled: add video and base library paths from -bad
https://bugzilla.gnome.org/show_bug.cgi?id=732770
2014-07-06 00:18:40 +01:00
Luis de Bethencourt 58a574e523 scripts/git-version.sh: add more modules
Add more git repositories to check (so git-version.sh is consistent with
gst-uninstalled) and display the date of the last commit, which is more valuable
information than the last commit's hash.
2014-05-01 14:52:24 -04:00
Luis de Bethencourt 9f9503ca0e scripts/git-version.sh: remove unused variable 2014-04-30 18:20:28 -04:00
Luis de Bethencourt 041008481b scripts/git-version.sh: fix mistaken comments 2014-04-30 10:51:13 -04:00
Tim-Philipp Müller 57d24d017c scripts: gst-uninstalled: gst-plugins-gl libs got merged into -bad 2014-04-01 15:35:24 +01:00
Tim-Philipp Müller f97f70d50a gst-uninstalled: remove insanity and the old gst-openmax 2014-02-21 09:03:50 +00:00
Thibault Saunier 2828018aa2 gst-uninstalled: Add paths to gst-devtools/validate 2014-02-20 18:51:09 +01:00
Tim-Philipp Müller 383ffd13f8 scripts: create-uninstalled-setup: remove dead http links
https://bugzilla.gnome.org/show_bug.cgi?id=724561
2014-02-17 17:29:06 +00:00
Nicola Murino 826a4e3535 gst-uninstalled: use print as function
https://bugzilla.gnome.org/show_bug.cgi?id=723229
2014-01-29 20:22:27 +01:00
Pedro Côrte-Real e5067fd9aa scripts: git-update.sh: fix for non-master branches
Pull from tracking branch instead of origin/master, so
that this works with e.g. 1.2 as well.
2013-12-29 14:09:24 +00:00
Tim-Philipp Müller d2e5953643 scripts: create-uninstalled-setup: re-use existing master branch if it exists
When creating separate checkout for non-master branches.
2013-12-26 12:17:06 +00:00
Matthieu Bouron f7da59dd9f gst-uninstalled: add gstreamer-vaapi paths
https://bugzilla.gnome.org/show_bug.cgi?id=720337
2013-12-16 13:12:34 +01:00
Sebastian Dröge 4813000b4d gst-uninstalled: Also export LD_LIBRARY_PATH for gst-plugins-gl 2013-11-11 16:50:42 +01:00
Matthieu Bouron 49b23058b7 gst-uninstalled: export gst-plugins-gl DYLD_LIBRARY_PATH
https://bugzilla.gnome.org/show_bug.cgi?id=711488
2013-11-11 16:50:42 +01:00
Edward Hervey 3e4b4eb59b gst-uninstalled: Allow specifying the checkout directory by env variable
For some rare cases, one might not be able to use the hardcoded $HOME/gst
location yet would still want to use the gst-uninstalled script as-is (which
has the benefit of being constantly updated).

For these cases, the checkout directory can be specified with the
GST_UNINSTALLED_ROOT environment variable.

Ex:
export GST_UNINSTALLED_ROOT=$HOME/somewhere/with/checkouts

And then just call gst-uninstalled directly:
$GST_UNINSTALLED_ROOT/gstreamer/gst-uninstalled
2013-09-22 15:44:55 +02:00
Tim-Philipp Müller 954776ab38 tools: move gst-plot-timeline.py into scripts directory
So it's not in PATH in an uninstalled setup (thwarting
gst-play autocompletion).
2013-09-04 10:43:16 +01:00
Nicola Murino 2282678866 gst-uninstalled: Fix gst-plugins-gl in uninstalled setup
https://bugzilla.gnome.org/show_bug.cgi?id=703499
2013-07-17 11:07:36 +02:00
Tim-Philipp Müller 4fbd6b6aad gst-uninstalled: add new -bad mpegts lib
And remove signalprocessor/video libs from -bad which have gone
away or were merged into -base.
2013-07-03 09:27:13 +01:00
Tim-Philipp Müller a2b8167b87 gst-uninstalled: add uridownloader lib in -bad to search paths
Even if it might not be around for long.
2013-06-12 09:45:56 +01:00
Krzysztof Konopko 527423fcd9 scripts: improve git-update.sh status message
By default when the script is about to exit (normally or due to an error),
it checks whether $ERROR_LOG file exists.  If the log file exists, the
script prints a "Failures: " message prefix and dumps the log file to the
output.

Apparently the log file is always created and if the update/build is
successful, the script finishes with a bit misleading "Failures: " message.

An improvement provided with this change lets the log file to be created as
needed, i.e. if there's an error message to be printed.  If the file
doesn't exists, the script prints a "Update done" message which clearly
indicates success.

https://bugzilla.gnome.org/show_bug.cgi?id=701177
2013-05-30 23:34:40 +01:00
Tim-Philipp Müller c1291e3b98 scripts: add some more modules to git-update.sh
https://bugzilla.gnome.org/show_bug.cgi?id=697058
2013-04-02 23:18:42 +01:00
Tim-Philipp Müller d52331cfd8 gst-uninstalled: add uninstalled orc/orc-test/.libs to library paths
This is needed by the unit tests in gst-plugins-base, -good etc.

Spotted by Alex Kaye.

https://bugzilla.gnome.org/show_bug.cgi?id=697093
2013-04-02 23:04:51 +01:00
Tim-Philipp Müller c4138f6c5b gst-uninstalled: remove ffmpeg libs from dynamic linker paths
We link those libs into the plugin statically, or use external
system libs, but never the internal snapshot dynamically.
2013-03-16 12:06:27 +00:00
Tim-Philipp Müller 57ff83b61e gst-uninstalled: add gst-editing-serves to GI_TYPELIB_PATH
So pygi can find it.

https://bugzilla.gnome.org/show_bug.cgi?id=695937
2013-03-16 12:00:55 +00:00
Sebastian Dröge 814bdde113 gst-uninstalled: Add all the base/bad libraries and remove obsolete ones 2013-03-05 11:31:02 +01:00
Tim-Philipp Müller 6580017510 gst-uninstalled: add gst-libav to pkg-config path 2013-02-28 19:40:32 +00:00
Sebastian Dröge 15a3a5954f gst-uninstalled: Add ORC 2013-02-21 10:18:39 +01:00
Tim-Philipp Müller 125eb6886e scripts: add new -base allocators library to gst-uninstalled search paths 2013-02-19 12:42:32 +00:00
Thijs Vermeir b80304d64c scripts: fix location of repository with ssh 2012-12-22 16:53:47 +01:00
Luis de Bethencourt 3cf0a25e64 add gst-editing-services to PKG_CONFIG_PATH 2012-11-26 18:16:52 -05:00
Tim-Philipp Müller 666c8c11c6 Fix FSF address
https://bugzilla.gnome.org/show_bug.cgi?id=687520
2012-11-03 20:44:48 +00:00
Tim-Philipp Müller 2616e70a8b scripts: update for gst-ffmpeg -> gst-libav
Now that we have a gst-libav git repository (symlinked to gst-ffmpeg).
2012-09-11 16:42:58 +01:00
Tim-Philipp Müller 283c117468 scripts: fix unterminated quoted string in create-uninstalled-setup.sh 2012-08-12 15:48:20 +01:00
Tim-Philipp Müller 28f041126a scripts: create-uninstalled-setup.sh: check for basic build tools and deps
.. before checking out stuff.
2012-07-28 09:16:05 +01:00
Tim-Philipp Müller 903bd7813d gst-uninstalled: fix gst-ffmpeg plugin path again 2012-07-12 13:17:51 +01:00
Tim-Philipp Müller b063040c72 gst-uninstalled: add clutter-gst and refine plugin search paths 2012-07-12 12:09:13 +01:00