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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
|
Source: obs-studio
Section: video
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders:
Carl Fürstenberg <azatoth@gmail.com>,
Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
cmake,
debhelper (>= 9),
libasound2-dev,
libavcodec-dev,
libavdevice-dev,
libavfilter-dev,
libavformat-dev,
libavutil-dev,
libcurl4-gnutls-dev | libcurl-dev,
libdbus-1-dev,
libfontconfig-dev,
libfreetype6-dev,
libgl1-mesa-dev | libgl-dev,
libjack-dev | libjack-jackd2-dev,
libjansson-dev (>= 2.5),
libpulse-dev,
libqt5x11extras5-dev,
libspeexdsp-dev,
libswresample-dev,
libswscale-dev,
libudev-dev,
libv4l-dev,
libx11-dev,
libx264-dev,
libxcb-shm0-dev,
libxcb-xinerama0-dev,
libxcomposite-dev,
libxinerama-dev,
libvlc-dev,
qtbase5-dev,
python-docutils (>= 0.6)
Standards-Version: 3.9.8
Homepage: https://obsproject.com
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/obs-studio.git
Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/obs-studio.git
Package: obs-studio
Architecture: any-amd64
Depends: obs-plugins (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: recorder and streamer for live video content
OBS Studio is designed for efficiently recording and streaming live video
content. It supports live RTP streaming to various streaming sites.
.
Other features include:
* Encoding using H264 (x264) and AAC
* Unlimited number of scenes and sources
* File output to MP4 or FLV
* GPU-based game capture for high performance game streaming
* Bilinear or lanczos3 resampling
.
Note that OBS Studio requires an OpenGL 3.2 compatible video card.
Package: obs-plugins
Multi-Arch: same
Architecture: any-amd64
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: vlc
Description: recorder and streamer for live video content (plugins)
OBS is designed for efficiently recording and streaming live video content. It
supports live RTP streaming to various streaming sites.
.
This package contains the plugins.
Package: libobs0
Multi-Arch: same
Section: libs
Architecture: any-amd64
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: recorder and streamer for live video content (shared library)
OBS Studio is designed for efficiently recording and streaming live video
content. It supports live RTP streaming to various streaming sites.
.
This package contains the shared library libobs.
Package: libobs-dev
Section: libdevel
Architecture: any-amd64
Depends:
libobs0 (= ${binary:Version}),
${misc:Depends}
Description: recorder and streamer for live video content (development files)
OBS Studio is designed for efficiently recording and streaming live video
content. It supports live RTP streaming to various streaming sites.
.
This package contains the development files.
|