diff options
author | David Naylor <dbn@FreeBSD.org> | 2017-04-14 22:17:25 +0800 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2017-04-14 22:17:25 +0800 |
commit | 1a9a0e3e6effa04632530ffea3c7da443b3e8cba (patch) | |
tree | f28db786f81056ef50c80b1efd11bd72db05583d /multimedia | |
parent | 548cb5e72de0833e137339c7d3e33233c72596ec (diff) | |
download | freebsd-ports-gnome-1a9a0e3e6effa04632530ffea3c7da443b3e8cba.tar.gz freebsd-ports-gnome-1a9a0e3e6effa04632530ffea3c7da443b3e8cba.tar.zst freebsd-ports-gnome-1a9a0e3e6effa04632530ffea3c7da443b3e8cba.zip |
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)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/py-ffmpeg/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/multimedia/py-ffmpeg/Makefile b/multimedia/py-ffmpeg/Makefile index 48b8d4e6a72a..047d189a2e79 100644 --- a/multimedia/py-ffmpeg/Makefile +++ b/multimedia/py-ffmpeg/Makefile @@ -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 |