mate-desktop / atril

A document viewer for MATE
http://www.mate-desktop.org
GNU General Public License v2.0
203 stars 62 forks source link

Atril does not have epub support with webkit2gtk 4.1 #558

Open willysr opened 2 years ago

willysr commented 2 years ago

Expected behaviour

Atril build with epub support

Actual behaviour

Atril build without epub support

Steps to reproduce the behaviour

Build webkit2gtk with libsoup3 installed. It will install webkit2gtk-4.1 instead of webkit2gtk-4.0 Build atril 1.26.0

MATE general version

1.26.0

Package version

1.26.0

Linux Distribution

Slackware-Current

Link to bugreport of your Distribution (requirement)

A simple fix is: sed -i "s|webkit2gtk-4.0|webkit2gtk-4.1|g" configure.ac and then followed by autoreconf -fiv, but i think it should support both version (4.0 and 4.1)

For reference: https://discourse.gnome.org/t/webkit2gtk-4-1-added-to-gnome-sdk-webkit2gtk-4-0-deprecated/7053