ChangeLog.old 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # This stuff was getting long & annoying, so I moved it to a separate file.
  2. # It's probably only of interest to me, and only because my memory is short.
  3. # 20160725 bkw:
  4. # - version bump to 1.9a.
  5. # - s/i486/i586/g (to match new 14.2 template).
  6. # - script will no longer build old versions of mupdf, too much
  7. # changed upstream.
  8. # 20150915 bkw BUILD=2:
  9. # - add -DJBIG_NO_MEMENTO, needed for building with jbig2dec-0.12.
  10. # 20150511 bkw:
  11. # - version bump to 1.7a.
  12. # - remembered to reset BUILD to 1, yay.
  13. # - no other changes (amazingly enough).
  14. # 20140827 bkw: fix quality control fails in previous version.
  15. # 2 issues pointed out by Thomas Morper in an email:
  16. # - The source is already found in upstream's archive/, and won't get
  17. # moved, so update DOWNLOAD in the .info file to point there.
  18. # - Get rid of redundant /usr/share/doc/mupdf dir.
  19. #
  20. # Also, I forgot to reset BUILD to 1 when VERSION changed, so this
  21. # will be build "4" of 1.5 even thought it's really the 2nd one :(
  22. # 20140822 bkw:
  23. # - Updated for mupdf-1.5.
  24. # - Hosting the source on my server, so I know it won't get moved
  25. # to an archive/ dir when a new release comes out.
  26. # - Script also tested with 1.4:
  27. # DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/mupdf-1.4-source.tar.gz"
  28. # MD5SUM="0f6840a7020db0c833b0c090ca1864ec"
  29. # - Add .desktop, .pc, icon
  30. # - Got rid of CVE-2014-2013 patch (integrated by upstream in 1.4).
  31. # - Remove man page patch (not needed for 1.4 and up).
  32. # - Replace openjpeg dep with newly-submitted openjpeg2.
  33. # - Small patch to allow building with openjpeg 2.1.0 (rather than 2.0.0).
  34. # - For now, revert to static libmupdf. Upstream doesn't support
  35. # shared libs, they hate it when distro packages create them,
  36. # and rolling my own shared libs is more PITA than it's worth.
  37. # - Upstream renamed the binary to mupdf-x11, add symlinks so scripts
  38. # or .desktop files can still run it as mupdf, and "man mupdf" will
  39. # still work.
  40. # 20140224 bkw:
  41. # - backported security fix for CVE-2014-2013. I will be upgrading this
  42. # build to mupdf-1.3, but it'll take more work than I currently have
  43. # time for:
  44. # + mupdf's internals have changed, will have to redo my patches
  45. # + it depends on openjpeg 2.0 which SBo hasn't got yet. 2.0 uses an
  46. # incompatible API, so an openjpeg 2.0 SlackBuild would require
  47. # updates for everything that depends on it.
  48. # + zathura-pdf-mupdf will need updating (mupdf's API has changed)
  49. # + probably all the other zathura-* builds will need updating to
  50. # be compatible with new zathura-pdf-mupdf
  51. # The security fix is needed now, it's a tiny patch, and shouldn't have
  52. # to wait on all that other stuff.
  53. # 20140318 bkw: fix permissions on headers and man pages.
  54. # 20130618 bkw:
  55. # - Took over maintenance.
  56. # - Updated for mupdf 1.2.
  57. # - Build library shared, not static.
  58. # - Build with system zlib, libjpeg, openjpeg, jbig2dec, libtiff, libpng,
  59. # liblcms2 instead of bundled sources (which made the lib + exes *huge*).
  60. # Also, the included libjpeg is too new (it broke zathura-pdf-mupdf).
  61. # - Include mutool in package (instead of just its man page).
  62. # - Add CHANGES CONTRIBUTORS doc/* to /usr/doc.
  63. # - Use DESTDIR libdir mandir instead of patching makefile.
  64. # - Updated README & slack-desc to mention XPS and CBZ.
  65. # - Fix the man pages slightly.