Skip to content

Update ImageMagick from 6.9.10p56 to 6.9.10p78 #1550

Merged
merged 15 commits into from
Dec 18, 2019

Commits on Dec 16, 2019

  1. libde265: Add version 1.0.3

    pmenzel committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    025fa15 View commit details
    Browse the repository at this point in the history
  2. libde265: Use autogen

    pmenzel committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    4601148 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfff4fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e2804f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4d7770 View commit details
    Browse the repository at this point in the history
  6. libheif: Add version 1.6.0

    > libheif is an ISO/IEC 23008-12:2017 HEIF file format decoder and
    > encoder.
    >
    > HEIF is a new image file format employing HEVC (h.265) image coding
    > for the best compression ratios currently possible.
    >
    > libheif makes use of libde265 for the actual image decoding and x265
    > for encoding. Alternative codecs for, e.g., AVC and JPEG can be provided
    > as plugins. There is experimental code for an AV1 plugin (for AVIF
    > format support) in the 'avif' branch.
    pmenzel committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    87c5a56 View commit details
    Browse the repository at this point in the history
  7. libheif: Use Autotools over non-working CMake

    The install Make target generated by the project’s CMake configuration
    does not work.
    pmenzel committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    e550df2 View commit details
    Browse the repository at this point in the history
  8. libheif: Disable go bindings

    Building outside the source directory causes issues.
    
        can't load package: package heif-test.go: cannot find package "heif-test.go" in any of:
            /usr/lib/go/src/heif-test.go (from $GOROOT)
            /dev/shm/bee-root/libheif/libheif-1.6.0-0/build/examples/src/heif-test.go (from $GOPATH)
    
        $ ls -lR /dev/shm/bee-root/libheif/libheif-1.6.0-0/build/examples/src/
        /dev/shm/bee-root/libheif/libheif-1.6.0-0/build/examples/src/:
        total 0
        drwxr-xr-x 3 root root 60 Dec 13 13:11 github.com
    
        /dev/shm/bee-root/libheif/libheif-1.6.0-0/build/examples/src/github.com:
        total 0
        drwxr-xr-x 3 root root 60 Dec 13 13:11 strukturag
    
        /dev/shm/bee-root/libheif/libheif-1.6.0-0/build/examples/src/github.com/strukturag:
        total 0
        drwxr-xr-x 2 root root 60 Dec 13 13:11 libheif
    
        /dev/shm/bee-root/libheif/libheif-1.6.0-0/build/examples/src/github.com/strukturag/libheif:
        total 0
        lrwxrwxrwx 1 root root 62 Dec 13 13:11 go -> /dev/shm/bee-root/libheif/libheif-1.6.0-0/build/examples/../go
    pmenzel committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    86e4655 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    96a99b7 View commit details
    Browse the repository at this point in the history
  10. libde265: autotools

    pmenzel committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    00eaf55 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5924331 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9a0141a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cf8006e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9bad7bf View commit details
    Browse the repository at this point in the history
  15. imagemagick: Explicitly delete doc directory

    Use of `EXCLUDES` is deprecated.
    
    `--disable-docs` also does not build the wanted manual pages.
    
    `DOCDIR` cannot be used, as `/usr/share/doc/ImageMagick-6` is used by
    ImageMagick (which is strange, because we should pathe the name to
    configure).
    pmenzel committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    9ecdd4a View commit details
    Browse the repository at this point in the history