summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/gst-python/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages.gst-python: fix darwin buildAmadej Kastelic2025-05-081-0/+5
* python3.pkgs.gst-python: Fix build with PyGObject 3.52•••Still need a second patch for https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4322 Jan Tojnar2025-03-271-0/+11
* python3.pkgs.gst-python: 1.24.10 → 1.26.0•••- Update https://gstreamer.freedesktop.org/releases/1.26/ - Format expression - Add `updateScript` Jan Tojnar2025-03-271-4/+18
* gst_all_1.*: 1.24.7 -> 1.24.10•••https://discourse.gstreamer.org/t/gstreamer-1-24-10-stable-bug-fix-release/3683 Reno Dakota2024-12-141-2/+2
* python312Packages: cleanup instances of `doCheck = true`•••This is implicitly the case, and unless `doCheck` is referenced it makes no sense setting it. Martin Weinelt2024-10-261-2/+0
* python3Packages.gst-python: 1.24.3 -> 1.24.7Emily2024-09-021-2/+2
* treewide: remove unused with statements from maintainer lists•••$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' Jörg Thalheim2024-07-291-1/+1
* treewide: remove lilyinstarlightLily Foster2024-07-021-1/+1
* Merge pull request #313707 from lilyinstarlight/upd/gstreamer-1.24.3•••gst_all_1.*,python3Packages.gst-python: 1.24.2 -> 1.24.3Robert Scott2024-05-271-2/+2
|\
| * python311Packages.gst-python: 1.24.2 -> 1.24.3Lily Foster2024-05-221-2/+2
* | python3Packages: format with nixfmtMartin Weinelt2024-05-221-15/+17
|/
* python3Packages.gst-python: 1.24.1 → 1.24.2Maxine Aubrey2024-04-221-2/+2
* python3Packages.gst-python: reenable testsMaxine Aubrey2024-04-221-3/+1
* python3Packages.gst-python: 1.22.9 → 1.24.1•••disable checks until fixes land in pygobject3 Maxine Aubrey2024-04-221-3/+5
* python3Packages.gst-python: 1.22.7 -> 1.22.8Alyssa Ross2024-02-101-2/+2
* python3Packages.gst-python: stop using meta.homepage in fetcherSandro2023-12-241-1/+1
* python311Packages.gst-python: 1.22.7 -> 1.22.8Lily Foster2023-12-221-2/+2
* python311Packages.gst-python: 1.22.6 -> 1.22.7Lily Foster2023-11-251-2/+2
* treewide: change pythonForBuild to pythonOnBuildForHostAdam Joseph2023-11-051-1/+1
* python3Packages.gst-python: 1.22.5 -> 1.22.6Lily Foster2023-09-271-2/+2
* python3Packages.gst-python: 1.22.4 -> 1.22.5Lily Foster2023-07-271-2/+2
* python3Packages.gst-python: 1.22.3 -> 1.22.4Lily Foster2023-06-211-2/+2
* python3Packages.gst-python: 1.22.2 -> 1.22.3Lily Foster2023-05-191-2/+2
* python3Packages.gst-python: adopt maintainership as lilyinstarlightLily Foster2023-05-181-0/+1
* python3Packages.gst-python: 1.20.0 -> 1.22.2Lily Foster2023-04-161-2/+2
* treewide: cross fixesArtturin2022-09-071-4/+9
* python3Packages.gst-python: use correct interpreterRobert Schütz2022-05-151-3/+3
* python3.pkgs.gst-python: 1.18.4 → 1.20.0Jan Tojnar2022-02-061-2/+2
* gstreamer: 1.18.2 -> 1.18.4•••Fixes: CVE-2021-3497, CVE-2021-3498 Martin Weinelt2021-04-291-2/+2
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
* pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak2021-01-241-5/+4
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix•••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. Jonathan Ringer2021-01-191-2/+2
* gstreamer: 1.16.2 -> 1.18.0•••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 Niklas Hambüchen2020-10-241-22/+8
* python38.pkgs.gst-python: Fix buildJan Tojnar2020-06-091-0/+7
* treewide: replace base64 encoded hashesDaiderd Jordan2020-06-031-1/+1
* python3Packages.gst-python: fix build on darwinMario Rodas2020-04-101-0/+9
* python3.pkgs.gst-python: 1.14.4 → 1.16.2Jan Tojnar2020-03-241-28/+2
* python3.pkgs.gst-python: clean up•••* Format with nixpkgs-fmt * Reorder attributes according to estabilished convention * Drop unnecessaty mirror * Move pname & version into the main attrset Jan Tojnar2020-03-241-17/+31
* Python: fix outfall after setting `strictDeps = true;`Frederik Rietdijk2019-02-171-1/+1
* gobject-introspection: rename package•••camelCase package name was a huge inconsistency in GNOME package set. Jan Tojnar2018-12-021-2/+2
* python2.pkgs.gst-python: fix buildJan Tojnar2018-11-291-0/+11
* python2.pkgs.gst-python: fix buildJan Tojnar2018-10-181-11/+25
* pythonPackages.gst-python: 1.14.2 -> 1.14.4Ben Wolsieffer2018-10-161-2/+2
* pythonPackages.gst-python: 1.14.0 → 1.14.2Bastian Köcher2018-08-301-2/+2
* pythonPackages: remove `name` attribute`•••The `buildPython*` function computes name from `pname` and `version`. This change removes `name` attribute from all expressions in `pkgs/development/python-modules`. While at it, some other minor changes were made as well, such as replacing `fetchurl` calls with `fetchPypi`. Frederik Rietdijk2018-06-231-5/+5
* pythonPackages.gst-python: 1.12.3 → 1.14.0Jan Tojnar2018-04-041-8/+11
* gstreamer: update hashes•••missing from 6cc35d014ff77a3b3975d484a66a4343e428e7f0 (#32477) Orivej Desh2017-12-111-1/+1
* gstreamer: 1.12.2 -> 1.12.3Bart Brouns2017-12-081-1/+1
* gstreamer: 1.10.4 → 1.12.2Jan Tojnar2017-11-051-3/+3
* python-gst-python: fix pygi overrides dir path•••Before it created a lib directory inside the lib directory. Robert Helgesson2017-09-081-3/+3