Will update following personal matters (funerals)
Search Criteria
Package Details: glew-git 2.0.0.r26.g6ee72f2-1
Git Clone URL: | https://aur.archlinux.org/glew-git.git (read-only, click to copy) |
---|---|
Package Base: | glew-git |
Description: | The OpenGL Extension Wrangler Library |
Upstream URL: | http://glew.sourceforge.net |
Licenses: | GPL, BSD, MIT |
Conflicts: | glew |
Provides: | glew, glew-git |
Submitter: | EndlessEden |
Maintainer: | EndlessEden |
Last Packager: | EndlessEden |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-01-22 05:11 (UTC) |
Last Updated: | 2017-03-03 00:19 (UTC) |
Required by (348)
- airhockey-git (requires glew)
- algodoo (requires glew)
- amdapp-sdk (requires glew)
- amdapp-sdk-opencv (requires glew)
- anura-git (requires glew)
- armagetronad-git (requires glew) (optional)
- arx-libertatis-git (requires glew)
- aurorafw-git (requires glew)
- avdl (requires glew)
- avogadro (requires glew)
- avogadro-git (requires glew)
- avogadrolibs-git (requires glew)
- ball (requires glew)
- basalt-monado-git (requires glew)
- betterspades (requires glew)
- bino-git (requires glew)
- blackvoxel (requires glew)
- blastem (requires glew)
- blastem-bin (requires glew)
Sources (1)
Latest Comments
EndlessEden commented on 2022-05-28 05:28 (UTC)
a821 commented on 2022-05-10 08:25 (UTC)
Patch build tested only: https://0x0.st/omSg.txt
a821 commented on 2022-03-28 10:49 (UTC)
FYI, it fails to build in a clean chroot (after fixing the sources and adding git and cmake to makedepends). https://0x0.st/oqB6.log
EndlessEden commented on 2017-03-02 23:46 (UTC)
Sorry for the Late reply, Please flag these packages for me if you notice something.
My time is very limited, I will respond and update. Giving credit where due.
Thankyou.
(haagch: Changes added, testing and updating momentarily.)
haagch commented on 2016-04-26 15:00 (UTC)
The first Makefile needs to be told to use python2:
cd auto
make PYTHON=python2
And the pkgver function for unannotated tags:
pkgver() {
cd "glew"
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
Pinned Comments
EndlessEden commented on 2017-03-02 23:46 (UTC)