Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : quakespasm | name : quakespasm | ||||
| version : 0.93.2 | version : 0.93.2 | ||||
| release : 4 | release : 5 | ||||
| source : | source : | ||||
| - https://netcologne.dl.sourceforge.net/project/quakespasm/Source/quakespasm-0.93.2.tgz : 45eb37548cc0352e358fa67eee57d7b8e731efbcd7bba63ac27b2f9f5b91a062 | - https://netcologne.dl.sourceforge.net/project/quakespasm/Source/quakespasm-0.93.2.tgz : 45eb37548cc0352e358fa67eee57d7b8e731efbcd7bba63ac27b2f9f5b91a062 | ||||
| license : GPL-2.0-or-later | license : GPL-2.0-or-later | ||||
| component : games.action | component : games.action | ||||
| homepage : http://quakespasm.sourceforge.net/ | homepage : http://quakespasm.sourceforge.net/ | ||||
| summary : A *Nix friendly Quake Engine based on the SDL port of the popular FitzQuake | summary : A *Nix friendly Quake Engine based on the SDL port of the popular FitzQuake | ||||
| description: | | description: | | ||||
| QuakeSpasm is a modern, cross-platform Quake engine based on FitzQuake. | QuakeSpasm is a modern, cross-platform Quake engine based on FitzQuake. | ||||
| It includes support for 64 bit CPUs and custom music playback, a new sound driver, some graphical niceities, and numerous bug-fixes and other improvements. | It includes support for 64 bit CPUs and custom music playback, a new sound driver, some graphical niceities, and numerous bug-fixes and other improvements. | ||||
| Game data must be placed in ~/.quakespasm/id1. | Game data must be placed in ~/.quakespasm/id1. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(flac) | - pkgconfig(flac) | ||||
| - pkgconfig(gl) | - pkgconfig(gl) | ||||
| - pkgconfig(libmikmod) | - pkgconfig(libmikmod) | ||||
| - pkgconfig(libmpg123) | |||||
| - pkgconfig(opusfile) | - pkgconfig(opusfile) | ||||
| - pkgconfig(sdl2) | - pkgconfig(sdl2) | ||||
| - pkgconfig(vorbis) | - pkgconfig(vorbis) | ||||
| - libmad-devel | |||||
| build : | | build : | | ||||
| %make -C Quake \ | %make -C Quake \ | ||||
| DO_USERDIRS=1 \ | DO_USERDIRS=1 \ | ||||
| MP3LIB=mpg123 \ | |||||
| USE_CODEC_FLAC=1 \ | USE_CODEC_FLAC=1 \ | ||||
| USE_CODEC_MIKMOD=1 \ | USE_CODEC_MIKMOD=1 \ | ||||
| USE_CODEC_OPUS=1 \ | USE_CODEC_OPUS=1 \ | ||||
| USE_CODEC_UMX=1 \ | USE_CODEC_UMX=1 \ | ||||
| USE_SDL2=1 | USE_SDL2=1 | ||||
| install : | | install : | | ||||
| install -Dm00755 Quake/quakespasm $installdir/usr/bin/quakespasm | install -Dm00755 Quake/quakespasm $installdir/usr/bin/quakespasm | ||||
| install -Dm00644 Misc/QuakeSpasm_512.png $installdir/usr/share/pixmaps/quake.png | install -Dm00644 Misc/QuakeSpasm_512.png $installdir/usr/share/pixmaps/quake.png | ||||
| install -Dm00644 $pkgfiles/quakespasm.desktop $installdir/usr/share/applications/quakespasm.desktop | install -Dm00644 $pkgfiles/quakespasm.desktop $installdir/usr/share/applications/quakespasm.desktop | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.