mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	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:
		
							parent
							
								
									38c42fc101
								
							
						
					
					
						commit
						360f8e6477
					
				@ -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": {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user