summaryrefslogtreecommitdiff
path: root/gst-env.py
AgeCommit message (Expand)AuthorFilesLines
2023-11-11launcher: Fix ambigious python stringsJordan Petridis1-1/+1
2023-07-16gst-omx: Retire the whole packageOlivier Crête1-4/+0
2023-04-07ptp-helper: Rewrite in Rust for portability and securitySebastian Dröge1-1/+1
2023-01-30gst-env: Handle installing python modules to dist-packagesThibault Saunier1-1/+6
2023-01-25gst-env.py: Output a setting for the prompt with --only-environmentNirbheek Chauhan1-2/+7
2023-01-25gst-env.py: Output DYLD_LIBRARY_PATH with --only-environment on macOSNirbheek Chauhan1-1/+5
2022-11-04gst-env: import exit from sysStéphane Cerveau1-0/+1
2022-06-15gst-env.py: drop 'gst-' prefix from branch name in promptTim-Philipp Müller1-6/+6
2022-06-03gst-env: Add support for PowerShell 7Seungha Yang1-3/+2
2022-05-15gst-env: spawn a shell to execute commands on windowsJordan Petridis1-9/+17
2022-03-01Allow running gst-uninstalled when GStreamer is a subprojectSebastian Fricke1-4/+10
2022-03-01Revert "Allow running gst-uninstalled when gst-build is a subproject"Sebastian Fricke1-13/+1
2022-03-01gst-env: Improve coding style and cleanupSebastian Fricke1-22/+30
2022-01-12gst-env: extend PATH to include plugin scanner and generatorMark Nauwelaerts1-0/+4
2021-11-18env: Fix deprecations from python 3.10Thibault Saunier1-3/+12
2021-10-15python: Fix using overrides when not building PyGObjectThibault Saunier1-1/+12
2021-10-12gst-env: Ignore SIGINT when running on the CI serverThibault Saunier1-0/+4
2021-10-05ci: Fix gst-indent pathXavier Claessens1-1/+1
2021-09-30core: remove outdated mention to gst-buildStéphane Cerveau1-2/+2
2021-09-24Cleanup root directory from misc filesThibault Saunier1-2/+3
2021-08-28gst-env: Don't set DYLD_LIBRARY_PATH on macOSNirbheek Chauhan1-1/+4
2021-08-27Allow running gst-uninstalled when gst-build is a subprojectOlivier Crete1-1/+13
2021-04-30devenv: Add webrtc testsuite to pathsOlivier Crête1-4/+13
2021-04-29bash-completion: add completion for gstreamer toolsStéphane Cerveau1-0/+22
2021-04-06gst-env: Windows: Fix looking for cmd_or_ps.ps1 in the wrong directoryAndrey Moiseev1-1/+1
2020-10-23Meson: Use generated -uninstalled.pc filesXavier Claessens1-9/+0
2020-09-24gst-env: use Path.open() in get_pkgconfig_variable_from_pcfile()Antonio Ospite1-1/+1
2020-08-03gst-env: Load gio modules in the devenvNirbheek Chauhan1-2/+47
2020-08-03gst-env: Factor out some common codeNirbheek Chauhan1-13/+15
2020-08-03gst-env: Prematurely skip all targets that aren't installedNirbheek Chauhan1-4/+2
2020-07-21gst-env.py: Sort path sets before using prepend_env_varJan Alexander Steffens (heftig)1-6/+7
2020-06-15gst-env: Copy instead of symlink on WindowsNirbheek Chauhan1-2/+5
2020-06-15gst-env: Fix creation of gdb-autoload dirs on WindowsNirbheek Chauhan1-7/+7
2020-06-12gst-env: Use meson-uninstalled pkgconfig files if availableNirbheek Chauhan1-0/+5
2020-05-11gst-env: fix program name in argparseVíctor Manuel Jáquez Leal1-1/+1
2020-04-20gst-env: Remove non-existent directory from PKG_CONFIG_PATHPhilippe Normand1-5/+0
2020-04-16gst-env: Also look for `builddir` when hunting for a build dirNirbheek Chauhan1-1/+3
2020-03-25gst-env: Allow setting environment without gitNicolas Dufresne1-2/+5
2020-01-19devenv: Fix path handling for gdb supportThibault Saunier1-4/+9
2020-01-13uninstalled: Add support for GStreamer and GLib gdb scriptsThibault Saunier1-2/+37
2020-01-06dev environment: allow printing only env without starting a shellCharlie Turner1-1/+12
2019-12-23env: preprend gst-build/prefix/etc/xdg to XDG_CONFIG_DIRSJulien Isorce1-1/+8
2019-12-22gst-env: Automatically set the prompt for zsh tooNirbheek Chauhan1-4/+15
2019-12-19gst-env: Don't put helper binaries in PATHNirbheek Chauhan1-3/+26
2019-12-19gst-env: Fix shell name checkNirbheek Chauhan1-2/+2
2019-12-19gst-env: Set the prompt for fish to be same as bashNirbheek Chauhan1-0/+7
2019-12-19gst-env: Ignore SIGINT when using the fish shellNirbheek Chauhan1-0/+6
2019-11-11python: Avoid using 'is' to compare stringsJan Alexander Steffens (heftig)1-3/+3
2019-11-06gst-env: Fix the gst plugin file path regex for Linux platformsPhilippe Normand1-1/+17
2019-11-06gst-env: Ensure target install filename is a listPhilippe Normand1-1/+1