+2003-04-02 13:50 Christos Zoulas <christos@zoulas.com>
+
+ * Magic additions (Alex Ott)
+ * Fix bug that broke VPATH compilation (Peter Breitenlohner)
+
2003-03-28 16:03 Christos Zoulas <christos@zoulas.com>
* remove packed attribute from magic struct.
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/file.c)
-AM_INIT_AUTOMAKE(file, 4.01)
+AM_INIT_AUTOMAKE(file, 4.02)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
#
# zsh/ash/ae/nawk/gawk magic from cameron@cs.unsw.oz.au (Cameron Simpson)
+0 string/b #!\ /bin Paul Falstad's zsh script text executable
+0 string/b #!\ /usr/bin Paul Falstad's zsh script text executable
0 string/b #!\ /usr/local/bin/zsh Paul Falstad's zsh script text executable
0 string/b #!\ /usr/local/bin/ash Neil Brown's ash script text executable
0 string/b #!\ /usr/local/bin/ae Neil Brown's ae script text executable
>>14 leshort x %hd dpi,
>2 byte 0 uncompressed
>2 byte 1 RLE compressed
+
+# Adobe Photoshop
+0 string 8BPS Adobe Photoshop Image
>8 string AVI\ \b, AVI
# Animated Cursor format
>8 string ACON \b, animated cursor
+# Corel Draw Picture
+>8 string CDRA \b, Corel Draw Picture
#
# XXX - some of the below may only appear in little-endian form.
>8 string ACON \b, animated cursor
# Notation Interchange File Format (big-endian only)
>8 string NIFF \b, Notation Interchange File Format
+# Corel Draw Picture
+>8 string CDRA \b, Corel Draw Picture
# SoundFont 2 <mpruett@sgi.com>
>8 string sfbk SoundFont 2
done >> $@
magic.mgc: magic
- $(top_builddir)/src/file -C -m magic
+ $(top_builddir)/src/file -C -m $(srcdir)/magic
magic.mime.mgc: magic.mime
- $(top_builddir)/src/file -C -m magic.mime
+ $(top_builddir)/src/file -C -m $(srcdir)/magic.mime
magic_FRAGMENTS = \
Magdir/acorn \
>8 string AVI video/x-msvideo
#
0 belong 0x2e7261fd application/x-realaudio
+>8 string CDRA image/x-coreldraw
+
# MPEG Layer 3 sound files
0 beshort &0xffe0 audio/mpeg
# specifications at http://hdf.ncsa.uiuc.edu/
0 belong 0x0e031301 Hierarchical Data Format (version 4) data
0 string \211HDF\r\n\032 Hierarchical Data Format (version 5) data
+
+# Adobe Photoshop
+0 string 8BPS image/x-photoshop
#define FILE_VERSION_MAJOR 4
-#define patchlevel 01
+#define patchlevel 2
/*
* Patchlevel file for Ian Darwin's MAGIC command.
- * $Id: patchlevel.h,v 1.45 2003/03/26 15:37:25 christos Exp $
+ * $Id: patchlevel.h,v 1.46 2003/04/02 18:57:43 christos Exp $
*
* $Log: patchlevel.h,v $
+ * Revision 1.46 2003/04/02 18:57:43 christos
+ * prepare for 4.02
+ *
* Revision 1.45 2003/03/26 15:37:25 christos
* - Pass lint
* - make NULL in magic_file mean stdin