From cc1c61e917b74e98ec5a404b44f0c0cde1b97ce1 Mon Sep 17 00:00:00 2001 From: gb Date: Mon, 22 Mar 2010 08:03:12 +0000 Subject: [PATCH] Build-Requires: gstreamer-plugins-base >= 0.10.16. --- configure.ac | 4 +++- debian/control.in | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index f8f843d..64b2871 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([gst_version], # gst plugins-base version number m4_define([gst_plugins_base_major_version], [0]) m4_define([gst_plugins_base_minor_version], [10]) -m4_define([gst_plugins_base_micro_version], [0]) +m4_define([gst_plugins_base_micro_version], [16]) m4_define([gst_plugins_base_version], [gst_plugins_base_major_version.gst_plugins_base_minor_version.gst_plugins_base_micro_version]) @@ -82,6 +82,8 @@ GST_MAJORMINOR=gst_major_minor_version GST_VERSION_REQUIRED=gst_version GST_PLUGINS_BASE_VERSION_REQUIRED=gst_plugins_base_version AC_SUBST(GST_MAJORMINOR) +AC_SUBST(GST_VERSION_REQUIRED) +AC_SUBST(GST_PLUGINS_BASE_VERSION_REQUIRED) dnl Check for tools AC_PROG_CC diff --git a/debian/control.in b/debian/control.in index 9db525b..f547769 100644 --- a/debian/control.in +++ b/debian/control.in @@ -5,8 +5,8 @@ Maintainer: Gwenole Beauchesne Build-Depends: debhelper (>= 5), cdbs, libglib2.0-dev, - libgstreamer@GST_MAJORMINOR@-dev, - libgstreamer-plugins-base@GST_MAJORMINOR@-dev, + libgstreamer@GST_MAJORMINOR@-dev (>= @GST_VERSION_REQUIRED@), + libgstreamer-plugins-base@GST_MAJORMINOR@-dev (>= @GST_PLUGINS_BASE_VERSION_REQUIRED@), libva-dev (>= @LIBVA_SDS_PACKAGE_VERSION@) Standards-Version: 3.7.2 -- 2.7.4