mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2026-01-01 20:24:29 +01:00
Init
This commit is contained in:
commit
e571c4fbe8
139 changed files with 8839 additions and 0 deletions
25
shared-modules/linux-audio/liblo-static.json
Normal file
25
shared-modules/linux-audio/liblo-static.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "liblo",
|
||||
"cleanup": [
|
||||
"/bin",
|
||||
"/include",
|
||||
"/lib/pkgconfig",
|
||||
"*.la",
|
||||
"*.a",
|
||||
"*.so"
|
||||
],
|
||||
"build-options": {
|
||||
"cflags": "-fPIC -Wno-error=use-after-free"
|
||||
},
|
||||
"config-opts": [
|
||||
"--enable-static",
|
||||
"--disable-shared"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "http://download.sf.net/sourceforge/liblo/liblo-0.31.tar.gz",
|
||||
"sha256": "2b4f446e1220dcd624ecd8405248b08b7601e9a0d87a0b94730c2907dbccc750"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue