1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

- 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
This commit is contained in:
Ruslan Makhmatkhanov 2012-04-08 07:55:38 +00:00
parent f63cd50b02
commit 98780100bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294367

View File

@ -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