Skip to content
Snippets Groups Projects

testing/gl4es: new aport

Closed Leo requested to merge Leo/aports:gl4es into master
2 unresolved threads

https://ptitseb.github.io/gl4es/ OpenGL 2.1/1.5 to GL ES 2.0/1.1 library

@ariadne @PureTryOut

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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 \
  • Author Developer

    I'll close for now, anyone that needs this can fetch this MR

  • closed

  • Please register or sign in to reply
    Loading