Tim-Philipp Müller
10d9e18f02
Remove autotools build system
2019-10-13 16:10:42 +01:00
Michael Gruner
23c1a81503
gst-uninstalled: include prefix in the plugins path
2018-12-17 17:13:18 +00:00
Haihao Xiang
e261c9534d
Clone the code from gitlab
...
This fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/326
2018-11-05 12:29:45 +08:00
Aleix Conchillo Flaqué
a9370319b6
gst-uninstalled: add libnice to LD_LIBRARY_PATH
...
https://bugzilla.gnome.org/show_bug.cgi?id=797269
2018-10-12 00:29:30 +01:00
Tim-Philipp Müller
d06895ce5d
scripts: create-uninstalled-setup: remove dead wiki link, mention gst-build
...
https://bugzilla.gnome.org/show_bug.cgi?id=795734
2018-05-05 12:16:07 +02:00
luz.paz
4a402c1c7d
Fix typos in comments and docs
...
Found via `codespell`
https://bugzilla.gnome.org/show_bug.cgi?id=795610
2018-05-01 11:18:03 +01:00
Matthew Waters
d9ed750fbd
gst-uninstalled: add webrtc to libraries
2018-02-01 23:27:47 +11:00
Tim-Philipp Müller
07d3f58fcd
gst-uninstalled: update for gl lib move from bad to base
2017-12-19 12:02:47 +00:00
Vivia Nikolaidou
0c614a0bd3
git-update: Also build $EXTRA_MODULES
...
Doing a git pull but not autogen.sh / make is not consistent behaviour.
https://bugzilla.gnome.org/show_bug.cgi?id=787981
2017-09-22 14:17:08 +03:00
Nicola Murino
46e8be110d
gst-uninstalled: add opencv to bad libs
...
https://bugzilla.gnome.org/show_bug.cgi?id=781889
2017-04-28 12:20:19 +01:00
Edward Hervey
68b6ff27eb
gst-uninstalled: Default to python3
...
It's 2016, unless you've specified a different version of python,
we'll default to python3
2016-12-29 17:04:04 +01:00
Hanno Boeck
950f68c8fe
scripts: create-uninstalled-setup: use https protocol to clone repos
...
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-26 11:12:05 +00:00
Stefan Sauer
06ce912ba6
scripts/gst-plot-traces.sh: make log parsing a bit more solid
...
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-14 21:18:53 +01:00
Nicola Murino
ca3b05b96d
gst-uninstalled: add GIO_EXTRA_MODULES
...
In case glib is installed into local prefix dir.
https://bugzilla.gnome.org/show_bug.cgi?id=748626
2016-11-12 17:27:18 +00:00
Stefan Sauer
06d2c6989d
gst-plot-traces.sh: add a script to plot gst-tracer graphs
...
The script extracts cpu-usage data from a tracelog and plots it via gnuplot.
2016-06-16 15:53:52 +02:00
Danilo Cesar Lemes de Paula
603b8188bb
scripts: make git-update.sh build with all cores available
...
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 299605dfe2
.
https://bugzilla.gnome.org/show_bug.cgi?id=766666
2016-05-20 11:57:25 +01:00
Tim-Philipp Müller
6b1e5cdd12
scripts: check for git in create-uninstalled-setup.sh as well
2016-02-20 10:07:56 +00:00
Tim-Philipp Müller
7ae052e3eb
gst-uninstalled: add new -bad libraries audio, player and wayland to paths
...
And remove egl which no longer exists.
2016-02-13 10:04:42 +00:00
Tim-Philipp Müller
961ee1910e
gst-uninstalled: add new rtsp server plugin location to plugins path
2016-02-01 18:41:55 +00:00
Thibault Saunier
ca08af1f17
preset: Add a GST_PRESET_PATH env variable for presets to be usable uninstalled
...
And start setting the various uninstalled presets paths.
2015-11-06 12:26:35 +01:00
Vivia Nikolaidou
8fc4794bcc
gst-uninstalled: Added env var for uninstalled PTP helper
...
https://bugzilla.gnome.org/show_bug.cgi?id=755651
2015-10-23 15:44:21 +03:00
Luis de Bethencourt
7c58eefb77
gstreamer-uninstalled: add path for OpenCV haar cascade files
...
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-09-29 16:56:29 +01:00
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