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.
This commit is contained in:
tech189 2023-12-08 14:52:31 +00:00
parent aaa273502b
commit 9acc4072d7

View File

@ -1,6 +1,6 @@
{ {
"version": "7.1.1-22", "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/", "homepage": "https://imagemagick.org/",
"license": "ImageMagick", "license": "ImageMagick",
"architecture": { "architecture": {
@ -24,10 +24,8 @@
"MAGICK_CODER_MODULE_PATH": "$dir\\modules\\coders" "MAGICK_CODER_MODULE_PATH": "$dir\\modules\\coders"
}, },
"env_add_path": ".", "env_add_path": ".",
"post_install": "Rename-Item $dir\\ffmpeg.exe $dir\\ffmpeg.exe.old",
"notes": [ "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": { "checkver": {
"url": "https://imagemagick.org/archive/binaries/digest.rdf", "url": "https://imagemagick.org/archive/binaries/digest.rdf",