microsoft / microsoft/winget-pkgs

[Package Issue]: ImageMagick

Open
#323,547 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Issue-Bug Needs-Triage
Dominant language
No language data
Stars
11.1k
Forks
9.7k
Avg merge
1h 32m
Merged PRs (30d)
616

Description

### Please confirm these before moving forward

- [x] I have searched for my issue and not found a work-in-progress/duplicate/resolved issue.
- [x] I have not been informed if the issue is resolved in a preview version of the winget client.

### Category of the issue

Other

### Brief description of your issue

ImageMagick seems to be not entirely organized according to the same `\` scheme. Some of the packages can be found directly under `\\` , some under `\\`, some under `\\\`. This leads to inconsistent results when searching, or trying to detect and update packages.

currently tree:
* winget-pkgs/manifests/i/ImageMagick
* ImageMagick
* 7.1.2.10 *(= Q16-HDRI/7.1.2.10)*
* Q16/7.1.2.11
* Q8/7.1.2.11
* Q16-HDRI/7.1.2.8
* Q16/7.1.2.8
* Q8/7.1.2.8

expected:
* winget-pkgs/manifests/i/ImageMagick/ImageMagick
* Q16-HDRI
* versions
* Q16
* versions
* Q8
* versions

### Steps to reproduce

use `winget search imagemagick`

### Actual behavior

get
```
Name ID Version Übereinstimmung Quelle
---------------------------------------------------------------------------------
ImageMagick Q16 ImageMagick.Q16 7.1.2.8 Tag: imagemagick winget
ImageMagick Q16-HDRI ImageMagick.Q16-HDRI 7.1.2.8 Tag: imagemagick winget
ImageMagick Q8 ImageMagick.Q8 7.1.2.8 Tag: imagemagick winget
ImageMagick Q16-HDRI ImageMagick.ImageMagick 7.1.2.10 winget
ImageMagick Q16 ImageMagick.ImageMagick.Q16 7.1.2.11 winget
ImageMagick Q8 ImageMagick.ImageMagick.Q8 7.1.2.11 winget
```

### Expected behavior

get
```
Name ID Version Übereinstimmung Quelle
---------------------------------------------------------------------------------
ImageMagick Q16 ImageMagick.ImageMagick.Q16 7.1.2.11 Tag: imagemagick winget
ImageMagick Q16-HDRI ImageMagick.ImageMagick.Q16-HDRI 7.1.2.11 Tag: imagemagick winget
ImageMagick Q8 ImageMagick.ImageMagick.Q8 7.1.2.11 Tag: imagemagick winget
```

### Environment

```raw
[winget --info]
Windows-Paket-Manager v1.12.350
Copyright (c) Microsoft Corporation. Alle Rechte vorbehalten.

Windows: Windows.Desktop v10.0.26200.7462
Systemarchitektur: X64
Paket: Microsoft.DesktopAppInstaller v1.27.350.0
```

### Screenshots and Logs

_No response_

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by examining the manifest tree under winget-pkgs/manifests/i/ImageMagick and reproduce the results with `winget search imagemagick`. Compare the current and expected publisher/package/type/version layout and verify that the search output consistently uses the expected package IDs and latest versions.

Written by the indexing model from the issue text.

Assessment

Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
32/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.