gpac: Add version 1.0.1-rev0 (#3226)

This commit is contained in:
Issac Lin 2022-01-21 21:26:07 +08:00 committed by GitHub
parent b98917f99a
commit 30813e25d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

46
bucket/gpac.json Normal file
View File

@ -0,0 +1,46 @@
{
"version": "1.0.1-rev0",
"description": "Multimedia framework developed for research and academic purposes",
"homepage": "https://gpac.wp.imt.fr/",
"license": "LGPL-2.1-or-later",
"suggest": {
"Visual C++ Redistributable": "extras/vcredist2022"
},
"architecture": {
"64bit": {
"url": "http://download.tsi.telecom-paristech.fr/gpac/release/1.0.1/gpac-1.0.1-rev0-gd8538e8a-master-x64.exe#/dl.7z",
"hash": "5c7e615f928a286eaec97cfbd32e6445605b6f04f5f4ef0d2108e57eff8a0fe6"
},
"32bit": {
"url": "http://download.tsi.telecom-paristech.fr/gpac/release/1.0.1/gpac-1.0.1-rev0-gd8538e8a-master-win32.exe#/dl.7z",
"hash": "2ef807be236cbe22945d4c62ad3c99c920013ac344f38f981ed067935ae90fdb"
}
},
"pre_install": [
"Remove-Item \"$dir\\`$*\", \"$dir\\uninstall.exe\" -Force -Recurse",
"if (!(Test-Path \"$persist_dir\\GPAC.cfg\")) {New-Item \"$dir\\GPAC.cfg\" -ItemType File | Out-Null}"
],
"bin": [
"gpac.exe",
"mp4box.exe",
"mp4client.exe"
],
"persist": [
"Storage",
"GPAC.cfg"
],
"checkver": {
"url": "https://gpac.wp.imt.fr/downloads/",
"regex": "gpac-([\\w.-]+)-(?<commit>\\w+)-master-x64\\.exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://download.tsi.telecom-paristech.fr/gpac/release/$matchHead/gpac-$version-$matchCommit-master-x64.exe#/dl.7z"
},
"32bit": {
"url": "http://download.tsi.telecom-paristech.fr/gpac/release/$matchHead/gpac-$version-$matchCommit-master-win32.exe#/dl.7z"
}
}
}
}