From owner-svn-ports-all@freebsd.org Fri Sep 23 13:14:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B6CBBE7138; Fri, 23 Sep 2016 13:14:45 +0000 (UTC) (envelope-from jbeich@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 mx1.freebsd.org (Postfix) with ESMTPS id 32176A88; Fri, 23 Sep 2016 13:14:45 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8NDEiSw064792; Fri, 23 Sep 2016 13:14:44 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8NDEiKP064789; Fri, 23 Sep 2016 13:14:44 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201609231314.u8NDEiKP064789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 23 Sep 2016 13:14:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422673 - in head: Mk multimedia/ffmpeg multimedia/libx264 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.23 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: Fri, 23 Sep 2016 13:14:45 -0000 Author: jbeich Date: Fri Sep 23 13:14:43 2016 New Revision: 422673 URL: https://svnweb.freebsd.org/changeset/ports/422673 Log: bsd.options.desc.mk: add common OPENCL option description Differential Revision: https://reviews.freebsd.org/D7958 Modified: head/Mk/bsd.options.desc.mk (contents, props changed) head/multimedia/ffmpeg/Makefile (contents, props changed) head/multimedia/libx264/Makefile (contents, props changed) Modified: head/Mk/bsd.options.desc.mk ============================================================================== --- head/Mk/bsd.options.desc.mk Fri Sep 23 13:14:29 2016 (r422672) +++ head/Mk/bsd.options.desc.mk Fri Sep 23 13:14:43 2016 (r422673) @@ -363,6 +363,7 @@ ODF_DESC?= Open Document Format (ODF) f OGG_DESC?= Ogg media format support OPENAL_DESC?= Audio support via OpenAL OPENBLAS_DESC?= OpenBLAS blas implementation +OPENCL_DESC?= Heterogeneous computing via OpenCL OPENCV_DESC?= Computer Vision support via OpenCV OPENEXR_DESC?= HDR image format support via OpenEXR OPENGL_DESC?= 2D/3D rendering support via OpenGL Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Fri Sep 23 13:14:29 2016 (r422672) +++ head/multimedia/ffmpeg/Makefile Fri Sep 23 13:14:43 2016 (r422673) @@ -64,7 +64,6 @@ ILBC_DESC= Internet Low Bit Rate codec LICENSE_DESC= Licensing options NEON_DESC= Enable Media Processing Engine instructions NONFREE_DESC= Allow use of nonfree code -OPENCL_DESC= Heterogeneous computing via OpenCL OPENH264_DESC= H.264 video codec support via OpenH264 QUVI_DESC= Flash media stream URLs RTCPU_DESC= Detect CPU capabilities at runtime Modified: head/multimedia/libx264/Makefile ============================================================================== --- head/multimedia/libx264/Makefile Fri Sep 23 13:14:29 2016 (r422672) +++ head/multimedia/libx264/Makefile Fri Sep 23 13:14:43 2016 (r422673) @@ -19,7 +19,6 @@ OPTIONS_EXCLUDE= FFMS GPAC LAVF LSMASH S HI10P_DESC= Enable High 10 Profile 10-bit encoding HI10P_CONFIGURE_ON= --bit-depth=10 -OPENCL_DESC= Heterogeneous computing via OpenCL OPENCL_BUILD_DEPENDS= ${LOCALBASE}/include/CL/opencl.h:devel/opencl OPENCL_CONFIGURE_OFF= --disable-opencl