summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-01-16 15:37:53 -0500
committerVincent Grande2021-01-16 15:37:53 -0500
commit9fb4a8e5be29bd1d11df9f2da7694154d0f10c85 (patch)
tree204aabdfb3e8732fd199089c2cfc29b7958e77f3
parent930dfedadd70a761580501021a286fef71446c28 (diff)
downloadaur-9fb4a8e5be29bd1d11df9f2da7694154d0f10c85.tar.gz
depends fixes
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c35998cf726..67fe61fa22db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,21 +8,14 @@ pkgbase = pulseaudio-nosystemd-minimal-git
makedepends = git
makedepends = attr
makedepends = rtkit
- makedepends = libasyncns
+ makedepends = libcap
makedepends = tdb
makedepends = intltool
makedepends = dconf
- makedepends = libcap
makedepends = orc
makedepends = check
makedepends = meson
makedepends = speexdsp
- depends = libltdl
- depends = rtkit
- depends = tdb
- depends = orc
- depends = libsndfile
- depends = speexdsp
optdepends = alsa-plugins: ALSA support
optdepends = pulseaudio-alsa: ALSA configuration (recommended)
options = !emptydirs
@@ -38,6 +31,8 @@ pkgname = pulseaudio-nosystemd-minimal-git
depends = libltdl
depends = tdb
depends = orc
+ depends = speexdsp
+ depends = libpulse
optdepends = pulseaudio-alsa: ALSA configuration (recommended)
provides = pulseaudio
conflicts = pulseaudio
@@ -54,6 +49,7 @@ pkgname = libpulse-nosystemd-minimal-git
depends = libxcb
depends = libsm
depends = libsndfile
+ optdepends = glib2: mainloop integration
provides = libpulse.so
provides = libpulse-simple.so
provides = libpulse-mainloop-glib.so
diff --git a/PKGBUILD b/PKGBUILD
index a54865abc7eb..7d0bcf344883 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,9 +16,8 @@ pkgrel=1
arch=(x86_64)
url="https://www.freedesktop.org/wiki/Software/PulseAudio/"
license=(GPL)
-depends=("libltdl" "rtkit" "tdb" "orc" "libsndfile" "speexdsp")
-makedepends=("git" "attr" "rtkit" "libasyncns"
- "tdb" "intltool" "dconf" "libcap"
+makedepends=("git" "attr" "rtkit" "libcap"
+ "tdb" "intltool" "dconf"
"orc" "check" "meson" "speexdsp")
optdepends=("alsa-plugins: ALSA support"
"pulseaudio-alsa: ALSA configuration (recommended)")
@@ -89,7 +88,7 @@ _pick() {
}
package_pulseaudio-nosystemd-minimal-git() {
- depends=(rtkit libltdl tdb orc)
+ depends=(rtkit libltdl tdb orc speexdsp libpulse)
optdepends=('pulseaudio-alsa: ALSA configuration (recommended)')
backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
provides=(pulseaudio)
@@ -133,6 +132,7 @@ package_pulseaudio-nosystemd-minimal-git() {
package_libpulse-nosystemd-minimal-git() {
pkgdesc="$pkgdesc (client library)"
depends=(libcap libxcb libsm libsndfile)
+ optdepends=('glib2: mainloop integration')
provides=(libpulse{,-simple,-mainloop-glib}.so libpulse)
conflicts=(libpulse)
license=(LGPL)