[SCM] obs-studio/master: Add manpage

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Aug 28 14:08:47 UTC 2016


The following commit has been merged in the master branch:
commit 0ed9a7ffb295b703d0723f8362a93355a61e7ec1
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun Aug 28 16:04:54 2016 +0200

    Add manpage

diff --git a/debian/clean b/debian/clean
index b86b83b..23ed769 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1 +1,2 @@
 debian/shlibs.local
+debian/obs.1
diff --git a/debian/control b/debian/control
index f05eb98..ffe3eb9 100644
--- a/debian/control
+++ b/debian/control
@@ -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
diff --git a/debian/obs-studio.manpages b/debian/obs-studio.manpages
new file mode 100644
index 0000000..2db81eb
--- /dev/null
+++ b/debian/obs-studio.manpages
@@ -0,0 +1 @@
+debian/obs.1
diff --git a/debian/obs.rst b/debian/obs.rst
new file mode 100644
index 0000000..7746534
--- /dev/null
+++ b/debian/obs.rst
@@ -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.
diff --git a/debian/rules b/debian/rules
index 37dc27c..8ac2e2f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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 \

-- 
obs-studio packaging



More information about the pkg-multimedia-commits mailing list