Update of /cvsroot/ufraw/ufraw In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30257
Modified Files: ufraw-setup.iss.in ufraw-mime.xml generate_schemas.sh Log Message: Update file extensions. Index: generate_schemas.sh =================================================================== RCS file: /cvsroot/ufraw/ufraw/generate_schemas.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- generate_schemas.sh 30 Oct 2006 23:28:37 -0000 1.4 +++ generate_schemas.sh 8 Jan 2013 16:45:11 -0000 1.5 @@ -78,13 +78,16 @@ do_mime image@x-kodak-kdc do_mime image@x-minolta-mrw do_mime image@x-nikon-nef +do_mime image@x-nikon-nrw do_mime image@x-olympus-orf do_mime image@x-panasonic-raw +do_mime image@x-panasonic-rw2 do_mime image@x-pentax-pef do_mime image@x-sigma-x3f do_mime image@x-sony-srf do_mime image@x-sony-sr2 do_mime image@x-sony-arw +do_mime image@x-samsung-srw echo " </schemalist>" >> $SCHEMAS echo "</gconfschemafile>" >> $SCHEMAS Index: ufraw-mime.xml =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw-mime.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ufraw-mime.xml 30 Oct 2006 23:28:37 -0000 1.4 +++ ufraw-mime.xml 8 Jan 2013 16:45:11 -0000 1.5 @@ -12,7 +12,7 @@ <mime-type type="image/x-dcraw"> <comment>Digital raw image</comment> <acronym>DCRaw</acronym> - <expanded-acronym>Digital camera Raw</expanded-acronym> + <expanded-acronym>Digital Ramera Raw</expanded-acronym> </mime-type> <mime-type type="image/x-adobe-dng"> @@ -106,6 +106,15 @@ <glob pattern="*.nef"/> </mime-type> + <mime-type type="image/x-nikon-nrw"> + <sub-class-of type="image/x-dcraw"/> + <sub-class-of type="image/tiff"/> + <comment>Nikon raw image</comment> + <acronym>NRW</acronym> + <expanded-acronym>Nikon RaW</expanded-acronym> + <glob pattern="*.nrw"/> + </mime-type> + <mime-type type="image/x-olympus-orf"> <sub-class-of type="image/x-dcraw"/> <comment>Olympus raw image</comment> @@ -125,6 +134,8 @@ <mime-type type="image/x-panasonic-raw"> <sub-class-of type="image/x-dcraw"/> <comment>Panasonic raw image</comment> + <acronym>RAW</acronym> + <expanded-acronym>Panasonic RAW</expanded-acronym> <magic priority="50"> <!-- Some kind of TIFF file with a non-standard version in prefix !--> <match value="IIU\x00\x08\x00\x00\x00" type="string" offset="0"/> @@ -132,6 +143,18 @@ <glob pattern="*.raw"/> </mime-type> + <mime-type type="image/x-panasonic-rw2"> + <_comment>Panasonic raw2 image</_comment> + <acronym>RW2</acronym> + <expanded-acronym>Panasonic RaW format 2</expanded-acronym> + <sub-class-of type="image/x-dcraw"/> + <magic priority="50"> + <!-- Some kind of TIFF file with a non-standard version in prefix !--> + <match value="IIU\x00\x18\x00\x00\x00" type="string" offset="0"/> + </magic> + <glob pattern="*.rw2"/> + </mime-type> + <mime-type type="image/x-pentax-pef"> <sub-class-of type="image/x-dcraw"/> <sub-class-of type="image/tiff"/> @@ -178,9 +201,18 @@ <sub-class-of type="image/x-dcraw"/> <sub-class-of type="image/tiff"/> <acronym>ARW</acronym> - <expanded-acronym>Alpha Raw format</expanded-acronym> + <expanded-acronym>Alpha RaW</expanded-acronym> <comment>Sony raw image</comment> <glob pattern="*.arw"/> </mime-type> + <mime-type type="image/x-samsung-srw"> + <sub-class-of type="image/x-dcraw"/> + <sub-class-of type="image/tiff"/> + <acronym>SRW</acronym> + <expanded-acronym>Samsung RaW</expanded-acronym> + <comment>Samsung raw image</comment> + <glob pattern="*.srw"/> + </mime-type> + </mime-info> Index: ufraw-setup.iss.in =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw-setup.iss.in,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- ufraw-setup.iss.in 4 Sep 2011 10:45:04 -0000 1.25 +++ ufraw-setup.iss.in 8 Jan 2013 16:45:11 -0000 1.26 @@ -34,12 +34,13 @@ Name: "UFRawAssociation"; Description: "UFRaw ID files"; GroupDescription: "Associate the following file types with UFRaw:" Name: "DNGAssociation"; Description: "DNG - Adobe Digital Negative"; GroupDescription: "Associate the following file types with UFRaw:" Name: "CRWAssociation"; Description: "CRW,CR2 - Canon Raw"; GroupDescription: "Associate the following file types with UFRaw:" -Name: "NEFAssociation"; Description: "NEF - Nikon Electronic Format"; GroupDescription: "Associate the following file types with UFRaw:" +Name: "NEFAssociation"; Description: "NEF,NRW - Nikon Raw"; GroupDescription: "Associate the following file types with UFRaw:" Name: "PEFAssociation"; Description: "PEF - Pentax Electronic Format"; GroupDescription: "Associate the following file types with UFRaw:" Name: "RAFAssociation"; Description: "RAF - Fuji Raw Format"; GroupDescription: "Associate the following file types with UFRaw:" Name: "ORFAssociation"; Description: "ORF - Olympus Raw Format"; GroupDescription: "Associate the following file types with UFRaw:" Name: "MRWAssociation"; Description: "MRW - Minolta Raw"; GroupDescription: "Associate the following file types with UFRaw:" -Name: "ARWAssociation"; Description: "ARW - Sony DSLR Raw"; GroupDescription: "Associate the following file types with UFRaw:" +Name: "ARWAssociation"; Description: "ARW,SRF,SR2 - Sony Raw"; GroupDescription: "Associate the following file types with UFRaw:" +Name: "SRWAssociation"; Description: "SRW - Samsung Raw"; GroupDescription: "Associate the following file types with UFRaw:" [Files] Source: "ufraw.exe"; DestDir: "{app}\bin"; Flags: ignoreversion @@ -84,11 +85,15 @@ Root: HKCR; Subkey: ".crw"; ValueType: string; ValueName: ""; ValueData: "UFRaw"; Flags: uninsdeletevalue; Tasks: CRWAssociation Root: HKCR; Subkey: ".cr2"; ValueType: string; ValueName: ""; ValueData: "UFRaw"; Flags: uninsdeletevalue; Tasks: CRWAssociation Root: HKCR; Subkey: ".nef"; ValueType: string; ValueName: ""; ValueData: "UFRaw"; Flags: uninsdeletevalue; Tasks: NEFAssociation +Root: HKCR; Subkey: ".nrw"; ValueType: string; ValueName: ""; ValueData: "UFRaw"; Flags: uninsdeletevalue; Tasks: NEFAssociation Root: HKCR; Subkey: ".pef"; ValueType: string; ValueName: ""; ValueData: "UFRaw"; Flags: uninsdeletevalue; Tasks: PEFAssociation Root: HKCR; Subkey: ".raf"; ValueType: string; ValueName: ""; ValueData: "UFRaw"; Flags: uninsdeletevalue; Tasks: RAFAssociation Root: HKCR; Subkey: ".orf"; ValueType: string; ValueName: ""; ValueData: "UFRaw"; Flags: uninsdeletevalue; Tasks: ORFAssociation Root: HKCR; Subkey: ".mrw"; ValueType: string; ValueName: ""; ValueData: "UFRaw"; Flags: uninsdeletevalue; Tasks: MRWAssociation Root: HKCR; Subkey: ".arw"; ValueType: string; ValueName: ""; ValueData: "UFRaw"; Flags: uninsdeletevalue; Tasks: ARWAssociation +Root: HKCR; Subkey: ".srf"; ValueType: string; ValueName: ""; ValueData: "UFRaw"; Flags: uninsdeletevalue; Tasks: ARWAssociation +Root: HKCR; Subkey: ".sr2"; ValueType: string; ValueName: ""; ValueData: "UFRaw"; Flags: uninsdeletevalue; Tasks: ARWAssociation +Root: HKCR; Subkey: ".srw"; ValueType: string; ValueName: ""; ValueData: "UFRaw"; Flags: uninsdeletevalue; Tasks: SRWAssociation Root: HKCR; Subkey: "UFRawID"; ValueType: string; ValueName: ""; ValueData: "UFRawID"; Flags: uninsdeletekey Root: HKCR; Subkey: "UFRawID"; ValueType: string; ValueName: ""; ValueData: "UFRaw ID file"; Flags: uninsdeletevalue ------------------------------------------------------------------------------ Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS and more. Get SQL Server skills now (including 2012) with LearnDevNow - 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only - learn more at: http://p.sf.net/sfu/learnmore_122512 _______________________________________________ ufraw-cvs mailing list ufraw-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ufraw-cvs