diff options
author | rm <rm@FreeBSD.org> | 2012-04-08 15:55:38 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-04-08 15:55:38 +0800 |
commit | 7e7af17d774a56faf1b97d7762ca077ee57037e2 (patch) | |
tree | 3c6d82eaa4eaf612e5b185556a10d8a6ac61a2fc /audio | |
parent | dd763d744f505b4265fa08d985ff909fbb89cd3b (diff) | |
download | freebsd-ports-gnome-7e7af17d774a56faf1b97d7762ca077ee57037e2.tar.gz freebsd-ports-gnome-7e7af17d774a56faf1b97d7762ca077ee57037e2.tar.zst freebsd-ports-gnome-7e7af17d774a56faf1b97d7762ca077ee57037e2.zip |
- fix build when GSTREAMER option is enabled
- no PORTREVISION bump, because it's not default
PR: 166688
Submitted by: Mykola Dzham <i at levsha dot me> (maintainer)
Feature safe: yes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/liquidsoap/Makefile | 5 |
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 |