summaryrefslogtreecommitdiff
path: root/control
diff options
context:
space:
mode:
Diffstat (limited to 'control')
-rw-r--r--control55
1 files changed, 55 insertions, 0 deletions
diff --git a/control b/control
new file mode 100644
index 0000000..325ca0c
--- /dev/null
+++ b/control
@@ -0,0 +1,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.