From 9acc4072d7e1031d4fc33f2dc2a7f279d33e06fd Mon Sep 17 00:00:00 2001 From: tech189 Date: Fri, 8 Dec 2023 14:52:31 +0000 Subject: [PATCH] imagemagick: (chore) Remove post_install renaming ffmpeg Fixes this error when installing: Rename-Item: Cannot find path '~\scoop\apps\imagemagick\current\ffmpeg.exe' because it does not exist. Description also tidied up and updated notes to reflect this change. --- bucket/imagemagick.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bucket/imagemagick.json b/bucket/imagemagick.json index 12a572a0ee..c5965b9895 100644 --- a/bucket/imagemagick.json +++ b/bucket/imagemagick.json @@ -1,6 +1,6 @@ { "version": "7.1.1-22", - "description": "Create, edit, compose, and convert 200+ of bitmap images formats.", + "description": "Create, edit, compose, and convert 200+ bitmap image formats.", "homepage": "https://imagemagick.org/", "license": "ImageMagick", "architecture": { @@ -24,10 +24,8 @@ "MAGICK_CODER_MODULE_PATH": "$dir\\modules\\coders" }, "env_add_path": ".", - "post_install": "Rename-Item $dir\\ffmpeg.exe $dir\\ffmpeg.exe.old", "notes": [ - "- The bundled ffmpeg has been renamed to 'ffmpeg.exe.old' to prevent conflict with a standalone ffmpeg installation - if you need it for ImageMagick tools, rename it back to 'ffmpeg.exe'.", - "- 'convert.exe' is deprecated in v7 (it also conflicts with the builtin Windows 'convert' utility). Use 'magick convert ...' instead." + "'convert.exe' is deprecated in v7 (it also conflicts with the builtin Windows 'convert' utility). Use 'magick convert ...' instead." ], "checkver": { "url": "https://imagemagick.org/archive/binaries/digest.rdf",