diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-31 17:53:55 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-31 17:53:55 +0200 |
commit | 1cd31f169fab4ab0ce45617c161da3fec9f7359d (patch) | |
tree | e705bef0fbb742cafc1ca64b6c786db1b82622ab /package/file/patches/patch-magic_Magdir_printer | |
parent | 5e82ed3e9ada7f5c9e66db5568032a49f66a6e93 (diff) |
fix regressions from ipkg rework
- remove old glib1 lib
- rename glib2 -> glib
- rename libgdbm -> gdbm
- remove obsoleted wireless-tools, use iw
- remove upstream unmaintained slurm
make allmodconfig runs through on Debian/lenny amd64 for
alix1c target
Diffstat (limited to 'package/file/patches/patch-magic_Magdir_printer')
-rw-r--r-- | package/file/patches/patch-magic_Magdir_printer | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/package/file/patches/patch-magic_Magdir_printer b/package/file/patches/patch-magic_Magdir_printer new file mode 100644 index 000000000..a7db0e8e7 --- /dev/null +++ b/package/file/patches/patch-magic_Magdir_printer @@ -0,0 +1,34 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- file-5.03.orig/magic/Magdir/printer 2008-10-20 19:20:03.000000000 +0200 ++++ file-5.03/magic/Magdir/printer 2009-05-31 04:05:40.000000000 +0200 +@@ -3,30 +3,6 @@ + # printer: file(1) magic for printer-formatted files + # + +-# PostScript, updated by Daniel Quinlan (quinlan@yggdrasil.com) +-0 string %! PostScript document text +-!:mime application/postscript +-!:apple ASPSTEXT +->2 string PS-Adobe- conforming +->>11 string >\0 DSC level %.3s +->>>15 string EPS \b, type %s +->>>15 string Query \b, type %s +->>>15 string ExitServer \b, type %s +->>>15 search/1000 %%LanguageLevel:\ +->>>>&0 string >\0 \b, Level %s +-# Some PCs have the annoying habit of adding a ^D as a document separator +-0 string \004%! PostScript document text +-!:mime application/postscript +-!:apple ASPSTEXT +->3 string PS-Adobe- conforming +->>12 string >\0 DSC level %.3s +->>>16 string EPS \b, type %s +->>>16 string Query \b, type %s +->>>16 string ExitServer \b, type %s +->>>16 search/1000 %%LanguageLevel:\ +->>>>&0 string >\0 \b, Level %s +-0 string \033%-12345X%!PS PostScript document +- + # DOS EPS Binary File Header + # From: Ed Sznyter <ews@Black.Market.NET> + 0 belong 0xC5D0D3C6 DOS EPS Binary File |