]> git.pld-linux.org Git - packages/file.git/blob - file-dicom.patch
- official patch for file 4.14
[packages/file.git] / file-dicom.patch
1 --- file-4.10/magic/magic2mime.dicom    2004-08-31 13:05:53.000000000 +0200
2 +++ file-4.10/magic/magic2mime  2004-08-31 13:08:47.000000000 +0200
3 @@ -42,6 +42,7 @@
4         '^Sun/NeXT audio data', 'audio/basic',
5      '^MPEG', 'video/mpeg',
6      '^Apple QuickTime movie', 'video/quicktime',
7 +    '^DICOM medical imaging data', 'application/dicom',
8         # made up by me
9      '^bitmap', 'image/x-bitmap',
10      '^PC bitmap data, Windows 3.x format', 'image/x-msw3bmp',
11 --- file-4.10/magic/magic.mime.dicom    2004-08-31 13:28:00.007154653 +0200
12 +++ file-4.10/magic/magic.mime  2004-08-31 13:13:27.000000000 +0200
13 @@ -918,2 +918,4 @@
14  # they will ordinarily reported as "compressed", but at least -z helps
15  39      string          =<gmr:Workbook           application/x-gnumeric
16 +# 
17 +128    string          DICM            application/dicom
This page took 0.065595 seconds and 3 git commands to generate.