diff options
author | crocket <crockabiscuit@gmail.com> | 2011-11-15 16:29:27 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-11-26 09:08:07 -0600 |
commit | 1d4433cbf26625d8b4c9e0dfce786eb4349c8954 (patch) | |
tree | 22035909f68a87c948d23c8e03f6aeb6826fd646 /audio | |
parent | efd3cdc37ea38162383a272d0cc88483c2a3a9e3 (diff) |
audio/pulseaudio: Add json-c as a dep, remove old patch.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pulseaudio/README | 2 | ||||
-rw-r--r-- | audio/pulseaudio/pulseaudio-0.9.23.diff | 21 |
2 files changed, 1 insertions, 22 deletions
diff --git a/audio/pulseaudio/README b/audio/pulseaudio/README index 1644d4cfa5f7..f1b1726f0b7e 100644 --- a/audio/pulseaudio/README +++ b/audio/pulseaudio/README @@ -8,7 +8,7 @@ Pulseaudio will need a pulse group/user to run. You can add one with or something similar. See http://slackbuilds.org/uid_gid.txt for details on the gid and uid assignments. -Requires: speex +Requires: speex, json-c Optional: jack-audio-connection-kit, avahi, lirc, libasyncns, GConf Available build option(s) : ORC=yes diff --git a/audio/pulseaudio/pulseaudio-0.9.23.diff b/audio/pulseaudio/pulseaudio-0.9.23.diff deleted file mode 100644 index f2603d1a53ce..000000000000 --- a/audio/pulseaudio/pulseaudio-0.9.23.diff +++ /dev/null @@ -1,21 +0,0 @@ -diff -Naur pulseaudio-0.9.23-a/configure pulseaudio-0.9.23-b/configure ---- pulseaudio-0.9.23-a/configure 2011-06-24 05:56:32.036894840 +0900 -+++ pulseaudio-0.9.23-b/configure 2011-07-19 03:08:08.234282954 +0900 -@@ -20360,7 +20360,7 @@ - - LIBWRAP_LIBS= - saved_LIBS="$LIBS" --LIBS="$LIBS -lwrap" -+LIBS="$LIBS -lnsl -lwrap" - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tcpwrap library and headers" >&5 - $as_echo_n "checking for tcpwrap library and headers... " >&6; } - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -@@ -20382,7 +20382,7 @@ - - $as_echo "#define HAVE_LIBWRAP /**/" >>confdefs.h - --LIBWRAP_LIBS="-lwrap" -+LIBWRAP_LIBS="-lnsl -lwrap" - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 - $as_echo "yes" >&6; } - else |