mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/pipewire to 0.3.42-1
This commit is contained in:
parent
a6b2414bba
commit
bcd016d2ac
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
pkgbase=pipewire
|
||||
pkgname=(pipewire alsa-card-profiles pipewire-docs pipewire-alsa pipewire-jack
|
||||
pipewire-pulse gst-plugin-pipewire pipewire-zeroconf pipewire-v4l2)
|
||||
pkgver=0.3.41
|
||||
pkgver=0.3.42
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="Low-latency audio/video router and processor"
|
||||
|
@ -21,7 +21,7 @@ makedepends=(git meson doxygen graphviz python-docutils libpulse
|
|||
bluez-libs sbc libldac libfreeaptx libfdk-aac avahi lilv
|
||||
webrtc-audio-processing)
|
||||
checkdepends=(desktop-file-utils)
|
||||
_commit=717fb64e4e4477b5a3bfb2d6f8def273b52b7259 # tags/0.3.41
|
||||
_commit=3cac296ee09091ef64a3daa1d62529f7c13af0f2 # tags/0.3.42
|
||||
source=("git+https://gitlab.freedesktop.org/pipewire/pipewire.git#commit=$_commit"
|
||||
0001-disable-neon.patch)
|
||||
sha256sums=('SKIP'
|
||||
|
@ -29,7 +29,7 @@ sha256sums=('SKIP'
|
|||
|
||||
pkgver() {
|
||||
cd pipewire
|
||||
git describe --tags | sed 's/-/+/g'
|
||||
git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
|
||||
}
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue