[SCM] vlc/master: Update ffmpeg to 2.8.9
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Sun Dec 4 14:07:00 UTC 2016
The following commit has been merged in the master branch:
commit 7bc5dbad35600320dc30669573c594b8723fa9ec
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Sun Dec 4 14:58:29 2016 +0100
Update ffmpeg to 2.8.9
diff --git a/debian/rules b/debian/rules
index c97b6a2..8d61dd9 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-8/configure $(ffmpegflags)
+ $(CURDIR)/ffmpeg-2-8-9/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 fd57772..ea29de8 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-7 \
-https://ffmpeg.org/releases/ffmpeg-2\.8\.([0-9.]+)\.tar\.xz 2.8.7
+opts=component=ffmpeg-2-8-9 \
+https://ffmpeg.org/releases/ffmpeg-2\.8\.([0-9.]+)\.tar\.xz 2.8.9
--
VLC media player packaging
More information about the pkg-multimedia-commits
mailing list