glslviewer: Fix ffmpeg dependency

Closes #4634

Fixed by depending on ffmpeg 4.4.1 from the Versions bucket, added here: https://github.com/ScoopInstaller/Versions/pull/1264
This commit is contained in:
tech189 2023-06-11 00:26:08 +01:00
parent 38c42fc101
commit 360f8e6477

View File

@ -3,7 +3,7 @@
"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",
"depends": "versions/ffmpeg-shared-4.4.1",
"architecture": {
"64bit": {
"url": "https://github.com/patriciogonzalezvivo/glslViewer/releases/download/3.2.2/glslViewer-3.2.2-win64-AMD64.zip",
@ -12,7 +12,7 @@
}
},
"bin": "bin\\glslViewer.exe",
"post_install": "Copy-Item \"$(Join-Path (appdir 'ffmpeg-shared' $global) 'current\\bin')\\*.dll\" \"$dir\\bin\" -Force",
"post_install": "Copy-Item \"$(Join-Path (appdir 'ffmpeg-shared-4.4.1' $global) 'current\\bin')\\*.dll\" \"$dir\\bin\" -Force",
"checkver": "github",
"autoupdate": {
"architecture": {