testing/gl4es: new aport
2 unresolved threads
2 unresolved threads
https://ptitseb.github.io/gl4es/ OpenGL 2.1/1.5 to GL ES 2.0/1.1 library
Merge request reports
Activity
Filter activity
added aports:add label
added 28 commits
The part about sonames I mentioned in !5701 (closed) applies here as well. I am guessing we should provide both of these packages to solve the problem entirely.
- testing/gl4es/APKBUILD 0 → 100644
7 url="https://ptitseb.github.io/gl4es/" 8 arch="all" 9 license="MIT" 10 makedepends="cmake libx11-dev libexecinfo-dev linux-headers chrpath" 11 source="$pkgname-$pkgver.tar.gz::https://github.com/ptitSeb/gl4es/archive/v$pkgver.tar.gz" 12 13 replaces="mesa-gl" # provides /usr/lib/libGL.so.1 14 15 build() { 16 if [ "$CBUILD" != "$CHOST" ]; then 17 CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux" 18 fi 19 cmake -B build \ 20 -DCMAKE_INSTALL_PREFIX=/usr \ 21 -DBUILD_SHARED_LIBS=True \ 22 -DCMAKE_BUILD_TYPE=Release \
Please register or sign in to reply