diff options
| author | Matthias C. M. Troffaes <matthias.troffaes@gmail.com> | 2019-12-23 23:37:41 +0000 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2019-12-23 15:37:41 -0800 |
| commit | d6fb76bfc26e83dedcd01b5804cfe54bd9c8b56e (patch) | |
| tree | 55ef6c0966ac81a127fb9d383dd6d779863e2652 /ports/ffmpeg/CONTROL | |
| parent | 85c57726ecf42e326f03dea534067ceb1cf1506c (diff) | |
| download | vcpkg-d6fb76bfc26e83dedcd01b5804cfe54bd9c8b56e.tar.gz vcpkg-d6fb76bfc26e83dedcd01b5804cfe54bd9c8b56e.zip | |
[ffmpeg] install correct copyright file and enable (L)GPLv3 builds (#9090)
* [ffmpeg] add version3 feature to enable (L)GPLv3 builds
* [ffmpeg] inspect log file to copy correct copyright file
* Bump version
* [ffmpeg] remove license status message
Diffstat (limited to 'ports/ffmpeg/CONTROL')
| -rw-r--r-- | ports/ffmpeg/CONTROL | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ports/ffmpeg/CONTROL b/ports/ffmpeg/CONTROL index e8f12f97e..faebf0d86 100644 --- a/ports/ffmpeg/CONTROL +++ b/ports/ffmpeg/CONTROL @@ -1,5 +1,5 @@ Source: ffmpeg -Version: 4.2-1 +Version: 4.2-2 Build-Depends: zlib 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. @@ -48,5 +48,8 @@ Description: allow nonfree and unredistributable libraries Feature: gpl Description: allow GPL licensed libraries +Feature: version3 +Description: upgrade (L)GPL to version 3 + Feature: avresample Description: Libav audio resampling library support in ffmpeg |
