mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2026-01-05 05:58:11 +01:00
Init
This commit is contained in:
commit
e571c4fbe8
139 changed files with 8839 additions and 0 deletions
57
shared-modules/linux-audio/lrdf.json
Normal file
57
shared-modules/linux-audio/lrdf.json
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"name": "lrdf",
|
||||
"rm-configure": true,
|
||||
"cleanup": [
|
||||
"/include",
|
||||
"/lib/pkgconfig",
|
||||
"*.so",
|
||||
"*.la",
|
||||
"/share/man"
|
||||
],
|
||||
"config-opts": [
|
||||
"--disable-static"
|
||||
],
|
||||
"modules": [
|
||||
"ladspa.json",
|
||||
{
|
||||
"name": "raptor2",
|
||||
"cleanup": [
|
||||
"/include",
|
||||
"/lib/pkgconfig",
|
||||
"*.la",
|
||||
"/share/gtk-doc",
|
||||
"*.so",
|
||||
"/share/man"
|
||||
],
|
||||
"config-opts": [
|
||||
"--disable-static"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://download.librdf.org/source/raptor2-2.0.16.tar.gz",
|
||||
"sha256": "089db78d7ac982354bdbf39d973baf09581e6904ac4c92a98c5caadb3de44680"
|
||||
},
|
||||
{
|
||||
"type": "patch",
|
||||
"path": "patches/raptor-libxml.patch"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://github.com/swh/LRDF/tarball/0.5.0",
|
||||
"dest-filename": "swh-LRDF-0.5.0-0-g7ebc032.tar.gz",
|
||||
"sha256": "013002b91ef209827fe99552b8c7f0b569cddb3d6f1439bedbd8bafe1956a93c"
|
||||
},
|
||||
{
|
||||
"type": "script",
|
||||
"commands": [
|
||||
"autoreconf -fiv"
|
||||
],
|
||||
"dest-filename": "autogen.sh"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue