From owner-svn-ports-all@freebsd.org Tue Mar 27 11:10:58 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 33687F6EC7B; Tue, 27 Mar 2018 11:10:58 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D94837E0AD; Tue, 27 Mar 2018 11:10:57 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D41841B3D2; Tue, 27 Mar 2018 11:10:57 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2RBAvPH061561; Tue, 27 Mar 2018 11:10:57 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2RBAvP8061560; Tue, 27 Mar 2018 11:10:57 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201803271110.w2RBAvP8061560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Tue, 27 Mar 2018 11:10:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465688 - head/multimedia/ffmpeg X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/multimedia/ffmpeg X-SVN-Commit-Revision: 465688 X-SVN-Commit-Repository: ports 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.25 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, 27 Mar 2018 11:10:58 -0000 Author: jhale Date: Tue Mar 27 11:10:57 2018 New Revision: 465688 URL: https://svnweb.freebsd.org/changeset/ports/465688 Log: Update the placeholders for the MYSOFA option to use audio/libmysofa (added in r461283). Minor sorting of options descriptions. Reviewed by: jbeich Differential Revision: https://reviews.freebsd.org/D14276 Modified: head/multimedia/ffmpeg/Makefile Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Tue Mar 27 10:57:06 2018 (r465687) +++ head/multimedia/ffmpeg/Makefile Tue Mar 27 11:10:57 2018 (r465688) @@ -40,11 +40,6 @@ OPTIONS_DEFAULT= FFSERVER FONTCONFIG FREETYPE FREI0R G OPENCV OPTIMIZED_CFLAGS OPUS RTCPU THEORA V4L VAAPI VDPAU \ VORBIS VPX X264 X265 XVID -.if !exists(${.CURDIR:H:H}/science/libmysofa) -# https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/2336c76b2246 -OPTIONS_EXCLUDE+= MYSOFA -.endif - OPTIONS_RADIO= RTMP SSL OPTIONS_RADIO_RTMP= GCRYPT GMP LIBRTMP OPTIONS_RADIO_SSL= GNUTLS OPENSSL @@ -70,8 +65,8 @@ GPL3_DESC= Allow (L)GPL version 3 code(cs) ILBC_DESC= Internet Low Bit Rate codec KVAZAAR_DESC= H.265 video codec support via Kvazaar LICENSE_DESC= Licensing options -NEON_DESC= Media Processing Engine instructions MYSOFA_DESC= SOFAlizer binaural filter +NEON_DESC= Media Processing Engine instructions NONFREE_DESC= Allow use of nonfree code OPENH264_DESC= H.264 video codec support via OpenH264 RUBBERBAND_DESC=Time-stretching and pitch-shifting with librubberband @@ -245,7 +240,7 @@ MODPLUG_LIB_DEPENDS= libmodplug.so:audio/libmodplug MODPLUG_CONFIGURE_ENABLE= libmodplug # mysofa -MYSOFA_LIB_DEPENDS= libmysofa.so:science/libmysofa +MYSOFA_LIB_DEPENDS= libmysofa.so:audio/libmysofa MYSOFA_CONFIGURE_ENABLE= libmysofa # OpenAL