[SCM] gmerlin/master: adding manpages

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Wed Jan 12 15:39:54 UTC 2011


The following commit has been merged in the master branch:
commit 600852205f8f5dea4f70d2aeb87d685b16e34a66
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Wed Jan 12 14:45:59 2011 +0100

    adding manpages

diff --git a/debian/gmerlin.manpages b/debian/gmerlin.manpages
new file mode 100644
index 0000000..b79ebf5
--- /dev/null
+++ b/debian/gmerlin.manpages
@@ -0,0 +1,4 @@
+gmerlin-video-thumbnailer.1
+gmerlin_launcher.1
+gmerlin_imgconvert.1
+gmerlin_visualize.1
diff --git a/debian/rules b/debian/rules
index 343f216..3101f39 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,3 +20,8 @@ DEB_CONFIGURE_EXTRA_FLAGS := --docdir=\$${prefix}/share/doc/libgmerlin-doc \
 DEB_DH_MAKESHLIBS_ARGS_ALL := -- -v$(DEB_UPSTREAM_VERSION)
 DEB_DH_STRIP_ARGS := --dbg-package=gmerlin-dbg
 
+build/gmerlin::
+	./apps/thumbnailer/gmerlin-video-thumbnailer -help-man > gmerlin-video-thumbnailer.1
+	./apps/player/gmerlin_launcher -help-man > gmerlin_launcher.1
+	./tests/gmerlin_imgconvert -help-man > gmerlin_imgconvert.1
+	./tests/gmerlin_visualize -help-man > gmerlin_visualize.1	

-- 
gmerlin packaging



More information about the pkg-multimedia-commits mailing list