summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2017-10-20 13:21:58 +0200
committerDidier Raboud <odyx@debian.org>2017-10-20 13:21:58 +0200
commit5a5fb232d815ab77bf0894b26733b996cdce0e10 (patch)
treedf65507c688b9384d16c957803d8071daccdbf61 /debian
parente670e5f4237b0370d6ac985e76fb264fae7ea993 (diff)
Enhance description
Diffstat (limited to 'debian')
-rw-r--r--debian/control24
1 files changed, 22 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 9c377db..c31fa8d 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,17 @@ Homepage: https://github.com/katajakasa/SDL_kitchensink
Package: libsdl-kitchensink0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: FFmpeg and SDL2 based library for audio and video playback, written in C99
+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
@@ -29,4 +39,14 @@ Section: libdevel
Depends:
libsdl-kitchensink0 (= ${binary:Version}),
${misc:Depends}
-Description: FFmpeg and SDL2 based library for audio and video playback, written in C99 - Development files
+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.