[SCM] x264/master: Update config.guess/sub, attempt building on pp64el
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Mar 23 14:32:31 UTC 2014
The following commit has been merged in the master branch:
commit d5e90c2966a00d5a382ef20134ef89751c0cbd92
Author: Dimitri John Ledkov <xnox at ubuntu.com>
Date: Sun Mar 23 10:07:24 2014 -0400
Update config.guess/sub, attempt building on pp64el
Build depend on autotools-dev, use the dh series helper
diff --git a/debian/control b/debian/control
index 1bafffc..73be3fd 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Uploaders:
Andres Mejia <amejia at debian.org>
Build-Depends:
debhelper (>= 8.1.3~),
+ autotools-dev,
libavformat-dev (>= 6:9),
libffms2-dev,
libgpac-dev (>= 0.5.0+svn4288~),
diff --git a/debian/control.in b/debian/control.in
index 0762318..caa7f72 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -9,6 +9,7 @@ Uploaders:
Andres Mejia <amejia at debian.org>
Build-Depends:
debhelper (>= 8.1.3~),
+ autotools-dev,
libavformat-dev (>= 6:9),
libffms2-dev,
libgpac-dev (>= 0.5.0+svn4288~),
diff --git a/debian/rules b/debian/rules
index 310a406..ad922e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ DH_INSTALL_FILES = debian/$(libx264N).install \
debian/libx264-dev.install
%:
- dh $@ --parallel
+ dh $@ --parallel --with autotools_dev
.PHONY: debian/control
debian/control:
--
x264 packaging
More information about the pkg-multimedia-commits
mailing list