mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
20 lines
476 B
JSON
20 lines
476 B
JSON
{
|
|
"name": "libass",
|
|
"config-opts": [ "--enable-shared", "--disable-static" ],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/libass/libass.git",
|
|
"tag": "0.14.0",
|
|
"commit": "73284b676b12b47e17af2ef1b430527299e10c17"
|
|
},
|
|
{
|
|
"type":"script",
|
|
"commands":[
|
|
"autoreconf -fiv"
|
|
],
|
|
"dest-filename":"autogen.sh"
|
|
}
|
|
]
|
|
}
|