commit e6ef0329c49e7941129c0067564f7a11f9b0e00a
Author: Kai Tietz <ktietz@anaconda.com>
Date:   Sat Aug 14 13:01:21 2021 +0200

    update to version 2.42.6, add support for osx-arm64

commit 929b5cfb2261cdb97def504b106ddc30421e211b
Author: Paul Yim <paul.j.yim@gmail.com>
Date:   Wed Aug 4 20:04:56 2021 +0000

    Updates to build for aarch64

commit 6afd791b82d74e3ac2c8ce05cf44577d9a6adbdd
Merge: f4cd006 5c5fad5
Author: Peter Williams <peter@newton.cx>
Date:   Tue Jun 2 00:21:07 2020 -0400

    Merge pull request #22 from ryanvolz/fix_postlink_path_with_spaces
    
    Fix error running post-link script when conda path has a space

commit 5c5fad5901c9e0ab611e7be9ad3c0df601ccf6f5
Author: Ryan Volz <rvolz@mit.edu>
Date:   Mon Jun 1 12:52:32 2020 -0400

    MNT: Re-rendered with conda-build 3.19.2, conda-smithy 3.7.3, and conda-forge-pinning 2020.06.01.14.18.30

commit d0a6cb4c98edb9e63c65fdcbb581cef5aaca297e
Author: Ryan Volz <rvolz@mit.edu>
Date:   Mon Jun 1 12:47:16 2020 -0400

    Fix error running post-link script when conda path has a space.

commit f4cd006ea150a08626bba5657ec2a63d9ba9583e
Author: Matthew R Becker <becker.mr@gmail.com>
Date:   Mon May 18 07:17:41 2020 -0500

    [ci skip] [skip ci] [cf admin skip] ***NO_CI*** admin migration CondaForgeAutomerge

commit 200d5a647b343010db30b85ee5e4e763d5bfb704
Author: conda-forge-admin <conda-forge-admin@email.com>
Date:   Sat May 16 07:31:34 2020 +0000

    [ci skip] [skip ci] [cf admin skip] ***NO_CI*** admin migration CFEP13TokensAndConfig

commit fcedfc70d77198761db387b341969fd0f42d9280
Merge: 1529685 c48ccc7
Author: Peter Williams <peter@newton.cx>
Date:   Mon Apr 6 19:08:09 2020 -0400

    Merge pull request #21 from ryanvolz/win_post_link
    
    Add post-link.bat for updating loaders.cache (much like post-link.sh)

commit c48ccc70e3d09f5304abd4baa2bf2daaef3b3c87
Author: Ryan Volz <rvolz@mit.edu>
Date:   Mon Apr 6 18:22:02 2020 -0400

    Pin meson to 0.53.2 as a workaround to build failure with 0.54.0.

commit afa08a4b18b45904ee1e9c325e90206c91da3cc5
Author: Ryan Volz <rvolz@mit.edu>
Date:   Wed Apr 1 18:12:01 2020 -0400

    Add post-link.bat for updating loaders.cache (much like post-link.sh)

commit 1529685a50b3b9a688819a8f0e683b57103c20e4
Merge: e0159d3 4cfa4df
Author: Peter Williams <peter@newton.cx>
Date:   Tue Mar 24 21:42:51 2020 -0400

    Merge pull request #20 from ryanvolz/pkgconfig_cleanup
    
    pkgconfig cleanup

commit 4cfa4df81c5bf2082a401c5032c69d829509f742
Author: Ryan Volz <rvolz@mit.edu>
Date:   Tue Mar 24 18:12:06 2020 -0400

    Temporarily pin conda-build to 3.18.11 on Win (undone by rerender).
    
    This is a workaround for a bug with conda-build=3.19.1 on Azure where
    the host prefix is not detected or replaced correctly on Windows.

commit aa20249fd3e24e4db60be55ffc1ead93a4d68a3b
Author: Ryan Volz <rvolz@mit.edu>
Date:   Tue Mar 24 18:10:11 2020 -0400

    MNT: Re-rendered with conda-build 3.19.1, conda-smithy 3.6.15, and conda-forge-pinning 2020.03.24

commit 9113c42162eacaaf24a6cf5bf998bc20d8fef925
Author: Ryan Volz <rvolz@mit.edu>
Date:   Tue Mar 24 18:00:35 2020 -0400

    Add test for finding installed libs through pkg-config.
    
    Downstream builds sometimes find the library in this way by querying
    pkg-config for the path, so we want to make sure it works. If host
    prefix detection and replacement fails then downstream builds might
    fail.

commit f7e58103f221ee1154787be45eb013d89a41147d
Author: Ryan Volz <rvolz@mit.edu>
Date:   Tue Mar 24 17:30:22 2020 -0400

    Need to set PKG_CONFIG_PATH as env variable.
    
    Setting it as a meson option works for meson, but g-ir-scanner also uses
    pkg-config during the build and it will fail to find .pc files if the
    environment variable isn't set. Doing so takes care of both use cases,
    so that's preferable. It doesn't seem like the failure to find the .pc
    files with g-ir-scanner breaks the build, but it's best to clear up the
    error anyway.

commit e0159d352a7c159c7e1fe2575a22a7beeb9f5a6f
Merge: 79cae84 2ba2eb6
Author: Peter Williams <peter@newton.cx>
Date:   Mon Mar 23 16:32:23 2020 -0400

    Merge pull request #19 from ryanvolz/win
    
    Add Windows build

commit 2ba2eb6916c0c792d4d2887dcb93386d758e0ce4
Author: Ryan Volz <rvolz@mit.edu>
Date:   Mon Mar 23 15:14:38 2020 -0400

    Empty commit to trigger rebuild

commit 634c0ead5948fd0eb2c31be7013e91d587b08543
Author: Ryan Volz <rvolz@mit.edu>
Date:   Mon Mar 23 14:24:47 2020 -0400

    Correct license and use SPDX-compliant name.

commit 6978fed68a24b3b90c48d73b2a9159c4404ddf39
Author: Ryan Volz <rvolz@mit.edu>
Date:   Wed Mar 18 16:15:04 2020 -0400

    Re-trigger build with updated libffi

commit de8bed92641afd4e31f048c8152d79ba25cfaaf4
Author: Ryan Volz <rvolz@mit.edu>
Date:   Wed Mar 18 15:41:49 2020 -0400

    MNT: Re-rendered with conda-build 3.19.0, conda-smithy 3.6.12, and conda-forge-pinning 2020.03.16

commit 52bc92687eab9017f214044b6e02d61e0c49a8c2
Author: Ryan Volz <rvolz@mit.edu>
Date:   Wed Mar 18 15:40:54 2020 -0400

    Add Windows build.

commit 79cae84e52a19a9cd18bc1cace07307259aeaff6
Author: conda-forge-admin <conda-forge-admin@email.com>
Date:   Mon Mar 2 20:01:02 2020 +0000

    [ci skip] [skip ci] [cf admin skip] ***NO_CI*** admin migration AutomergeAndRerender

commit b716a6abbfcbc311a60f44ea7e5ea2ab83aa13f9
Merge: 12d3977 3becbe6
Author: Peter Williams <peter@newton.cx>
Date:   Sat Jan 18 19:52:12 2020 -0500

    Merge pull request #16 from regro-cf-autotick-bot/2.38.2
    
    gdk-pixbuf v2.38.2

commit 3becbe60ae794e54bd059e4f66520ff254771ea9
Author: Peter Williams <peter@newton.cx>
Date:   Sat Jan 18 19:35:41 2020 -0500

    Futz with Meson rpaths to get things working on all platforms.
    
    Hoo boy. First, this patch adds a Meson `install_rpaths` setting to the
    gdk-pixbuf shared libraries. Without this, the ppc64le build would fail in a
    way that was super duper annoying to track down, and that I still don't quite
    understand. The first error I got was "ELF load command alignment not
    page-aligned", then when I fooled around I got segfaults in
    gdk-pixbuf-query-loaders. But after much wailing and gnashing of teeth it
    seems that this is all I need to get things working!
    
    For `gdk-pixbuf-query-loaders` to actually work on ppc64le, I need to also set
    the Meson `install_rpaths` setting for the loader dylibs -- otherwise the same
    "load command alignment" error would occur on execution. But, that patch in
    turn breaks the build on macOS due to `install_name_tool` being picky about
    redundant rpaths, it seems. (Meson doesn't relay the error message from
    `install_name_tool`, but if you run it manually on a macOS machine, you can
    see the issue.) So we only conditionally apply that patch.

commit 930b1e520479c5bba89529b065e920abaea02ffa
Author: Peter Williams <peter@newton.cx>
Date:   Fri Jan 17 12:06:29 2020 -0500

    recipe/build.sh: set -x for debuggability

commit 8804fc48fad989ee5d0bee20a958d2f92c842692
Author: Peter Williams <peter@newton.cx>
Date:   Fri Jan 17 12:04:46 2020 -0500

    recipe/build.sh: giving our own -Wl,-rpath breaks the build on Meson/macOS

commit 408960fc9f3c12a8138ba67eaa8fef49189ff2cf
Author: Peter Williams <peter@newton.cx>
Date:   Mon Jan 13 15:16:16 2020 -0500

    recipe/build.sh: make it so g-ir-scanner works on macOS

commit 090508f802402fee173c88e410f5d00cc66b2448
Author: Peter Williams <peter@newton.cx>
Date:   Mon Jan 13 15:02:00 2020 -0500

    recipe/build.sh: disable manpages on macOS too
    
    Seems that trying to build them on macOS causes an error:
    
    ```
    [21/144] /usr/bin/xsltproc --nonet --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.th.extra1.suppress 1 --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 -o docs/gdk-pixbuf-csource.1 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl ../docs/gdk-pixbuf-csource.xml
    FAILED: docs/gdk-pixbuf-csource.1
    /usr/bin/xsltproc --nonet --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.th.extra1.suppress 1 --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 -o docs/gdk-pixbuf-csource.1 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl ../docs/gdk-pixbuf-csource.xml
    I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
    warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"
    cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
    ```
    
    My guess is that this xsltproc is stricter than the Linux version and doesn't
    want to load docbook.xsl remotely in `--nonet` mode. IMO it's fine to just not
    have the manpages in the macOS package, so let's just avoid the issue.

commit 3dd3d2d31cbdbac2586cda56f8a088e988c3c224
Author: Peter Williams <peter@newton.cx>
Date:   Mon Jan 13 09:48:19 2020 -0500

    recipe/meta.yaml: "--help" option to query-loaders not needed/desirable

commit ed86832a58e283dc2113cf71d89927dc5c62921f
Author: Peter Williams <peter@newton.cx>
Date:   Sun Jan 12 19:57:43 2020 -0500

    recipe/build.sh: don't try to use X11 on macOS

commit 705caea46db28e75f2547034cdb91cb87586a8fc
Author: Peter Williams <peter@newton.cx>
Date:   Fri Jan 10 18:34:20 2020 -0500

    recipe/no-shared-mime-info.patch: no longer needed; can turn off gio_sniffing Meson option

commit e5440b62965868e1a9664b4520ca069f4fa99aac
Author: Peter Williams <peter@newton.cx>
Date:   Fri Jan 10 18:33:58 2020 -0500

    recipe/meson-rpaths.patch: needed to install correctly as with other Meson packages

commit ce0dfdb976a35ca8729ea87a6ae1a67d918b249f
Author: Peter Williams <peter@newton.cx>
Date:   Fri Jan 10 13:05:56 2020 -0500

    Switch to Meson build.

commit 1bc2903fee14f71e6ace201591cf6712f59ff7e5
Author: regro-cf-autotick-bot <circleci@cf-graph.regro.github.com>
Date:   Fri Jan 10 17:14:22 2020 +0000

    updated v2.38.2

commit 12d3977dd05973830014a541f5db560bdf0187bc
Merge: c72a773 ecd5848
Author: Peter Williams <peter@newton.cx>
Date:   Fri Jan 10 06:47:34 2020 -1000

    Merge pull request #14 from chrisburr/fix-13
    
    Remove python3.8 directory

commit ecd58487463f185bb1d9a4a40435a8f49c4f9e0c
Author: Chris Burr <christopher.burr@cern.ch>
Date:   Thu Jan 9 10:13:20 2020 +0100

    Fix typo

commit d602451ce68cb4012d93b26526f784041e099b7c
Author: Chris Burr <christopher.burr@cern.ch>
Date:   Thu Jan 9 10:11:36 2020 +0100

    MNT: Re-rendered with conda-build 3.18.11, conda-smithy 3.6.5, and conda-forge-pinning 2020.01.08

commit dc1aa885f9f77c2fee703c69dc798dbeb3cdce43
Author: Chris Burr <christopher.burr@cern.ch>
Date:   Thu Jan 9 10:10:47 2020 +0100

    Tidy up dependencies and add run_exports

commit 8e3fb47d22b096056ffef48a568982c40b0fd01e
Author: Chris Burr <christopher.burr@cern.ch>
Date:   Thu Jan 9 10:00:08 2020 +0100

    Minor recipe tidying

commit 58b07d69929c82b94fbdb5902ee511258298727d
Author: Chris Burr <christopher.burr@cern.ch>
Date:   Thu Jan 9 09:43:48 2020 +0100

    Bump build number

commit 018e4d34b01dabce72d6d08970a74af81c349d9e
Author: Chris Burr <christopher.burr@cern.ch>
Date:   Thu Jan 9 09:43:25 2020 +0100

    MNT: Re-rendered with conda-build 3.18.11, conda-smithy 3.6.5, and conda-forge-pinning 2020.01.08

commit c72a773fd437391b4b9fa18f837ca39af28f43d9
Merge: ce90f1a 41a0c81
Author: Peter Williams <peter@newton.cx>
Date:   Tue Nov 19 11:43:25 2019 -0500

    Merge pull request #12 from regro-cf-autotick-bot/rebuild-libtiff-4.1.001
    
    Rebuild for libtiff-4.1.0

commit 41a0c81344942d46472cd8cc902623381fe08db7
Author: regro-cf-autotick-bot <circleci@cf-graph.regro.github.com>
Date:   Tue Nov 19 15:24:45 2019 +0000

    MNT: Re-rendered with conda-build 3.18.11, conda-smithy 3.6.2, and conda-forge-pinning 2019.11.18

commit eb320b02e8ca41f2e56552a3f06a936c070571c9
Author: regro-cf-autotick-bot <circleci@cf-graph.regro.github.com>
Date:   Tue Nov 19 15:24:29 2019 +0000

    bump build number

commit ce90f1af25876855fca6ab136a17086139f0b3d4
Merge: 2a9bf8a a0f2c62
Author: Marius van Niekerk <marius.v.niekerk@gmail.com>
Date:   Thu Jun 20 19:57:23 2019 -0400

    Merge pull request #11 from tjakob/platforms
    
    Add support for aarch64 and ppc64le

commit a0f2c6222f820181249fbaeac72eb91fd512b1de
Author: Taylor Jakobson <tjakobs@us.ibm.com>
Date:   Thu Jun 20 19:34:47 2019 +0000

    MNT: Re-rendered with conda-build 3.18.2, conda-smithy 3.3.7, and conda-forge-pinning 2019.06.19

commit ab2ec395365e1ff521515e0c427b03f5e5c6b884
Author: Taylor Jakobson <tjakobs@us.ibm.com>
Date:   Thu Jun 20 19:33:55 2019 +0000

    Add support for aarch64 and ppc64le

commit 2a9bf8a2c6e6642c3d57ca24e5e574fff00b7d38
Merge: f2c6ef4 da8df85
Author: Filipe <ocefpaf@gmail.com>
Date:   Fri Jan 11 19:44:27 2019 -0200

    Merge pull request #9 from croth1/move_pins
    
    Rerender to update glib pin

commit da8df85c1d0e03a33bcee835206f93527126b76a
Author: Christian Roth <christian.roth@mpibpc.mpg.de>
Date:   Fri Jan 11 07:52:00 2019 +0100

    bumps build number after rerender

commit 096eeffa74aac7add985956c2efed543f05789cd
Author: Christian Roth <christian.roth@mpibpc.mpg.de>
Date:   Fri Jan 11 07:50:59 2019 +0100

    MNT: Re-rendered with conda-smithy 3.2.2 and pinning 2019.01.09

commit f2c6ef4b17fe56dcf9ee620d6af55000b683e9fc
Merge: 1093570 75146a3
Author: Peter Williams <peter@newton.cx>
Date:   Wed Oct 10 11:27:43 2018 -0700

    Merge pull request #8 from regro-cf-autotick-bot/rebuild
    
    Rebuild for Python 3.7, GCC 7, R 3.5.1, openBLAS 0.3.2

commit 75146a3970135e7d8aa7235d216cd7f1634c93da
Author: Peter Williams <peter@newton.cx>
Date:   Wed Oct 10 11:50:14 2018 -0400

    recipe/build.sh: fix configuration on GCC7 toolchain

commit 1fdb509cec6113395145e11e24a2ec4740193432
Author: regro-cf-autotick-bot <circleci@cf-graph.regro.github.com>
Date:   Tue Oct 9 18:58:40 2018 +0000

    MNT: Re-rendered with conda-smithy 3.1.12 and pinning 2018.10.08

commit b79fde85f3f44405e8209fc409eecd98fcf3095c
Author: regro-cf-autotick-bot <circleci@cf-graph.regro.github.com>
Date:   Tue Oct 9 18:58:35 2018 +0000

    bump build number

commit 1093570cbd60dd84173a927cf8b7f574a8f88a3d
Merge: 4e47c93 5e9b5cb
Author: Peter Williams <peter@newton.cx>
Date:   Fri Sep 28 13:58:27 2018 -0700

    Merge pull request #7 from pkgw/repin
    
    Repin

commit 5e9b5cbb54d4bb018e852aa634263712ebe997b0
Author: Peter Williams <peter@newton.cx>
Date:   Fri Sep 28 16:00:56 2018 -0400

    MNT: Re-rendered with conda-smithy 3.1.12 and pinning 2018.09.27

commit 3a9e899327b7fb1dc4c7d5ad731aa8567fba1bbb
Author: Peter Williams <peter@newton.cx>
Date:   Fri Sep 28 16:00:32 2018 -0400

    Bump build number.

commit 4e47c936d147d36d0a40868634b65ecfec1baade
Author: Travis CI User <travis@example.org>
Date:   Sat Aug 4 18:20:15 2018 +0000

    [ci skip] [skip ci] Update anaconda token

commit 0f024e906290c161d48fee7e0efdbf92278120f8
Merge: 691b3a2 aabf4ad
Author: Filipe <ocefpaf@gmail.com>
Date:   Fri Jul 6 13:47:17 2018 -0300

    Merge pull request #6 from pkgw/compiler_migration2
    
    Conda-build 3, update, fix up

commit aabf4adf13250d3e35e32e81774defd4b23da480
Author: Peter Williams <peter@newton.cx>
Date:   Fri Jul 6 10:06:54 2018 -0400

    MNT: Re-rendered with conda-smithy 3.1.6 and pinning 2018.07.01

commit e4946ef01ffd627d7f423f7735feefe4d8b0fb82
Author: Peter Williams <peter@newton.cx>
Date:   Fri Jul 6 10:06:46 2018 -0400

    Convert to conda-build 3 and tidy up build scripts.

commit fe85f46d88e2c13287006c5cfdcdd8ca69e651ca
Author: Peter Williams <peter@newton.cx>
Date:   Fri Jul 6 10:05:02 2018 -0400

    recipe/post-link.sh: update the loader cache here
    
    gdk-pixbuf has a "loader cache" that needs to be updated dynamically.
    This script takes care of that.
    
    Quoting from the comment in the file:
    
        Packages that install gdk-pixbuf loaders (such as librsvg) should have
        post-link and post-unlink scripts that just execute this one, which will
        be available as `$PREFIX/bin/.gdk-pixbuf-post-link.sh`.

commit c79dd1de8712d9d550af8dc0ae7a6011ea14f86a
Author: Peter Williams <peter@newton.cx>
Date:   Fri Jul 6 10:04:49 2018 -0400

    Add self (@pkgw) as a maintainer.

commit 784665bbb75061a95187ac12e945b25860b723f3
Author: Peter Williams <peter@newton.cx>
Date:   Fri Jul 6 10:04:35 2018 -0400

    Bump to upstream 2.36.12.

commit 691b3a27ab41189543bfefe92c24d80b504d12fc
Author: Ilya Shlyakhter <ilya_shl@alum.mit.edu>
Date:   Mon Sep 4 22:36:46 2017 -0400

    bumped build number to fix checksum issues [skip appveyor] (#1)
    
    Bumped build number to fix checksum issues; reordered dependencies to put build-only dependencies together. [skip appveyor]

commit 075b3b1c55560aabc302b6e1ce9b0353e74885ea
Author: Travis-CI on github.com/conda-forge/staged-recipes <conda-forge@googlegroups.com>
Date:   Sat Sep 2 15:22:08 2017 +0000

    Re-render the feedstock after CI registration.

commit 24c10454cfb4c38f894ac68e8ed5375e8e528602
Author: Travis-CI on github.com/conda-forge/staged-recipes <conda-forge@googlegroups.com>
Date:   Sat Sep 2 15:17:24 2017 +0000

    Initial feedstock commit with conda-smithy 2.3.3.
