pipewire: update to 0.3.12
This commit is contained in:
parent
5846c9dde7
commit
a9365b3895
1 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'pipewire'
|
||||
pkgname=pipewire
|
||||
version=0.3.6
|
||||
version=0.3.12
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Dman=true -Dgstreamer=true -Ddocs=true -Dsystemd=false
|
||||
-Dbluez5=true -Dffmpeg=true -Dpipewire-alsa=true -Dpipewire-jack=true
|
||||
-Dpipewire-pulseaudio=true"
|
||||
-Dpipewire-pulseaudio=true -Dudevrulesdir=/usr/lib/udev/rules.d"
|
||||
hostmakedepends="doxygen graphviz pkg-config xmltoman"
|
||||
makedepends="SDL2-devel ffmpeg-devel gst-plugins-base1-devel jack-devel
|
||||
sbc-devel v4l-utils-devel libva-devel libbluetooth-devel"
|
||||
|
@ -15,7 +15,7 @@ license="MIT"
|
|||
homepage="https://pipewire.org/"
|
||||
changelog="https://gitlab.freedesktop.org/pipewire/pipewire/-/raw/master/NEWS"
|
||||
distfiles="https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/${version}/pipewire-${version}.tar.gz"
|
||||
checksum=927301640f87d68e52f4480667977bc6f47186ee7877f7aa86ce9172ff144edc
|
||||
checksum=98c71228aad2f8443e73a524106f32ca9a74e13c2bf55b65b1e06b72325892cd
|
||||
conf_files="/etc/pipewire/pipewire.conf"
|
||||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
|
@ -151,7 +151,6 @@ libjack-pipewire_package() {
|
|||
}
|
||||
|
||||
pipewire-doc_package() {
|
||||
archs=noarch
|
||||
short_desc+=" - documentation"
|
||||
pkg_install() {
|
||||
vmove usr/share/doc
|
||||
|
|
Loading…
Reference in a new issue