mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
* 81_libretro: bumped to version 1.0a:20230528 * atari800_libretro: bumped to version 3.1.0:20230731 * bluemsx_libretro: bumped to version 2.9.0:20230417 * cap32_libretro: bumped to version 4.2.0:20230712 * fmsx_libretro: bumped to version 4.9:20230417 * fuse_libretro: bumped to version 1.1.1:20230623 * hatari_libretro: bumped to version 1.8:20230821 * nekop2_libretro: bumped to version 0.86:20230528 * puae_libretro: bumped to version 2.6.1:20230904 * mrboom_libretro: bumped to version 5.2:20230321 * xrick_libretro: bumped to version 1.0.0.6:20230528 * bsnes_libretro: bumped to version 115.1:20230807 * desmume_libretro: bumped to version 0.9.11:20230528 * dosbox_pure_libretro: bumped to version 0.13:20230903 * fbneo_libretro: bumped to version 1.0.0.0:20230903 * fceumm_libretro: bumped to version 0.0.1:20230620 * freeintv_libretro: bumped to version 0.0:20230417 * gambatte_libretro: bumped to version 0.5.0:20230825 * gearboy_libretro: bumped to version 3.4:20230823 * gearcoleco_libretro: bumped to version 1.0.0:20230823 * gearsystem_libretro: bumped to version 3.4.1:20230823 * genesis_plus_gx_libretro: bumped to version 1.7.4:20230826 * gpsp_libretro: bumped to version 0.91:20230827 * gw_libretro: bumped to version 1.6.2:20230528 * handy_libretro: bumped to version 0.95:20230820 * mame2003_plus_libretro: bumped to version 1.0:20230827 * mednafen_lynx_libretro: bumped to version 0.9.32:20230721 * mednafen_ngp_libretro: bumped to version 0.9.36.1:20230220 * mednafen_pce_fast_libretro: bumped to version 0.9.38.7:20230818 * mednafen_pce_libretro: bumped to version 0.9.38.7:20230825 * mednafen_pcfx_libretro: bumped to version 0.9.33.3:20230528 * mednafen_psx_hw_libretro: bumped to version 0.9.44.1:20230818 * mednafen_psx_libretro: bumped to version 0.9.44.1:20230818 * mednafen_saturn_libretro: bumped to version 0.9.45.1:20230528 * mednafen_supergrafx_libretro: bumped to version 0.9.38.7:20230825 * mednafen_vb_libretro: bumped to version 0.9.36.1:20230528 * mednafen_wswan_libretro: bumped to version 0.9.35.1:20230526 * melonds_libretro: bumped to version 0.8.3:20230413 * mesen_libretro: bumped to version 0.9.4:20230521 * mgba_libretro: bumped to version 0.6.1:20230528 * nestopia_libretro: bumped to version 1.49:20230528 * neocd_libretro: bumped to version 0.5:20230221 * o2em_libretro: bumped to version 1.18:20230221 * opera_libretro: bumped to version 1.0.0:20230731 * parallel_n64_libretro: bumped to version 2.0rc2:20230829 * pcsx_rearmed_libretro: bumped to version r22:20230904 * picodrive_libretro: bumped to version 1.92:20230811 * snes9x_libretro: bumped to version 1.60:20230828 * stella_libretro: bumped to version 6.5.3:20230902 * stella2014_libretro: bumped to version 3.9.3:20230220 * vba_next_libretro: bumped to version 1.0.2:20230603 * vecx_libretro: bumped to version 1.2:20230601 * virtualjaguar_libretro: bumped to version 2.1.2:20230601 * cannonball_libretro: bumped to version 0.34:20230528 * tyrquake_libretro: bumped to version 0.62:20230528 * craft_libretro: bumped to version 1.0:20230528 * 2048_libretro: bumped to version 1.0:20230220 * gme_libretro: bumped to version 0.5.2:20230528
59 lines
1.8 KiB
Bash
59 lines
1.8 KiB
Bash
SUMMARY="A port of TyrQuake, a Quake 1 engine, to the libretro architecture"
|
|
DESCRIPTION="TyrQuake is a fork of the Quake engine, also known as ID tech 2. \
|
|
It supports Quake and Quakeworld in both software and GL versions. Its goal \
|
|
is to allow running Quake on modern systems as accurately as the original game \
|
|
but provides smoother model animations, coloured lighting, fullbrights in \
|
|
GLQuake, along other improvements."
|
|
HOMEPAGE="https://disenchant.net/tyrquake/"
|
|
COPYRIGHT="2003-2021 Kevin Shanahan, the libretro team"
|
|
LICENSE="GNU GPL v2"
|
|
REVISION="1"
|
|
srcGitRev="77217664a09afe893a06be8e3e8f9611184636f8"
|
|
SOURCE_URI="https://github.com/libretro/tyrquake/archive/$srcGitRev.tar.gz"
|
|
CHECKSUM_SHA256="a86b131743a5a46dd7be0ecfdb42e2454df0bb7d629a2c6cd589cb0cbc9351b2"
|
|
SOURCE_FILENAME="libretro-tyrquake-${portVersion/_/-}-$srcGitRev.tar.gz"
|
|
SOURCE_DIR="tyrquake-$srcGitRev"
|
|
PATCHES="tyrquake_libretro-0.62_20230528.patchset"
|
|
ADDITIONAL_FILES="tyrquake_libretro.info.in"
|
|
|
|
ARCHITECTURES="all !x86_gcc2"
|
|
SECONDARY_ARCHITECTURES="x86"
|
|
|
|
PROVIDES="
|
|
tyrquake_libretro$secondaryArchSuffix = $portVersion
|
|
addon:tyrquake_libretro$secondaryArchSuffix = $portVersion
|
|
"
|
|
REQUIRES="
|
|
haiku$secondaryArchSuffix
|
|
retroarch$secondaryArchSuffix
|
|
lib:libGL$secondaryArchSuffix
|
|
"
|
|
|
|
BUILD_REQUIRES="
|
|
haiku${secondaryArchSuffix}_devel
|
|
devel:libGL$secondaryArchSuffix
|
|
"
|
|
BUILD_PREREQUIRES="
|
|
cmd:gcc$secondaryArchSuffix
|
|
cmd:make
|
|
"
|
|
|
|
BUILD()
|
|
{
|
|
sed -e "s/@DISPLAY_VERSION@/v${portVersion/_/-}/" \
|
|
$portDir/additional-files/tyrquake_libretro.info.in \
|
|
> tyrquake_libretro.info
|
|
make $jobArgs clean && \
|
|
make $jobArgs
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
install -m 0755 -d "$docDir"
|
|
install -m 0644 -t "$docDir" readme.txt readme-id.txt
|
|
install -m 0755 -d "$addOnsDir"/libretro
|
|
install -m 0644 -t "$addOnsDir"/libretro \
|
|
tyrquake_libretro.info \
|
|
tyrquake_libretro.so
|
|
}
|