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.83

Signed-off-by: MatrixFurry <did:plc:zmjoeu3stwcn44647rhxa44o>

+1 -6
+1 -6
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.5.81" 6 + version "1.5.83" 7 7 url "https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/#{version}/pipewire-#{version}.tar.gz" 8 8 sha256 "de3dd453dab79f0dce9f6b1e483c280467f04b4d7cc09550727ab3623cbda162" 9 9 license "MIT" 10 - 11 - bottle do 12 - root_url "https://gitlab.com/api/v4/projects/75293878/packages/generic/libpipewire/1.5.81" 13 - sha256 x86_64_linux: "4f66ee72e1ea6f7af88f021f450247c2c70ff0f5b8399b4f5d93b1473d250c72" 14 - end 15 10 16 11 keg_only "pipewire should be installed from your Linux distro's package manager, this formula is for builds only" 17 12