summaryrefslogtreecommitdiff
path: root/dev-libs/OpenNI2
AgeCommit message (Collapse)Author
2025-02-01dev-libs/OpenNI2: improve ebuild: add missing die, use bash test builtin, …Florian Schmaus
Signed-off-by: Florian Schmaus <flow@gentoo.org>
2025-02-01dev-libs/OpenNI2: allow Java higher than 1.8Volkmar W. Pogatzki
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>
2025-02-01dev-libs/OpenNI2: update upstream metadataVolkmar W. Pogatzki
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Florian Schmaus <flow@gentoo.org>
2024-01-12Move {app-doc → app-text}/doxygenMichał Górny
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>
2023-01-15dev-libs/OpenNI2: invert debugging hackSam James
Bug: https://bugs.gentoo.org/716346 Fixes: a7713d3db8cfaf20ad059849f859785bb91e2584 Signed-off-by: Sam James <sam@gentoo.org>
2023-01-15dev-libs/OpenNI2: fix build w/ muslSam James
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>
2022-07-15dev-libs/OpenNI2: neon -> cpu_flags_arm_neonDavid Seifert
Closes: https://bugs.gentoo.org/694070 Signed-off-by: David Seifert <soap@gentoo.org>
2022-05-19dev-libs/OpenNI2: Stabilize 2.2_beta2-r1 amd64, #829841Joonas Niilola
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2021-09-11**/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller
Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-07-08dev-libs/OpenNI2: remove obsoleteVolkmar W. Pogatzki
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>
2021-07-08dev-libs/OpenNI2: min java 1.8Volkmar W. Pogatzki
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>
2021-04-18dev-libs/OpenNI2: eutils->epatchSam James
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
2021-02-15dev-libs/OpenNI2: fix double KEYWORDSSam James
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>
2019-09-25dev-libs/OpenNI2: Remove unnecessary Python depMichał Górny
Closes: https://bugs.gentoo.org/615916 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2018-02-22dev-libs/OpenNI2: use HTTPSMichael Mair-Keimberger
2017-12-09dev-libs/*: Update Manifest hashesMichał Górny
2017-02-28Drop $Id$ per council decision in bug #611234.Robin H. Johnson
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2017-01-29dev-libs/OpenNI2: Any jre/jdk SLOT is acceptableDavid Seifert
Package-Manager: Portage-2.3.3, Repoman-2.3.1
2017-01-29dev-libs/OpenNI2: Rename 'equivalent' to avoid C++14 name clashDavid Seifert
Gentoo-bug: 594910 Package-Manager: Portage-2.3.3, Repoman-2.3.1
2016-01-24Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny
2015-08-24Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert
repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
2015-08-24Use https by defaultJustin Lecher
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
2015-08-08proj/gentoo: Initial commitRobin H. Johnson
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