mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
Off-by-default stpz flag gzips .step to .stpz. Enabling breaks cross-distro project portability. Closes: https://bugs.gentoo.org/935664 Part-of: https://github.com/gentoo/gentoo/pull/46130 Signed-off-by: Huang Rui <vowstar@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
29 lines
1.0 KiB
XML
29 lines
1.0 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>zoltan@sinustrom.info</email>
|
|
<name>Zoltan Puskas</name>
|
|
</maintainer>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>vowstar@gmail.com</email>
|
|
<name>Huang Rui</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
The KiCad 3D model libraries are the individual .3dshapes directories.
|
|
These 3d models are best used in combination with the official footprint
|
|
libs. Each directory directory contains multiple 3D model files, with
|
|
the following supported file formats: WRL, STEP.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="stpz">Gzip-compress installed .step models to .stpz; breaks project portability with non-Gentoo distros</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="gitlab">kicad/libraries/kicad-packages3D</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|