summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2018-02-01gst-uninstalled: add webrtc to librariesMatthew Waters1-1/+1
2017-12-19gst-uninstalled: update for gl lib move from bad to baseTim-Philipp Müller1-2/+2
2017-09-22git-update: Also build $EXTRA_MODULESVivia Nikolaidou1-1/+1
Doing a git pull but not autogen.sh / make is not consistent behaviour. https://bugzilla.gnome.org/show_bug.cgi?id=787981
2017-04-28gst-uninstalled: add opencv to bad libsNicola Murino1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=781889
2016-12-29gst-uninstalled: Default to python3Edward Hervey1-1/+1
It's 2016, unless you've specified a different version of python, we'll default to python3
2016-11-26scripts: create-uninstalled-setup: use https protocol to clone reposHanno Boeck1-2/+5
The git:// protocol is problematic from a security perspective, as it provides no authenticity of data. https:// also works better in environments with restricted network connectivity. Also add CLONE_OPTS to do shallow checkouts more easily. https://bugzilla.gnome.org/show_bug.cgi?id=775110
2016-11-14scripts/gst-plot-traces.sh: make log parsing a bit more solidStefan Sauer1-7/+11
Use grep -o to grab the log message only. This makes it work with colored log files too. Prefilter the log to not catch tracer classes. Update the commandline for the script in the docs.
2016-11-12gst-uninstalled: add GIO_EXTRA_MODULESNicola Murino1-0/+1
In case glib is installed into local prefix dir. https://bugzilla.gnome.org/show_bug.cgi?id=748626
2016-06-16gst-plot-traces.sh: add a script to plot gst-tracer graphsStefan Sauer1-0/+83
The script extracts cpu-usage data from a tracelog and plots it via gnuplot.
2016-05-20scripts: make git-update.sh build with all cores availableDanilo Cesar Lemes de Paula1-1/+3
The git-update.sh now builds with all cores available. In case of failure it defaults to 1 The developer can still override this by setting -j to something else in MAKEFLAGS, as stated by 299605dfe2f97fca330161ff01a392e1a85fe422. https://bugzilla.gnome.org/show_bug.cgi?id=766666
2016-02-20scripts: check for git in create-uninstalled-setup.sh as wellTim-Philipp Müller1-1/+3
2016-02-13gst-uninstalled: add new -bad libraries audio, player and wayland to pathsTim-Philipp Müller1-1/+1
And remove egl which no longer exists.
2016-02-01gst-uninstalled: add new rtsp server plugin location to plugins pathTim-Philipp Müller1-0/+1
2015-11-06preset: Add a GST_PRESET_PATH env variable for presets to be usable uninstalledThibault Saunier1-0/+10
And start setting the various uninstalled presets paths.
2015-10-23gst-uninstalled: Added env var for uninstalled PTP helperVivia Nikolaidou1-0/+2
https://bugzilla.gnome.org/show_bug.cgi?id=755651
2015-09-29gstreamer-uninstalled: add path for OpenCV haar cascade filesLuis de Bethencourt1-0/+1
Some OpenCV plugins use haar cascade files that are included in the GStreamer sources. To be able to use these from uninstalled, they need to be found through an environment variable. Adding this environment variable pointing to haar cascade files to gst-uninstalled.
2015-08-20bin: Add NLE to GST_PLUGIN_PATHThibault Saunier1-0/+1
2015-07-06Revert "scripts: Allow passing make flags to git-update.sh"Arun Raghavan1-5/+1
This reverts commit ab5fdd72129ea61e8dff51cdc0afcccac03ebc2b. We can use the MAKEFLAGS environment variable to pass options to make, so avoid adding another mechanism that could be confusing.
2015-07-06scripts: Allow passing make flags to git-update.shArun Raghavan1-1/+5
Mostly adding this for add a -jN as appropriate while building.
2015-06-29scripts: Fix GST_VALIDATE_PLUGIN_PATHThibault Saunier1-1/+1
It moved recently
2015-04-22scripts: create-uninstalled-setup: miscellaneous fixesTim-Philipp Müller1-12/+12
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-20gstreamer-uninstalled: Update path to the GstValidate scenariosThibault Saunier1-1/+1
2015-02-26gst-unsinstalled: Add ges-launch manuals path to MANPATH.Mathieu Duponchelle1-1/+1
2015-02-25gst-uninstalled: add adaptivedemux paths from -badMatthieu Bouron1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=745122
2015-02-13gst-uninstalled: Set GST_VALIDATE_PLUGIN_PATHThibault Saunier1-0/+1
2015-01-20scripts: Remove gnonlin from the scriptsThibault Saunier2-3/+1
It is not maintain anymore and its feature are now inside the GStreamer Editing Services (for the time being).
2014-11-26scripts:uninstalled: Make sur the GES TestManager is registeredThibault Saunier1-0/+1
So that whenever user work with GstValidate they can run GES tests within the gst-uninstalled environment
2014-09-27scripts: add gst-rpicamsrc to gst-uninstalledTim-Philipp Müller1-0/+1
2014-09-24scripts: Handle gst-python in gst-uninstalledThibault Saunier1-2/+4
https://bugzilla.gnome.org/show_bug.cgi?id=709082
2014-07-23scripts: Use git pull --rebaseArun Raghavan1-2/+2
No point introducing redundant merge commits.
2014-07-06gst-uninstalled: add video and base library paths from -badMatthieu Bouron1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=732770
2014-05-01scripts/git-version.sh: add more modulesLuis de Bethencourt1-4/+9
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-04-30scripts/git-version.sh: remove unused variableLuis de Bethencourt1-2/+0
2014-04-30scripts/git-version.sh: fix mistaken commentsLuis de Bethencourt1-3/+1
2014-04-01scripts: gst-uninstalled: gst-plugins-gl libs got merged into -badTim-Philipp Müller1-6/+1
2014-02-21gst-uninstalled: remove insanity and the old gst-openmaxTim-Philipp Müller1-7/+0
2014-02-20gst-uninstalled: Add paths to gst-devtools/validateThibault Saunier1-0/+5
2014-02-17scripts: create-uninstalled-setup: remove dead http linksTim-Philipp Müller1-9/+9
https://bugzilla.gnome.org/show_bug.cgi?id=724561
2014-01-29gst-uninstalled: use print as functionNicola Murino1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=723229
2013-12-29scripts: git-update.sh: fix for non-master branchesPedro Côrte-Real1-2/+2
Pull from tracking branch instead of origin/master, so that this works with e.g. 1.2 as well.
2013-12-26scripts: create-uninstalled-setup: re-use existing master branch if it existsTim-Philipp Müller1-3/+14
When creating separate checkout for non-master branches.
2013-12-16gst-uninstalled: add gstreamer-vaapi pathsMatthieu Bouron1-0/+6
https://bugzilla.gnome.org/show_bug.cgi?id=720337
2013-11-11gst-uninstalled: Also export LD_LIBRARY_PATH for gst-plugins-glSebastian Dröge1-0/+1
2013-11-11gst-uninstalled: export gst-plugins-gl DYLD_LIBRARY_PATHMatthieu Bouron1-0/+2
https://bugzilla.gnome.org/show_bug.cgi?id=711488
2013-09-22gst-uninstalled: Allow specifying the checkout directory by env variableEdward Hervey1-12/+23
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-04tools: move gst-plot-timeline.py into scripts directoryTim-Philipp Müller1-0/+314
So it's not in PATH in an uninstalled setup (thwarting gst-play autocompletion).
2013-07-17gst-uninstalled: Fix gst-plugins-gl in uninstalled setupNicola Murino1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=703499
2013-07-03gst-uninstalled: add new -bad mpegts libTim-Philipp Müller1-1/+1
And remove signalprocessor/video libs from -bad which have gone away or were merged into -base.
2013-06-12gst-uninstalled: add uridownloader lib in -bad to search pathsTim-Philipp Müller1-1/+1
Even if it might not be around for long.
2013-05-30scripts: improve git-update.sh status messageKrzysztof Konopko1-1/+1
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