Search Criteria
Package Details: angle 7258-6
Package Actions
Git Clone URL: | https://aur.archlinux.org/angle.git (read-only, click to copy) |
---|---|
Package Base: | angle |
Description: | A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android. |
Upstream URL: | https://chromium.googlesource.com/angle/angle |
Licenses: | BSD-3-Clause |
Conflicts: | angle |
Provides: | angle |
Submitter: | CxByte |
Maintainer: | CxByte |
Last Packager: | CxByte |
Votes: | 1 |
Popularity: | 0.49 |
First Submitted: | 2025-07-09 13:38 (UTC) |
Last Updated: | 2025-09-05 19:14 (UTC) |
Dependencies (18)
- expat (expat-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR, freetype2-macosAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- harfbuzz (harfbuzz-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libwebp (libwebp-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- git (git-gitAUR, git-glAUR) (make)
- gn (gn-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-jobserverAUR) (make)
- patchelf (patchelf-gitAUR) (make)
- pciutils (pciutils-gitAUR) (make)
- procps-ng (procps-ng-gitAUR) (make)
- python (python37AUR) (make)
Required by (1)
Sources (21)
- abseil-cpp
- angle.pc
- astc-encoder
- build
- EGL-Registry
- gclient_args.gni
- git+https://chromium.googlesource.com/angle/angle#branch=chromium/7258
- jsoncpp
- jsoncpp_upstream
- libdrm
- OpenGL-Registry
- rapidjson
- spirv-headers
- spirv-tools
- testing
- vk.patch
- vulkan-headers
- vulkan-loader
- vulkan-tools
- vulkan_memory_allocator
- zlib
Latest Comments
1 2 Next › Last »
CxByte commented on 2025-09-05 19:15 (UTC)
I've added
pciutils
to makedepends, hopefully that fixes it :)aorth commented on 2025-09-05 18:54 (UTC)
Failing in a clean chroot here too.
base
is not installed. See: https://wiki.archlinux.org/title/Arch_User_Repository#Prerequisitessweatiest commented on 2025-09-05 08:21 (UTC)
base
is not assumed to be installed at build time. Please addpciutils
to depends or makedepends.dbb commented on 2025-09-04 11:48 (UTC)
pci/pci.h
comes frompciutils
which is part of thebase
metapackage and thus assumed to be installed.CxByte commented on 2025-08-27 05:04 (UTC)
@sweatiest looks like it also needs linux-headers as makedepends...
sweatiest commented on 2025-08-26 22:44 (UTC)
dreieck commented on 2025-08-25 13:09 (UTC)
/usr/lib/libGLESv2.so
is present on my system, too.CxByte commented on 2025-08-25 12:57 (UTC) (edited on 2025-08-25 13:01 (UTC) by CxByte)
Noted, I'll switch to
sources
with manual symlinks then, probably easier for everyone involved.Not sure about the symbol lookup issue, ldd seems to resolve it correctly (this is after installing libglvnd, so /usr/lib/libGLESv2.so should be present in the fs):
dreieck commented on 2025-08-25 12:06 (UTC) (edited on 2025-08-25 12:07 (UTC) by dreieck)
Can you then at least download into (a subdirectory of)
${SRCDEST}
? So, that when this is set in e.g./etc/makepkg.conf
, the stuff gets downloaded to central source directory (and kept during reboots), and not to "scratch" build directory (which is frequently cleaned) (depending on system configuration)?PKGBUILD
relating to theundefined symbol: GL_IsBuffer
error:Please add
patchelf
to themakedepends
array:After installing it, your updated package still throws the undefined symbol error for me:
Regards!
CxByte commented on 2025-08-25 10:16 (UTC)
@dreieck I originally had them in
sources
, but placing the checkouts in the required locations somehow broke things into a million pieces, e.g.re the symbol issue, interesting, I don't have libglvnd but I can see ldd failing to find libGLESv2.so; will fix - thanks!
1 2 Next › Last »