Files
gentoo/net-analyzer/driftnet/metadata.xml
Nicolas PARLANT 0f77e75ba8 net-analyzer/driftnet: add 1.5.0
update EAPI 7 -> 8

update HOMEPAGE (redirect, http+S)
add github repo into metadata

make httpd optional with libwebsockets
switch to gtk-3[X] only
remove virtual/jpeg

patches :
fix userflags
add missing 'else' (patch merged)
fix musl with uint instead of u_int
fix gcc15
fix libwebsockets compatibility with a simplified config

1.6.0 is out but httpd is not functionnal

Closes: https://bugs.gentoo.org/821427
Closes: https://bugs.gentoo.org/892007
Closes: https://bugs.gentoo.org/962581
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/43741
Signed-off-by: Sam James <sam@gentoo.org>
2025-09-17 22:27:40 +01:00

15 lines
444 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>netmon@gentoo.org</email>
<name>Gentoo network monitoring and analysis project</name>
</maintainer>
<use>
<flag name="httpd">Enable the HTTP/WebSockets server to display images</flag>
</use>
<upstream>
<remote-id type="github">deiv/driftnet</remote-id>
</upstream>
</pkgmetadata>