# This file created by conda-build 3.21.9 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Mon Aug 8 18:36:22 2022 # ------------------------------------------------ package: name: libwebp-base version: 1.2.4 source: patches: null sha256: 7bf5a8a28cc69bcfa8cb214f2c3095703c6b73ac5fba4d5480c205331d9494df url: http://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.2.4.tar.gz build: number: '0' run_exports: - libwebp-base >=1.2.4,<2.0a0 string: h166bdaf_0 requirements: build: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - binutils_impl_linux-64 2.36.1 h193b22a_2 - binutils_linux-64 2.36 hf3e587d_10 - gcc_impl_linux-64 10.4.0 h7ee1905_16 - gcc_linux-64 10.4.0 h9215b83_10 - kernel-headers_linux-64 2.6.32 he073ed8_15 - ld_impl_linux-64 2.36.1 hea4e1c9_2 - libgcc-devel_linux-64 10.4.0 h74af60c_16 - libgcc-ng 12.1.0 h8d9b700_16 - libgomp 12.1.0 h8d9b700_16 - libsanitizer 10.4.0 hde28e3b_16 - libstdcxx-ng 12.1.0 ha89aaad_16 - libtool 2.4.6 h9c3ff4c_1008 - make 4.3 hd18ef5c_1 - sysroot_linux-64 2.12 he073ed8_15 host: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - libgcc-ng 12.1.0 h8d9b700_16 - libgomp 12.1.0 h8d9b700_16 run: - libgcc-ng >=12 run_constrained: - libwebp 1.2.4 test: commands: - test -f $PREFIX/lib/libwebp.so - test ! -f $PREFIX/lib/libwebp.a - test $PREFIX/pkgconfig/libwebp.pc - test -f $PREFIX/lib/libwebpdemux.so - test ! -f $PREFIX/lib/libwebpdemux.a - test $PREFIX/pkgconfig/libwebpdemux.pc - test -f $PREFIX/lib/libwebpmux.so - test ! -f $PREFIX/lib/libwebpmux.a - test $PREFIX/pkgconfig/libwebpmux.pc - test -f $PREFIX/lib/libwebpdecoder.so - test ! -f $PREFIX/lib/libwebpdecoder.a - test $PREFIX/pkgconfig/libwebpdecoder.pc - test -f $PREFIX/include/webp/decode.h || (echo "decode.h not found" && exit 1) - test -f $PREFIX/include/webp/demux.h || (echo "demux.h not found" && exit 1) - test -f $PREFIX/include/webp/encode.h || (echo "encode.h not found" && exit 1) - test -f $PREFIX/include/webp/mux_types.h || (echo "mux_types.h not found" && exit 1) - test -f $PREFIX/include/webp/mux.h || (echo "mux.h not found" && exit 1) - test -f $PREFIX/include/webp/types.h || (echo "types.h not found" && exit 1) - test ! -f $PREFIX/bin/cwebp - test ! -f $PREFIX/bin/dwebp - test ! -f $PREFIX/bin/gif2webp - test ! -f $PREFIX/bin/img2webp - test ! -f $PREFIX/bin/webpinfo - test ! -f $PREFIX/bin/webpmux about: description: 'WebP is a method of lossy and lossless compression that can be used on a large variety of photographic, translucent and graphical images found on the web. The degree of lossy compression is adjustable so a user can choose the trade-off between file size and image quality. libwebp-base provides the headers and shared libraries. For cwebp and dwep, binaries install libwebp. ' dev_url: https://chromium.googlesource.com/webm/libwebp doc_url: https://developers.google.com/speed/webp/docs/using home: https://developers.google.com/speed/webp license: BSD-3-Clause license_file: COPYING summary: WebP image library extra: copy_test_source_files: true final: true recipe-maintainers: - carterbox - dschreij - ocefpaf