mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-08 22:25:42 +02:00
The biggest change in the ebuild is to modify CFLAGS directly instead of using a patch file to correct some incorrect include statements in some header files. Signed-off-by: Josiah Mullins <JoMull01@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/36410 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
32 lines
1.3 KiB
XML
32 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>JoMull01@protonmail.com</email>
|
|
<name>Josiah Mullins</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<maintainer>
|
|
<email>jfreegman@tox.chat</email>
|
|
<name>Jakob Kreuze</name>
|
|
</maintainer>
|
|
<remote-id type="github">jfreegman/toxic</remote-id>
|
|
</upstream>
|
|
<longdescription lang="en">
|
|
An ncurses-based Tox client written in C. Supports audio and video calling, file sharing, and desktop notifications.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="audio-notify">Enables native sound notifications</flag>
|
|
<flag name="experimental">Use experimental features in net-libs/tox</flag>
|
|
<flag name="games">Enables some small mini-games</flag>
|
|
<flag name="llvm">Enables support for LLVM Address Sanitizer</flag>
|
|
<flag name="notification">Enables desktop notifications with libnotify, with sound support.</flag>
|
|
<flag name="qrcode">Enables QR code support</flag>
|
|
<flag name="sound">Enables audio calling</flag>
|
|
<flag name="video">Enables video calling</flag>
|
|
</use>
|
|
</pkgmetadata>
|