From owner-svn-ports-all@FreeBSD.ORG Tue May 12 18:24:03 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9CEA5DC1; Tue, 12 May 2015 18:24:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A8A4132E; Tue, 12 May 2015 18:24:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4CIO3fK014260; Tue, 12 May 2015 18:24:03 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4CIO3Ft014259; Tue, 12 May 2015 18:24:03 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201505121824.t4CIO3Ft014259@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Tue, 12 May 2015 18:24:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386165 - head/multimedia/obs-studio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2015 18:24:03 -0000 Author: kmoore Date: Tue May 12 18:24:02 2015 New Revision: 386165 URL: https://svnweb.freebsd.org/changeset/ports/386165 Log: - Add missing LIB_DEPENDS for audio/libfdk-aac Modified: head/multimedia/obs-studio/Makefile Modified: head/multimedia/obs-studio/Makefile ============================================================================== --- head/multimedia/obs-studio/Makefile Tue May 12 18:23:41 2015 (r386164) +++ head/multimedia/obs-studio/Makefile Tue May 12 18:24:02 2015 (r386165) @@ -13,7 +13,8 @@ LIB_DEPENDS= libsysinfo.so:${PORTSDIR}/d libx264.so:${PORTSDIR}/multimedia/libx264 \ libv4l2.so:${PORTSDIR}/multimedia/libv4l \ libpulse.so:${PORTSDIR}/audio/pulseaudio \ - libavcodec.so:${PORTSDIR}/multimedia/ffmpeg + libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ + libfdk-aac.so:${PORTSDIR}/audio/fdk-aac BUILD_DEPENDS= v4l_compat>=0:${PORTSDIR}/multimedia/v4l_compat USE_XORG= x11 xcomposite xdamage xrender