Mercurial > mplayer.hg
view debian/daily-build.sh @ 31972:96559880e475
Improve A/V sync when not using -correct-pts.
This fixes at least playing PAFF streams with the native ts demuxer.
(Breaks the non-standard -demuxer lavf -nocorrect-pts.)
Patch by P«”sztor Szil«”rd, bartosteka freemail hu
author | cehoyos |
---|---|
date | Tue, 07 Sep 2010 16:20:52 +0000 |
parents | 4551864b8e69 |
children | 76854194b09e |
line wrap: on
line source
#!/bin/sh # wrapper around dpkg-buildpackage to generate correct changelog # use "debian/daily-build.sh -b" to create binary packages # and "debian/daily-build.sh -S" to create a source package only LC_ALL=C svn info 2> /dev/null | grep Revision | cut -d' ' -f2 version=$(LC_ALL=C svn info 2> /dev/null | grep Revision | cut -d' ' -f2) # ensure correct directory test -r debian/control || exit 1 rm debian/changelog dch --create --empty --package mplayer -v 2:1.0~svn${version} "Daily build" dpkg-buildpackage -us -uc -i -I.svn "$@"