control 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. Source: libsdl2
  2. Priority: optional
  3. Section: libs
  4. Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers@lists.alioth.debian.org>
  5. Uploaders: Barry deFreese <bdefreese@debian.org>,
  6. Sam Hocevar <sho@debian.org>,
  7. Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com>,
  8. Felix Geyer <fgeyer@debian.org>,
  9. Sam Lantinga <slouken@libsdl.org>
  10. Standards-Version: 3.9.3
  11. Build-Depends: debhelper (>= 9),
  12. dh-autoreconf,
  13. dpkg-dev (>= 1.16.1~),
  14. fcitx-libs-dev [linux-any],
  15. libasound2-dev [linux-any],
  16. libgl1-mesa-dev,
  17. libpulse-dev,
  18. libudev-dev [linux-any],
  19. libdbus-1-dev [linux-any],
  20. libibus-1.0-dev[linux-any],
  21. libusb2-dev [kfreebsd-any],
  22. libusbhid-dev [kfreebsd-any],
  23. libvulkan-dev,
  24. libx11-dev,
  25. libxcursor-dev,
  26. libxext-dev,
  27. libxi-dev,
  28. libxinerama-dev,
  29. libxrandr-dev,
  30. libxss-dev,
  31. libxxf86vm-dev
  32. Homepage: http://www.libsdl.org/
  33. Package: libsdl2
  34. Architecture: any
  35. Multi-Arch: same
  36. Pre-Depends: ${misc:Pre-Depends}
  37. Depends: ${misc:Depends},
  38. ${shlibs:Depends},
  39. libudev0 [linux-any],
  40. libdbus-1-3 [linux-any]
  41. Conflicts: libsdl-1.3-0
  42. Replaces: libsdl-1.3-0
  43. Description: Simple DirectMedia Layer
  44. SDL is a library that allows programs portable low level access to
  45. a video framebuffer, audio output, mouse, and keyboard.
  46. .
  47. This package contains the shared library, compiled with X11 graphics drivers and OSS, ALSA and PulseAudio sound drivers.
  48. Package: libsdl2-dev
  49. Section: libdevel
  50. Architecture: any
  51. Multi-Arch: same
  52. Depends: ${misc:Depends},
  53. libsdl2 (= ${binary:Version}),
  54. libc6-dev,
  55. libgl1-mesa-dev
  56. Conflicts: libsdl-1.3-dev
  57. Replaces: libsdl-1.3-dev
  58. Description: Simple DirectMedia Layer development files
  59. SDL is a library that allows programs portable low level access to a video
  60. framebuffer, audio output, mouse, and keyboard.
  61. .
  62. This package contains files needed if you wish to use the SDL library in your own programs.
  63. Package: libsdl2-dbg
  64. Priority: extra
  65. Section: debug
  66. Architecture: any
  67. Multi-Arch: same
  68. Depends: ${misc:Depends},
  69. libsdl2 (= ${binary:Version}),
  70. Description: Simple DirectMedia Layer debug files
  71. SDL is a library that allows programs portable low level access to a video
  72. framebuffer, audio output, mouse, and keyboard.
  73. .
  74. This package contains the debug symbols for the SDL library.