| Commit message (Expand) | Author | Age | Files | Lines |
| * | pipewire: 0.3.15 -> 0.3.16•••This release replaces the libpulseaudio shim with a pipewire module that acts as a fake pulseaudio server along with a systemd service that loads that module on demand.
| Jan Solanti | 2020-11-23 | 2 | -15/+33 |
| * | pipewire: Fix screen sharing with Chromium (#104504)•••See https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/270.
E.g. Fedora and Arch have already backported that patch.
This avoids errors like:
Chromium: [E][module-protocol-native.c:562 on_remote_data()] protocol-native 0x33df5483c780: got connection error
pipewire[1168]: [E][000002106.051912][module-protocol-native.c:305 connection_data()] protocol-native 0x1b96900: client 0x1d084f0 error -22 (Invalid argument)
I've successfully tested screen sharing with Chromium 87.0.4280.66.
cc https://github.com/NixOS/nixpkgs/issues/91218 | Michael Weiss | 2020-11-21 | 1 | -0/+5 |
| * | Merge master into staging-next | Frederik Rietdijk | 2020-11-06 | 1 | -9/+2 |
| |\ |
|
| | * | pipewire: 0.3.13 -> 0.3.15 | Bruno Bigras | 2020-11-05 | 1 | -9/+2 |
| * | | pipewire_0_2: use ffmpeg_4 | WORLDofPEACE | 2020-10-24 | 1 | -2/+2 |
| |/ |
|
| * | pipewire: update to 0.3.13 | Nathaniel Glen | 2020-10-23 | 1 | -2/+2 |
| * | pipewire: cleanup path testing | Nathaniel Glen | 2020-10-23 | 1 | -13/+16 |
| * | pipewire: remove pulseaudio references•••This replaces the temporary RPATH fix with the new upstream patch from
jtojnar. It also removes the reference to the dev output.
| Nathaniel Glen | 2020-10-23 | 1 | -6/+13 |
| * | pipewire: use meson options for installed_tests | Nathaniel Glen | 2020-10-23 | 2 | -6/+18 |
| * | pipewire: update to 0.3.12 | Nathaniel Glen | 2020-10-23 | 1 | -23/+24 |
| * | pipewire: remove old tests | Nathaniel Glen | 2020-09-19 | 1 | -2/+0 |
| * | pipewire: update to 0.3.11 | Nathaniel Glen | 2020-09-19 | 1 | -2/+2 |
| * | pipewire: remove direct dependency on PulseAudio•••Since PulseAudio is required as a build input, the libraries mistakenly
reference the original libpulse.so rather than the custom one.
| Nathaniel Glen | 2020-09-19 | 1 | -0/+8 |
| * | pipewire: split pulse and jack emulation out•••This splits PulseAudio and JACK emulation into separate outputs. Doing
so provides a number of benefits.
First it fixes pw-pulse and pw-jack. Prior to this they pointed to bogus
locations because the environment variables were not evaluated.
Technically fixing this only requires setting libpulse-path and
libjack-path to any absolute path not necessarily separate outputs but
it comes as a nice result.
Secondly it allows overriding libpulseaudio with pipewire.pulse in many
packages. This is possible because the new outputs have a more standard
layout.
| Nathaniel Glen | 2020-09-19 | 1 | -1/+11 |
| * | pipewire: add testing•••This adds two tests. One is for whether the paths used by the module are
present, while the other is for testing functionality of PipeWire
itself. This is done with the recent addition of installed tests by
upstream.
| Nathaniel Glen | 2020-09-19 | 3 | -1/+62 |
| * | pipewire: 0.3.7 -> 0.3.9•••Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
| Nathaniel Glen | 2020-09-19 | 2 | -3/+25 |
| * | pipewire: 0.3.6 -> 0.3.7 | zimbatm | 2020-07-22 | 1 | -9/+2 |
| * | treewide: use ffmpeg_3 explicitly if not wanted otherwise•••After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
| Doron Behar | 2020-06-12 | 2 | -4/+4 |
| * | pipewire: apply patch providing absolute path to pipewire-media-session•••So pipewire-daemon is able to locate pipewire-media-session (which it's
executing).
Context: https://github.com/NixOS/nixpkgs/issues/89528#issuecomment-640013433
| Florian Klink | 2020-06-10 | 1 | -0/+8 |
| * | pipewire: 0.3.5 -> 0.3.6•••should fix bad v0 clients, such as google-chrome-stable etc:
https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/014e48c1f1c47404653f597e500314cbf021056d
| Florian Klink | 2020-06-10 | 1 | -2/+2 |
| * | pipewire_0_2: move from 2.nix to 0.2.nix•••This wrongly suggests there's a 2.x version.
| Florian Klink | 2020-06-06 | 1 | -0/+0 |
| * | treewide: replace base64 encoded hashes | Daiderd Jordan | 2020-06-03 | 1 | -1/+1 |
| * | pipewire: 0.3.2 → 0.3.5•••https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/002bcae856fbd9b11a1fa8c7a011a61b7de5f42a
https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/33398d7de83fad1c67c691e0712e3e0108c5e966
https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/ba215efed0da8d6c9f3f2414d76a8e2c75352501
| Jan Tojnar | 2020-05-16 | 1 | -10/+2 |
| * | pipewire: patch for SIGILL in fmt-ops•••Hydra run tests are failing with SIGILL, see [1] , import the upstream
patch to fix the issue. Presumably not all hydra runners have the same
instruction extensions, this should fix the tests on those without AVX2.
[1]: https://hydra.nixos.org/build/117012754
| Rouven Czerwinski | 2020-04-25 | 1 | -0/+8 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 2 | -2/+2 |
| * | pipewire: 0.3.1 → 0.3.2•••https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/f0f3a0a66032cf693a979dae6187cac07fa353ee
| Jan Tojnar | 2020-04-09 | 1 | -2/+2 |
| * | pipewire: Add back 0.2.7 | Tor Hedin Brønner | 2020-03-24 | 1 | -0/+49 |
| * | pipewire: 0.2.7 -> 0.3.1•••* license is now mit [0]
https://gitlab.freedesktop.org/pipewire/pipewire/-/blob/0.3.0/NEWS
[0]: https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/85f2e93c546816a5cbb218c271aa18210bd9b64a
| worldofpeace | 2020-03-24 | 1 | -9/+19 |
| * | pipewire: format | worldofpeace | 2020-03-04 | 1 | -10/+44 |
| * | pipewire: 0.2.6 -> 0.2.7•••Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pipewire/versions
| R. RyanTM | 2019-10-07 | 1 | -2/+2 |
| * | pipewire: 0.2.5 -> 0.2.6•••Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pipewire/versions
| R. RyanTM | 2019-06-02 | 1 | -8/+7 |
| * | pipewire: 0.2.3 → 0.2.5 | Jan Tojnar | 2018-12-30 | 1 | -3/+3 |
| * | pipewire: 0.1.9 -> 0.2.3•••I also removed pipewire from mutter temporarily, since it is not compatible.
| Tor Hedin Brønner | 2018-09-14 | 1 | -7/+7 |
| * | Revert "treewide: remove placeholder usage"•••This reverts commit 025881c23649b1c99930081ec9dc6b9fcd04afb4.
| Jan Tojnar | 2018-08-30 | 1 | -1/+1 |
| * | treewide: remove aliases in nixpkgs•••This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.
Misc...
- qtikz: use libsForQt5.callPackage
This ensures we get the right poppler.
- rewrites:
docbook5_xsl -> docbook_xsl_ns
docbook_xml_xslt -> docbook_xsl
diffpdf: fixup
| Matthew Bauer | 2018-07-18 | 1 | -2/+2 |
| * | treewide: remove placeholder usage•••Temporary compatibility fix, continuation of https://github.com/NixOS/nixpkgs/pull/37860
| Jan Tojnar | 2018-03-28 | 1 | -1/+1 |
| * | Merge pull request #37752 from ryantm/fix-urls•••treewide: use more HTTPS URLs | Matthew Justin Bauer | 2018-03-25 | 1 | -1/+1 |
| |\ |
|
| | * | treewide: use more HTTPS URLs•••Uses the HTTPS url for cases where the existing URL has a permanent
redirect. For each domain, at least one fixed derivation URL was
downloaded to test the domain is properly serving downloads.
Also fixes jbake source URL, which was broken.
| Ryan Mulligan | 2018-03-24 | 1 | -1/+1 |
| * | | pipewire: clean up | Jan Tojnar | 2018-03-22 | 2 | -12/+2 |
| |/ |
|
| * | treewide: s/xlibs/xorg/g (#36889) | volth | 2018-03-13 | 1 | -2/+2 |
| * | pipewire: 0.1.8 → 0.1.9 | Jan Tojnar | 2018-02-27 | 1 | -4/+9 |
| * | pipewire: init at 0.1.8 | Jan Tojnar | 2018-02-01 | 2 | -0/+55 |