./wip/fs2open, Freespace 2 source code project

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 21.4.0, Package name: fs2_open-21.4.0, Maintainer: pkgsrc-users

The Source Code Project was started roughly five years ago, when Volition
released the source code to the game known as "Freespace 2". This virtually
unknown game consistently won awards for being a great action space sim, but
never really caught on when it was released. The Source Code Project has worked,
and continues to work, on improving the graphics and gameplay of this
ten-year-old game.

This package installs the executable only. The original game CD, or
data files for the game are required to play the game.


Required to run:
[graphics/freetype2] [graphics/png] [graphics/jpeg] [textproc/jansson] [devel/SDL2] [lang/lua51] [audio/openal-soft] [multimedia/ffmpeg4]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2015-08-18 22:48:41 by Yorick Hardy | Files touched by this commit (2)
Log message:
Update to fs2_open-3.7.2. Unable to find a change log.
   2013-09-08 22:21:09 by Yorick Hardy | Files touched by this commit (7) | Package removed
Log message:
Update to fs2_open 3.7.0.

Partial changelog at http://www.hard-light.net/forums/index.php?topic=85435.0
   2012-11-13 21:41:14 by othyro | Files touched by this commit (1)
Log message:
USE_TOOLS+=aclocal
   2012-09-29 01:21:47 by Aleksej Saushev | Files touched by this commit (64)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-08-04 07:12:18 by Yorick Hardy | Files touched by this commit (2)
Log message:
Fix build for png.
   2010-12-26 06:01:21 by David Sainty | Files touched by this commit (78)
Log message:
Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in *; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" \ 
"$i"
    fi
  done
done
   2010-11-17 09:03:41 by Yorick Hardy | Files touched by this commit (7)
Log message:
Update fs2open to version 3.6.12.
   2010-03-09 10:33:09 by Yorick Hardy | Files touched by this commit (1)
Log message:
patch-ac is no longer necessary.