From 0afa14cb8ee30b1af77922a75837b1f1abe3e221 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sun, 26 Aug 2012 10:07:22 -0500 Subject: [PATCH] audio/pulseaudio: Fixed dep information Signed-off-by: Robby Workman --- audio/pulseaudio/README | 6 ++---- audio/pulseaudio/pulseaudio.info | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/audio/pulseaudio/README b/audio/pulseaudio/README index ccee048922..7c0de995fc 100644 --- a/audio/pulseaudio/README +++ b/audio/pulseaudio/README @@ -5,8 +5,6 @@ for the Enlightened Sound Daemon (ESOUND). Pulseaudio will need a pulse group/user to run. You can add one with # groupadd -g 216 pulse # useradd -u 216 -g pulse -d /var/lib/pulse pulse -or something similar. See http://slackbuilds.org/uid_gid.txt for details -on the gid and uid assignments. +See http://slackbuilds.org/uid_gid.txt for details on the uid/gid assignments. -Requires: speex, json-c -Optional: jack-audio-connection-kit, avahi, lirc, libasyncns, orc +Optional deps: jack-audio-connection-kit, avahi, lirc, libasyncns, orc diff --git a/audio/pulseaudio/pulseaudio.info b/audio/pulseaudio/pulseaudio.info index a353cb2e24..bcd465dc6d 100644 --- a/audio/pulseaudio/pulseaudio.info +++ b/audio/pulseaudio/pulseaudio.info @@ -5,6 +5,6 @@ DOWNLOAD="http://freedesktop.org/software/pulseaudio/releases/pulseaudio-2.0.tar MD5SUM="9bbde657c353fe675c3b693054175a8e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="avahi jack-audio-connection-kit json-c libasyncns lirc orc speex" +REQUIRES="json-c speex" MAINTAINER="drhouse" EMAIL="housegregory299@gmail.com"