Search Criteria
Package Details: libhybris-libgl-git 1303.07b547e-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libhybris-git.git (read-only, click to copy) |
---|---|
Package Base: | libhybris-git |
Description: | hybris 3-D graphics library |
Upstream URL: | https://github.com/libhybris/libhybris |
Licenses: | Apache |
Conflicts: | libgl |
Provides: | libgl |
Replaces: | libgl |
Submitter: | mickybart |
Maintainer: | mickybart |
Last Packager: | mickybart |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2016-06-03 23:59 (UTC) |
Last Updated: | 2018-06-25 06:30 (UTC) |
Dependencies (5)
- libhybris (libhybris-git)
- libhybris-wayland-egl-git
- mesa-hybris
- hybris-android-headers (make)
- wayland (wayland-git, wayland-nodocs-git) (make)
Required by (785)
- 0ad-data-git (requires libgl) (make)
- 0ad-git (requires libgl)
- 0ad-git (requires libgl) (make)
- achilles (requires libgl)
- actionfps (requires libgl)
- activinspire (requires libgl)
- aegisub-arch1t3cht-git (requires libgl)
- aegisub-git (requires libgl)
- aegisub-japan7-git (requires libgl)
- aegisub-ttools-meson-git (requires libgl)
- aegisub-wangqr-git (requires libgl)
- aftershotpro2 (requires libgl)
- agar (requires libgl)
- albion-online-launcher-bin (requires libgl)
- alcarys-complex-trial (requires libgl)
- alchemy-next-viewer-bin (requires libgl)
- alchemy-next-viewer-git (requires libgl)
- alchemy-viewer (requires libgl)
- alienarena-svn (requires libgl)
- allegro-git (requires libgl)
- Show 765 more...
Latest Comments
z3ntu commented on 2019-01-22 19:35 (UTC)
Heads up for https://github.com/libhybris/libhybris/pull/406 (in case you don't watch the repo)
mickybart commented on 2018-06-25 06:32 (UTC)
aarch64 available. (this is not fully tested on my side as I have not a aarch64 platform available but the logic is in place. Let me know if there is any issue).
Thanks
mickybart commented on 2018-06-25 06:13 (UTC)
@vanyasem,
Yes it should be possible to build it with different headers. The hybris-android-headers is an "abstract" package. But for binary distribution it should have a specific name. If I have not well understand what you mean, just contact me by email and we can discuss directly about it.
I'm reworking the package for aarch64.
vanyasem commented on 2018-06-13 18:06 (UTC)
I also wonder if it's possible for the CI server (build server that installs deps itself) to somehow build packages with different headers. For example 5.1, 7.1, and 7.1 CAF
mickybart commented on 2018-06-12 16:02 (UTC)
ok thanks for the feedback. I will rework the package to support both (not a lot of time before my vacation but I keep you in touch)
vanyasem commented on 2018-06-12 14:38 (UTC)
And I can also confirm that it does indeed work on aarch64. I packaged it as a separate package here: https://github.com/vanyasem/Unity8-Arch/blob/master/libhybris-aarch64-git/PKGBUILD
vanyasem commented on 2018-06-11 02:11 (UTC)
I can confirm that it does indeed compile for aarch64 with an arm64 option. UBports has an aarch64 rootfs, and LuneOS also
vanyasem commented on 2018-06-05 12:14 (UTC)
https://github.com/libhybris/libhybris/issues/385#issuecomment-391109781 I guess you can do that according to that comment
mickybart commented on 2018-06-05 12:04 (UTC)
At my knowledge you can't compile libhybris with aarch64. https://github.com/libhybris/libhybris/blob/master/hybris/configure.ac#L106
The only supported arch with '--enable-arch' is arm (default) and x86
vanyasem commented on 2018-06-05 04:13 (UTC)
Could you please add aarch64 to the list of supported arches?