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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
|
Source: libsfml
Section: devel
Priority: extra
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Christoph Egger <christoph@debian.org>
Vcs-Git: git://git.debian.org/git/pkg-games/libsfml.git/
Vcs-Browser: http://git.debian.org/?p=pkg-games/libsfml.git
Build-Depends: debhelper (>= 7),
libgl1-mesa-glx,
mesa-common-dev,
libglu1-mesa-dev,
libxrandr-dev,
libfreetype6-dev,
libopenal-dev,
libsndfile1-dev,
libjpeg-dev,
libpng-dev,
libglew1.5-dev,
quilt,
libsoil-dev
Standards-Version: 3.9.3
Homepage: http://www.sfml-dev.org/
Package: libsfml-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
libsfml-audio1.6 (= ${binary:Version}),
libsfml-graphics1.6 (= ${binary:Version}),
libsfml-network1.6 (= ${binary:Version}),
libsfml-system1.6 (= ${binary:Version}),
libsfml-window1.6 (= ${binary:Version})
Conflicts: libsfml1.deb3-dev
Replaces: libsfml1.deb3-dev
Suggests: libsfml1.6-dbg, libsfml-doc
Description: Simple and fast cross-platform multimedia library - Development Files
SFML is an modern multimedia library offering a wide range of subsystems
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.6
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Simple and fast cross-platform multimedia library - Audio part
SFML is an modern multimedia library offering a wide range of subsystems
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.6
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, fonts-freefont-ttf
Description: Simple and fast cross-platform multimedia library - Graphics part
SFML is an modern multimedia library offering a wide range of subsystems
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.6
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Simple and fast cross-platform multimedia library - Network part
SFML is an modern multimedia library offering a wide range of subsystems
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.6
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Simple and fast cross-platform multimedia library - System part
SFML is an modern multimedia library offering a wide range of subsystems
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.6
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Simple and fast cross-platform multimedia library - Window part
SFML is an modern multimedia library offering a wide range of subsystems
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.6-dbg
Section: debug
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
libsfml-audio1.6 (= ${binary:Version}) |
libsfml-graphics1.6 (= ${binary:Version}) |
libsfml-network1.6 (= ${binary:Version}) |
libsfml-system1.6 (= ${binary:Version}) |
libsfml-window1.6 (= ${binary:Version})
Description: Simple and fast cross-platform multimedia library - debug symbols
SFML is an modern multimedia library offering a wide range of subsystems
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: libsfml-doc
Replaces: libsfml1.4-doc
Section: doc
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Simple and fast cross-platform multimedia library - documentation
SFML is an modern multimedia library offering a wide range of subsystems
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.
|