This is an automated email from the git hooks/post-receive script. emorrp1-guest pushed a commit to branch jessie-ffmpeg in repository corsix-th.
commit 19b28d88a28af2b0125bbf1d68e1618012f1b3a9 Author: Phil Morrell <[email protected]> Date: Sun Jan 10 03:24:27 2016 +0000 version libav build-dep to ensure ffmpeg provider * missing libswresample-dev in jessie, though could use [WITH_LIBAV=ON] * ffmpeg is already in bpo and also has all explicit dependencies [WITH_LIBAV=ON]: https://github.com/CorsixTH/CorsixTH/issues/154#issuecomment-140247412 --- debian/control | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/control b/debian/control index 6a2cc32..92a8254 100644 --- a/debian/control +++ b/debian/control @@ -11,11 +11,7 @@ Build-Depends: debhelper (>= 9), lua5.2, liblua5.2-dev, libfreetype6-dev, - libavcodec-dev, - libavformat-dev, - libavdevice-dev, - libswscale-dev, - libpostproc-dev + libavdevice-dev (>= 7:2.8) Standards-Version: 3.9.6 Homepage: https://github.com/CorsixTH/CorsixTH/ Vcs-Git: git://anonscm.debian.org/pkg-games/corsix-th -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/corsix-th.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

