From owner-svn-ports-all@freebsd.org Fri Apr 14 14:17:26 2017 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 B176BD3D99A; Fri, 14 Apr 2017 14:17:26 +0000 (UTC) (envelope-from dbn@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 81C663BF; Fri, 14 Apr 2017 14:17:26 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3EEHP2I062244; Fri, 14 Apr 2017 14:17:25 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3EEHPrn062243; Fri, 14 Apr 2017 14:17:25 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201704141417.v3EEHPrn062243@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Fri, 14 Apr 2017 14:17:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438514 - head/multimedia/py-ffmpeg 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, 14 Apr 2017 14:17:26 -0000 Author: dbn Date: Fri Apr 14 14:17:25 2017 New Revision: 438514 URL: https://svnweb.freebsd.org/changeset/ports/438514 Log: multimedia/py-ffmpeg: depreciate, concurrent - Mark port as depreciated, as done upstream - Mark port as supporting concurrency (and sort USE_PYTHON) - Fix python versioning (it does not depend on the python2 metaport) Modified: head/multimedia/py-ffmpeg/Makefile Modified: head/multimedia/py-ffmpeg/Makefile ============================================================================== --- head/multimedia/py-ffmpeg/Makefile Fri Apr 14 14:16:19 2017 (r438513) +++ head/multimedia/py-ffmpeg/Makefile Fri Apr 14 14:17:25 2017 (r438514) @@ -17,14 +17,17 @@ LICENSE_COMB= dual BUILD_DEPENDS= cython:lang/cython LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg +DEPRECATED= Depreciated upstream in favour of ffpyplayer +EXPIRATION_DATE=2017-06-31 + MAKE_ENV= FFMPEG_LIBRARIES="SDL SDL_mixer" FFMPEG_LIBRARY_DIRS=${LOCALBASE}/lib \ FFMPEG_INCLUDES=${LOCALBASE}/include/SDL FFMPEG_ROOT=${LOCALBASE} GH_ACCOUNT= tito GH_PROJECT= ${PORTNAME}-android GH_TAGNAME= 6636c3a USE_GITHUB= yes -USES= python:2 -USE_PYTHON= distutils autoplist +USES= python +USE_PYTHON= autoplist concurrent distutils USE_SDL= mixer WRKSRC_SUBDIR= python