summaryrefslogtreecommitdiff
path: root/media-libs/libsdl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-01 03:04:39 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-01 03:04:39 +0000
commit407525b571b48cfd65e1ad7a02d250a927c967c9 (patch)
tree844bea44d85dc7218f54970af1c42cc9d55c3f1a /media-libs/libsdl
parent89c6c06b8c42107dd231687a1012354e7d3039fc (diff)
gentoo resync : 01.12.2017
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r--media-libs/libsdl/Manifest2
-rw-r--r--media-libs/libsdl/metadata.xml48
2 files changed, 25 insertions, 25 deletions
diff --git a/media-libs/libsdl/Manifest b/media-libs/libsdl/Manifest
index 9fe052703fb4..fbe6e4771088 100644
--- a/media-libs/libsdl/Manifest
+++ b/media-libs/libsdl/Manifest
@@ -8,4 +8,4 @@ AUX libsdl-1.2.15-resizing.patch 2098 BLAKE2B 6f8e7832262384b1c710f8353b0b0654b0
AUX libsdl-1.2.15-sdl-config.patch 780 BLAKE2B e62be7f44481b48ea226200f382dc8c20c5110997ed26672e5dcd8798e748529826b0951e3803e3fd5f30f8c3050a5fb298e5f880ab7e495dde9c0c8fff6cf1e SHA512 c79b0b5674a2a70862425150d8b481f1a0ed0bc400bc69835e53932422583bdde061d1f72da8d3ad0aaaa4499126bc2770f11941435e6c848bd4d90d040a0d03
DIST SDL-1.2.15.tar.gz 3920622 SHA256 d6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00 SHA512 ac392d916e6953b0925a7cbb0f232affea33339ef69b47a0a7898492afb9784b93138986df53d6da6d3e2ad79af1e9482df565ecca30f89428be0ae6851b1adc WHIRLPOOL 21b9aadb7b00002a6f3760902cd40aeb1b145228348b887049b40a435c2b9a1a3679a83100421e9634178b9da32d524371d6912c190a75e83ef3170ad45bc159
EBUILD libsdl-1.2.15-r9.ebuild 4386 BLAKE2B 6c141995b02d9b25b23cfc60f7f6b314387e90686559136cf1272a823eeedc3e46823cd966d4dcd06d8f83929cc4c646867fb2a1f5530a191ad6bc5b46a133b6 SHA512 94285ca796ab2bc75424ce8496ed3d200cf6af7f5edd6e0da81298feb9581266bfb468f27f557e61239ca7bb6f47d20fc6ba9a43abe89bcae8d22980c5e41602
-MISC metadata.xml 1400 BLAKE2B 767231a62a6e251a4188c5bdcfd844e7f372e19b6c6b99f96c8a7de4e80351e60c99ceb177906925cd53f661d4a593960b92707391ffbcf2e518f25219ec3ed4 SHA512 6e10ca7d9a9a0b0d0dbf2de3077c67f80bf54e667424a9267109773fdafdfe4377f34cfbf2d4468d0293efa53d61b1c1e67a0004b9c3264e68c3018d826f357f
+MISC metadata.xml 1415 BLAKE2B e1f07f85768757045a516c548dfb8c9a014e0291ca13d32b3e6164d38de389d718dc5d7e9dc4f98bc67cc16d043f92cafc2819fd02d18d72b17472500a8245dc SHA512 52c647d06adee1c595d45caf05e1781c692d700726c9c0ce182ce74796f2480fada765a2772d1679589dd7919d30edfcf5a0668e525cd8e30f78455c525d5446
diff --git a/media-libs/libsdl/metadata.xml b/media-libs/libsdl/metadata.xml
index aede63475a7b..eef34652c6d4 100644
--- a/media-libs/libsdl/metadata.xml
+++ b/media-libs/libsdl/metadata.xml
@@ -1,30 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
- </maintainer>
- <longdescription>
-Simple DirectMedia Layer is a cross-platform multimedia library designed
-to provide low level access to audio, keyboard, mouse, joystick, 3D
-hardware via OpenGL, and 2D video framebuffer. It is used by MPEG
-playback software, emulators, and many popular games, including the
-award winning Linux port of "Civilization: Call To Power."
+ <maintainer type="project">
+ <email>games@gentoo.org</email>
+ <name>Gentoo Games Project</name>
+ </maintainer>
+ <longdescription>
+ Simple DirectMedia Layer is a cross-platform multimedia library designed
+ to provide low level access to audio, keyboard, mouse, joystick, 3D
+ hardware via OpenGL, and 2D video framebuffer. It is used by MPEG
+ playback software, emulators, and many popular games, including the
+ award winning Linux port of "Civilization: Call To Power."
-Simple DirectMedia Layer supports Linux, Windows, BeOS, MacOS Classic,
-MacOS X, FreeBSD, OpenBSD, BSD/OS, Solaris, IRIX, and QNX. There is also
-code, but no official support, for Windows CE, AmigaOS, Dreamcast,
-Atari, NetBSD, AIX, OSF/Tru64, RISC OS, and SymbianOS.
+ Simple DirectMedia Layer supports Linux, Windows, BeOS, MacOS Classic,
+ MacOS X, FreeBSD, OpenBSD, BSD/OS, Solaris, IRIX, and QNX. There is also
+ code, but no official support, for Windows CE, AmigaOS, Dreamcast,
+ Atari, NetBSD, AIX, OSF/Tru64, RISC OS, and SymbianOS.
-SDL is written in C, but works with C++ natively, and has bindings to
-several other languages, including Ada, Eiffel, Java, Lua, ML, Perl,
-PHP, Pike, Python, and Ruby.
-</longdescription>
- <use>
- <flag name="joystick">Control joystick support (disable at your own risk)</flag>
- <flag name="sound">Control audio support (disable at your own risk)</flag>
- <flag name="tslib">Build with tslib support for touchscreen devices</flag>
- <flag name="video">Control video support (disable at your own risk)</flag>
- </use>
+ SDL is written in C, but works with C++ natively, and has bindings to
+ several other languages, including Ada, Eiffel, Java, Lua, ML, Perl,
+ PHP, Pike, Python, and Ruby.
+ </longdescription>
+ <use>
+ <flag name="joystick">Control joystick support (disable at your own risk)</flag>
+ <flag name="sound">Control audio support (disable at your own risk)</flag>
+ <flag name="tslib">Build with tslib support for touchscreen devices</flag>
+ <flag name="video">Control video support (disable at your own risk)</flag>
+ </use>
</pkgmetadata>