From 27f0d562b5bd3ac278178e5469019d885a7f5414 Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Sun, 14 Oct 2018 06:59:59 +0000 Subject: [PATCH] Enable XCB option by default Rationale: - XCB offers a comfortable screen capturing function via ffmpeg -f x11grab - In the default package libxcb is installed as a dependency of libX11 anyway, hence no need to disable it for ffmpeg specifically PR: 231215 Reported by: vermaden@interia.pl --- multimedia/ffmpeg/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index 40c7ce377740..9c3068c202e1 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 4.0.2 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= https://ffmpeg.org/releases/ @@ -39,7 +39,7 @@ OPTIONS_DEFINE= ALSA AMR_NB AMR_WB AOM ASS BEIGNET BS2B CACA CDIO CELT CHROMAPRI OPTIONS_DEFAULT= FONTCONFIG FREETYPE FREI0R GMP GNUTLS ICONV \ OPENCV OPTIMIZED_CFLAGS OPUS RTCPU THEORA V4L VAAPI VDPAU \ - VORBIS VPX X264 X265 XVID + VORBIS VPX X264 X265 XCB XVID .if !exists(${.CURDIR:H:H}/net/srt) # https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/a2fc8dbae853