Commit graph

8 commits

Author SHA1 Message Date
drochner
94bcb47de7 update to 1.5.0
changes:
-support more games
-support for TrueType fonts via FreeType2
-custom game and engine options
-speedup, UI improvements
-bugfixes
-translation update

pkgsrc change: cleanup of options -- the "x11" backend doesn't work,
so "sdl" is the only choice left
2012-08-04 14:45:34 +00:00
adam
5608469a47 Changes 1.4.1:
* Support for the Beneath a Steel Sky Enhanced Soundtrack by James Woodcock
* Slight graphical improvement for the PlayStation version of Broken Sword 2
* Several bugfixes for Lands of Lore
* More logical sound settings for SCI games
* A fixed crash in the VGA version of Quest for Glory 1
2012-02-27 13:58:05 +00:00
joerg
e428c5632c Adjust for modular Xorg based on the includes as x11 is currently
not buildable due to the incomplete implementation of an abstract class.
2007-02-02 17:58:02 +00:00
jlam
6ad6aef9d4 Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09 21:04:39 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
dillo
f81ae835ad Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable.  Set PKG_SUGGESTED_OPTIONS instead.  Also,
make use of PKG_OPTIONS_LEGACY_VARS.

Reviewed by wiz.
2005-05-31 10:01:36 +00:00
adam
49f1c96243 Move USE_X11 where is belongs 2005-03-31 09:52:26 +00:00
adam
a36666969d Changes 0.7.1:
General:
   - Added a MT-32 emulator. (It was actually added in 0.7.0 but we forgot to
     put it into the NEWS file :-).
   - Less memory-hungry MPEG movie playback for the Broken Sword games.

 SCUMM:
   - Fixed wrong actor animation in Full Throttle INSANE

 Windows Mobile port (PocketPC / Smartphone) :
   - Fixed FOTAQ crash on all platforms when leaving the hotel AGAIN
   - Better low quality Adlib emulation for FOTAQ
   - Fix randomly broken Hide Toolbar option (thanks iKi)
   - Fix first hardware key mapping (was not displayed before)
   - Fix BASS & Simon hangs on Smartphone when using the Skip hotkey
   - Fix Zone key action on Smartphone (now mapped on key 9)
   - Experimental third party VGA mode (SE-VGA) fix
   - Add Key Mapping option in the launcher (Options / Misc / Keys)
   - Remove AYGSHELL.DLL dependency to work on CE .Net platforms
   - Fix key mapping issues introduced in 0.7.0
   - Full Throttle interactive action sequences should be more playable.
   - New key mapping option "FT Cheat" to win a Full Throttle action sequence
   - Quit Simon game with 'Action key' on Smartphones

 Sword2:
   - Fixed crash caused by attempting to play music from CD1 and CD2 at the
     same time.
   - Fixed crash in the cutscene player if the speech file was missing.

 BASS:
   - Fixed crash when talking to the gardener using spanish text with the
     floppy version.
2005-03-29 08:48:31 +00:00