mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
Build-Requires: gstreamer-plugins-base >= 0.10.16.
This commit is contained in:
parent
4f00d5657b
commit
cc1c61e917
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
4
debian/control.in
vendored
4
debian/control.in
vendored
|
@ -5,8 +5,8 @@ Maintainer: Gwenole Beauchesne <gbeauchesne@splitted-desktop.com>
|
|||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue