Merge pull request #106990 from jansol/pipewire

pipewire: 0.3.17 -> 0.3.18
This commit is contained in:
Gabriel Ebner 2020-12-16 12:53:22 +01:00 committed by GitHub
commit cd75006f1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@
, nixosTests , nixosTests
, gstreamerSupport ? true, gst_all_1 ? null , gstreamerSupport ? true, gst_all_1 ? null
, ffmpegSupport ? true, ffmpeg ? null , ffmpegSupport ? true, ffmpeg ? null
, bluezSupport ? true, bluez ? null, sbc ? null , bluezSupport ? true, bluez ? null, sbc ? null, libopenaptx ? null, ldacbt ? null
, nativeHspSupport ? true , nativeHspSupport ? true
, ofonoSupport ? true , ofonoSupport ? true
, hsphfpdSupport ? true , hsphfpdSupport ? true
@ -39,7 +39,7 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "pipewire"; pname = "pipewire";
version = "0.3.17"; version = "0.3.18";
outputs = [ outputs = [
"out" "out"
@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
owner = "pipewire"; owner = "pipewire";
repo = "pipewire"; repo = "pipewire";
rev = version; rev = version;
sha256 = "1gzdahji23fsgjycc08h7zzv8filmzdrkyvpkljc881l4cb5l58n"; sha256 = "1yghhgs18yqrnd0b2r75l5n8yng962r1wszbsi01v6i9zib3jc9g";
}; };
patches = [ patches = [
@ -91,7 +91,7 @@ stdenv.mkDerivation rec {
systemd systemd
] ++ lib.optionals gstreamerSupport [ gst_all_1.gst-plugins-base gst_all_1.gstreamer ] ] ++ lib.optionals gstreamerSupport [ gst_all_1.gst-plugins-base gst_all_1.gstreamer ]
++ lib.optional ffmpegSupport ffmpeg ++ lib.optional ffmpegSupport ffmpeg
++ lib.optionals bluezSupport [ bluez sbc ]; ++ lib.optionals bluezSupport [ bluez libopenaptx ldacbt sbc ];
mesonFlags = [ mesonFlags = [
"-Ddocs=true" "-Ddocs=true"