From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 6 06:50:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17AB3106564A for ; Fri, 6 Apr 2012 06:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E39648FC1A for ; Fri, 6 Apr 2012 06:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q366oB1H053071 for ; Fri, 6 Apr 2012 06:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q366oBdd053070; Fri, 6 Apr 2012 06:50:11 GMT (envelope-from gnats) Resent-Date: Fri, 6 Apr 2012 06:50:11 GMT Resent-Message-Id: <201204060650.q366oBdd053070@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mykola Dzham Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 003A3106566C for ; Fri, 6 Apr 2012 06:43:04 +0000 (UTC) (envelope-from i@levsha.me) Received: from expo.ukrweb.net (mail.univua.net [91.202.128.78]) by mx1.freebsd.org (Postfix) with ESMTP id A27F18FC0C for ; Fri, 6 Apr 2012 06:43:04 +0000 (UTC) Received: from [46.200.216.178] (helo=laptop.levsha.me) by expo.ukrweb.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1SG2su-00078i-GT for FreeBSD-gnats-submit@freebsd.org; Fri, 06 Apr 2012 09:43:03 +0300 Received: from levsha by laptop.levsha.me with local (Exim 4.77 (FreeBSD)) (envelope-from ) id 1SG2sn-0002Mm-R1 for FreeBSD-gnats-submit@freebsd.org; Fri, 06 Apr 2012 09:42:53 +0300 Message-Id: Date: Fri, 06 Apr 2012 09:42:53 +0300 From: Mykola Dzham Sender: Mykola Dzham To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/166688: [MAINTAINER] audio/liquidsoap: fix typo in gstremaer option X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Apr 2012 06:50:12 -0000 >Number: 166688 >Category: ports >Synopsis: [MAINTAINER] audio/liquidsoap: fix typo in gstremaer option >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Apr 06 06:50:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Mykola Dzham >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD laptop.levsha.me 10.0-CURRENT FreeBSD 10.0-CURRENT #5 r233856M: Wed Apr 4 18:58:39 >Description: Fix typo in GSTREAMER option. Add required dependency. Generated with FreeBSD Port Tools 0.99_4 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- liquidsoap-1.0.0_1.patch begins here --- ? .git 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 6 Apr 2012 06:40:44 -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,7 @@ 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 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 --- liquidsoap-1.0.0_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: