2021-10-28 14:03:47 +08:00
|
|
|
{
|
|
|
|
"name": "alsa",
|
2024-02-08 14:26:06 +08:00
|
|
|
"version": "1.2.11",
|
[alsa,fdk-aac,ffmpeg,libsrt,snappy,x265] Code cleanup, fix and use pkg-config (#39077)
- Setup and use pkg-config for ffmpeg dependencies.
https://github.com/microsoft/vcpkg/pull/38011#discussion_r1623174355.
- Export actual c++ link libraries for fdk-aac via pkg-config. (Same
pattern as lerc, geos.)
- Rectify link libraries in pkg-config for alsa, libsrt, snappy, x265.
- Burn-in dllimport for libsrt and x265.
- Pass detected STRIP to ffmpeg. Fixes
https://github.com/microsoft/vcpkg/issues/36852.
2024-06-06 15:48:31 +08:00
|
|
|
"port-version": 2,
|
2021-10-28 14:03:47 +08:00
|
|
|
"description": "The Advanced Linux Sound Architecture (ALSA) - library",
|
|
|
|
"homepage": "https://www.alsa-project.org/",
|
2022-01-29 03:06:25 +08:00
|
|
|
"license": "LGPL-2.1-or-later",
|
2021-10-28 14:03:47 +08:00
|
|
|
"supports": "linux"
|
|
|
|
}
|