Homebrew tap for XR (VR/AR/MR) software.
homebrew vr linux oci
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

libpipewire 1.5.81

Signed-off-by: @matrixfurry.com <did:plc:zmjoeu3stwcn44647rhxa44o>

+5 -5
+5 -5
Formula/libpipewire.rb
··· 3 3 class Libpipewire < Formula 4 4 desc "User space API to deal with multimedia pipelines (libraries only)" 5 5 homepage "https://pipewire.org/" 6 - version "1.4.9" 6 + version "1.5.81" 7 7 url "https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/#{version}/pipewire-#{version}.tar.gz" 8 - sha256 "8066a7b220069e4c6e3b02bd2b6ea303bba66df255023c07c99323449ba8fe3c" 8 + sha256 "de3dd453dab79f0dce9f6b1e483c280467f04b4d7cc09550727ab3623cbda162" 9 9 license "MIT" 10 10 11 11 bottle do 12 - root_url "https://gitlab.com/api/v4/projects/75293878/packages/generic/libpipewire/1.4.9" 13 - sha256 x86_64_linux: "671de244ab986373f03f932841ffc5d817f7e653f23f00a924694fc8f4de8ec9" 12 + root_url "https://gitlab.com/api/v4/projects/75293878/packages/generic/libpipewire/1.5.81" 13 + sha256 x86_64_linux: "4f66ee72e1ea6f7af88f021f450247c2c70ff0f5b8399b4f5d93b1473d250c72" 14 14 end 15 15 16 16 keg_only "pipewire should be installed from your Linux distro's package manager, this formula is for builds only" ··· 31 31 # NOTE: Does disabling gsettings cause any issues? 32 32 args = %w[ 33 33 -Dexamples=disabled 34 - -Dsystemd=disabled 34 + -Dlibsystemd=disabled 35 35 -Dlogind=disabled 36 36 -Dpipewire-alsa=disabled 37 37 -Dpipewire-jack=disabled