mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-15 14:42:44 +00:00
update HOMEPAGE update SRC_URI (redirect) update metadata with github repo uses for issues and the dev branch update license to GPL2+ (see metainfo.xml) fix VariableOrder deps: add wayland / X for GTK to avoid automagic add deps inherited by gtk+:3 add app-arch/bzip2, required add net-libs/libtirpc, forced w/ --with-tirpc (bug 676896) export PKG_CONFIG use an array for econf use gsettings (and gnome2-utils) disable struct-pack (runtime errors w/ UBSAN unconditionally install doc/examples files, not built patches to fix bashism, getopt/musl, c23 Closes: https://bugs.gentoo.org/676896 Closes: https://bugs.gentoo.org/898072 Closes: https://bugs.gentoo.org/943812 Closes: https://bugs.gentoo.org/945794 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/43987 Closes: https://github.com/gentoo/gentoo/pull/43987 Signed-off-by: Sam James <sam@gentoo.org>
24 lines
1 KiB
XML
24 lines
1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>sci-electronics@gentoo.org</email>
|
|
<name>Gentoo Electronics Project</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
GTKWave is a fully featured GTK+ based wave viewer for Unix and Win32 which
|
|
reads LXT, LXT2, VZT, and GHW files as well as standard Verilog VCD/EVCD
|
|
files and allows their viewing.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="fasttree">Enables experimental Fast SST Tree widget code.</flag>
|
|
<flag name="fatlines">Renders lines as double width in gtkwave.</flag>
|
|
<flag name="judy">Enables Judy array support.</flag>
|
|
<flag name="packed">Enables '#pragma pack' for data arrays (saves memory, costs time).</flag>
|
|
</use>
|
|
<upstream>
|
|
<bugs-to>https://github.com/gtkwave/gtkwave/issues</bugs-to>
|
|
<remote-id type="sourceforge">gtkwave</remote-id><!-- lts -->
|
|
<remote-id type="github">gtkwave/gtkwave</remote-id><!-- dev -->
|
|
</upstream>
|
|
</pkgmetadata>
|