aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias C. M. Troffaes <matthias.troffaes@gmail.com>2020-09-24 20:29:47 +0100
committerGitHub <noreply@github.com>2020-09-24 12:29:47 -0700
commitd548c6774403ac1b48ca1a480776c43dd085ca09 (patch)
tree8ab89d3fffa0388f491d1c6db92a07588ff19334
parent8d4fd6df85e94e8658f512418027ff7d66857b15 (diff)
downloadvcpkg-d548c6774403ac1b48ca1a480776c43dd085ca09.tar.gz
vcpkg-d548c6774403ac1b48ca1a480776c43dd085ca09.zip
[ffmpeg] fix feature dependencies (#13502)
* [ffmpeg] fix feature dependencies * do not pull in default depedencies when specifying nonfree/gpl * explicitly mark postproc as gpl * add required dependencies for ffmpeg, ffplay, and ffprobe * remove defunct ffserver feature (this feature was removed in ffmpeg a while ago) * [ffmpeg] fix feature dependencies for avformat and avdevice * [ffmpeg] Bump port-version to 25 Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
-rw-r--r--ports/ffmpeg/CONTROL26
1 files changed, 14 insertions, 12 deletions
diff --git a/ports/ffmpeg/CONTROL b/ports/ffmpeg/CONTROL
index 5a85f26e8..3c87bfdfa 100644
--- a/ports/ffmpeg/CONTROL
+++ b/ports/ffmpeg/CONTROL
@@ -1,37 +1,39 @@
Source: ffmpeg
Version: 4.2
-Port-Version: 24
+Port-Version: 25
Homepage: https://ffmpeg.org
Description: a library to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created.
FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations.
Default-Features: avresample, avcodec, avformat, avdevice, avfilter, postproc, swresample, swscale
Feature: ffmpeg
+Build-Depends: ffmpeg[core,avcodec,avfilter,avformat]
Description: build the ffmpeg.exe application
-Feature: ffserver
-Description: ffserver appplication support in ffmpeg
-
Feature: ffplay
-Build-Depends: ffmpeg[sdl2]
-Description: ffplay appplication support in ffmpeg
+Build-Depends: ffmpeg[core,avcodec,avfilter,avformat,swscale,swresample,sdl2]
+Description: ffplay application support in ffmpeg
Feature: ffprobe
-Description: ffprobe appplication support in ffmpeg
+Build-Depends: ffmpeg[core,avcodec,avformat]
+Description: ffprobe application support in ffmpeg
Feature: avcodec
Description: Codec support in ffmpeg
Feature: avformat
+Build-Depends: ffmpeg[core,avcodec]
Description: Format support in ffmpeg
Feature: avdevice
+Build-Depends: ffmpeg[core,avcodec,avformat]
Description: Device support in ffmpeg
Feature: avfilter
Description: Filter support in ffmpeg
Feature: postproc
+Build-Depends: ffmpeg[core,gpl]
Description: Postproc support in ffmpeg
Feature: swresample
@@ -53,7 +55,7 @@ Feature: version3
Description: upgrade (L)GPL to version 3
Feature: avisynthplus
-Build-Depends: avisynthplus, ffmpeg[gpl]
+Build-Depends: avisynthplus, ffmpeg[core,gpl]
Description: avisynthplus support in ffmpeg
Feature: bzip2
@@ -65,7 +67,7 @@ Build-Depends: libiconv
Description: iconv support in ffmpeg
Feature: fdk-aac
-Build-Depends: fdk-aac, ffmpeg[nonfree]
+Build-Depends: fdk-aac, ffmpeg[core,nonfree]
Description: AAC de/encoding via libfdk-aac support in ffmpeg
Feature: lzma
@@ -85,7 +87,7 @@ Build-Depends: opencl
Description: OpenCL processing support in ffmpeg
Feature: openssl
-Build-Depends: openssl, ffmpeg[nonfree]
+Build-Depends: openssl, ffmpeg[core,nonfree]
Description: openssl support in ffmpeg
Feature: opus
@@ -125,11 +127,11 @@ Build-Depends: wavpack
Description: wavpack encoding via libwavpack support in ffmpeg
Feature: x264
-Build-Depends: x264, ffmpeg[gpl]
+Build-Depends: x264, ffmpeg[core,gpl]
Description: H.264 encoding via x264 support in ffmpeg
Feature: x265
-Build-Depends: x265, ffmpeg[gpl]
+Build-Depends: x265, ffmpeg[core,gpl]
Description: HEVC encoding via x265 support in ffmpeg
Feature: zlib