2022-12-24 15:46:10 +05:30

46 lines
1.7 KiB
JSON

{
"version": "2.2-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/2.2/gpac-2.2-rev0-gab012bbf-master-x64.exe#/dl.7z",
"hash": "24ea2767214862faa37aa280a839f4c318a947649d9afffd47767505b9c69f9f"
},
"32bit": {
"url": "http://download.tsi.telecom-paristech.fr/gpac/release/2.2/gpac-2.2-rev0-gab012bbf-master-win32.exe#/dl.7z",
"hash": "12b6520e0c5f5568ad1b3a94af4120ef09c8934452796627ecaac4fb1d278e7a"
}
},
"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"
],
"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"
}
}
}
}