mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/pipewire to 0.3.10-1
This commit is contained in:
parent
089dd58074
commit
415db85be5
1 changed files with 3 additions and 6 deletions
|
@ -7,8 +7,8 @@
|
|||
|
||||
pkgbase=pipewire
|
||||
pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa)
|
||||
pkgver=0.3.8
|
||||
pkgrel=2
|
||||
pkgver=0.3.10
|
||||
pkgrel=1
|
||||
pkgdesc="Server and user space API to deal with multimedia pipelines"
|
||||
url="https://pipewire.org"
|
||||
license=(LGPL2.1)
|
||||
|
@ -16,7 +16,7 @@ arch=(x86_64)
|
|||
makedepends=(git meson doxygen graphviz xmltoman jack2 libpulse
|
||||
alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader
|
||||
dbus libsndfile bluez-libs vulkan-headers)
|
||||
_commit=229fad46914a32b621e88e53abd1270c62b0e158 # tags/0.3.8^0
|
||||
_commit=69be14186e20ffaa42c4a635be5da49173c45b97 # tags/0.3.10
|
||||
source=("git+https://github.com/PipeWire/pipewire#commit=$_commit"
|
||||
0001-atomic.patch)
|
||||
sha256sums=('SKIP'
|
||||
|
@ -30,9 +30,6 @@ pkgver() {
|
|||
prepare() {
|
||||
cd $pkgbase
|
||||
|
||||
# Fix infinite loop when disconnecting ALSA device
|
||||
git cherry-pick -n d2452e1340038539bfbe3948fe61fe8a7b214f85
|
||||
|
||||
patch -p1 -i ../0001-atomic.patch
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue