mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2026-01-12 01:17:57 +01:00
Init
This commit is contained in:
commit
e571c4fbe8
139 changed files with 8839 additions and 0 deletions
46
shared-modules/linux-audio/lash.json
Normal file
46
shared-modules/linux-audio/lash.json
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"name": "lash",
|
||||
"rm-configure": true,
|
||||
"config-opts": [
|
||||
"--disable-static",
|
||||
"--disable-serv-inst",
|
||||
"CFLAGS=-D_GNU_SOURCE"
|
||||
],
|
||||
"cleanup": [
|
||||
"/include",
|
||||
"/lib/pkgconfig",
|
||||
"*.la"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://download.savannah.gnu.org/releases/lash/lash-0.5.4.tar.gz",
|
||||
"sha256": "105a7da84415c4725c6bcad28e70f23aeb4534f94fc80ca262b6a2cef2226c16"
|
||||
},
|
||||
{
|
||||
"type": "patch",
|
||||
"strip-components": 0,
|
||||
"path": "patches/lash-0.5.3-no-static-lib.patch"
|
||||
},
|
||||
{
|
||||
"type": "patch",
|
||||
"path": "patches/lash-gcc47.patch"
|
||||
},
|
||||
{
|
||||
"type": "patch",
|
||||
"path": "patches/lash-linking.patch"
|
||||
},
|
||||
{
|
||||
"type": "patch",
|
||||
"strip-components": 0,
|
||||
"path": "patches/lash-configure.patch"
|
||||
},
|
||||
{
|
||||
"type": "script",
|
||||
"commands": [
|
||||
"autoreconf -fiv"
|
||||
],
|
||||
"dest-filename": "autogen.sh"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue