summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control56
1 files changed, 56 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..74f5d73
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,56 @@
+Source: sdl-kitchensink
+Maintainer: Didier Raboud <odyx@debian.org>
+Section: libs
+Priority: optional
+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.3
+Vcs-Browser: https://salsa.debian.org/debian/sdl-kitchensink
+Vcs-Git: https://salsa.debian.org/debian/sdl-kitchensink.git
+Homepage: https://github.com/katajakasa/SDL_kitchensink
+
+Package: libsdl-kitchensink0
+Architecture: any
+Multi-Arch: same
+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
+Multi-Arch: same
+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.