[SCM] vlc/master: Update to ffmpeg 2.8.10

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Tue Jan 3 20:14:17 UTC 2017


The following commit has been merged in the master branch:
commit 9b57e9900fc001b8e3837b4f1aa3b598686f98eb
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Tue Jan 3 20:56:55 2017 +0100

    Update to ffmpeg 2.8.10

diff --git a/debian/rules b/debian/rules
index 8d61dd9..35ebba4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -346,7 +346,7 @@ override_dh_autoreconf:
 override_dh_auto_configure:
 	mkdir -p $(ffmpegbuild) $(ffmpegprefix)
 	cd $(ffmpegbuild) && \
-		$(CURDIR)/ffmpeg-2-8-9/configure $(ffmpegflags)
+		$(CURDIR)/ffmpeg-2-8-10/configure $(ffmpegflags)
 	dh_auto_build --sourcedirectory $(ffmpegbuild) -- V=1
 	$(MAKE) -C $(ffmpegbuild) install-libs install-headers V=1
 	PKG_CONFIG_PATH=$(ffmpegprefix)/lib/pkgconfig \
diff --git a/debian/watch b/debian/watch
index ea29de8..764a7c1 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,5 @@
 version=4
 opts=pgpsigurlmangle=s/$/.asc/ \
 http://download.videolan.org/pub/videolan/vlc/([\d][\d\.]+[a-z]?)/vlc-([\d][\d\.]+[a-z]?)\.tar\.xz debian
-opts=component=ffmpeg-2-8-9 \
-https://ffmpeg.org/releases/ffmpeg-2\.8\.([0-9.]+)\.tar\.xz 2.8.9
+opts=component=ffmpeg-2-8-10 \
+https://ffmpeg.org/releases/ffmpeg-2\.8\.([0-9.]+)\.tar\.xz 2.8.10

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list