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