[SCM] FFmpeg packaging branch, master, updated. debian/0.5+svn20090420-2-17-gc8d8dad

Reinhard Tartler siretart at tauware.de
Wed May 13 05:46:19 UTC 2009


ceros-guest at users.alioth.debian.org writes:

> The following commit has been merged in the master branch:
> commit e09fa9ad6c4eb1a414555acd07d9d633c593761a
> Author: Andres Mejia <mcitadel at gmail.com>
> Date:   Tue May 12 23:37:06 2009 -0400
>
>     Add man page for qt-faststart.
>     Add watch file.
>     Add lintian override files.

again, 3 commits.

btw, in git, the first line should be a terse comment, then a blank
line, then a longer description with the intend of the patch. The reason
is that the first, terse comment is used as the subject line of the
email that is generated. also various tools like gitk, magit, git-dch
treat the first line in a special way.

btw, the lintian override files should have been committed earlier, so
that you could have enabled the install rules in the first place.

> diff --git a/debian/libavcodec52.override b/debian/libavcodec52.override
> new file mode 100644
> index 0000000..bd52722
> --- /dev/null
> +++ b/debian/libavcodec52.override
> @@ -0,0 +1,4 @@
> +# ffmpeg is being built with -fPIC yet the result binaries still get these
> +# TEXTRELs. This requires further work. Please see bug #528080.
> +libavcodec52: shlib-with-non-pic-code usr/lib/i686/cmov/libavcodec.so.52.20.0
> +libavcodec52: shlib-with-non-pic-code usr/lib/libavcodec.so.52.20.0
> diff --git a/debian/libpostproc51.override b/debian/libpostproc51.override
> new file mode 100644
> index 0000000..a7b7dd6
> --- /dev/null
> +++ b/debian/libpostproc51.override
> @@ -0,0 +1,4 @@
> +# ffmpeg is being built with -fPIC yet the result binaries still get these
> +# TEXTRELs. This requires further work. Please see bug #528080.
> +libpostproc51: shlib-with-non-pic-code usr/lib/i686/cmov/libpostproc.so.51.2.0
> +libpostproc51: shlib-with-non-pic-code usr/lib/libpostproc.so.51.2.0
> diff --git a/debian/libswscale0.override b/debian/libswscale0.override
> new file mode 100644
> index 0000000..2f4c570
> --- /dev/null
> +++ b/debian/libswscale0.override
> @@ -0,0 +1,4 @@
> +# ffmpeg is being built with -fPIC yet the result binaries still get these
> +# TEXTRELs. This requires further work. Please see bug #528080.
> +libswscale0: shlib-with-non-pic-code usr/lib/i686/cmov/libswscale.so.0.7.1
> +libswscale0: shlib-with-non-pic-code usr/lib/libswscale.so.0.7.1
> diff --git a/debian/qt-faststart.1 b/debian/qt-faststart.1
> new file mode 100644
> index 0000000..b78da3d
> --- /dev/null
> +++ b/debian/qt-faststart.1
> @@ -0,0 +1,36 @@
> +.\"                                      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 QT-FASTSTART 1 "May 10, 2009"
> +.\" 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
> +qt-faststart \- utility for Quicktime files
> +.SH SYNOPSIS
> +.B qt-faststart
> +.br
> +.SH DESCRIPTION
> +\fBqt-faststart\fP is a utility that rearranges a Quicktime file such that the
> +moov atom is in front of the data, thus facilitating network streaming.
> +.SH OPTIONS
> +Options processed by the executable:
> +.TP
> +\fB\<infile.mov>\fR
> +The source Quicktime file.
> +.TP
> +\fB\<outfile.mov>\fR
> +The destination Quicktime file.
> +.SH AUTHOR
> +This manual page was written by Andres Mejia <mcitadel at gmail.com>
> +for the Debian GNU/Linux system, but may be used by others.
> diff --git a/debian/watch b/debian/watch
> new file mode 100644
> index 0000000..0eee025
> --- /dev/null
> +++ b/debian/watch
> @@ -0,0 +1,4 @@
> +version=3
> +
> +opts=uversionmangle=s/\.(tar.*|tgz|zip|gz|bz2)$//i,dversionmangle=s/[-.+~]?(cvs|svn|git|snapshot|pre|hg)(.*)$//i,pasv \
> +http://www.ffmpeg.org/releases/ffmpeg-?_?([\d+\.]+|\d+)\.(tar.*|tgz|zip|gz|bz2|) debian uupdate

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



More information about the pkg-multimedia-maintainers mailing list