Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
13.99.2+22+ga9c6d43b7-1
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@399000 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
heftig authored and svntogit committed Oct 29, 2020
1 parent 6fe9560 commit eb80243
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions trunk/PKGBUILD
Expand Up @@ -3,16 +3,16 @@
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/"
license=(GPL) 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")
sha256sums=('SKIP') sha256sums=('SKIP')


Expand Down Expand Up @@ -54,7 +54,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'
Expand Down Expand Up @@ -129,7 +129,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)
Expand Down Expand Up @@ -181,7 +182,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"
} }
Expand Down

0 comments on commit eb80243

Please sign in to comment.