Versions
v9999 :: 0 :: gentoo
- Modified
- License
- Apache-2.0
- USE flags
- doc java opengl static-libs
v2.2_beta2-r2 :: 0 :: gentoo
- Modified
- License
- Apache-2.0
- Keywords
- amd64 ~arm
- USE flags
- doc java opengl static-libs
USE flags
General
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- java
- Add support for Java
- opengl
- Add support for OpenGL (3D graphics)
- static-libs
- Build static versions of dynamic libraries as well
cpu_flags_arm
- neon
- Use the NEON (ASIMD) instruction set
Dependencies
app-text / doxygen : Documentation system for most programming languages
dev-java / java-config : Java environment configuration query tool
dev-libs / OpenNI : OpenNI SDK
media-libs / freeglut : A free OpenGL utility toolkit, the open-sourced alternative to the GLUT library
media-libs / libjpeg-turbo : MMX, SSE, and SSE2 SIMD accelerated JPEG library
virtual / jdk : Virtual for Java Development Kit (JDK)
Runtime Dependencies
dev-java / java-config : Java environment configuration query tool
dev-libs / OpenNI : OpenNI SDK
media-libs / freeglut : A free OpenGL utility toolkit, the open-sourced alternative to the GLUT library
media-libs / libjpeg-turbo : MMX, SSE, and SSE2 SIMD accelerated JPEG library
virtual / jre : Virtual for Java Runtime Environment (JRE)
Depending packages
dev-libs / OpenNI : OpenNI SDK
sci-libs / pcl : 2D/3D image and point cloud processing
sci-libs / rtabmap : Real-Time Appearance-Based Mapping (RGB-D Graph SLAM)
Bugs
- 594910
- dev-libs/OpenNI2-2.2_beta2 : /.../system_error: At global scope:
- 777039
- dev-libs/OpenNI2-2.2_beta2-r1 [doc] QA Notice: command not found - hhc.exe, dot
- 780666
- dev-libs/OpenNI2 Add ARM64 patches
- 803491
- dev-libs/OpenNI2-2.2_beta2-r1 - file collision with dev-libs/OpenNI-1.5.7.10-r2
- 895034
- dev-libs/OpenNI2-2.2_beta2-r1 fails to compile (MUSL-CLANG-SYSTEM): Bayer.cpp:50:3: error: ISO C++17 does not allow register storage class specifier [-Wregister]
- 942863
- dev-libs/OpenNI2-2.2_beta2-r1 fails to compile: arm_neon.h:13503:1: error: inlining failed in call to always_inline uint8x8x3_t vld3_u8(const uint8_t): target specific option mismatch
- 946944
- dev-libs/OpenNI2: should allow Java higher than 1.8
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Florian Schmaus · gentoo
dev-libs/OpenNI2: improve ebuild: add missing die, use bash test builtin, …
Signed-off-by: Florian Schmaus <flow@gentoo.org> - Volkmar W. Pogatzki · gentoo
dev-libs/OpenNI2: allow Java higher than 1.8
ebuilds which are pinned to 1.8 should go away before eol of openjdk:8 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Florian Schmaus <flow@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
Move {app-doc → app-text}/doxygen
Per the category metadata, app-doc/ is reserved for documentation *files* and not software. Move it to app-text/ where it seems a better fit. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-libs/OpenNI2: invert debugging hack
Bug: https://bugs.gentoo.org/716346 Fixes: a7713d3db8cfaf20ad059849f859785bb91e2584 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-libs/OpenNI2: fix build w/ musl
Upstream don't do any sort of configure-time detection for functionality, but conveniently, they do provide macros to let us disable use of <execinfo.h> and glibc internals like __sched_param (ew). (Use append-flags rather than cppflags because OpenNI2 is already on life-support in my view and I don't really want to have to add even more patches to fix the build system...) Closes: https://bugs.gentoo.org/716346 Thanks-to: Waiting for the Rain Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
dev-libs/OpenNI2: neon -> cpu_flags_arm_neon
Closes: https://bugs.gentoo.org/694070 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
dev-libs/OpenNI2: Stabilize 2.2_beta2-r1 amd64, #829841
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Volkmar W. Pogatzki · gentoo
dev-libs/OpenNI2: remove obsolete
Closes: https://bugs.gentoo.org/787356 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/21407 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Volkmar W. Pogatzki · gentoo
dev-libs/OpenNI2: min java 1.8
Bug: https://bugs.gentoo.org/787356 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-libs/OpenNI2: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-libs/OpenNI2: fix double KEYWORDS
Double KEYWORDS lines break tools like ekeyword and Nattka. As per PMS, blank/empty KEYWORDS is implied by not defining the variable. See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-libs/OpenNI2: Remove unnecessary Python dep
Closes: https://bugs.gentoo.org/615916 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michael Mair-Keimberger · gentoo
dev-libs/OpenNI2: use HTTPS - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - David Seifert · gentoo
dev-libs/OpenNI2: Any jre/jdk SLOT is acceptable
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - David Seifert · gentoo
dev-libs/OpenNI2: Rename 'equivalent' to avoid C++14 name clash
Gentoo-bug: 594910 Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed