summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gui-libs/eglexternalplatform: add 1.2Ionen Wolkens2024-09-032-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | The new meson.build changes the header install location to /usr/include rather than /usr/include/EGL but should be harmless given the old .pc file was adding -I/usr/include/EGL and egl-gbm/wayland are not using EGL/ in #include statements. Currently unclear if this version is safe to use with <nvidia-560, I believe it only adds access to a new function and it shouldn't matter if it is not used (yet). Did give it a quick try but may have been insufficient to expose issues. Upstream commit message: With version 1.2 (supported starting in 560 series drivers), platform libraries can safely call into the driver during unloadEGLExternalPlatform. Prior to that, the driver would have torn down the internal EGLDisplays by that point. Ultimately 560 is due to replace 550 as the stable driver, and old versions bare 470 (w/o USE=wayland anyway) are due for eventual removal. So *eventual* usage may be a non-issue. If need to check for driver version on this package, may need a subslot to force rebuilds when driver version changes, hopefully can avoid. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* gui-libs/eglexternalplatform: drop 1.1Ionen Wolkens2024-09-031-31/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* gui-libs/eglexternalplatform: stabilize 1.1-r1 for amd64Ionen Wolkens2024-08-021-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* gui-libs/eglexternalplatform: move .pc file to /usr/shareIonen Wolkens2024-07-231-0/+34
| | | | | | | get_libdir never made sense here, this is only headers and is now causing trouble for revdeps wanting multilib Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* gui-libs/eglexternalplatform: Keyword 1.1 arm64, #831484Sam James2022-02-141-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* gui-libs/eglexternalplatform: EAPI7->8, adjust prefix sedIonen Wolkens2021-12-241-3/+4
| | | | | | | | | Very trivial bump given not using eclasses, so straight to stable. sed change is mostly to be more determinisitic and prevent noise from sed change checkers (qa-sed). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* */*: update email on my packagesIonen Wolkens2021-06-011-6/+2
| | | | | Closes: https://bugs.gentoo.org/771900 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* gui-libs/eglexternalplatform: stabilize 1.1 for amd64Ionen Wolkens2021-04-171-1/+1
| | | | | | | First stabilization, needed by gui-libs/egl-wayland. Signed-off-by: Ionen Wolkens <sudinave@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
* gui-libs/eglexternalplatform: drop ~x86 keywordIonen Wolkens2021-04-171-1/+1
| | | | | | | Only needed by egl-wayland which is no longer keyworded on ~x86. Signed-off-by: Ionen Wolkens <sudinave@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
* gui-libs/eglexternalplatform: drop ALLARCHESIonen Wolkens2021-03-261-1/+0
| | | | | | | | | While this compiles/test nothing, when stabilized together with egl-wayland it could reveal arch-specific issues in this package and on second thought shouldn't be allarches. Signed-off-by: Ionen Wolkens <sudinave@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* gui-libs/eglexternalplatform: new package 1.1Ionen Wolkens2021-03-213-0/+47
needed for gui-libs/egl-wayland Signed-off-by: Ionen Wolkens <sudinave@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>