File: control

package info (click to toggle)
sdlpango 0.1.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,100 kB
  • ctags: 204
  • sloc: sh: 8,079; ansic: 838; xml: 371; makefile: 57
file content (31 lines) | stat: -rw-r--r-- 1,312 bytes parent folder | download
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
Source: sdlpango
Section: libs
Priority: optional
Maintainer: Josselin Mouette <joss@debian.org>
Standards-Version: 3.7.2
Build-Depends: debhelper (>= 5), cdbs, libsdl1.2-dev (>= 1.2.4), libpango1.0-dev (>= 1.2.0)

Package: libsdl-pango1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Section: libs
Description: text rendering with Pango in SDL applications (shared library)
 SDL_pango is a Simple Directmedia Layer extension for rendering text 
 with the Pango library. Its use cases are similar to those of SDL_ttf, 
 but it benefits from the superior Pango font selection engine for 
 improved rendering of internationalized text.
 .
 This package contains the runtime shared library.

Package: libsdl-pango-dev
Architecture: any
Depends: libsdl-pango1 (= ${Source-Version}), libsdl1.2-dev (>= 1.2.4), libpango1.0-dev (>= 1.2.0)
Section: libdevel
Description: text rendering with Pango in SDL applications (development)
 SDL_pango is a Simple Directmedia Layer extension for rendering text
 with the Pango library. Its use cases are similar to those of SDL_ttf, 
 but it benefits from the superior Pango font selection engine for
 improved rendering of internationalized text.
 .
 This package contains the static library and development headers needed 
 to build applications using SDL_pango.