]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/libwebp/CONTROL
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / libwebp / CONTROL
CommitLineData
1e59de90
TL
1Source: libwebp
2Version: 1.1.0
3Port-Version: 3
4Homepage: https://github.com/webmproject/libwebp
5Description: WebP codec: library to encode and decode images in WebP format
6Default-Features: simd, nearlossless
7Build-Depends: libwebp[unicode] (windows)
8
9Feature: anim
10Description: Build animation utilities.
11Build-Depends: libwebp[mux, img2webp]
12
13Feature: gif2webp
14Description: Build the gif2webp conversion tool.
15Build-Depends: giflib
16
17Feature: img2webp
18Description: Build the img2webp animation tool.
19Build-Depends: libjpeg-turbo, libpng, tiff
20
21Feature: vwebp
22Description: Build the vwebp viewer tool.
23Build-Depends: opengl, freeglut (!osx)
24
25Feature: vwebp-sdl
26Description: Build the vwebp viewer tool.
27Build-Depends: libwebp[vwebp], sdl1 (windows)
28
29Feature: info
30Description: Build the webpinfo command line tool.
31
32Feature: mux
33Description: Build the webpmux command line tool.
34
35Feature: extras
36Description: Build extras.
37Build-Depends: sdl1 (windows), libwebp[vwebp]
38
39Feature: nearlossless
40Description: Enable near-lossless encoding
41
42Feature: unicode
43Description: Build Unicode executables. (Adds definition UNICODE and _UNICODE)
44
45Feature: simd
46Description: Enable any SIMD optimization.
47
48Feature: cwebp
49Description: Build the cwebp command line tool.
50
51Feature: dwebp
52Description: Build the dwebp command line tool.
53
54Feature: swap16bitcsp
55Description: Enable byte swap for 16 bit colorspaces.
56
57Feature: all
58Description: enable all features except for swap16bitcsp
59Build-Depends: libwebp[anim, gif2webp, img2webp, info, mux, nearlossless, simd, cwebp, dwebp], libwebp[vwebp-sdl] (!osx), libwebp[extras] (!osx)