Package Details: fife-git 0.4.2.r29.g78c07b9a-1

Git Clone URL: https://aur.archlinux.org/fife-git.git (read-only, click to copy)
Package Base: fife-git
Description: The mission of the FIFE project is to create a cross platform game creation framework
Upstream URL: http://www.fifengine.net/
Licenses: LGPL
Conflicts: fife, fife-svn
Provides: fife, fife-svn
Submitter: ChrisOelmueller
Maintainer: ChrisOelmueller
Last Packager: ChrisOelmueller
Votes: 8
Popularity: 0.000000
First Submitted: 2015-08-14 07:48 (UTC)
Last Updated: 2022-03-19 16:30 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

RemoteAdmin commented on 2018-02-16 05:03 (UTC)

CEGUI was added upstream and now fails the build.

-- Could not locate CEGUI
CMake Error at cmake/FindCEGUI.cmake:247 (message):
  Required library CEGUI not found! Install the library (including dev
  packages) and try again.  If the library is already installed, set the
  missing variables manually in cmake.
Call Stack (most recent call first):
  cmake/FindCEGUI.cmake:490 (findpkg_finish)
  CMakeLists.txt:769 (find_package)

LinuxDonald commented on 2017-02-25 12:27 (UTC)

Updated fife-git pkgbuild file: https://www.file-upload.net/download-12336133/PKGBUILD.html

LinuxDonald commented on 2017-02-23 14:04 (UTC)

@ChrisOelmueller Version update would be nice too 0.4.1git

LinuxDonald commented on 2017-02-23 14:03 (UTC)

fife-git version now have an new dep: glew

dixi_minga commented on 2016-10-03 21:13 (UTC)

Thanks a lot Chris, works

ChrisOelmueller commented on 2016-10-03 19:44 (UTC)

Unfortunately there's no clean way of requiring certain git package upgrades. In your case, it seems likely you'd have to rebuild (and re-install) `fifechan-git` to obtain its latest version, then try to trigger the `fife-git` rebuild again.

dixi_minga commented on 2016-10-03 19:21 (UTC)

I get this error - any idea? thx [ 98%] Building CXX object CMakeFiles/_fifechan.dir/fifechanPYTHON_wrap.cxx.o /src/fifengine/build/fifechanPYTHON_wrap.cxx: In function 'PyObject* _wrap_Widget_isModalFocusable(PyObject*, PyObject*)': /src/fifengine/build/fifechanPYTHON_wrap.cxx:7601:47: error: 'const class fcn::Widget' has no member named 'isModalFocusable'; did you mean 'isModalFocused'? result = (bool)((fcn::Widget const *)arg1)->isModalFocusable(); ^~~~~~~~~~~~~~~~ /src/fifengine/build/fifechanPYTHON_wrap.cxx: In function 'PyObject* _wrap_Widget_isModalMouseInputFocusable(PyObject*, PyObject*)': /src/fifengine/build/fifechanPYTHON_wrap.cxx:7623:47: error: 'const class fcn::Widget' has no member named 'isModalMouseInputFocusable'; did you mean 'isModalMouseInputFocused'? result = (bool)((fcn::Widget const *)arg1)->isModalMouseInputFocusable(); ^~~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: *** [CMakeFiles/_fifechan.dir/build.make:71: CMakeFiles/_fifechan.dir/fifechanPYTHON_wrap.cxx.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:105: CMakeFiles/_fifechan.dir/all] Error 2 make: *** [Makefile:128: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting..

ChrisOelmueller commented on 2016-10-03 16:58 (UTC)

Package is updated to build with cmake. Thanks! I did not test the `swig2` workaround (and don't plan on doing so, as I expect people to have upgraded to the newer versions of swig3 by now) -- if somebody would like to install FIFE with swig2, please be encouraged to drop me a short email and I'll get to testing that as well!

LinuxDonald commented on 2016-09-27 13:32 (UTC)

http://www.file-upload.net/download-11969029/PKGBUILD.html new packages file. Update to use new cmake build system.

ChrisOelmueller commented on 2016-06-09 18:52 (UTC)

I've updated the dependencies accordingly.