diff --git a/heroku-22/installed-packages-amd64.txt b/heroku-22/installed-packages-amd64.txt index 1fcfb7bb..1f840728 100644 --- a/heroku-22/installed-packages-amd64.txt +++ b/heroku-22/installed-packages-amd64.txt @@ -173,6 +173,7 @@ libgssapi-krb5-2 libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b +libhashkit2 libhdf5-103-1 libheif1 libhogweed6 @@ -216,6 +217,7 @@ libmaxminddb0 libmcrypt4 libmd0 libmemcached11 +libmemcachedutil2 libmnl0 libmount1 libmp3lame0 @@ -225,6 +227,7 @@ libmpfr6 libmysqlclient21 libncurses6 libncursesw6 +libnetpbm10 libnettle8 libnghttp2-14 libnpth0 @@ -313,6 +316,7 @@ libvpx7 libwebp7 libwebpdemux2 libwebpmux3 +libwmf-0.2-7 libwmflite-0.2-7 libwrap0 libx11-6 diff --git a/heroku-22/setup.sh b/heroku-22/setup.sh index 886417e1..839f7d92 100755 --- a/heroku-22/setup.sh +++ b/heroku-22/setup.sh @@ -82,13 +82,16 @@ packages=( libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b + libhashkit2 libheif1 liblzf1 libmagickcore-6.q16-3-extra libmcrypt4 libmemcached11 + libmemcachedutil2 libmp3lame0 libmysqlclient21 + libnetpbm10 libnuma1 libogg0 libonig5 @@ -120,6 +123,7 @@ packages=( libwebp7 libwebpdemux2 libwebpmux3 + libwmf-0.2-7 libx264-163 libx265-199 libxcb-render0 diff --git a/heroku-24/installed-packages-amd64.txt b/heroku-24/installed-packages-amd64.txt index 3baa7619..1c1b36ec 100644 --- a/heroku-24/installed-packages-amd64.txt +++ b/heroku-24/installed-packages-amd64.txt @@ -190,6 +190,7 @@ libmatio11 libmaxminddb0 libmd0 libmemcached11t64 +libmemcachedutil2t64 libmnl0 libmount1 libmp3lame0 @@ -277,8 +278,10 @@ libvorbisenc2 libvorbisfile3 libvpx9 libwebp7 +libwebpdecoder3 libwebpdemux2 libwebpmux3 +libwmf-0.2-7 libwmflite-0.2-7 libwrap0 libx11-6 diff --git a/heroku-24/installed-packages-arm64.txt b/heroku-24/installed-packages-arm64.txt index c1e91566..d939d1da 100644 --- a/heroku-24/installed-packages-arm64.txt +++ b/heroku-24/installed-packages-arm64.txt @@ -190,6 +190,7 @@ libmatio11 libmaxminddb0 libmd0 libmemcached11t64 +libmemcachedutil2t64 libmnl0 libmount1 libmp3lame0 @@ -277,8 +278,10 @@ libvorbisenc2 libvorbisfile3 libvpx9 libwebp7 +libwebpdecoder3 libwebpdemux2 libwebpmux3 +libwmf-0.2-7 libwmflite-0.2-7 libwrap0 libx11-6 diff --git a/heroku-24/setup.sh b/heroku-24/setup.sh index a51f1263..824b4437 100755 --- a/heroku-24/setup.sh +++ b/heroku-24/setup.sh @@ -75,6 +75,7 @@ packages=( liblzf1 # Used by the PHP Redis extension. libmagickcore-6.q16-7-extra # Used by the PHP Imagick extension (using the `-extra` package for SVG support). libmemcached11 # Used by the PHP Memcached extension. + libmemcachedutil2t64 # Same -dev headers as libmemcached11 libmp3lame0 # Used by FFmpeg in heroku-buildpack-activestorage-preview. libmysqlclient21 libncurses6 # Used by the Ruby runtime. @@ -94,6 +95,8 @@ packages=( libvorbisenc2 # Used by FFmpeg in heroku-buildpack-activestorage-preview. libvorbisfile3 # Used by FFmpeg in heroku-buildpack-activestorage-preview. libvpx9 # Used by FFmpeg in heroku-buildpack-activestorage-preview. + libwebpdecoder3 # Same -dev headers as the other libwebp* packages that get pulled in already + libwmf-0.2-7 # Because libwmf-dev is in the build image libx264-164 # Used by FFmpeg in heroku-buildpack-activestorage-preview. libx265-199 # Used by FFmpeg in heroku-buildpack-activestorage-preview. libxslt1.1 # Used by the PHP runtime.