svn commit: r525358 - head/multimedia/ffmpeg

Jan Beich jbeich at FreeBSD.org
Thu Feb 6 00:54:39 UTC 2020


Author: jbeich
Date: Thu Feb  6 00:54:38 2020
New Revision: 525358
URL: https://svnweb.freebsd.org/changeset/ports/525358

Log:
  multimedia/ffmpeg: temporarily disable X265 as the dependency is broken
  
  Fixing x265 on all previously supported FreeBSD release/architectures
  tuples is up to its port maintainer or the users. ffmpeg is primarily
  used for decoding while x265 is not the only HEVC encoder. Many
  high-profile consumers that take a lot of time to build depend on
  ffmpeg, so missing the binary package is not acceptable.

Modified:
  head/multimedia/ffmpeg/Makefile   (contents, props changed)

Modified: head/multimedia/ffmpeg/Makefile
==============================================================================
--- head/multimedia/ffmpeg/Makefile	Thu Feb  6 00:54:30 2020	(r525357)
+++ head/multimedia/ffmpeg/Makefile	Thu Feb  6 00:54:38 2020	(r525358)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ffmpeg
 PORTVERSION=	4.2.2
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH=	1
 CATEGORIES=	multimedia audio net
 MASTER_SITES=	https://ffmpeg.org/releases/
@@ -48,7 +48,7 @@ OPTIONS_DEFINE=	ALSA AMR_NB AMR_WB AOM ARIBB24 ASS BEI
 
 OPTIONS_DEFAULT=	AOM DAV1D FONTCONFIG FREETYPE FREI0R GMP GNUTLS ICONV \
 			OPENCV OPTIMIZED_CFLAGS OPUS RTCPU THEORA V4L VAAPI VDPAU \
-			VORBIS VPX X264 X265 XCB XVID
+			VORBIS VPX X264 XCB XVID
 
 .if !exists(${.CURDIR:H:H}/multimedia/aribb24)
 # https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/100bfac6d6ec


More information about the svn-ports-all mailing list