From owner-svn-ports-all@freebsd.org Sat Sep 29 10:58:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C74610C368F; Sat, 29 Sep 2018 10:58:48 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C8DB676D39; Sat, 29 Sep 2018 10:58:47 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id B9E4D9D5C; Sat, 29 Sep 2018 10:58:47 +0000 (UTC) From: Jan Beich To: Thomas Zander Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r480897 - in head/multimedia: . vlc3 vlc3/files References: <201809290731.w8T7V8uL014648@repo.freebsd.org> Date: Sat, 29 Sep 2018 12:58:42 +0200 In-Reply-To: <201809290731.w8T7V8uL014648@repo.freebsd.org> (Thomas Zander's message of "Sat, 29 Sep 2018 07:31:08 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Sat, 29 Sep 2018 10:58:48 -0000 Thomas Zander writes: > Author: riggs > Date: Sat Sep 29 07:31:08 2018 > New Revision: 480897 > URL: https://svnweb.freebsd.org/changeset/ports/480897 > > Log: > Add port vor vlc3 until 2.x is deprecated and removed > > Differential Revision: https://reviews.freebsd.org/D14842 multimedia/aom is a new hidden dependency i.e., automatically picked up for runtime if installed. See stage-qa output in https://ptpb.pw/JPFd > +VPX_LIB_DEPENDS= libvpx.so:multimedia/libvpx > +VPX_CONFIGURE_ENABLE= vpx Why only vlc3? --enable-vpx (auto) is supported by vlc 2.x and 3.x.