[SCM] Simple and fast multimedia library for C++ branch, master, updated. upstream/1.4-83-g43beb98

Christoph Egger Christoph.Egger at gmx.de
Thu Apr 16 12:34:42 UTC 2009


The following commit has been merged in the master branch:
commit 43beb98d5a4d2e525fa8a7d02240cd537bcbeb2f
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Thu Apr 16 14:34:35 2009 +0200

    improve description

diff --git a/debian/control b/debian/control
index feb769c..4c0db64 100644
--- a/debian/control
+++ b/debian/control
@@ -27,6 +27,8 @@ Description: Simple and fast cross-platform multimedia library - Development Fil
  useful to produce an multimedia app. It offers OpenGL integration for
  Hardware accelerated Graphics, Windowing and Input support, Audio and
  Network facilities and supports GNU/Linux MS Windows and Mac OS X.
+ .
+ This package includes header files for all SFML libraries.
 
 Package: libsfml-audio1.4
 Section: libs
@@ -37,6 +39,9 @@ Description: Simple and fast cross-platform multimedia library - Audio part
  useful to produce an multimedia app. It offers OpenGL integration for
  Hardware accelerated Graphics, Windowing and Input support, Audio and
  Network facilities and supports GNU/Linux MS Windows and Mac OS X.
+ .
+ The Audio library is used to play sound and music in games. It is able to
+ load OGG/Vorbis files.
 
 Package: libsfml-graphics1.4
 Section: libs
@@ -47,6 +52,9 @@ Description: Simple and fast cross-platform multimedia library - Graphics part
  useful to produce an multimedia app. It offers OpenGL integration for
  Hardware accelerated Graphics, Windowing and Input support, Audio and
  Network facilities and supports GNU/Linux MS Windows and Mac OS X.
+ .
+ The Graphics library contains all the OpenGL and drawing code. It needs the
+ Window library for Window creation.
 
 Package: libsfml-network1.4
 Section: libs
@@ -57,6 +65,8 @@ Description: Simple and fast cross-platform multimedia library - Network part
  useful to produce an multimedia app. It offers OpenGL integration for
  Hardware accelerated Graphics, Windowing and Input support, Audio and
  Network facilities and supports GNU/Linux MS Windows and Mac OS X.
+ .
+ The Network Library brings basic networking support as needed by games.
 
 Package: libsfml-system1.4
 Section: libs
@@ -67,6 +77,9 @@ Description: Simple and fast cross-platform multimedia library - System part
  useful to produce an multimedia app. It offers OpenGL integration for
  Hardware accelerated Graphics, Windowing and Input support, Audio and
  Network facilities and supports GNU/Linux MS Windows and Mac OS X.
+ .
+ The system library brings useful system utilities like multithreading and
+ UNICODE handling
 
 Package: libsfml-window1.4
 Section: libs
@@ -77,6 +90,8 @@ Description: Simple and fast cross-platform multimedia library - Window part
  useful to produce an multimedia app. It offers OpenGL integration for
  Hardware accelerated Graphics, Windowing and Input support, Audio and
  Network facilities and supports GNU/Linux MS Windows and Mac OS X.
+ .
+ The WIndow library provides basic utilities for creating and managing Windows
 
 Package: libsfml1.4-dbg
 Section: debug
@@ -90,6 +105,8 @@ Description: Simple and fast cross-platform multimedia library - debug symbols
  useful to produce an multimedia app. It offers OpenGL integration for
  Hardware accelerated Graphics, Windowing and Input support, Audio and
  Network facilities and supports GNU/Linux MS Windows and Mac OS X.
+ .
+ This package includes debug symbols for all SFML libraries.
 
 Package: libsfml1.4-doc
 Section: doc
@@ -100,3 +117,5 @@ Description: Simple and fast cross-platform multimedia library - documentation
  useful to produce an multimedia app. It offers OpenGL integration for
  Hardware accelerated Graphics, Windowing and Input support, Audio and
  Network facilities and supports GNU/Linux MS Windows and Mac OS X.
+ .
+ This package includes the source Documentation and library reference for SFML.

-- 
Simple and fast multimedia library for C++



More information about the Pkg-games-commits mailing list