aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-04-08 07:55:38 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-04-08 07:55:38 +0000
commit98780100bcf306ad2c52b397c21d7fa1ab1af82f (patch)
treeeba0b821c3705aba81075d3c70a24787f2d37338
parentf63cd50b023fd55cfb3d594b7926f303a0728173 (diff)
Notes
-rw-r--r--audio/liquidsoap/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/liquidsoap/Makefile b/audio/liquidsoap/Makefile
index eb288eb11058..1c211b86cd1e 100644
--- a/audio/liquidsoap/Makefile
+++ b/audio/liquidsoap/Makefile
@@ -37,7 +37,7 @@ OPTIONS= AACPLUS "AAC+ encoding" On \
FESTIVAL "speech synthesis (say)" On \
FLAC "flac format decoding and encoding" Off \
GAVL "converts from and to many formats" Off \
- GSREAMER "used to provide V4l inputs" Off \
+ GSTREAMER "used to provide V4l inputs" Off \
JACK "audio connection kit, designed for low latency" On \
LADSPA "audio plugins providing sound effects" Off \
LO "OSC protocol to have external controls" Off \
@@ -115,6 +115,9 @@ LIB_DEPENDS_ao= ao.4:${PORTSDIR}/audio/libao
BUILD_DEPENDS_dssi= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi
LIB_DEPENDS_faad= faad.2:${PORTSDIR}/audio/faad
LIB_DEPENDS_gavl= gavl.1:${PORTSDIR}/multimedia/gavl
+BUILD_DEPENDS_gstreamer=${LOCALBASE}/lib/ocaml/libcamlidl.a:${PORTSDIR}/lang/ocaml-camlidl
+LIB_DEPENDS_gstreamer= gstreamer-0.10.0:${PORTSDIR}/multimedia/gstreamer \
+ gstapp-0.10.0:${PORTSDIR}/multimedia/gstreamer-plugins
BUILD_DEPENDS_ladspa= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
LIB_DEPENDS_lame= mp3lame.0:${PORTSDIR}/audio/lame
LIB_DEPENDS_mad= mad.2:${PORTSDIR}/audio/libmad