mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 15:19:44 +02:00
Closes https://github.com/tenacityteam/tenacity/issues/493 Signed-off-by: TheEvilSkeleton <theevilskeleton@riseup.net>
39 lines
762 B
JSON
39 lines
762 B
JSON
{
|
|
"name": "lame",
|
|
"rm-configure": true,
|
|
"config-opts": [
|
|
"--disable-static"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://downloads.sourceforge.net/lame/lame-3.100.tar.gz",
|
|
"sha256": "ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1da1e"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "../shared-modules/lame/lame-msse.patch"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "../shared-modules/lame/lame-tinfo.patch",
|
|
"strip-components": 0
|
|
},
|
|
{
|
|
"type": "script",
|
|
"dest-filename": "autogen.sh",
|
|
"commands": [
|
|
"autoreconf -vfi"
|
|
]
|
|
}
|
|
],
|
|
"cleanup": [
|
|
"/bin",
|
|
"/include",
|
|
"/lib/pkgconfig",
|
|
"/share/doc",
|
|
"/share/man",
|
|
"*.la"
|
|
]
|
|
}
|