yolobs-studio/debian/control

90 lines
2.7 KiB
Text
Raw Normal View History

2015-12-14 23:19:58 +00:00
Source: obs-studio
Section: video
Priority: optional
2016-02-23 23:30:24 +00:00
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,
2016-02-23 23:30:24 +00:00
debhelper (>= 9),
2016-05-24 20:35:11 +00:00
libasound2-dev,
2015-12-14 23:01:07 +00:00
libavcodec-dev,
2016-02-23 23:30:24 +00:00
libavdevice-dev,
libavfilter-dev,
libavformat-dev,
2015-12-14 23:01:07 +00:00
libavutil-dev,
2016-02-23 23:30:24 +00:00
libcurl4-gnutls-dev | libcurl-dev,
libdbus-1-dev,
libfontconfig-dev,
libfreetype6-dev,
libgl1-mesa-dev | libgl-dev,
libjack-dev | libjack-jackd2-dev,
2016-02-23 23:30:24 +00:00
libjansson-dev (>= 2.5),
libpulse-dev,
libqt5x11extras5-dev,
2016-02-23 23:30:24 +00:00
libswresample-dev,
libswscale-dev,
libudev-dev,
libv4l-dev,
libx11-dev,
libx264-dev,
2016-02-23 23:30:24 +00:00
libxcb-shm0-dev,
libxcb-xinerama0-dev,
2016-02-23 23:30:24 +00:00
libxcomposite-dev,
libxinerama-dev,
qtbase5-dev
2016-05-24 20:35:18 +00:00
Standards-Version: 3.9.8
2016-02-23 23:30:24 +00:00
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
2016-02-23 23:30:24 +00:00
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
2016-07-02 06:38:46 +00:00
Architecture: any-amd64
2016-02-23 23:30:24 +00:00
Depends: ${misc:Depends}, ${shlibs:Depends}
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.
.
2016-02-23 23:30:24 +00:00
This package contains the plugins.
Package: libobs0
Multi-Arch: same
Section: libs
Architecture: any-amd64
2016-02-23 23:30:24 +00:00
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.
.
2016-02-23 23:30:24 +00:00
This package contains the shared library libobs.
Package: libobs-dev
Section: libdevel
Architecture: any-amd64
2016-02-23 23:30:24 +00:00
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.
.
2016-02-23 23:30:24 +00:00
This package contains the development files.