diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2020-02-09 19:26:05 -0500 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-02-11 08:39:48 +0100 |
commit | 4cb54f5017dd253fabf1661d854e22b738b77b2d (patch) | |
tree | dc23a0b3e7b39e3f90d9e7570ffc19d468ac75a7 /games-fps/prboom-plus/metadata.xml | |
parent | licenses: Add BSD-3-clause with disclosure exception license (diff) | |
download | gentoo-4cb54f5017dd253fabf1661d854e22b738b77b2d.tar.gz gentoo-4cb54f5017dd253fabf1661d854e22b738b77b2d.tar.bz2 gentoo-4cb54f5017dd253fabf1661d854e22b738b77b2d.zip |
games-fps/prboom-plus: Bump to version 2.5.1.5.4540.1
The non-free USE flag is removed because non-free assets are no longer
provided in the source tarball. The png USE flag is removed since
sdl2-image provides that functionality now. The sdl-image and sdl-mixer
USE flags are renamed to sdl2-image and sdl2-mixer respectively to match
the use of the matching SDL2 libraries now.
Closes: https://bugs.gentoo.org/703610
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'games-fps/prboom-plus/metadata.xml')
-rw-r--r-- | games-fps/prboom-plus/metadata.xml | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/games-fps/prboom-plus/metadata.xml b/games-fps/prboom-plus/metadata.xml index 9ea5253b83db..555818481506 100644 --- a/games-fps/prboom-plus/metadata.xml +++ b/games-fps/prboom-plus/metadata.xml @@ -2,7 +2,15 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <longdescription lang="en"> - PrBoom+ is a Doom source port developed from the original PrBoom project. + PrBoom+ is an enhanced source port of the classic 3D first-person + shooter game Doom, first released by id Software in 1993. It uses the + Simple Direct Media layer (SDL) library and features an optional OpenGL + renderer. It is based on PrBoom, MBF and LxDoom, which in turn are based + on TeamTNT's Boom, a freely available port of Doom for DOS. + + In addition to PrBoom's features, PrBoom+ offers uncapped framerate, + variable gamespeed, re-record, walkcam, chasecam, full mouselook, FOV, + and other features without loss of compatibility with the original Doom. </longdescription> <maintainer type="person"> <email>vilhelm.gray@gmail.com</email> @@ -20,14 +28,12 @@ <flag name="dumb">Enable support for various tracker-style music formats via <pkg>media-libs/dumb</pkg></flag> <flag name="fluidsynth">Enable support for MIDI via <pkg>media-sound/fluidsynth</pkg></flag> <flag name="net">Enable support for network play</flag> - <flag name="non-free">Enable non-free components</flag> <flag name="portmidi">Enable support for MIDI via <pkg>media-libs/portmidi</pkg></flag> - <flag name="sdl-image">Enable support for high-resolution texture support via <pkg>media-libs/sdl-image</pkg></flag> - <flag name="sdl-mixer">Enable support for MIDI via <pkg>media-libs/sdl-mixer</pkg></flag> + <flag name="sdl2-image">Enable support for high-resolution texture support via <pkg>media-libs/sdl2-image</pkg></flag> + <flag name="sdl2-mixer">Enable support for MIDI via <pkg>media-libs/sdl2-mixer</pkg></flag> </use> <upstream> - <bugs-to>https://sourceforge.net/p/prboom-plus/bugs</bugs-to> + <bugs-to>https://bugs.debian.org/prboom-plus</bugs-to> <doc lang="en">https://prboom-plus.sourceforge.net</doc> - <remote-id type="sourceforge">prboom-plus</remote-id> </upstream> </pkgmetadata> |