Opened 3 months ago

Closed 3 months ago

Last modified 3 months ago

#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 Rahul Chandra, 3 months ago

Owner: changed from blfs-book to Rahul Chandra
Status: newassigned

comment:2 by Rahul Chandra, 3 months ago

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

comment:3 by Rahul Chandra, 3 months ago

Seems like there is already an issue filed

https://github.com/aruiz/webp-pixbuf-loader/issues/77

comment:4 by Rahul Chandra, 3 months ago

This sed seems to work

sed -i 's|>1\.3|>=1\.3|g' meson.build 

comment:5 by Rahul Chandra, 3 months ago

All tests passed for me

comment:6 by Rahul Chandra, 3 months ago

Changelog

libwebp 1.3.2 onwards is a requirement now due to security vulnerability

comment:7 by Rahul Chandra, 3 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 Rahul Chandra, 3 months ago

Resolution: fixed
Status: assignedclosed

in reply to:  2 comment:10 by Bruce Dubbs, 3 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.