mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2025-12-31 11:44:39 +01:00
Init
This commit is contained in:
commit
e571c4fbe8
139 changed files with 8839 additions and 0 deletions
20
shared-modules/linux-audio/ladspa.json
Normal file
20
shared-modules/linux-audio/ladspa.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"name": "ladspa",
|
||||
"no-autogen": true,
|
||||
"subdir": "src",
|
||||
"make-install-args": [
|
||||
"INSTALL_PLUGINS_DIR=/app/lib/ladspa",
|
||||
"INSTALL_INCLUDE_DIR=/app/include",
|
||||
"INSTALL_BINARY_DIR=/app/bin"
|
||||
],
|
||||
"cleanup": [
|
||||
"/include"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "http://www.ladspa.org/download/ladspa_sdk_1.17.tgz",
|
||||
"sha256": "27d24f279e4b81bd17ecbdcc38e4c42991bb388826c0b200067ce0eb59d3da5b"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue