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
|
Source: libsdl1.2
Priority: optional
Section: libs
Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers@lists.alioth.debian.org>
Uploaders:
Felix Geyer <fgeyer@debian.org>,
Manuel A. Fernandez Montecelo <mafm@debian.org>,
Standards-Version: 4.2.1
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
libasound2-dev [linux-any],
libcaca-dev,
libgl-dev,
libglu1-mesa-dev,
libpulse-dev,
libusbhid-dev [kfreebsd-any],
libx11-dev,
libxext-dev,
nasm [any-i386],
x11proto-core-dev,
Vcs-Git: https://salsa.debian.org/sdl-team/libsdl1.2.git
Vcs-Browser: https://salsa.debian.org/sdl-team/libsdl1.2
Homepage: https://www.libsdl.org/
Package: libsdl1.2-dev
Architecture: any
Section: libdevel
Depends:
libasound2-dev [linux-any],
libcaca-dev,
libglu1-mesa-dev | libglu-dev,
libpulse-dev,
libsdl1.2debian (= ${binary:Version}),
libusbhid-dev [kfreebsd-any],
libx11-dev,
libxext-dev,
${misc:Depends},
Replaces:
libsdl-dev,
Conflicts:
libsdl-dev,
Provides:
libsdl-dev,
Description: Simple DirectMedia Layer development files
SDL is a library that allows programs portable low level access to a video
framebuffer, audio output, mouse, and keyboard.
.
This package contains the files needed to compile and link programs which
use SDL.
Package: libsdl1.2debian
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Replaces:
libsdl1.2debian-all,
libsdl1.2debian-alsa,
libsdl1.2debian-esd,
libsdl1.2debian-nas,
libsdl1.2debian-oss,
libsdl1.2debian-pulseaudio,
Conflicts:
libsdl1.2,
libsdl1.2-all,
libsdl1.2-esd,
libsdl1.2-nas,
libsdl1.2-oss,
libsdl1.2debian-all,
libsdl1.2debian-alsa,
libsdl1.2debian-esd,
libsdl1.2debian-nas,
libsdl1.2debian-oss,
libsdl1.2debian-pulseaudio,
Description: Simple DirectMedia Layer
SDL is a library that allows programs portable low level access to a video
framebuffer, audio output, mouse, and keyboard.
.
This version of SDL is compiled with X11 and caca graphics drivers and OSS,
ALSA and PulseAudio sound drivers.
|