mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/pipewire to 0.2.2-1
This commit is contained in:
parent
d8175fc297
commit
3d3bb1ea52
1 changed files with 3 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
||||||
# - remove makedepend on valgrind
|
# - remove makedepend on valgrind
|
||||||
|
|
||||||
pkgname=pipewire
|
pkgname=pipewire
|
||||||
pkgver=0.2.0
|
pkgver=0.2.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Server and user space API to deal with multimedia pipelines"
|
pkgdesc="Server and user space API to deal with multimedia pipelines"
|
||||||
url="https://pipewire.org"
|
url="https://pipewire.org"
|
||||||
|
@ -14,7 +14,7 @@ arch=(x86_64)
|
||||||
depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit)
|
depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit)
|
||||||
makedepends=(git meson doxygen graphviz xmltoman)
|
makedepends=(git meson doxygen graphviz xmltoman)
|
||||||
install=pipewire.install
|
install=pipewire.install
|
||||||
_commit=061f2c82b53b2f6632b7b7d583058f683d9cfb86 # tags/0.2.0
|
_commit=327ae5db6ef93724640c4c74664d693d7a530dbe # tags/0.2.2
|
||||||
source=("git+https://github.com/PipeWire/pipewire#commit=$_commit"
|
source=("git+https://github.com/PipeWire/pipewire#commit=$_commit"
|
||||||
unhide-providers.diff)
|
unhide-providers.diff)
|
||||||
sha256sums=('SKIP'
|
sha256sums=('SKIP'
|
||||||
|
@ -47,8 +47,7 @@ build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd build
|
meson test -C build
|
||||||
meson test
|
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue