add-gifsponge-docs.patch 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. Description: Add gifsponge docs
  2. Author: David Suárez <david.sephirot@gmail.com>
  3. Origin: vendor
  4. Bug: https://sourceforge.net/p/giflib/bugs/155/
  5. Last-Update: 2020-12-20
  6. --- a/Makefile
  7. +++ b/Makefile
  8. @@ -71,6 +71,7 @@
  9. doc/giffix.1 \
  10. doc/gifinto.1 \
  11. doc/giflib.1 \
  12. + doc/gifsponge.1 \
  13. doc/giftext.1 \
  14. doc/giftool.1
  15. --- a/doc/Makefile
  16. +++ b/doc/Makefile
  17. @@ -26,6 +26,7 @@
  18. giffix.xml \
  19. gifinto.xml \
  20. giflib.xml \
  21. + gifsponge.xml \
  22. giftext.xml \
  23. giftool.xml
  24. XMLINTERNAL = \
  25. --- /dev/null
  26. +++ b/doc/gifsponge.xml
  27. @@ -0,0 +1,40 @@
  28. +<?xml version="1.0" encoding="ISO-8859-1"?>
  29. +<!DOCTYPE refentry PUBLIC
  30. + "-//OASIS//DTD DocBook XML V4.1.2//EN"
  31. + "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
  32. +<!ENTITY email "david.sephirot@gmail.com">
  33. +]>
  34. +<refentry id='gifsponge.1'>
  35. +<refentryinfo><date>20 Dec 2020</date></refentryinfo>
  36. +<refmeta>
  37. +<refentrytitle>gifsponge</refentrytitle>
  38. +<manvolnum>1</manvolnum>
  39. +<refmiscinfo class="source">GIFLIB</refmiscinfo>
  40. +<refmiscinfo class="manual">GIFLIB Documentation</refmiscinfo>
  41. +</refmeta>
  42. +<refnamediv id='name'>
  43. +<refname>gifsponge</refname>
  44. +<refpurpose>expensive GIF copy, a model for slurp utilities</refpurpose>
  45. +</refnamediv>
  46. +
  47. +<refsynopsisdiv id='synopsis'>
  48. +
  49. +<cmdsynopsis>
  50. + <command>gifsponge</command>
  51. +</cmdsynopsis>
  52. +</refsynopsisdiv>
  53. +
  54. +<refsect1><title>Description</title>
  55. +
  56. +<para>Slurp a GIF into core, operate on it, spew it out again.
  57. +This is an expensive way to copy a GIF. The source is included
  58. +as a skeleton for more sophisticated slurp utilities. See the source in the
  59. +util directory for details.</para>
  60. +
  61. +</refsect1>
  62. +<refsect1><title>Author</title>
  63. +
  64. +<para>David Suárez <email>&email;</email></para>
  65. +
  66. +</refsect1>
  67. +</refentry>