Files
gentoo/dev-libs/liblouis/metadata.xml
Nicolas PARLANT 5c9e2413a8 dev-libs/liblouis: add 3.37.0
update license for tools (GPL-3+)

make tools (and python) optional to avoid heavy deps when only the lib is
needed, eg. brltty

fix python bindings that requires SHELL=bash (some tools need it too)
version is set by autoconf instead of setup.py since 3.2.0, LD_PRELOAD
is required only for testing

Closes: https://bugs.gentoo.org/969957
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/627
Signed-off-by: Sam James <sam@gentoo.org>
2026-04-15 10:46:06 +01:00

15 lines
461 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>accessibility@gentoo.org</email>
<name>Gentoo Accessibility Project</name>
</maintainer>
<use>
<flag name="tools">Enable python bindings and tools for testing and debugging tables</flag>
</use>
<upstream>
<remote-id type="github">liblouis/liblouis</remote-id>
</upstream>
</pkgmetadata>