summary refs log tree commit diff
path: root/pkgs/development/libraries/gstreamer
Commit message (Collapse)AuthorAge
* Merge pull request #76488 from jtojnar/more-python-cleanupsFrederik Rietdijk2020-01-06
|\ | | | | Another batch of Python 2 clean-ups
| * gst_all_1.gst-plugins-ugly: switch to python 3Jan Tojnar2019-12-29
| |
| * gst_all_1.gst-editing-services: switch to python 3Jan Tojnar2019-12-29
| | | | | | | | Also remove no longer needed perl.
| * gst_all_1.gst-validate: switch to python 3Jan Tojnar2019-12-29
| |
* | Merge pull request #75668 from jtojnar/py2-cleanupJan Tojnar2019-12-19
|\ \ | |/ |/| Another batch of Python 2 removals
| * gst_all_1.gst-plugins-good: switch to python 3Jan Tojnar2019-12-15
| |
* | gst_all_1.gstreamer: 1.16.1 -> 1.16.2Will Dietz2019-12-15
| |
* | gst_all_1.gst-vaapi: 1.16.1 -> 1.16.2Will Dietz2019-12-15
| |
* | gst_all_1.gst-plugins-ugly: 1.16.1 -> 1.16.2Will Dietz2019-12-15
| |
* | gst_all_1.gst-plugins-base: 1.16.1 -> 1.16.2Will Dietz2019-12-15
| |
* | gst_all_1.gst-libav: 1.16.1 -> 1.16.2Will Dietz2019-12-15
| |
* | gst_all_1.gst-validate: 1.16.1 -> 1.16.2Will Dietz2019-12-15
| |
* | gst_all_1.gst-rtsp-server: 1.16.1 -> 1.16.2Will Dietz2019-12-15
| |
* | gst_all_1.gst-plugins-good: 1.16.1 -> 1.16.2Will Dietz2019-12-15
| |
* | gst_all_1.gst-plugins-bad: 1.16.1 -> 1.16.2Will Dietz2019-12-15
| |
* | gst_all_1.gst-editing-services: 1.16.1 -> 1.16.2Will Dietz2019-12-15
| |
* | gst_all_1.gst-plugins-base: Fix building Wayland supportJan Tojnar2019-12-05
|/ | | | | | | | | | | | Apparently, generic builder sets `nullglob`, disappearing any flags containing square brackets not resolving to file names (e.g. `mesonFlags = [ "-Dgl_winsys=[x11,wayland]" ];`). This caused the `gl_winsys` flag default to `auto` and, since we were missing `wayland-protocols`, Wayland support was not built. Fortunately, Meson also supports simple array notation without square brackets, so we can use that. No need to wait for `_structuredAttrs`. We also no longer set `gl_platform` flag, since passing the default auto value is redundant.
* gst_all_1.gst-plugins-good: fix build with gtkSupportJan Tojnar2019-11-27
| | | | Fixes regression from https://github.com/NixOS/nixpkgs/pull/70690
* treewide: Get rid of libGLU_combinedadisbladis2019-11-18
|
* gstreamer 1.16.1 (#70690)Jan Tojnar2019-11-14
|\ | | | | gstreamer 1.16.1
| * gst_all_1: Fix evaluation on Darwin, fix gstreamer builds.Niklas Hambüchen2019-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | Commit be382109ad01d0aa8660f2b19a20e345c86d246b broke evaluation on Darwin because it added these unconditional buildInputs that don't evaluate on Darwin: libnice librdf lilv lv2 serd sord sratom This commit fixes it, and also fixes recently-added new dependencies for other packages accordingly. It further fixes the build of many gstreamer packages on Darwin.
| * gst_all_1.gst-validate: 1.16.0 -> 1.16.1Will Dietz2019-11-14
| |
| * gst_all_1.gst-plugins-ugly: 1.16.0 -> 1.16.1Will Dietz2019-11-14
| |
| * gst_all_1.gst-plugins-bad: 1.16.0 -> 1.16.1Will Dietz2019-11-14
| |
| * gst_all_1.gst-vaapi: 1.16.0 -> 1.16.1Will Dietz2019-11-14
| |
| * gst_all_1.gst-plugins-good: 1.16.0 -> 1.16.1Will Dietz2019-11-14
| |
| * gst_all_1.gst-libav: 1.16.0 -> 1.16.1Will Dietz2019-11-14
| |
| * gst_all_1.gstreamer: 1.16.0 -> 1.16.1Will Dietz2019-11-14
| |
| * gst_all_1.gst-rtsp-server: 1.16.0 -> 1.16.1Will Dietz2019-11-14
| |
| * gst_all_1.gst-plugins-base: 1.16.0 -> 1.16.1Will Dietz2019-11-14
| |
| * gst_all_1.gst-editing-services: 1.16.0 -> 1.16.1Will Dietz2019-11-14
| |
| * gst_all_1: pname-ificationWill Dietz2019-11-14
| |
* | gst-plugins-base: use fetchpatch for better hash stabilityVladimír Čunát2019-11-09
| | | | | | | | /cc original PR #70283.
* | gstreamer: GST_PLUGIN_SYSTEM_PATH.* may be undefinedJohn Ericson2019-11-08
|/
* gst-plugins-base: apply patch for CVE-2019-9928Pierre Bourdon2019-10-24
| | | | | Refactor the patchPhase management for the package along the way to something more standard.
* qt_gstreamer1: dropAnton-Latukha2019-09-19
| | | | If someone would be interested - last commit builds with {Qt5, Qt5 config flag}
* qt-gstreamer: dropAnton-Latukha2019-09-19
| | | | | | | | | (Progresses Qt4 cleaup #33248, gstreamer cleanup #39975) This is legacy version of a newer and legacy unmaintained version. It is Qt4 and gstreamer 0.10. This is a GNOME-related project, so Qt support dropped. qt-gstreamers legacy has no dependencies.
* gst_all_1: auto_features already enabledworldofpeace2019-09-12
|
* gst_all_1.gst-vaapi: patch to Remove Mesa from drivers white listworldofpeace2019-09-12
| | | | | See https://mail.gnome.org/archives/distributor-list/2019-September/msg00000.html Users can re-add it with GST_VAAPI_ALL_DRIVERS.
* gst_all_1.gst-plugins-base: fix build on ARMBen Wolsieffer2019-08-31
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Merge staging-next into stagingFrederik Rietdijk2019-07-26
|\
| * Merge pull request #65305 from averelld/disable-zbar-wine-gstreamerMichael Raskin2019-07-25
| |\ | | | | | | wine: disable zbar in gst-plugins-bad
| | * wine: disable zbar in gst-plugins-badAverell Dalton2019-07-23
| | |
* | | Merge master into stagingOrivej Desh2019-07-25
|\| |
| * | Merge pull request #63677 from averelld/gst-plugins-good-buildworldofpeace2019-07-23
| |\ \ | | |/ | |/| gst-plugins-good: Remove jack2 by default
| | * gst-plugins-good: Remove jack2 by defaultAverell Dalton2019-06-23
| | |
* | | gdk-pixbuf: rename from gdk_pixbufworldofpeace2019-07-22
|/ /
* / gst_all_1.gst-editing-services: fix buildworldofpeace2019-07-13
|/ | | | Caused by e529ec326338f660d14fa220b8440d5613d464a0