summaryrefslogtreecommitdiff
path: root/debian/control
blob: 325ca0c9f2ab1b4c11a8948a307c59f77bd0833b (plain)
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
Source: sdl-kitchensink
Section: devel
Priority: optional
Maintainer: Didier Raboud <odyx@debian.org> 
Build-Depends:
 debhelper (>= 10.2.5~),
 cmake,
 libsdl2-dev,
 libavcodec-dev,
 libavdevice-dev,
 libavfilter-dev,
 libavformat-dev,
 libavresample-dev,
 libavutil-dev,
 libswresample-dev,
 libswscale-dev,
 libpostproc-dev,
 libass-dev,
Standards-Version: 4.1.1
Homepage: https://github.com/katajakasa/SDL_kitchensink
Vcs-Git: https://alioth.debian.org/anonscm/git/collab-maint/sdl-kitchensink.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/sdl-kitchensink.git

Package: libsdl-kitchensink0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: FFmpeg and SDL2 based library for audio and video playback
 It provides FFmpeg-based audio and video playback for SDL which features:
 - Decoding video & audio via FFmpeg
 - Dumping video data on SDL_textures
 - Dumping audio data in the usual mono/stereo interleaved formats
 - Automatic audio and video conversion to SDL2 friendly formats
 - Synchronizing video & audio to clock
 - Seeking forwards and backwards
 - Bitmap & libass subtitle support
 .
 This package contains the shared library.
 
Package: libsdl-kitchensink-dev
Architecture: any
Section: libdevel
Depends:
 libsdl-kitchensink0 (= ${binary:Version}),
 ${misc:Depends}
Description: FFmpeg and SDL2 based library for audio and video playback - Development files
 It provides FFmpeg-based audio and video playback for SDL which features:
 - Decoding video & audio via FFmpeg
 - Dumping video data on SDL_textures
 - Dumping audio data in the usual mono/stereo interleaved formats
 - Automatic audio and video conversion to SDL2 friendly formats
 - Synchronizing video & audio to clock
 - Seeking forwards and backwards
 - Bitmap & libass subtitle support
 .
 This package contains the development files.