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