mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 23:30:03 +02:00
19 lines
579 B
XML
19 lines
579 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<longdescription>
|
|
ESDL - What is that?
|
|
|
|
It is library that gives you access to SDL and Opengl
|
|
functionality in your erlang program.
|
|
SDL handles 2d graphics, user events and audio while
|
|
Opengl handles 3d graphics. More information.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="image">Enable image support</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="sourceforge">esdl</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|