summaryrefslogtreecommitdiff
blob: a64777db72b33ea9c3dfd1d58a0bb32413941888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>games@gentoo.org</email>
    <name>Gentoo Games Project</name>
  </maintainer>
  <longdescription>
  Allegro is a game programming library for C/C++ developers distributed
  freely, supporting the following platforms: DOS, Unix (Linux, FreeBSD,
  Irix, Solaris, Darwin), Windows, QNX, BeOS and MacOS X. It provides many
  functions for graphics, sounds, player input (keyboard, mouse and joystick)
  and timers. It also provides fixed and floating point mathematical
  functions, 3d functions, file management functions, compressed datafile
  and a GUI.
  </longdescription>
  <use>
    <flag name="dumb">Enable <pkg>media-libs/dumb</pkg> module library support</flag>
    <flag name="physfs">Enable physfs support</flag>
    <flag name="vga">Enables the VGA graphics driver</flag>
  </use>
  <upstream>
    <remote-id type="github">liballeg/allegro5</remote-id>
    <remote-id type="sourceforge">alleg</remote-id>
  </upstream>
</pkgmetadata>