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

1 2 3 Next › Last »

LinuxDonald commented on 2022-03-19 12:37 (UTC)

@Chris please remove the seig patch part.

LinuxDonald commented on 2021-05-27 12:30 (UTC)

@Chris swig patch can be removed i added it into git. I will do an last release.

ChrisOelmueller commented on 2021-04-04 18:45 (UTC)

Updated patch to work with current upstream HEAD. There's also been some changes to restore compat with python 3.9 and newer. If you notice any problems, or if you're looking to build with py3.8 or earlier and run into trouble there, please refer to https://github.com/fifengine/fifengine/pull/1078 for details :)

ChrisOelmueller commented on 2020-01-03 20:49 (UTC)

Build should be fixed. Could you try again please?

FredBezies commented on 2020-01-03 16:22 (UTC)

I also have the deprecated options error:

Deprecated command line option: -modern. This option is now always on.
Deprecated command line option: -nosafecstrings. This option is no longer supported.
make[2]: *** [CMakeFiles/fife_swig_compilation.dir/build.make:136: CMakeFiles/_fife.dir/fifePYTHON.stamp] Error 1
make[2]: *** Suppression du fichier « CMakeFiles/_fife.dir/fifePYTHON.stamp »
make[1]: *** [CMakeFiles/Makefile2:190: CMakeFiles/fife_swig_compilation.dir/all] Error 2
Deprecated command line option: -modern. This option is now always on.
Deprecated command line option: -nosafecstrings. This option is no longer supported.
make[2]: *** [CMakeFiles/fifechan_swig_compilation.dir/build.make:71: CMakeFiles/_fifechan.dir/fifechanPYTHON.stamp] Error 1

Lucki commented on 2019-05-22 15:14 (UTC) (edited on 2019-05-22 15:14 (UTC) by Lucki)

Needs to build at this commit:

diff --git a/PKGBUILD b/PKGBUILD
index d2ac627..b532b55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16 +16 @@ makedepends=('cmake' 'git')
-source=(git+https://github.com/fifengine/fifengine.git)
+source=(git+https://github.com/fifengine/fifengine.git#commit=d14f232f4cd9a00b05d6872957070e8c020f515d)

Toonzee commented on 2019-05-01 18:01 (UTC) (edited on 2019-05-01 18:16 (UTC) by Toonzee)

Package fails to build:

Scanning dependencies of target fife_swig_compilation
[  1%] Swig compile /home/Toonzee/packages/fife-git/src/fifengine/build/fife.i for python
Deprecated command line option: -modern. This option is now always on.
Deprecated command line option: -nosafecstrings. This option is no longer supported.
make[2]: *** [CMakeFiles/fife_swig_compilation.dir/build.make:136: CMakeFiles/_fife.dir/fifePYTHON.stamp] Error 1
make[2]: *** Deleting file 'CMakeFiles/_fife.dir/fifePYTHON.stamp'
make[1]: *** [CMakeFiles/Makefile2:73: CMakeFiles/fife_swig_compilation.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

LinuxDonald commented on 2018-05-13 15:49 (UTC) (edited on 2018-05-13 15:49 (UTC) by LinuxDonald)

Package is updated

LinuxDonald commented on 2018-05-13 15:49 (UTC)

Sorry guys for the delay. i Must setup an arch linux vm. I dont have Arch Linux for an long time anymore.

LinuxDonald commented on 2018-03-25 15:08 (UTC)

Yeah sorry for this an: -Dcegui=OFF helps.

cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -Dcegui=OFF ..

I will update the AUR package next weekend