#19176 closed enhancement (fixed)
webp-pixbuf-loader-0.2.5
Reported by: | Bruce Dubbs | Owned by: | Rahul Chandra |
---|---|---|---|
Priority: | normal | Milestone: | 12.1 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
New point version.
Change History (10)
comment:1 by , 13 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
follow-up: 10 comment:2 by , 13 months ago
comment:6 by , 13 months ago
Changelog
libwebp 1.3.2 onwards is a requirement now due to security vulnerability
comment:7 by , 13 months ago
Hmm... I'm tempted to mark as won't fix because the only change was a regression that makes the build failm but it's a really small package anyways, so I'll do it.
comment:9 by , 13 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:10 by , 13 months ago
Replying to Rahul Chandra:
I'm getting a build failure here, ../meson.build:10:7: ERROR: Dependency lookup for libwebp with method 'pkgconfig' failed: Invalid version, need 'libwebp' >1.3.2 found '1.3.2', I'll try modifying the meson files
The sed in the book is a little more complicated than necessary.
sed -i 's|>1|>=1|' meson.build
is enough.
Note:
See TracTickets
for help on using tickets.
I'm getting a build failure here, ../meson.build:10:7: ERROR: Dependency lookup for libwebp with method 'pkgconfig' failed: Invalid version, need 'libwebp' >1.3.2 found '1.3.2', I'll try modifying the meson files