recover-giffilter-docs.patch 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. Description: Recover the giffilter manual page
  2. Author: David Suárez <david.sephirot@gmail.com>
  3. Origin: vendor
  4. Bug: https://sourceforge.net/p/giflib/bugs/154/
  5. Last-Update: 2020-12-20
  6. --- /dev/null
  7. +++ b/doc/giffilter.xml
  8. @@ -0,0 +1,42 @@
  9. +<?xml version="1.0" encoding="ISO-8859-1"?>
  10. +<!DOCTYPE refentry PUBLIC
  11. + "-//OASIS//DTD DocBook XML V4.1.2//EN"
  12. + "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
  13. +<!ENTITY email "esr@thyrsus.com">
  14. +]>
  15. +<refentry id='giffilter.1'>
  16. +<refentryinfo><date>2 May 2012</date></refentryinfo>
  17. +<refmeta>
  18. +<refentrytitle>giffilter</refentrytitle>
  19. +<manvolnum>1</manvolnum>
  20. +<refmiscinfo class="source">GIFLIB</refmiscinfo>
  21. +<refmiscinfo class="manual">GIFLIB Documentation</refmiscinfo>
  22. +</refmeta>
  23. +<refnamediv id='name'>
  24. +<refname>giffilter</refname>
  25. +<refpurpose>expensive GIF copy, a model for filter utilities</refpurpose>
  26. +</refnamediv>
  27. +
  28. +<refsynopsisdiv id='synopsis'>
  29. +
  30. +<cmdsynopsis>
  31. + <command>giffilter</command>
  32. +</cmdsynopsis>
  33. +</refsynopsisdiv>
  34. +
  35. +<refsect1><title>Description</title>
  36. +
  37. +<para>This is an expensive way to copy a GIF. The source is included
  38. +as a skeleton for more sophisticated filters. See the source in the
  39. +util directory for details.</para>
  40. +
  41. +<para>Also has some utility as a test of the sequential GIF record I/O
  42. +routines. The output should be bytewise identical to the input.</para>
  43. +
  44. +</refsect1>
  45. +<refsect1><title>Author</title>
  46. +
  47. +<para>Eric S. Raymond <email>&email;</email></para>
  48. +
  49. +</refsect1>
  50. +</refentry>
  51. --- a/Makefile
  52. +++ b/Makefile
  53. @@ -67,6 +67,7 @@
  54. doc/gifbuild.1 \
  55. doc/gifclrmp.1 \
  56. doc/gifecho.1 \
  57. + doc/giffilter.1 \
  58. doc/giffix.1 \
  59. doc/gifinto.1 \
  60. doc/giflib.1 \
  61. --- a/doc/Makefile
  62. +++ b/doc/Makefile
  63. @@ -22,6 +22,7 @@
  64. gifbuild.xml \
  65. gifclrmp.xml \
  66. gifecho.xml \
  67. + giffilter.xml \
  68. giffix.xml \
  69. gifinto.xml \
  70. giflib.xml \