summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/gst-python
AgeCommit message (Collapse)Author
2023-05-19python3Packages.gst-python: 1.22.2 -> 1.22.3Lily Foster
2023-05-18python3Packages.gst-python: adopt maintainership as lilyinstarlightLily Foster
2023-04-16python3Packages.gst-python: 1.20.0 -> 1.22.2Lily Foster
2022-09-07treewide: cross fixesArtturin
2022-05-15python3Packages.gst-python: use correct interpreterRobert Schütz
2022-02-06python3.pkgs.gst-python: 1.18.4 → 1.20.0Jan Tojnar
2021-04-29gstreamer: 1.18.2 -> 1.18.4Martin Weinelt
Fixes: CVE-2021-3497, CVE-2021-3498
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-24pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak
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-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
2020-06-09python38.pkgs.gst-python: Fix buildJan Tojnar
2020-06-03treewide: replace base64 encoded hashesDaiderd Jordan
2020-04-10python3Packages.gst-python: fix build on darwinMario Rodas
2020-03-24python3.pkgs.gst-python: 1.14.4 → 1.16.2Jan Tojnar
2020-03-24python3.pkgs.gst-python: clean upJan Tojnar
* Format with nixpkgs-fmt * Reorder attributes according to estabilished convention * Drop unnecessaty mirror * Move pname & version into the main attrset
2019-02-17Python: fix outfall after setting `strictDeps = true;`Frederik Rietdijk
2018-12-02gobject-introspection: rename packageJan Tojnar
camelCase package name was a huge inconsistency in GNOME package set.
2018-11-29python2.pkgs.gst-python: fix buildJan Tojnar
2018-10-18python2.pkgs.gst-python: fix buildJan Tojnar
2018-10-16pythonPackages.gst-python: 1.14.2 -> 1.14.4Ben Wolsieffer
2018-08-30pythonPackages.gst-python: 1.14.0 → 1.14.2Bastian Köcher
2018-06-23pythonPackages: remove `name` attribute`Frederik Rietdijk
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`.
2018-04-04pythonPackages.gst-python: 1.12.3 → 1.14.0Jan Tojnar
2017-12-11gstreamer: update hashesOrivej Desh
missing from 6cc35d014ff77a3b3975d484a66a4343e428e7f0 (#32477)
2017-12-08gstreamer: 1.12.2 -> 1.12.3Bart Brouns
2017-11-05gstreamer: 1.10.4 → 1.12.2Jan Tojnar
2017-09-08python-gst-python: fix pygi overrides dir pathRobert Helgesson
Before it created a lib directory inside the lib directory.
2017-08-13python.pkgs.gst-python: move expressionFrederik Rietdijk