summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/gstreamer (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #28358 from jpierre03/pr-gstreamer•••(legacy) gstreamer: fetch archive with httpS instead of httpJoachim F2017-08-221-1/+1
|\
| * gstreamer: fetch archive with httpS instead of httpJean-Pierre PRUNARET2017-08-171-1/+1
* | gnonlin: use httpS to fetch archiveJean-Pierre PRUNARET2017-08-171-1/+1
|/
* Merge pull request #27881 from mimadrid/fix/http-https•••Update homepage attributes: http -> httpsFrederik Rietdijk2017-08-135-5/+5
|\
| * Update homepage attributes: http -> https•••Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems mimadrid2017-08-035-5/+5
* | python.pkgs.gst-python: move expressionFrederik Rietdijk2017-08-132-63/+0
* | python.pkgs.gst-python: fix Python 3 buildFrederik Rietdijk2017-08-131-8/+10
|/
* pkgs: refactor needless quoting of homepage meta attribute (#27809)•••* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances Silvan Mosberger2017-08-017-7/+7
* gst_all_1.gst-libav: set meta.platforms to unixVincent Laporte2017-07-251-1/+1
* Merge pull request #27005 from jtojnar/fix/corebird-gst•••gst_all_1.gst-plugins-bad: build gtksink pluginFrederik Rietdijk2017-07-171-1/+5
|\
| * gst_all_1.gst-plugins-bad: allow building gtksink plugin•••Corebird requires gtksink gstreamer plugin to play videos. [1] The plugin, however, is only built when GTK is available. This patch adds gtk3 as an optional dependency to gst_all_1.gst-plugins-bad package, allowing the build of gtksink. [1]: https://github.com/baedert/corebird/issues/431 Jan Tojnar2017-07-171-1/+5
* | gst-plugins-good: fix build on darwinVincent Laporte2017-07-131-0/+2
|/
* gstreamer-plugins-bad: add deps for HLS & H.265Franz Pletz2017-06-121-1/+2
* Merge pull request #24872 from lheckemann/libgme•••Add libgmeMichael Raskin2017-05-011-2/+2
|\
| * gst-plugins-bad: add libgmeLinus Heckemann2017-04-191-2/+2
* | gst-plugins-good: supports darwinMatthew Bauer2017-04-231-1/+1
|/
* qt-gstreamer: fix build and do not mark wrong pkgs as brokenRobin Gloster2017-03-302-3/+2
* qt-gstreamer: fix buildRobin Gloster2017-03-301-0/+1
* gst-plugins-base: align attrname with pkgnameBjørn Forsman2017-02-278-16/+16
* pythonPackages.gst-python: fix source hash•••Commit 5e937b173d4f6b9e90784e65c886e7e0f3798817 ("gstreamer: 1.10.3 -> 1.10.4 for multiple CVEs") bumped the version but not the hash. Bjørn Forsman2017-02-261-1/+1
* gstreamer: 1.10.3 -> 1.10.4 for multiple CVEs•••See https://gstreamer.freedesktop.org/releases/1.10/#1.10.4. Fixes: * CVE-2017-5847 * CVE-2017-5848 cc #23072 Franz Pletz2017-02-2610-20/+20
* pythonPackages.gst-python: fix hash after afd59811a1f•••/cc #22549. Vladimír Čunát2017-02-092-1/+3
* gstreamer-*: 1.10.2 -> 1.10.3 for multiple CVEs•••gst-plugins-bad: From the Arch Linux advisory: - CVE-2017-5843 (arbitrary code execution): A double-free issue has been found in gstreamer before 1.10.3, in gst_mxf_demux_update_essence_tracks. - CVE-2017-5848 (denial of service): An out-of-bounds read has been found in gstreamer before 1.10.3, in gst_ps_demux_parse_psm. More: https://lwn.net/Vulnerabilities/713772/ gst-plugins-base: From the Arch Linux advisory: - CVE-2017-5837 (denial of service): A floating point exception issue has been found in gstreamer before 1.10.3, in gst_riff_create_audio_caps. - CVE-2017-5839 (denial of service): An endless recursion issue leading to stack overflow has been found in gstreamer before 1.10.3, in gst_riff_create_audio_caps. - CVE-2017-5842 (arbitrary code execution): An off-by-one write has been found in gstreamer before 1.10.3, in html_context_handle_element. - CVE-2017-5844 (denial of service): A floating point exception issue has been found in gstreamer before 1.10.3, in gst_riff_create_audio_caps. More: https://lwn.net/Vulnerabilities/713773/ gst-plugins-good: From the Arch Linux advisory: - CVE-2016-10198 (denial of service): An invalid memory read flaw has been found in gstreamer before 1.10.3, in gst_aac_parse_sink_setcaps. - CVE-2016-10199 (denial of service): An out of bounds read has been found in gstreamer before 1.10.3, in qtdemux_tag_add_str_full. - CVE-2017-5840 (denial of service): An out-of-bounds read has been found in gstreamer before 1.10.3, in qtdemux_parse_samples. - CVE-2017-5841 (denial of service): An out-of-bounds read has been found in gstreamer before 1.10.3, in gst_avi_demux_parse_ncdt. - CVE-2017-5845 (denial of service): An out-of-bounds read has been found in gstreamer before 1.10.3, in gst_avi_demux_parse_ncdt. More: https://lwn.net/Vulnerabilities/713774/ gst-plugins-ugly: From the Arch Linux advisory: - CVE-2017-5846 (denial of service): An out-of-bounds read has been found in gstreamer before 1.10.3, in gst_asf_demux_process_ext_stream_props. - CVE-2017-5847 (denial of service): An out-of-bounds read has been found in gstreamer before 1.10.3, in gst_asf_demux_process_ext_content_desc. More: https://lwn.net/Vulnerabilities/713775/ gstreamer: From the Arch Linux advisory: An out of bounds read has been found in gstreamer before 1.10.3, in gst_date_time_new_from_iso8601_string. More: https://lwn.net/Vulnerabilities/713776/ Graham Christensen2017-02-0810-20/+20
* gst_plugins_base: add darwin frameworksDaiderd Jordan2017-01-101-1/+3
* gstreamer: 1.10.1 -> 1.10.2 for multiple CVEs•••CVE-2016-9807, CVE-2016-9808, CVE-2016-9809, CVE-2016-9810, CVE-2016-9811, CVE-2016-9812, CVE-2016-9813, CVE-2016-9634, CVE-2016-9635, CVE-2016-9636 https://gstreamer.freedesktop.org/releases/1.10/#1.10.2 Graham Christensen2016-12-0710-22/+20
* gstreamer: 1.8.2 -> 1.10.1•••Fixes CVE-2016-9445, CVE-2016-9446, CVE-2016-9447. Franz Pletz2016-11-2211-30/+31
* gstreamer: unbreak finding plugins in $NIX_PROFILES (#20207)•••* gstreamer-1.0: make gst-launch find plugins again gst-launch and friends are in the "dev" output now. * gstreamer-1.0: lower priority on plugins from $NIX_PROFILES Suffix the plugin paths from $NIX_PROFILES instead of prefixing them to $GST_PLUGIN_SYSTEM_PATH. If a program has specifically set up its plugin path to some custom/specific version, we don't want plugins from $NIX_PROFILES to mess things up by having higher priority. Bjørn Forsman2016-11-061-2/+2
* gst_python: use python2•••print statement Frederik Rietdijk2016-10-181-2/+2
* gst-plugins: Fix misuse of lib.optional•••This adds a list containing 'libpulseaudio' to buildInputs. Tuomas Tynkkynen2016-10-021-1/+1
* gst-plugins-base: Use multiple outputsEelco Dolstra2016-09-291-0/+2
* gstreamer: Use multiple outputsEelco Dolstra2016-09-291-0/+2
* gstreamer python: do not use top-level python packagesFrederik Rietdijk2016-09-251-3/+5
* gst-python: do not use top-level python packagesFrederik Rietdijk2016-09-251-3/+4
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-121-2/+2
* Disable bunch of non-compiling packages on Darwin•••These ones have a "Last successful build" timestamp in the 2014s or 2015s. Presumably no one will notice if we now stop building them. softether_4_18 2015-09-20 http://hydra.nixos.org/build/39418483 lensfun 2014-09-30 http://hydra.nixos.org/build/39394104 net_snmp 2015-09-20 http://hydra.nixos.org/build/39410553 djview 2015-08-11 http://hydra.nixos.org/build/39413233 libmusicbrainz2 2015-09-20 http://hydra.nixos.org/build/39410106 fox_1_6 2014-05-07 http://hydra.nixos.org/build/39410858 libofx 2015-09-24 http://hydra.nixos.org/build/39423507 yacas 2014-09-30 http://hydra.nixos.org/build/39393150 iomelt 2014-09-30 http://hydra.nixos.org/build/39408486 softether 2015-09-20 http://hydra.nixos.org/build/39425800 mp4v2 2014-09-30 http://hydra.nixos.org/build/39421899 virtuoso7 2014-09-21 http://hydra.nixos.org/build/39415206 man_db 2015-04-23 http://hydra.nixos.org/build/39404236 libdiscid 2014-09-30 http://hydra.nixos.org/build/39412202 zabbix22.agent 2014-09-21 http://hydra.nixos.org/build/39412149 vidalia 2015-08-06 http://hydra.nixos.org/build/39411500 libmtp 2015-09-20 http://hydra.nixos.org/build/39419199 wxGTK29 2015-09-20 http://hydra.nixos.org/build/39415296 ncmpcpp 2015-11-06 http://hydra.nixos.org/build/39404455 libtorrent 2014-09-21 http://hydra.nixos.org/build/39394646 shishi 2014-03-21 http://hydra.nixos.org/build/39418874 ocaml_3_12_1 2014-09-30 http://hydra.nixos.org/build/39392996 djview4 2015-08-11 http://hydra.nixos.org/build/39427799 vimNox 2014-05-23 http://hydra.nixos.org/build/39397012 ttfautohint 2015-08-06 http://hydra.nixos.org/build/39398330 libraw 2015-09-24 http://hydra.nixos.org/build/39402271 wxGTK30 2015-09-20 http://hydra.nixos.org/build/39401871 sbcl_1_2_5 2015-09-20 http://hydra.nixos.org/build/39426091 prover9 2014-09-30 http://hydra.nixos.org/build/39406476 rcs 2015-08-25 http://hydra.nixos.org/build/39392037 gpac 2015-09-24 http://hydra.nixos.org/build/39399470 virtuoso6 2014-09-30 http://hydra.nixos.org/build/39398651 xlslib 2015-09-24 http://hydra.nixos.org/build/39410387 ucommon 2015-03-27 http://hydra.nixos.org/build/39414040 commoncpp2 2014-09-30 http://hydra.nixos.org/build/39420117 virtuoso 2014-09-21 http://hydra.nixos.org/build/39399978 miniHttpd 2014-09-30 http://hydra.nixos.org/build/39392925 mpack 2014-09-26 http://hydra.nixos.org/build/39399535 nbd 2014-09-26 http://hydra.nixos.org/build/39401367 newsbeuter-dev 2014-07-29 http://hydra.nixos.org/build/39406259 gimp_2_8 2015-09-20 http://hydra.nixos.org/build/39436271 gimp 2015-09-20 http://hydra.nixos.org/build/39435976 zabbix20.agent 2014-09-30 http://hydra.nixos.org/build/39393242 gst_all_1.gst-plugins-good 2015-09-20 http://hydra.nixos.org/build/39408506 ocaml_4_00_1 2014-09-30 http://hydra.nixos.org/build/39399526 inadyn 2014-09-30 http://hydra.nixos.org/build/39426389 gst_all_1.gst-plugins-bad 2015-09-20 http://hydra.nixos.org/build/39392970 zabbix.agent 2014-09-30 http://hydra.nixos.org/build/39421412 cmake-2_8 2015-09-24 http://hydra.nixos.org/build/39399443 liblastfm 2015-08-06 http://hydra.nixos.org/build/39421812 newsbeuter 2014-07-29 http://hydra.nixos.org/build/39396605 sdcv 2014-09-26 http://hydra.nixos.org/build/39412928 Tuomas Tynkkynen2016-09-012-2/+2
* Merge staging into master•••Brings in: - changed output order for multiple outputs: https://github.com/NixOS/nixpkgs/pull/14766 - audit disabled by default https://github.com/NixOS/nixpkgs/pull/17916 Conflicts: pkgs/development/libraries/openldap/default.nix Tuomas Tynkkynen2016-09-0113-13/+13
|\
| * treewide: Shuffle outputs•••Make either 'bin' or 'out' the first output. Tuomas Tynkkynen2016-08-2913-13/+13
* | gst_plugins_good: fix minimalDeps buildNikolay Amiantov2016-08-311-5/+5
|/
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-08-034-0/+4
|\
| * treewide: Add lots of meta.platforms•••Build-tested on x86_64 Linux & Mac. Tuomas Tynkkynen2016-08-024-0/+4
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-07-251-2/+2
|\|
| * gst-python: 1.8.1 -> 1.8.2•••Aligns version numbers with the rest of GStreamer in nixpkgs. Bjørn Forsman2016-07-251-2/+2
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-07-158-16/+16
|\|
| * gst-*: maintenance 1.8.1 -> 1.8.2•••For now I left *-vaapi out, as the jump would be larger, simple update isn't enough, and it's unreferenced in nixpkgs. Vladimír Čunát2016-07-098-16/+16
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-06-109-18/+18
|\|
| * gstreamer: 1.8.0 -> 1.8.1 (bugfixes)•••Release notes: https://gstreamer.freedesktop.org/releases/gstreamer/1.8.1.html Tested with nox-review; this change does not introduce build breakage. Bjørn Forsman2016-05-309-18/+18
* | Merge remote-tracking branch 'origin/master' into hardened-stdenvFranz Pletz2016-05-1813-3/+46
|\|
| * gstreamer: add ttuegel to maintainersThomas Tuegel2016-05-091-0/+1
| * gstreamer: Fix multiple outputs split•••- Explicitly moving the files breaks them, because the wrappers reference the files by absolute path. Also this automatically moves the manpages to $dev as well. - Need to explicitly set --exec-prefix since the pkgconfig file has `toolsdir=${exec_prefix}/bin`, breaking totem: http://hydra.nixos.org/build/34980617/nixlog/1/raw ```` checking for BACKEND_TEST... yes checking GStreamer 1.0 inspection tool... no configure: error: Cannot find required GStreamer-1.0 tool 'gst-inspect-1.0'. It should be part of gstreamer-1_0-utils. Please install it. builder for ‘/nix/store/npq2ihlsdniv4j3wbyparq9byjxqdi15-totem-3.18.1.drv’ failed with exit code 1 ```` While at it, enable parallel build. Tuomas Tynkkynen2016-04-271-1/+7
| * gstreamer-1.0: multiple outputsThomas Tuegel2016-04-2513-3/+39