Search Criteria
Package Details: gli 0.8.2.0-1
Git Clone URL: | https://aur.archlinux.org/gli.git (read-only, click to copy) |
---|---|
Package Base: | gli |
Description: | OpenGL Image (GLI) is a header only C++ image library for graphics software |
Upstream URL: | http://gli.g-truc.net |
Keywords: | OpenGL |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Ryp |
Maintainer: | Ryp |
Last Packager: | Ryp |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2015-09-17 21:10 |
Last Updated: | 2020-06-18 09:20 |
Dependencies (0)
Required by (87)
- a7800 (requires glm) (make)
- anbox-git (requires glm) (make)
- arx-libertatis-git (requires glm)
- asymptote-git (requires glm) (make)
- caveexpress (requires glm) (make)
- cegui (requires glm)
- cegui-0.7 (requires glm)
- cegui-git (requires glm)
- chamfer-git (requires glm)
- choria (requires glm)
- choria-git (requires glm)
- chronoengine (requires glm) (make)
- chronoengine-git (requires glm) (make)
- cs-paint-git (requires glm)
- curv-git (requires glm) (make)
- dilay (requires glm)
- djv (requires glm)
- fractorium-git (requires glm) (make)
- gamekit-git (requires glm)
- genesis-git (requires glm)
- gli-git (requires glm)
- glmviz-git (requires glm)
- glnemo2 (requires glm)
- gource-git (requires glm) (make)
- hbmame (requires glm) (make)
- hifi-git (requires glm)
- horizon-eda (requires glm) (make)
- horizon-git (requires glm) (make)
- imhex (requires glm) (make)
- imhex-git (requires glm)
- kicad-git (requires glm)
- kicad-nightly (requires glm)
- kicad-rc (requires glm)
- logstalgia (requires glm)
- magnum-integration-git (requires glm)
- maim-git (requires glm) (make)
- mame-git (requires glm) (make)
- marble-marcher-ce (requires glm)
- marblemarcher-git (requires glm)
- maszyna-git (requires glm) (make)
- mingw-w64-glm (requires glm)
- mir (requires glm) (make)
- mir-git (requires glm) (make)
- oglp-git (requires glm)
- openblack-git (requires glm)
- openrw-git (requires glm)
- openvsp (requires glm)
- openvsp-git (requires glm)
- performous-git (requires glm) (make)
- planeworld-git (requires glm) (make)
- planeworld-git (requires glm)
- projectm-git (requires glm)
- pymol-git (requires glm)
- recidia-audio-visualizer (requires glm)
- redcrane-engine-git (requires glm)
- sdlmame-wout-toolkits (requires glm) (make)
- shadered (requires glm)
- shadered-git (requires glm)
- slop-git (requires glm) (make)
- solarus (requires glm)
- solarus-bin (requires glm)
- solarus-git (requires glm)
- solarus-quest-editor (requires glm)
- solarus-run (requires glm)
- sphvr-git (requires glm) (make)
- stgl-git (requires glm)
- stl2thumbnail-git (requires glm)
- stormkit-git (make)
- stormkit-git (requires glm)
- trenchbroom-git (requires glm)
- tsgl-git (requires glm)
- vdr-softhdcuvid (requires glm) (make)
- vdr-softhddevice (requires glm) (make)
- vdr-softhddrm (requires glm) (make)
- vdr-softhdvaapi (requires glm) (make)
- vkmark-git (requires glm) (make)
- vr-video-player-git (requires glm)
- vrwm-git (requires glm)
- wayfire (requires glm) (make)
- wayfire-git (requires glm)
- wayfire-plugins-extra (requires glm) (make)
- wf-config (requires glm) (make)
- wf-config-git (requires glm) (make)
- wf-shell (requires glm) (make)
- wxglterm-git (requires glm)
- xrgears-git (requires glm) (make)
- zephyrusbling-git (requires glm)
Latest Comments
Ryp commented on 2020-06-18 09:42
Namarrgon: thanks for the feedback, I pushed a fix. Arthapz: doing so would need to call cmake for the glm project too. I don't care enough right now to do it, you're welcome to send me a patch and I'll push it for you.
Arthapz commented on 2020-06-14 00:26
It would be nice to install CMake import files like glm package do
Namarrgon commented on 2020-06-07 21:53
Paths like $pkgdir and $srcdir should be quoted, they can contain e.g. whitespace.
Ryp commented on 2016-06-27 10:51
Hello, yes it's a shame glm and gli aren't updated at the same pace, conflicting with the system one seem like a good approach. Thanks for your patch @BELiAL, I'll upload the fixed version very soon.
BELiAL commented on 2016-06-25 13:38
Hi, i updated GLI to 0.9.8.0 version.
I had some strange compile errors while using it (glm::iround not in glm namespace and other undefined functions), so i modified PKGBUILD to conflict with system GLM and install the version provided with GLI distribution.
I pasted my PKGBuild here: http://pastebin.com/wUzkMdYe
Ryp commented on 2016-02-16 22:36
Fixed, thanks for the feedback
tesfabpel commented on 2016-02-16 17:50
Error: url shouldn't be an array...
Please correct the line:
url=("http://gli.g-truc.net")
to
url="http://gli.g-truc.net"