Skip to content

Commit

Permalink
libvips/all: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Aug 5, 2023
1 parent 9e5b000 commit 96b78ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipes/libvips/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def layout(self):

def requirements(self):
self.requires("expat/2.5.0")
self.requires("glib/2.76.1", transitive_headers=True, transitive_libs=True, run=can_run(self))
self.requires("glib/2.76.3", transitive_headers=True, transitive_libs=True, run=can_run(self))
if self.options.with_cfitsio:
self.requires("cfitsio/4.1.0")
if self.options.with_cgif:
Expand Down Expand Up @@ -145,23 +145,23 @@ def requirements(self):
if self.options.with_matio:
self.requires("matio/1.5.23")
if self.options.with_openexr:
self.requires("openexr/3.1.5")
self.requires("openexr/3.1.9")
if self.options.with_openjpeg:
self.requires("openjpeg/2.5.0")
if self.options.with_pangocairo:
self.requires("pango/1.50.10")
if self.options.with_pdfium:
self.requires("pdfium/cci.20210730")
if self.options.with_png == "libpng":
self.requires("libpng/1.6.39")
self.requires("libpng/1.6.40")
elif self.options.with_png == "libspng":
self.requires("libspng/0.7.3")
if self.options.with_poppler:
self.requires("poppler/21.07.0")
if self.options.with_tiff:
self.requires("libtiff/4.4.0")
self.requires("libtiff/4.5.1")
if self.options.with_webp:
self.requires("libwebp/1.3.0")
self.requires("libwebp/1.3.1")
if self.options.with_zlib:
self.requires("zlib/1.2.13")

Expand Down Expand Up @@ -206,7 +206,7 @@ def build_requirements(self):
if self.options.introspection:
self.tool_requires("gobject-introspection/1.72.0")
if not can_run(self):
self.tool_requires("glib/2.76.1")
self.tool_requires("glib/2.76.3")

def source(self):
get(self, **self.conan_data["sources"][self.version], strip_root=True)
Expand Down

0 comments on commit 96b78ac

Please sign in to comment.