mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
93fcc8668b0d4ceac4dbe369d4e6f36f651037ca
- Upstream's Cargo.lock has a very old version of libwebp-sys because of webp[1] crate. Update with `cargo_update_crates` and enable dynamic linking or else builds might fail[2]. - Upstream disables indexing cjk support by default to reduce the binary size (40M vs 116M) for their releases. - pkg-config needed by oniguruma: ``` error: failed to run custom build command for `onig_sys v69.9.1` ... Unable to find oniguruma in pkg-config, and RUSTONIG_SYSTEM_LIBONIG is set: Could not run `PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 \ PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 pkg-config --libs --cflags oniguruma 'oniguruma >= 6.9.3'` The pkg-config command could not be found. ``` - pkg-config also needed with the updated libwebp-sys (old versions don't): [1]: https://github.com/jaredforth/webp/issues/50 [2]: https://bugs.gentoo.org/947693#c16 Signed-off-by: zyxhere💭 <zyx@envs.net>
…
…
…
…
…
…
…
…
…
…
…
…
The GURU Project Repository
|
The official repository for new Gentoo packages, maintained collaboratively by Gentoo users. This README contains some additional useful information for GURU contributors, such as common mistakes, frequently asked questions and other tips and tricks. The GURU regulations, and the Gentoo developer manual take precedence over any information here. See wiki.gentoo.org/wiki/Project:GURU for more information on the project. |
Contents |
Useful Links
- https://wiki.gentoo.org/wiki/Project:GURU
- https://wiki.gentoo.org/wiki/Project:GURU/Information_for_Contributors
- https://wiki.gentoo.org/wiki/Project:GURU/Information_for_Trusted_Contributors
- https://wiki.gentoo.org/wiki/Basic_guide_to_write_Gentoo_Ebuilds
- https://devmanual.gentoo.org/quickstart
- https://devmanual.gentoo.org/ebuild-writing
- https://devmanual.gentoo.org/ebuild-writing/variables
- https://devmanual.gentoo.org/function-reference
- https://devmanual.gentoo.org/function-reference/install-functions
- https://dev.gentoo.org/~mgorny/python-guide/eclass.html
- GURU outdated packages
- GURU Bugs
Email Addresses
- guru@gentoo.org (Reach everyone involved in GURU)
- guru-committers@gentoo.org (Reach all contributors)
- guru-trusted@gentoo.org (Reach the trusted contributors)
- guru-devs@gentoo.org (Reach the Gentoo developers involved in GURU)
Description
Languages
Shell
57.4%
Roff
42.5%