mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-13 14:38:23 +08:00
f1e7a3f167
* [opencv4] draft update to v4.3 * restore uwp patch * fix qt and ipp features * fix libepoxy and meson on osx * fix baseline, trigger a full rebuild due to meson tool changes * remove jpeg feature on windows due to a bug with MSVC * minor fixes for some features * ffmpeg x11 lib not required anymore on apple for downstream projects * small fixes for ogre and qt5 * remove a broken module * fix installation path * fix openexr which was broken and regressed opencv downstream projects * first round of ci passes * improve compatibility with android toolchain * [openexr] upgrade to v2.5.0 to fix regressions, might require fixes in dependent projects and might deserve its own PR * fix OpenEXR link for downstream projects * do not install unrequested features * fix compatibility with newer OpenEXR * [OpenCV3] update to v3.4.10 * fix openexr on windows, was creating symlinks that broke vcpkg * fix openexr wrapper * [openexr] cmake config files are installed into a lowered-case folder * remove mangled paths trying to fix android setup * disable dnn on android, fix mangled cmake config paths again * fix downstream CUDA dependency * fix compatibility with vs16.6 * remove from baseline ports now passing tests * [alembic] fixes for new openexr * fix baseline * [field3d] fixes for new openexr * [field3d] improve fixes, windows still unsupported despite what is said upstream * apply fixes required from review * add missing field3d patch * [field3d] disable mpi integration * [opencv2] remove cublas integration * [vtk] do not create libharu::libharu target if already existing * Update ports/opencv4/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Update ports/opencv3/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * improve compatibility with newer CUDNN * [OpenCV3, OpenCV4] improve compatibility with CUDA 11 * [OpenCV2] improve compatibility with CUDA 11 * [field3d] regenerate patch ignoring space at eol * [vcpkg] Use SSH keys instead of password authentication when minting Linux scale sets (#11999) * [field3d] regenerate patch ignoring space at eol * [field3d] regenerate patch, again * [field3d] fixes for windows * [libass] fix regression * ci.baseline.txt update * [CUDA11] use FindCUDA from CMake 3.18 to ease transition later * re-bump vtk and ffmpeg, which were lost with merges from master * [OpenCV4] Halide feature is not broken anymore * [field3d] regenerate hdf5 patch * [OpenCV4] remove GTK features: it can be built only on *nix but GTK on vcpkg cannot be built on *nix systems... * merge ci.baseline.txt from master and fix field3d patch * remove rebuilding * restore vtk CONTROL file * update CONTROL files * Trigger rebuild * Update ports/freeimage/CONTROL * Update ports/freeimage/CONTROL * [opencv3/4] avoid tesseract dependency on uwp builds * [opencv] add missing module search Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
65 lines
2.0 KiB
Plaintext
65 lines
2.0 KiB
Plaintext
Source: ffmpeg
|
|
Version: 4.2
|
|
Port-Version: 14
|
|
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.
|
|
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
|
|
|
|
Feature: ffmpeg
|
|
Description: build the ffmpeg.exe application
|
|
|
|
Feature: ffserver
|
|
Description: ffserver appplication support in ffmpeg
|
|
|
|
Feature: ffplay
|
|
Description: ffplay appplication support in ffmpeg
|
|
|
|
Feature: ffprobe
|
|
Description: ffprobe appplication support in ffmpeg
|
|
|
|
Feature: openssl
|
|
Build-Depends: openssl, ffmpeg[nonfree]
|
|
Description: openssl support in ffmpeg
|
|
|
|
Feature: lzma
|
|
Build-Depends: liblzma
|
|
Description: lzma support in ffmpeg
|
|
|
|
Feature: bzip2
|
|
Build-Depends: bzip2
|
|
Description: bzip2 support in ffmpeg
|
|
|
|
Feature: vpx
|
|
Build-Depends: libvpx
|
|
Description: WebM VP8/VP9 support in ffmpeg
|
|
|
|
Feature: x264
|
|
Build-Depends: x264, ffmpeg[gpl]
|
|
Description: x264 support in ffmpeg
|
|
|
|
Feature: opencl
|
|
Build-Depends: opencl
|
|
Description: opencl support in ffmpeg
|
|
|
|
Feature: nonfree
|
|
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
|
|
|
|
Feature: nvcodec
|
|
Build-Depends: ffnvcodec, cuda
|
|
Description: Hardware accelerated codecs
|
|
|
|
Feature: avisynthplus
|
|
Build-Depends: avisynthplus, ffmpeg[gpl]
|
|
Description: avisynthplus support in ffmpeg
|