Add manpage

This commit is contained in:
Sebastian Ramacher 2016-08-28 16:04:54 +02:00
parent a07fe0647b
commit 0ed9a7ffb2
5 changed files with 41 additions and 1 deletions

1
debian/clean vendored
View file

@ -1 +1,2 @@
debian/shlibs.local
debian/obs.1

3
debian/control vendored
View file

@ -35,7 +35,8 @@ Build-Depends:
libxcomposite-dev,
libxinerama-dev,
libvlc-dev,
qtbase5-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

1
debian/obs-studio.manpages vendored Normal file
View file

@ -0,0 +1 @@
debian/obs.1

33
debian/obs.rst vendored Normal file
View file

@ -0,0 +1,33 @@
=====
obs
=====
------------------------------
OBS Studio
------------------------------
:Date: 2016-08-28
:Version: 0.15.4
:Manual section: 1
:Manual group: obs-studio
SYNOPSIS
========
| **obs**
DESCRIPTION
===========
**obs** (OBS Studio) provides efficient recording and streaming of 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.

4
debian/rules vendored
View file

@ -14,6 +14,10 @@ override_dh_auto_configure:
-DOBS_MULTIARCH_SUFFIX=/$(DEB_HOST_MULTIARCH) \
-DUNIX_STRUCTURE=1
override_dh_auto_build:
dh_auto_build
rst2man debian/obs.rst > debian/obs.1
override_dh_install:
mkdir -p debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/obs-plugins/obs-ffmpeg
mv debian/tmp/usr/share/obs/obs-plugins/obs-ffmpeg/ffmpeg-mux \