Package Details: fs2_open-git 23.0.0.RC8.20230502.02a40ae90.0-1

Git Clone URL: https://aur.archlinux.org/fs2_open-git.git (read-only, click to copy)
Package Base: fs2_open-git
Description: An enhancement of the original Freespace 2 engine - GIT version
Upstream URL: http://scp.indiegames.us
Licenses: custom:fs2_open
Conflicts: fs2_open
Provides: fs2_open
Submitter: freijon
Maintainer: hildigerr
Last Packager: hildigerr
Votes: 1
Popularity: 0.000000
First Submitted: 2015-12-08 21:02 (UTC)
Last Updated: 2023-05-03 04:23 (UTC)

Latest Comments

freijon commented on 2023-05-02 11:21 (UTC)

Running the command you provided yields '22.0.0' whereas the latest release is 23.0.0. I'm going to disown this package since I've moved on to another Distro and I have no longer a way to verify the correctness of this PKGBUILD. @hildigerr, feel free to take over :)

hildigerr commented on 2023-05-02 09:59 (UTC)

Instead of hard coding it, you can update the version in pkgver with:

version=`git describe | cut -d _ -f 2,3,4 | sed 's/_/./g'`

Star-X commented on 2019-12-08 19:35 (UTC)

Just a heads up, aur builders like pamac and pacaur can't seem to make heads or tails of the version identification and say it needs updating even if you literally just updated it 10 seconds ago.

Yes, it did build, btw, the log says that it finished installing, but despite that pamac still thinks it needs updating.

freijon commented on 2019-11-28 12:34 (UTC)

Thank you dallemon for pointing this out. I updated the PKGBUILD accordingly

dallemon commented on 2019-11-28 10:11 (UTC)

Stopped building due to filename change https://github.com/scp-fs2open/fs2open.github.com/commit/d60929cd532348fb83078f59764905a5ae17cd11 https://github.com/scp-fs2open/fs2open.github.com/commit/30326cb67e214abfad9db6a99c58137621712f3d

freijon commented on 2019-02-20 18:12 (UTC)

Thanks, I added the missing make dependencies

xphoniexx commented on 2019-02-20 03:08 (UTC) (edited on 2019-02-20 05:21 (UTC) by xphoniexx)

I needed additional make depends to get it to build in a clean environment. The ffmpeg is optional, as cmake seems to pull them from a git repo if its not present.

diff --git a/PKGBUILD b/PKGBUILD
index 152c6f5..16a993f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
 # Contributor: Lone_Wolf <lonewolf@xs4all.nl>, ZekeSulastin <zekesulastin@gmail.com>

 pkgname=fs2_open-git
-pkgver=3.8.1.c109dc6ac
+pkgver=3.8.1.ad4b1ca96
 pkgrel=1
 pkgdesc="An enhancement of the original Freespace 2 engine - GIT version"
 url="http://scp.indiegames.us"
 arch=('i686' 'x86_64')
 license=('custom:fs2_open')
 depends=('libjpeg' 'libpng' 'libtheora' 'libvorbis' 'lua51' 'mesa' 'openal' 'sdl')
-makedepends=('git')
+makedepends=('git' 'cmake' 'freetype2' 'doxygen' 'ffmpeg')
 conflicts=('fs2_open')
 provides=('fs2_open')
 install=fs2_open-git.install