File: control

package info (click to toggle)
sdl-stretch 0.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,700 kB
  • ctags: 367
  • sloc: sh: 10,156; ansic: 3,392; python: 791; makefile: 119
file content (47 lines) | stat: -rw-r--r-- 1,887 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: sdl-stretch
Section: libs
Priority: optional
Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers@lists.alioth.debian.org>
Uploaders: Manuel A. Fernandez Montecelo <mafm@debian.org>, Félix Arreola Rodríguez <fgatuno.123@gmail.com>
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 9~),
               dpkg-dev (>= 1.16.1~),
               libsdl1.2-dev (>= 1.2.14~),
               autotools-dev,
               pkg-config,
               python,
               xmlto
Vcs-Git: git://anonscm.debian.org/pkg-sdl/packages/sdl-stretch.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-sdl/packages/sdl-stretch.git
Homepage: http://sdl-stretch.sourceforge.net

Package: libsdl-stretch-0-3
Architecture: any-amd64 any-i386
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: stretch functions for Simple DirectMedia Layer
 This library provides stretch and blit routines for SDL surfaces.
 These are optimized for speed including lots of assembler parts
 in the general routines and dynamic cpu native code generation
 for applications to compile specialized stretch-and-blit routines
 at runtime.
 .
 This package contains the SDL_stretch runtime library.

Package: libsdl-stretch-dev
Section: libdevel
Architecture: any-amd64 any-i386
Depends: ${misc:Depends},
         libsdl-stretch-0-3 (= ${binary:Version}),
         libsdl1.2-dev(>= 1.2.14~)
Description: development files for SDL_stretch library
 This library provides stretch and blit routines for SDL surfaces.
 These are optimized for speed including lots of assembler parts
 in the general routines and dynamic cpu native code generation
 for applications to compile specialized stretch-and-blit routines
 at runtime.
 .
 This package contains the header files and static library needed to
 compile applications that use SDL_stretch.