[arch-commits] Commit in pulseaudio/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Dec 18 20:28:51 UTC 2012


    Date: Tuesday, December 18, 2012 @ 15:28:51
  Author: heftig
Revision: 173314

Make sbc a normal dependency. It's not big, and missing it causes crashes when attempting to use bluetooth

Modified:
  pulseaudio/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-18 19:57:25 UTC (rev 173313)
+++ PKGBUILD	2012-12-18 20:28:51 UTC (rev 173314)
@@ -8,7 +8,7 @@
 pkgname=(pulseaudio libpulse)
 pkgdesc="A featureful, general-purpose sound server"
 pkgver=3.0
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/wiki/Software/PulseAudio"
 license=(GPL LGPL)
@@ -43,10 +43,9 @@
 
 package_pulseaudio() {
   depends=("libpulse=$pkgver-$pkgrel" rtkit libltdl speex tdb udev fftw orc
-           libsamplerate webrtc-audio-processing systemd)
+           libsamplerate webrtc-audio-processing systemd sbc)
   optdepends=('avahi: zeroconf support'
               'bluez: bluetooth support'
-              'sbc: bluetooth support'
               'gconf: configuration through gconf (paprefs)'
               'jack: jack support'
               'lirc-utils: infra-red support'




More information about the arch-commits mailing list