summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/gstreamer/devtools
AgeCommit message (Collapse)Author
2026-03-16gstreamer: 1.26.5 -> 1.26.11, adoptwhoomee
2026-01-21gst_all_1: move plugin pc files to $devAlyssa Ross
The multiple-outputs hook doesn't know to handle pkg-config files in subdirectories like these. Fixing this resolves a reference cycle that caused building under pkgsStatic to fail.
2025-12-10treewide: clean up 'meta = with' patternIhar Hrachyshka
This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-08-21gstreamer: 1.26.3 -> 1.26.5Olivier LDff
2025-08-14gstreamer: 1.26.0 -> 1.26.3 (#420649)K900
2025-07-24treewide: run nixfmt 1.0.0Wolfgang Walther
2025-06-28gstreamer: 1.26.0 -> 1.26.3Olivier LDff
2025-06-18gst_all_1.gst-devtools: update static-files dependencyArnout Engelen
To include https://github.com/static-files-rs/static-files/pull/14
2025-04-12gst_all_1.*: use the same apple-sdk_13 for all subpackagesIhar Hrachyshka
It was already bumped to _13 for -bad in: https://github.com/NixOS/nixpkgs/pull/398009 It's preferable to have the same SDK version across all subpackages, to avoid potential problems or missing features. Enabled enableCocoa for -base for x86_64; the new darwin SDK pattern seems to have fixed the build issue we had before. Also, cleaned up old darwin sdk stubs for frameworks. These are of no effect since 24.11 and can be safely removed.
2025-04-02Merge remote-tracking branch 'upstream/staging-next' into stagingSilvan Mosberger
2025-04-01treewide: Format all Nix filesSilvan Mosberger
Format all Nix files using the officially approved formatter, making the CI check introduced in the previous commit succeed: nix-build ci -A fmt.check This is the next step of the of the [implementation](https://github.com/NixOS/nixfmt/issues/153) of the accepted [RFC 166](https://github.com/NixOS/rfcs/pull/166). This commit will lead to merge conflicts for a number of PRs, up to an estimated ~1100 (~33%) among the PRs with activity in the past 2 months, but that should be lower than what it would be without the previous [partial treewide format](https://github.com/NixOS/nixpkgs/pull/322537). Merge conflicts caused by this commit can now automatically be resolved while rebasing using the [auto-rebase script](https://github.com/NixOS/nixpkgs/tree/8616af08d915377bd930395f3b700a0e93d08728/maintainers/scripts/auto-rebase). If you run into any problems regarding any of this, please reach out to the [formatting team](https://nixos.org/community/teams/formatting/) by pinging @NixOS/nix-formatting.
2025-03-27gst_all_1.gst-devtools: 1.24.10 → 1.26.0Jan Tojnar
- Update https://gstreamer.freedesktop.org/releases/1.26/ - New tool dots-viewer, requires Rust - Format expression - Use `finalAttrs` pattern - Move `outputs` above `src` for consistency with other GStreamer packages - Add `updateScript`
2024-12-14gst_all_1.*: 1.24.7 -> 1.24.10Reno Dakota
https://discourse.gstreamer.org/t/gstreamer-1-24-10-stable-bug-fix-release/3683
2024-09-02gst_all_1.gst-devtools: 1.24.3 -> 1.24.7Emily
2024-07-29treewide: remove unused with statements from maintainer listsJörg Thalheim
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!'
2024-07-02treewide: remove lilyinstarlightLily Foster
2024-05-22gst_all_1.gst-devtools: 1.24.2 -> 1.24.3Lily Foster
2024-04-22gst_all_1.gst-devtools: 1.24.1 → 1.24.2Maxine Aubrey
2024-04-22gst_all_1.gst-devtools: 1.22.9 → 1.24.1Maxine Aubrey
2024-02-10gst_all_1.gst-devtools: 1.22.8 -> 1.22.9Alyssa Ross
2023-12-22gst_all_1.gst-devtools: 1.22.7 -> 1.22.8Lily Foster
2023-11-25gst_all_1.gst-devtools: 1.22.6 -> 1.22.7Lily Foster
2023-09-27gst_all_1.gst-devtools: 1.22.5 -> 1.22.6Lily Foster
2023-07-28Merge #245736: gst_all_1.*: 1.22.4 -> 1.22.5Vladimír Čunát
...into staging
2023-07-27gst_all_1.gst-devtools: 1.22.4 -> 1.22.5Lily Foster
2023-07-26Merge #239191: treewide: gobject-introspection from buildInputs to ↵Vladimír Čunát
nativeBuildInputs ...into staging
2023-06-28treewide: gobject-introspection from buildInputs to nativeBuildInputsArtturin
gobject-introspection should be in nativeBuildInputs for cross to work properly (so propagations and hook work properly)
2023-06-21gst_all_1.gst-devtools: 1.22.3 -> 1.22.4Lily Foster
2023-05-19gst_all_1.gst-devtools: 1.22.2 -> 1.22.3Lily Foster
2023-05-18gst_all_1.*: adopt maintainership as lilyinstarlightLily Foster
2023-04-19gst_all_1: re-disable docs for crossAlyssa Ross
Documentation was recently enabled, which broke the cross build. Fixes: 46bf2c47f0e ("gst_all_1.gst-editing-services: 1.20.3 -> 1.22.2") Fixes: 782969f5d6e ("gst_all_1.gst-rtsp-server: 1.20.3 -> 1.22.2") Fixes: 79e42f53c26 ("gst_all_1.gst-devtools: 1.20.3 -> 1.22.2") Fixes: 50b8c274eaa ("gst_all_1.gst-vaapi: 1.20.3 -> 1.22.2") Fixes: 26a54eba11a ("gst_all_1.gst-libav: 1.20.3 -> 1.22.2") Fixes: a315e09637f ("gst_all_1.gst-plugins-ugly: 1.20.3 -> 1.22.2") Fixes: f03d8ba1e19 ("gst_all_1.gst-plugins-bad: 1.20.3 -> 1.22.2") Fixes: 3028bf5ea30 ("gst_all_1.gst-plugins-good: 1.20.3 -> 1.22.2") Fixes: 4b859ee802b ("gst_all_1.gstreamer: 1.20.3 -> 1.22.2")
2023-04-16gst_all_1.gst-devtools: 1.20.3 -> 1.22.2Lily Foster
2022-08-11gst_all_1: 1.20.1 -> 1.20.3, fix CVE-2022-(192[0-5]|2122)Christian Albrecht
Vulnerabilities: - 7.8 https://nvd.nist.gov/vuln/detail/CVE-2022-1920 - 7.8 https://nvd.nist.gov/vuln/detail/CVE-2022-1921 - 7.8 https://nvd.nist.gov/vuln/detail/CVE-2022-1922 - 7.8 https://nvd.nist.gov/vuln/detail/CVE-2022-1923 - 7.8 https://nvd.nist.gov/vuln/detail/CVE-2022-1924 - 7.8 https://nvd.nist.gov/vuln/detail/CVE-2022-1925 - 7.8 https://nvd.nist.gov/vuln/detail/CVE-2022-2122 https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1224 https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1225 https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1226
2022-07-12various: readd gobject-introspection to buildInputsArtturin
see eb829035c938022bb064faef56a7b1346443e034
2022-07-07gst_all_1: don't disable gobject-introspection when crossArtturin
2022-04-09gst_all_1: 1.20.0 -> 1.20.1Trolli Schmittlauch
2022-02-05gst_all_1.gst-devtools: 1.18.5 -> 1.20.0Jonathan Ringer
2022-01-11gst-plugins-base 1.18.4 -> 1.18.5Josh Hoffer
2021-07-02gstreamer: support cross by disabling introspectionRick van Schijndel
2021-04-29gstreamer: 1.18.2 -> 1.18.4Martin Weinelt
Fixes: CVE-2021-3497, CVE-2021-3498
2021-03-05gst_all_1: cleanup, remove darwin from inputsSandro Jäckel
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2020-12-17gstreamer: 1.18.1 -> 1.18.2Luke Granger-Brown
2020-11-23gstreamer: 1.18.0 -> 1.18.1Luke Granger-Brown
2020-10-24gstreamer: 1.16.2 -> 1.18.0Niklas Hambüchen
Fixes #98769. Important changes from https://gstreamer.freedesktop.org/releases/1.18/: * `gst-validate` was renamed to `gst-devtools` upstream: > * the `gst-validate` tarball has been superseded by > the `gst-devtools` tarball for consistency with the git module name. * `gst-python` is now Python 3 only: > * Python 2.x is no longer supported