[SCM] libyami-utils/master: Enable avformat

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Fri Nov 25 16:52:37 UTC 2016


The following commit has been merged in the master branch:
commit 0792849dc066ae37e0a754749c9cc950054d3ddc
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Fri Nov 25 15:17:05 2016 +0100

    Enable avformat

diff --git a/debian/control b/debian/control
index 7d155c6..0907a29 100644
--- a/debian/control
+++ b/debian/control
@@ -5,12 +5,15 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
 Uploaders: Xu Guagnxin <Guangxin.Xu at intel.com>, Sebastian Ramacher <sramacher at debian.org>
 Build-Depends:
  debhelper (>= 10),
+ libavcodec-dev,
+ libavformat-dev,
+ libavutil-dev,
  libbsd-dev,
- pkg-config,
- libx11-dev,
  libva-dev,
+ libwayland-dev,
+ libx11-dev,
  libyami-dev,
- libwayland-dev
+ pkg-config
 Standards-Version: 3.9.8
 Homepage: https://github.com/01org/libyami-utils
 Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/libyami-utils.git
diff --git a/debian/rules b/debian/rules
index 562bae4..df1fdaf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,8 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-		--enable-wayland
+		--enable-wayland \
+		--enable-avformat
 
 override_dh_install:
 	dh_install

-- 
libyami-utils packaging



More information about the pkg-multimedia-commits mailing list