r1443 - in /experimental/vlc/debian: NEWS rules vlc-wrapper.1

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Sat Sep 6 16:18:47 UTC 2008


Author: xtophe-guest
Date: Sat Sep  6 16:18:47 2008
New Revision: 1443

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1443
Log:
Add a man page for vlc-wrapper and a NEWS file

Added:
    experimental/vlc/debian/NEWS
    experimental/vlc/debian/vlc-wrapper.1
Modified:
    experimental/vlc/debian/rules

Added: experimental/vlc/debian/NEWS
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/vlc/debian/NEWS?rev=1443&op=file
==============================================================================
--- experimental/vlc/debian/NEWS (added)
+++ experimental/vlc/debian/NEWS Sat Sep  6 16:18:47 2008
@@ -1,0 +1,43 @@
+vlc (0.9.1-1) experimental; urgency=low
+
+  Important changes in this new upstream version:
+
+  * The HTTP interface is now only available on the local machine by default.
+    If you want to make it available from other machines, you will have to
+    edit the ".hosts" in /usr/share/vlc/http/ . If you're using the old http 
+    interface, it's located in /usr/share/vlc/http/old/.hosts
+ 
+  * The marq, mosaic and logo commands in the rc interface changed. They
+    now require a target name as their first argument. Example:
+    vlc --sub-filter "marq at test{marquee=Hello}" -I rc <somevideo>
+    You can then use commands like: @test marq-marquee Goodbye
+    If you didn't name the object using @test, its name will default to the
+    plugin name (hence 'marq') in this example.
+    These new commands are also available in the telnet interface.
+ 
+  * The "rtp" access output module has been removed.
+    Please use the RTP stream output instead, e.g.:
+      Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}'
+      New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}'
+ 
+  * You now need to append --m3u-extvlcopt to your command line to enable
+    EXTVLCOPT options parsing in m3u playlists. Note that only a limited set
+    of options is available to m3u playlists (CVE-2007-6683).
+ 
+  * The old access:url syntax is no longer supported to resolve ambiguities
+    with some file names. Use access://url instead.
+     E.g.:  vlc:quit -> vlc://quit ;
+            udp:@239.255.12.12 -> udp://@239.255.12.12
+ 
+  * Croping and padding in transcode are now done using the croppadd video
+    filter. For example:
+    transcode{vcodec=mp2v,vfilter=croppadd{cropttop=20,cropbottom=30,paddleft=100+}}
+ 
+  * Canvas setting in transcode is now done using the canvas video filter.
+    For example:
+    transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}}
+ 
+  For more details, see the upstream NEWS file at 
+  http://git.videolan.org/gitweb.cgi?p=vlc.git;a=blob_plain;f=NEWS;h=89fc19a6
+
+ -- Christophe Mutricy <xtophe at videolan.org>  Wed, 03 Sep 2008 00:54:46 +0200

Modified: experimental/vlc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/vlc/debian/rules?rev=1443&op=diff
==============================================================================
--- experimental/vlc/debian/rules (original)
+++ experimental/vlc/debian/rules Sat Sep  6 16:18:47 2008
@@ -112,12 +112,12 @@
 	touch configure && \
 	touch config.h.in && \
 	find . -name Makefile.in -exec touch '{}' ';'
-	./configure --enable-static --mandir=$${prefix}/share/man $(confflags)
+	./configure --enable-static $(confflags)
 	$(MAKE) -C src libvlccore.la libvlc.la
 	mkdir -p tmp
 	cp src/.libs/libvlccore.a tmp/libvlccore.a
 	cp src/.libs/libvlc.a tmp/libvlc.a
-	./configure --mandir=$${prefix}/share/man $(confflags)
+	./configure $(confflags)
 	$(MAKE)
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
@@ -211,6 +211,7 @@
 	dh_installmenu -s
 	dh_installmime -s
 	dh_installman doc/vlc.1 -p vlc-nox
+	dh_installman debian/vlc-wrapper.1 -p vlc-nox
 	dh_installchangelogs ChangeLog -p vlc-nox
 	dh_desktop
 	dh_strip -s --dbg-package=vlc-dbg

Added: experimental/vlc/debian/vlc-wrapper.1
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/vlc/debian/vlc-wrapper.1?rev=1443&op=file
==============================================================================
--- experimental/vlc/debian/vlc-wrapper.1 (added)
+++ experimental/vlc/debian/vlc-wrapper.1 Sat Sep  6 16:18:47 2008
@@ -1,0 +1,54 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH VLC\-WRAPPER 1 "Aug 31, 2008"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+vlc-wrapper \- a wrapper to drop priviledges with VLC
+.SH SYNOPSIS
+.B vlc-wrapper
+.RI [ OPTIONS ]
+.SH DESCRIPTION
+This manual page documents briefly the
+.B VLC
+wrapper to open priviledged network ports.
+The ports it can open are 80, 443 and 554.
+
+.SH OPTIONS
+They will be passed to
+.B VLC
+with no modification.
+
+.SH USAGE
+.PP
+The preferred way is to use
+.B sudo
+:
+.PP
+\& $ sudo vlc-wrapper --option1 --option2
+.PP
+You can also set the SUDO_UID environement variable:
+.PP
+\& # SUDO_UID=1000 vlc-wrapper --option1 --option2
+.PP
+
+
+.SH SEE ALSO
+.BR vlc (1),
+.BR sudo (8)
+
+.PP
+.SH AUTHOR
+This manual page was written by Christophe Mutricy.




More information about the pkg-multimedia-commits mailing list