summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2023-08-01data: Add qt framework path to macOS native fileNirbheek Chauhan
This can be required when pkgconfig is used to pick up Qt, which is not true for gstreamer, but may be true for other subprojects. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5124>
2023-07-20meson: Add a native file for macOS x86_64/arm64Nirbheek Chauhan
This also supports Homebrew and Qt5 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5060>
2022-12-22README: Several updates to sync with status quoNirbheek Chauhan
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3595>
2022-06-03gst-env: Add support for PowerShell 7Seungha Yang
The executable binary name of "PowerShell 7" is "pwsh.exe" which is different from system default installed "Windows PowerShell (version 5.x or older)" Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2545>
2022-04-22mingw: Remove deprecated section in example cross fileXavier Claessens
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2080>
2022-04-01Update android cross fileXavier Claessens
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/617>
2021-10-15build: Expose ges symbols in gst-fullThibault Saunier
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1093>
2021-09-24Cleanup root directory from misc filesThibault Saunier
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/891>
2020-08-27cross-files: update READMEGuillaume Desmottes
- fix cross file path in example; - make_standalone_toolchain.py has been deprecated, it's now recommended to use prebuilt toolchains.
2020-06-15README: Add a screenshot showing how to run meson on windowsNirbheek Chauhan
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/161>
2020-02-21cross-files/android: Update paths and args for latest NDKNirbheek Chauhan
-fuse-ld=gold was always needed, but we missed it while adding this. The rest are new in NDK r21.
2020-02-21cross-files/android: cpu is aarch64, not arm64Nirbheek Chauhan
Matching the value in glib: https://gitlab.gnome.org/GNOME/glib/merge_requests/1376#note_719427
2019-04-17README: Add instructions for Windows with screenshotsNirbheek Chauhan
Also add a note about installation
2019-04-17Move cross-files to the data subdirectoryNirbheek Chauhan
We will add more data soon.