Skip to content
Snippets Groups Projects
Commit 8cbd1a38 authored by Bastien Nocera's avatar Bastien Nocera
Browse files

Rename Panasonic RAW image mime-types to image/x-panasonic-rw*

As used in exiv2 since October 2010, a couple of weeks before the
mime-type was added to shared-mime-info:
http://dev.exiv2.org/projects/exiv2/wiki/Supported_image_formats/13

This was likely a typo in the original definition.

https://bugs.freedesktop.org/show_bug.cgi?id=100078
parent 55a88f1c
No related branches found
No related tags found
No related merge requests found
......@@ -4647,7 +4647,7 @@ command to generate the output files.
</magic>
<glob pattern="*.orf"/>
</mime-type>
<mime-type type="image/x-panasonic-raw">
<mime-type type="image/x-panasonic-rw">
<_comment>Panasonic raw image</_comment>
<sub-class-of type="image/x-dcraw"/>
<magic priority="50">
......@@ -4655,8 +4655,9 @@ command to generate the output files.
<match value="IIU\x00\x08\x00\x00\x00" type="string" offset="0"/>
</magic>
<glob pattern="*.raw"/>
<alias type="image/x-panasonic-raw"/>
</mime-type>
<mime-type type="image/x-panasonic-raw2">
<mime-type type="image/x-panasonic-rw2">
<_comment>Panasonic raw2 image</_comment>
<sub-class-of type="image/x-dcraw"/>
<magic priority="50">
......@@ -4664,6 +4665,7 @@ command to generate the output files.
<match value="IIU\x00\x18\x00\x00\x00" type="string" offset="0"/>
</magic>
<glob pattern="*.rw2"/>
<alias type="image/x-panasonic-raw2"/>
</mime-type>
<mime-type type="image/x-pentax-pef">
<_comment>Pentax PEF raw image</_comment>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment