Fix typo in GSTREAMER option. Add required dependency. Generated with FreeBSD Port Tools 0.99_4 (mode: change, diff: CVS)
Responsible Changed From-To: freebsd-ports-bugs->rm I will take it.
Fixed patch: Index: Makefile =================================================================== RCS file: /zdata/arch/csup/ports/audio/liquidsoap/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 29 Mar 2012 20:11:48 -0000 1.15 +++ Makefile 7 Apr 2012 07:48:00 -0000 @@ -37,7 +37,7 @@ 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,8 @@ 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 Build logs: http://levsha.me/tb/logs/9-STABLE.amd64/liquidsoap-1.0.0_1.log http://levsha.me/tb/logs/9-STABLE.i386/liquidsoap-1.0.0_1.log http://levsha.me/tb/logs/8-STABLE.amd64/liquidsoap-1.0.0_1.log http://levsha.me/tb/logs/8-STABLE.i386/liquidsoap-1.0.0_1.log http://levsha.me/tb/logs/10-HEAD.i386/liquidsoap-1.0.0_1.log http://levsha.me/tb/logs/7-STABLE.amd64/liquidsoap-1.0.0_1.log http://levsha.me/tb/logs/10-HEAD.amd64/liquidsoap-1.0.0_1.log -- LEFT-(UANIC|RIPE) JID: levsha@jabber.net.ua PGP fingerprint: 1BCD 7C80 2E04 7282 C944 B0E0 7E67 619E 4E72 9280
rm 2012-04-08 07:55:38 UTC FreeBSD ports repository Modified files: audio/liquidsoap Makefile Log: - 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 Revision Changes Path 1.16 +4 -1 ports/audio/liquidsoap/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thank you!