mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 15:45:45 -04:00
AudioStream: Swap to shared soundtouch library
Yay licensing requirements.
This commit is contained in:
28
scripts/flatpak/modules/26-soundtouch.json
Normal file
28
scripts/flatpak/modules/26-soundtouch.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "soundtouch",
|
||||
"buildsystem": "cmake-ninja",
|
||||
"builddir": true,
|
||||
"config-opts": [
|
||||
"-DCMAKE_BUILD_TYPE=Release",
|
||||
"-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON"
|
||||
],
|
||||
"build-options": {
|
||||
"strip": true
|
||||
},
|
||||
"sources": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/stenzek/soundtouch.git",
|
||||
"commit": "463ade388f3a51da078dc9ed062bf28e4ba29da7"
|
||||
}
|
||||
],
|
||||
"cleanup": [
|
||||
"/bin",
|
||||
"/include",
|
||||
"/lib/*.a",
|
||||
"/lib/*.la",
|
||||
"/lib/cmake",
|
||||
"/lib/pkgconfig",
|
||||
"/share"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user