Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-09 | lint: apply linter fixes | Andoni Morales Alastruey | 1 | -2/+1 | |
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1315> | |||||
2024-01-09 | format: apply new format style | Andoni Morales Alastruey | 2 | -32/+28 | |
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1315> | |||||
2023-11-17 | cerbero: Reject MSYS2 cmake during bootstrap | Nirbheek Chauhan | 1 | -0/+0 | |
The previous fix for this was incomplete: we also need to reject MSYS2 cmake during bootstrap. Also get rid of a useless `which()` reimplementation and an incorrectly-committed blank file. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1288> | |||||
2023-07-27 | bootstrap-windows.ps1: Fix check for existing choco install | Nirbheek Chauhan | 1 | -5/+8 | |
choco is not in PATH by default when installed by us. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1235> | |||||
2023-07-27 | bootstrap-windows.ps1: Remove hard-coded MSYS2 directory | Nirbheek Chauhan | 2 | -2/+3 | |
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1235> | |||||
2023-07-26 | cerbero: Greatly improve usability of bootstrap-windows.ps1 | Nirbheek Chauhan | 2 | -28/+145 | |
Instead of being a dumb list of commands, the script now does the following: 1. Detects whether choco is already installed, and upgrades it if so. 2. Checks whether vsredist140, cmake, git, git-lfs, python3, wix, MSYS2 are installed before trying to install them using choco. 3. If a tool is already installed but is too old, prompt before trying to install with choco 4. Checks whether MSYS2 packages are installed before trying to (re)install them. 5. Checks whether Visual Studio is already installed before trying to install it. 6. If Visual Studio is installed, also check whether the Windows 11 SDK is installed. If not, prompt the user and install it. Users can now fearlessly run `tools\bootstrap-windows.ps1` to install or update packages. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1226> | |||||
2023-07-26 | cerbero: Allow running from cmd or powershell | Nirbheek Chauhan | 1 | -0/+22 | |
It will simply find MSYS2 and invoke it. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1226> | |||||
2023-07-17 | cerbero-uninstalled: Do not use winpty with MSYS2 CI | Nirbheek Chauhan | 1 | -1/+1 | |
It bails out because there's no stdin. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1216> | |||||
2023-07-12 | Require Windows 11 SDK when building with Visual Studio | Nirbheek Chauhan | 1 | -9/+31 | |
Update the README and the bootstrap script accordingly. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1214> | |||||
2022-03-04 | windows: copy aliases.sh in the Windows OS bootstrap | Andoni Morales Alastruey | 1 | -0/+1 | |
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/743> | |||||
2022-03-04 | windows: automate installation process with a PowerShell script | Andoni Morales Alastruey | 1 | -0/+52 | |
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/743> | |||||
2019-06-07 | Upgrade toolchain to GCC 8.2.0 MinGW v6.0.0 | Andoni Morales Alastruey | 1 | -27/+21 | |
2018-05-04 | Use https:// instead of git:// protocol | Tim-Philipp Müller | 1 | -1/+1 | |
git protocol can be problematic in environments with restricted network access and is also less secure. https://bugzilla.gnome.org/show_bug.cgi?id=743235 | |||||
2018-03-27 | python3: Run 2to3 script to conver the whole codebase | Xavier Claessens | 2 | -15/+14 | |
This is only the raw output of the script, no manual editing. The code is now python3 only. https://bugzilla.gnome.org/show_bug.cgi?id=733067 | |||||
2015-05-15 | De-gstreamer.com everything | Sebastian Dröge | 5 | -201/+5 | |
2014-09-22 | tools: Fix permission of build-toolchains.sh | Edward Hervey | 1 | -0/+0 | |
2014-03-13 | Include ca-certificates on Android and iOS | Sebastian Dröge | 1 | -0/+129 | |
2013-06-10 | tools: Fix build-release.sh to work with ARCH=amd64 for debian-based distros | George Kiagiadakis | 1 | -1/+2 | |
2013-05-08 | toolchain: update gcc version in the build script too | Andoni Morales Alastruey | 1 | -1/+1 | |
2013-05-06 | Add md5 and sha1 hash after creating the tarball | Andoni Morales Alastruey | 1 | -2/+5 | |
2013-05-06 | Create a tarball after building the toolchain | Andoni Morales Alastruey | 1 | -0/+18 | |
2013-05-06 | toolchain: add paramater to wipe the builds | Andoni Morales Alastruey | 1 | -1/+6 | |
2013-05-06 | Add a script to build the toolchains | Andoni Morales Alastruey | 1 | -0/+11 | |
2012-11-23 | build-release: add an option to pass a tag to the release | Andoni Morales Alastruey | 1 | -2/+6 | |
2012-11-22 | build-release: wipe before starting to package | Andoni Morales Alastruey | 1 | -1/+5 | |
2012-11-21 | build-release: remove shell xtrace option | Andoni Morales Alastruey | 1 | -1/+0 | |
2012-11-15 | build-release: reset root password | Andoni Morales Alastruey | 2 | -0/+9 | |
In the bootstrap we run su -c "yum install foo" with a regular user, so we need to remove the root password in the chroot. | |||||
2012-11-15 | Update cerbero's config to work properly in the chroot | Andoni Morales Alastruey | 2 | -6/+27 | |
2012-11-15 | Set basedir=CHROOT_PREFIX in moack defaults | Andoni Morales Alastruey | 1 | -2/+1 | |
2012-11-14 | Add a new tool to build release for other distros | Andoni Morales Alastruey | 3 | -0/+170 | |
2012-10-25 | add a new tool to update packages | Andoni Morales Alastruey | 1 | -0/+39 | |
2012-05-10 | Makefile: add coverage rules | Andoni Morales Alastruey | 1 | -0/+104 | |
2012-05-03 | tools/chroot.sh improvements. | Andre Moreira Magalhaes (andrunko) | 1 | -3/+8 | |
- Consider arch when calling debootstrap - Make sure sudo is installed on debian, required by cerbero bootstrap - Use etc/debian_chroot instead of changing hostname, fixes PS1 and does not have issues with changing my machine hostname | |||||
2012-05-02 | tools/chroot.sh improvements. | Andre Moreira Magalhaes (andrunko) | 1 | -2/+7 | |
- Set locale. - Properly set .ssh and .gnupg dirs permissions. - Copy cerbero git dir | |||||
2012-05-02 | Properly set chroot hostname for architecture x86_64. | Andre Moreira Magalhaes (andrunko) | 1 | -0/+2 | |
2012-05-02 | tools/chroot.sh improvements. | Andre Moreira Magalhaes (andrunko) | 2 | -15/+79 | |
2012-03-20 | Create shared GIT repositories with the add-dependency script | Sebastian Dröge | 1 | -1/+1 | |
2012-03-20 | Make chroot script a bit safer by 'set -e' | Sebastian Dröge | 1 | -0/+2 | |
2012-03-20 | Use again wget for redirections | Andoni Morales Alastruey | 1 | -1/+3 | |
2012-03-20 | Use curl instead of wget | Andoni Morales Alastruey | 1 | -3/+3 | |
2012-03-20 | Update/fix add-dependency.sh script a bit | Sebastian Dröge | 1 | -8/+7 | |
2012-03-20 | Fix permissions | Sebastian Dröge | 1 | -0/+0 | |
2012-03-20 | Use the new tool to add recipes | Andoni Morales Alastruey | 1 | -7/+1 | |
2012-03-20 | Add tool to create debian chroot environments with debootstrap | Andoni Morales Alastruey | 1 | -0/+27 | |
2012-03-20 | Delete tarball and source dir properly | Andoni Morales Alastruey | 1 | -1/+2 | |
2012-03-20 | Add tool to add new deps to build system | Andoni Morales Alastruey | 1 | -0/+46 | |