# This file created by conda-build 3.23.3
# meta.yaml template originally from:
# /home/conda/recipe_root, last modified Sun Feb 12 04:44:51 2023
# ------------------------------------------------

package:
  name: jpeg
  version: 9e
source:
  patches: null
  sha256: 4077d6a6a75aeb01884f708919d25934c93305e49f7e3f36db9129320e6f4f3d
  url: http://www.ijg.org/files/jpegsrc.v9e.tar.gz
build:
  number: '3'
  run_exports:
    - jpeg >=9e,<10a
  string: h0b41bf4_3
requirements:
  build:
    - _libgcc_mutex 0.1 conda_forge
    - _openmp_mutex 4.5 2_gnu
    - binutils_impl_linux-64 2.39 he00db2b_1
    - binutils_linux-64 2.39 h5fc0e48_11
    - gcc_impl_linux-64 11.3.0 hab1b70f_19
    - gcc_linux-64 11.3.0 he6f903b_11
    - kernel-headers_linux-64 2.6.32 he073ed8_15
    - ld_impl_linux-64 2.39 hcc3a1bd_1
    - libgcc-devel_linux-64 11.3.0 h210ce93_19
    - libgcc-ng 12.2.0 h65d4601_19
    - libgomp 12.2.0 h65d4601_19
    - libsanitizer 11.3.0 h239ccf8_19
    - libstdcxx-ng 12.2.0 h46fd767_19
    - libtool 2.4.7 h27087fc_0
    - 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.2.0 h65d4601_19
    - libgomp 12.2.0 h65d4601_19
  run:
    - libgcc-ng >=12
  run_constrained:
    - libjpeg-turbo <0.0.0a
test:
  commands:
    - djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
  files:
    - testorig.jpg
about:
  home: http://www.ijg.org/
  license: IJG
  license_file: /home/conda/recipe_root/LICENSE.txt
  summary: read/write jpeg COM, EXIF, IPTC medata
extra:
  copy_test_source_files: true
  final: true
  recipe-maintainers:
    - gillins
    - jakirkham
    - msarahan
    - ocefpaf