Commit graph

8 commits

Author SHA1 Message Date
Yorick Hardy
b78ddd3ee6 Fix build for png. 2011-08-04 05:12:18 +00:00
David Sainty
e2d791ed0f 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-12-26 05:01:21 +00:00
Yorick Hardy
92e9ede1be Update fs2open to version 3.6.12. 2010-11-17 08:03:41 +00:00
Yorick Hardy
17c4433c07 patch-ac is no longer necessary. 2010-03-09 09:33:09 +00:00
Yorick Hardy
57da5b0196 Update to fs2open 3.6.10 2010-03-09 09:32:07 +00:00
Yorick Hardy
8b047a2c80 Add the LICENSE file. 2009-07-13 08:26:37 +00:00
Yorick Hardy
0bea29886c Add PKG_DESTDIR_SUPPORT. 2009-06-24 08:06:41 +00:00
Yorick Hardy
322a58ea6b Import fs2_open-3.6.9 as wip/fs2open.
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.
2008-12-09 13:10:55 +00:00