mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
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.
This commit is contained in:
parent
b7457adf25
commit
855b953e85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525358
@ -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 BEIGNET BS2B CACA CDIO CELT \
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user