mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 12:51:19 +00:00
glslviewer: Use ffmpeg-shared as dependency
This commit is contained in:
parent
6532bead95
commit
96dce0c16f
@ -1,37 +0,0 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
|
||||
"version": "3.1.1",
|
||||
"license": "BSD-3-Clause",
|
||||
"homepage": "https://github.com/patriciogonzalezvivo/glslViewer",
|
||||
"description": "GlslViewer is a flexible console-base OpenGL Sandbox to display 2D/3D GLSL shaders without the need of an UI. You can definitely make your own UI or wrapper using the Python Module (include) or any other tool that communicates back/forth with glslViewer through the standard POSIX console In/Out or OSC.",
|
||||
"checkver": "github",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": [
|
||||
"https://github.com/patriciogonzalezvivo/glslViewer/releases/download/v3.1.1/glslViewer-3.1.1-win64-AMD64.zip",
|
||||
"https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n4.4-latest-win64-gpl-shared-4.4.zip"
|
||||
],
|
||||
"hash": [
|
||||
"cc48d64ce403149e290a80ae06aeb6b6da11ba2ffe26a043015101e48d553f87",
|
||||
"68613d780fe85e57a2a9ebd65699e112e5725d637ac22ee24c331e831bae3974"
|
||||
],
|
||||
"extract_dir": "glslViewer-3.1.1-win64-AMD64/bin"
|
||||
}
|
||||
},
|
||||
"bin": "glslViewer.exe",
|
||||
"post_install": [
|
||||
"Copy-Item $dir/ffmpeg-n4.4-latest-win64-gpl-shared-4.4/bin/*.dll $dir",
|
||||
"Remove-Item -Recurse -Force $dir/ffmpeg-n4.4-latest-win64-gpl-shared-4.4"
|
||||
],
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": [
|
||||
"https://github.com/patriciogonzalezvivo/glslViewer/releases/download/v$version/glslViewer-$version-win64-AMD64.zip",
|
||||
"https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n4.4-latest-win64-gpl-shared-4.4.zip"
|
||||
],
|
||||
"extract_dir": "glslViewer-$version-win64-AMD64/bin"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
26
bucket/glslviewer.json
Normal file
26
bucket/glslviewer.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
|
||||
"version": "3.1.1",
|
||||
"description": "GlslViewer is a flexible console-base OpenGL Sandbox to display 2D/3D GLSL shaders without the need of an UI.",
|
||||
"homepage": "https://github.com/patriciogonzalezvivo/glslViewer",
|
||||
"license": "BSD-3-Clause",
|
||||
"depends": "ffmpeg-shared",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/patriciogonzalezvivo/glslViewer/releases/download/v3.1.1/glslViewer-3.1.1-win64-AMD64.zip",
|
||||
"hash": "cc48d64ce403149e290a80ae06aeb6b6da11ba2ffe26a043015101e48d553f87",
|
||||
"extract_dir": "glslViewer-3.1.1-win64-AMD64"
|
||||
}
|
||||
},
|
||||
"bin": "bin\\glslViewer.exe",
|
||||
"post_install": "Copy-Item \"$(Join-Path (appdir 'ffmpeg-shared' $global) 'current\\bin')\\*.dll\" \"$dir\\bin\" -Force",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/patriciogonzalezvivo/glslViewer/releases/download/v$version/glslViewer-$version-win64-AMD64.zip",
|
||||
"extract_dir": "glslViewer-$version-win64-AMD64"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user