mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/pulseaudio to 13.99.2+22+ga9c6d43b7-1
This commit is contained in:
parent
3a934310ed
commit
3f82a773ef
1 changed files with 7 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
||||||
pkgbase=pulseaudio
|
pkgbase=pulseaudio
|
||||||
pkgname=(pulseaudio libpulse alsa-card-profiles pulseaudio-{zeroconf,lirc,jack,bluetooth,equalizer,rtp})
|
pkgname=(pulseaudio libpulse alsa-card-profiles pulseaudio-{zeroconf,lirc,jack,bluetooth,equalizer,rtp})
|
||||||
pkgdesc="A featureful, general-purpose sound server"
|
pkgdesc="A featureful, general-purpose sound server"
|
||||||
pkgver=13.99.2+13+g7f4d7fcf5
|
pkgver=13.99.2+22+ga9c6d43b7
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://www.freedesktop.org/wiki/Software/PulseAudio/"
|
url="https://www.freedesktop.org/wiki/Software/PulseAudio/"
|
||||||
|
@ -14,8 +14,8 @@ license=(GPL)
|
||||||
makedepends=(libasyncns libcap attr libxtst libsm libsndfile rtkit libsoxr
|
makedepends=(libasyncns libcap attr libxtst libsm libsndfile rtkit libsoxr
|
||||||
speexdsp tdb systemd dbus avahi bluez bluez-libs jack2 sbc
|
speexdsp tdb systemd dbus avahi bluez bluez-libs jack2 sbc
|
||||||
lirc openssl fftw orc gtk3 webrtc-audio-processing check git meson
|
lirc openssl fftw orc gtk3 webrtc-audio-processing check git meson
|
||||||
xmltoman gst-plugins-base-libs)
|
xmltoman)
|
||||||
_commit=7f4d7fcf5f6407913e50604c6195d0d5356195b1 # master
|
_commit=a9c6d43b7ca3ffceab31bc3819903ee8c5de70c5 # master
|
||||||
source=("git+https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git#commit=$_commit"
|
source=("git+https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git#commit=$_commit"
|
||||||
'0001-disable-neon.patch')
|
'0001-disable-neon.patch')
|
||||||
sha256sums=('SKIP'
|
sha256sums=('SKIP'
|
||||||
|
@ -63,7 +63,7 @@ _pick() {
|
||||||
|
|
||||||
package_pulseaudio() {
|
package_pulseaudio() {
|
||||||
depends=("libpulse=$pkgver-$pkgrel" alsa-card-profiles rtkit libltdl speexdsp
|
depends=("libpulse=$pkgver-$pkgrel" alsa-card-profiles rtkit libltdl speexdsp
|
||||||
tdb orc libsoxr webrtc-audio-processing)
|
tdb orc libsoxr webrtc-audio-processing libxtst)
|
||||||
optdepends=('pulseaudio-alsa: ALSA configuration (recommended)'
|
optdepends=('pulseaudio-alsa: ALSA configuration (recommended)'
|
||||||
'pulseaudio-zeroconf: Zeroconf support'
|
'pulseaudio-zeroconf: Zeroconf support'
|
||||||
'pulseaudio-lirc: IR (lirc) support'
|
'pulseaudio-lirc: IR (lirc) support'
|
||||||
|
@ -138,7 +138,8 @@ 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 libxcb libsm libsndfile systemd)
|
||||||
|
optdepends=('glib2: mainloop integration')
|
||||||
provides=(libpulse{,-simple,-mainloop-glib}.so)
|
provides=(libpulse{,-simple,-mainloop-glib}.so)
|
||||||
license=(LGPL)
|
license=(LGPL)
|
||||||
backup=(etc/pulse/client.conf)
|
backup=(etc/pulse/client.conf)
|
||||||
|
@ -190,7 +191,7 @@ package_pulseaudio-equalizer(){
|
||||||
|
|
||||||
package_pulseaudio-rtp(){
|
package_pulseaudio-rtp(){
|
||||||
pkgdesc="RTP and RAOP support for PulseAudio"
|
pkgdesc="RTP and RAOP support for PulseAudio"
|
||||||
depends=("pulseaudio=$pkgver-$pkgrel" gst-plugins-base-libs gst-plugins-good)
|
depends=("pulseaudio=$pkgver-$pkgrel")
|
||||||
|
|
||||||
mv rtp/* "$pkgdir"
|
mv rtp/* "$pkgdir"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue