Skip to content
Snippets Groups Projects
  1. Jan 26, 2020
  2. May 02, 2019
  3. Apr 09, 2019
  4. Dec 02, 2018
    • Sebastian Kemper's avatar
      tiff: disable ZSTD and WebP codecs explicitly · ce142361
      Sebastian Kemper authored
      
      tiff 4.0.10 added two new compression codecs, ZSTD and WebP. If the
      respective libraries are found, these codecs will be built. Currently
      they're not built, because these libraries do not exist in OpenWrt.
      
      This commit adds the configure switches to disable these codecs. It's
      likely that any of these libs will make their way into OpenWrt sooner or
      later, so this commit prevents the related build failures (missing
      depends).
      
      If there is a need to enable these codecs in tiff in the future, then
      this can be done, obviously, but at least there will be no build failure
      suprises in the meantime.
      
      Also, this commit corrects the homepage of libtiff.
      
      Signed-off-by: default avatarSebastian Kemper <sebastian_ml@gmx.net>
      ce142361
  5. Nov 14, 2018
  6. Aug 27, 2018
  7. Aug 18, 2018
  8. Mar 04, 2018
    • Sebastian Kemper's avatar
      tiff: revert uclibc++ commit · 883af8a5
      Sebastian Kemper authored
      
      This reverts 5b565985.
      
      In hindsight I have to admit I did not correctly understand the
      implications of the uclibc++.mk include.
      
      The include allows a package to follow the user's choice regarding which
      C++ library should be the standard. Linking against uClibc++ instead of
      libstd++ is not a problem when running musl (which is what I had
      incorrectly assumed), as both C++ libs are separate packages. And
      uClibc++ is a lot smaller than libstd++, which is probably why it is
      even the default C++ lib on OpenWrt currently.
      
      Signed-off-by: default avatarSebastian Kemper <sebastian_ml@gmx.net>
      883af8a5
  9. Feb 25, 2018
  10. Feb 24, 2018
  11. Jan 30, 2018
  12. Aug 18, 2017
  13. May 04, 2017
  14. Nov 02, 2016
  15. May 31, 2016
  16. May 19, 2016
    • Jo-Philipp Wich's avatar
      tiff: fix wrong declaration of ftell() compat macro · ae2c7c82
      Jo-Philipp Wich authored
      
      The libtiff library declares an `ftell()` compat macro redirecting calls
      to `ftello()` if such an implementation exists. The compat macro however
      is declared with a wrong number of arguments, leading to the following
      error on our buildbots:
      
          In file included from .../usr/include/uClibc++/iostream:29:0,
                           from tif_stream.cxx:31:
          .../usr/include/uClibc++/fstream:422:22: error: macro "ftell" requires 3 arguments, but only 1 given
               retval = ftell(fp);
      
      Add a patch to fix the macro definition in order to fix compilation of
      the tiff package.
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      ae2c7c82
  17. Apr 05, 2016
  18. Jan 28, 2015
  19. Aug 10, 2014
  20. Aug 04, 2014
  21. Jul 31, 2014
  22. Jul 29, 2014
  23. Jul 27, 2014
  24. Jul 20, 2014
Loading