mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/pulseaudio to 13.0-3
This commit is contained in:
parent
956acbaed1
commit
e64625aa63
1 changed files with 5 additions and 1 deletions
|
@ -10,7 +10,7 @@ pkgbase=pulseaudio
|
||||||
pkgname=(pulseaudio libpulse pulseaudio-{zeroconf,lirc,jack,bluetooth,equalizer})
|
pkgname=(pulseaudio libpulse pulseaudio-{zeroconf,lirc,jack,bluetooth,equalizer})
|
||||||
pkgdesc="A featureful, general-purpose sound server"
|
pkgdesc="A featureful, general-purpose sound server"
|
||||||
pkgver=13.0
|
pkgver=13.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://www.freedesktop.org/wiki/Software/PulseAudio/"
|
url="https://www.freedesktop.org/wiki/Software/PulseAudio/"
|
||||||
license=(GPL)
|
license=(GPL)
|
||||||
|
@ -34,6 +34,9 @@ pkgver() {
|
||||||
prepare() {
|
prepare() {
|
||||||
cd pulseaudio
|
cd pulseaudio
|
||||||
|
|
||||||
|
# Freeze version before patching
|
||||||
|
./git-version-gen doesnt-exist >.tarball-version
|
||||||
|
|
||||||
# https://bugs.archlinux.org/task/63755
|
# https://bugs.archlinux.org/task/63755
|
||||||
git apply -3 ../0001-meson-Define-TUNNEL_SINK-for-module-tunnel-sink.patch
|
git apply -3 ../0001-meson-Define-TUNNEL_SINK-for-module-tunnel-sink.patch
|
||||||
|
|
||||||
|
@ -140,6 +143,7 @@ package_pulseaudio() {
|
||||||
package_libpulse() {
|
package_libpulse() {
|
||||||
pkgdesc="$pkgdesc (client library)"
|
pkgdesc="$pkgdesc (client library)"
|
||||||
depends=(dbus libasyncns libcap libxtst libsm libsndfile systemd)
|
depends=(dbus libasyncns libcap libxtst libsm libsndfile systemd)
|
||||||
|
provides=(libpulse{,-simple,-mainloop-glib}.so)
|
||||||
license=(LGPL)
|
license=(LGPL)
|
||||||
backup=(etc/pulse/client.conf)
|
backup=(etc/pulse/client.conf)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue