2021-09-28 08:19:43 +08:00
|
|
|
{
|
|
|
|
"name": "libcanberra",
|
|
|
|
"version": "0.30",
|
2022-11-09 06:49:28 +08:00
|
|
|
"port-version": 4,
|
2021-09-28 08:19:43 +08:00
|
|
|
"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/",
|
2022-10-25 08:09:22 +08:00
|
|
|
"license": "LGPL-2.1-or-later",
|
|
|
|
"supports": "!windows | mingw",
|
2021-09-28 08:19:43 +08:00
|
|
|
"dependencies": [
|
2022-10-25 08:09:22 +08:00
|
|
|
"gettext",
|
2021-09-28 08:19:43 +08:00
|
|
|
"libvorbis"
|
2021-10-21 06:29:23 +08:00
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"defaults"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"alsa": {
|
2022-10-25 08:09:22 +08:00
|
|
|
"description": "Enable optional ALSA support",
|
|
|
|
"dependencies": [
|
|
|
|
"alsa"
|
|
|
|
]
|
2021-10-21 06:29:23 +08:00
|
|
|
},
|
|
|
|
"defaults": {
|
|
|
|
"description": "Default features",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "libcanberra",
|
|
|
|
"features": [
|
2022-10-25 08:09:22 +08:00
|
|
|
"alsa"
|
2021-10-21 06:29:23 +08:00
|
|
|
],
|
2022-10-25 08:09:22 +08:00
|
|
|
"platform": "linux"
|
2021-10-21 06:29:23 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "libcanberra",
|
|
|
|
"features": [
|
2022-10-25 08:09:22 +08:00
|
|
|
"null"
|
2021-10-21 06:29:23 +08:00
|
|
|
],
|
2022-10-25 08:09:22 +08:00
|
|
|
"platform": "!linux"
|
2021-10-21 06:29:23 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"gstreamer": {
|
|
|
|
"description": "Enable optional GStreamer support",
|
|
|
|
"dependencies": [
|
2022-10-25 08:09:22 +08:00
|
|
|
{
|
|
|
|
"name": "gstreamer",
|
|
|
|
"default-features": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"gtk3": {
|
|
|
|
"description": "Enable optional GTK3 support",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "gtk3",
|
|
|
|
"default-features": false
|
|
|
|
}
|
2021-10-21 06:29:23 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"null": {
|
|
|
|
"description": "Enable optional null output"
|
|
|
|
},
|
|
|
|
"oss": {
|
|
|
|
"description": "Enable optional OSS support"
|
|
|
|
},
|
|
|
|
"pulse": {
|
|
|
|
"description": "Enable optional PulseAudio support"
|
|
|
|
}
|
|
|
|
}
|
2021-09-28 08:19:43 +08:00
|
|
|
}
|