-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathAptfile
58 lines (58 loc) · 1.31 KB
/
Aptfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# This is the config file for the heroku/heroku-buildpack-apt buildpack.
# You can list packages
# libexample-dev
# or include links to specific .deb files
# https://downloads.example.com/example.deb
# or add custom apt repos (only required if using packages outside of the standard Ubuntu APT repositories)
# :repo:deb https://apt.example.com/ example-distro main
# The following are mostly libraries that libvips either needs or will use if present,
# taken from https://libvips.github.io/libvips/install.html
# and from the travis config file for elxvips
# And sorted alphabetically
# These package names expect Ubuntu as the OS
# NOTE 09-06-2021: Commented out libvips deps because it now apparently installs those itself
autoconf
autogen
automake
build-essential
clang
curl
gettext
git
gobject-introspection
# gtk-doc-tools
# libcfitsio-dev
libclang-dev
# libexif-dev
# libfftw3-3
# libfftw3-dev
# libfm4
# libgif-dev
# libglib2.0-dev
# libgsf-1-dev
# libgtk2.0-dev
# libheif-dev
# libjpeg-turbo8-dev
# libmagickwand-dev
# libmatio-dev
# libopenexr-dev
# libopenslide-dev
# liborc-0.4-0
# liborc-0.4-dev
# libpangoft2-1.0-0
# libpng-dev
# libpoppler-cpp-dev
# librsvg2-dev
# libtiff5-dev
libtool
# libwebp-dev
# libxml2-dev
llvm
pkg-config
# pngquant
swig
wget
# and last but certainly not least...
libvips
libvips-dev
libvips-tools