Search Criteria
Package Details: glportal-git 1:0.1.pre.393.g32cd473-1
Git Clone URL: | https://aur.archlinux.org/glportal-git.git (read-only, click to copy) |
---|---|
Package Base: | glportal-git |
Description: | OpenGL puzzle game inspired by portal. |
Upstream URL: | http://glportal.de/ |
Keywords: | game portal puzzle |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | J5lx |
Maintainer: | Geertiebear |
Last Packager: | Geertiebear |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2015-01-06 22:09 |
Last Updated: | 2017-03-15 19:32 |
Dependencies (9)
- assimp (doomsday)
- bullet (bullet-git, bullet3-git, bullet-multithreaded)
- freeimage
- libepoxy (libepoxy-git, libepoxy-nodocs-git)
- sdl2_mixer (sdl2_mixer-hg, sdl2_mixer-minimal-git)
- tinyxml2 (tinyxml2-git)
- cmake (cmake-git) (make)
- git (git-git) (make)
- unittestpp (make)
Latest Comments
SGOrava commented on 2015-09-13 09:55
yes, you are right, we changed development model so bullet has his own branch on git
and please remove "make test" it is for development not for testing if package is OK
J5lx commented on 2015-09-12 12:32
I removed glew and tinyxml and added libepoxy and tinyxml2.
Bullet doesn't seem to be required anymore even though the readme says so.
pkg-config is in base-devel and therefore assumed to be installed (see https://wiki.archlinux.org/index.php/PKGBUILD) (otherwise I'd have to add gcc etc. as well).
SGOrava commented on 2015-08-29 20:57
@J5lx:
add "pkg-config", "libepoxy", "bullet" and "tinyxml2" to dependencies
and remove "glew" and "tinyxml" from dependencies
SGOrava commented on 2015-08-28 22:24
add "libepoxy", "bullet" and "tinyxml2" to dependencies
and remove "glew" and "tinyxml" from dependencies
nullgemm commented on 2015-08-11 15:51
And it looks like src/glportal/data/main.cfg should be renamed to config.json
nullgemm commented on 2015-08-11 15:35
You should add the "bullet" and "tinyxml2" dependencies ;)
J5lx commented on 2015-07-01 13:08
I updated the package accordingly now.
@carstene1ns: Thanks for the tip regarding the handling of submodules!
carstene1ns commented on 2015-06-30 13:59
@J5lx: You need to add the data repository[1] to your PKGBUILD[2], it has been split out recently.
[1]: https://github.com/GlPortal/glportal_data
[2]: https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git_Submodules
J5lx commented on 2015-06-30 05:18
I'll have a look at it later today.
dos1 commented on 2015-06-30 00:34
Doesn't build.
CMake Error at CMakeLists.txt:39 (add_subdirectory):
The source directory
/tmp/yaourt-tmp-dos/aur-glportal-git/src/glportal/data
does not contain a CMakeLists.txt file.