mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 20:11:37 +08:00
d9cb7bd068
* Fix ltdl usage * Control dependencies, trim patches * Fix mingw * Update versions * Add license * Restore explicit brew ltdl usage * Update versions * Replace deprecated function * Update versions * Print ltdl-dev dependency * Update versions
71 lines
1.5 KiB
JSON
71 lines
1.5 KiB
JSON
{
|
|
"name": "libcanberra",
|
|
"version": "0.30",
|
|
"port-version": 3,
|
|
"description": "An implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops",
|
|
"homepage": "http://0pointer.de/lennart/projects/libcanberra/",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "!windows | mingw",
|
|
"dependencies": [
|
|
"gettext",
|
|
"libvorbis"
|
|
],
|
|
"default-features": [
|
|
"defaults"
|
|
],
|
|
"features": {
|
|
"alsa": {
|
|
"description": "Enable optional ALSA support",
|
|
"dependencies": [
|
|
"alsa"
|
|
]
|
|
},
|
|
"defaults": {
|
|
"description": "Default features",
|
|
"dependencies": [
|
|
{
|
|
"name": "libcanberra",
|
|
"features": [
|
|
"alsa"
|
|
],
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "libcanberra",
|
|
"features": [
|
|
"null"
|
|
],
|
|
"platform": "!linux"
|
|
}
|
|
]
|
|
},
|
|
"gstreamer": {
|
|
"description": "Enable optional GStreamer support",
|
|
"dependencies": [
|
|
{
|
|
"name": "gstreamer",
|
|
"default-features": false
|
|
}
|
|
]
|
|
},
|
|
"gtk3": {
|
|
"description": "Enable optional GTK3 support",
|
|
"dependencies": [
|
|
{
|
|
"name": "gtk3",
|
|
"default-features": false
|
|
}
|
|
]
|
|
},
|
|
"null": {
|
|
"description": "Enable optional null output"
|
|
},
|
|
"oss": {
|
|
"description": "Enable optional OSS support"
|
|
},
|
|
"pulse": {
|
|
"description": "Enable optional PulseAudio support"
|
|
}
|
|
}
|
|
}
|