diff options
author | Russell King <rmk@arm.linux.org.uk> | 2015-06-12 15:54:35 +0100 |
---|---|---|
committer | Russell King <rmk@arm.linux.org.uk> | 2015-06-12 16:23:03 +0100 |
commit | eeb94ce4db96de50fc96f0616eb5b581cd62f123 (patch) | |
tree | 55c54bd5541b93dae4420ccccdfc1ea6429dc3d3 /debian/build-deps.in | |
parent | 84cda34f20299e644f1c19e74bd3b7d921483b1a (diff) |
Add the debian build files to allow building for Ubuntu systems.
Signed-off-by: Russell King <rmk@arm.linux.org.uk>
Diffstat (limited to 'debian/build-deps.in')
-rw-r--r-- | debian/build-deps.in | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/build-deps.in b/debian/build-deps.in new file mode 100644 index 00000000..4efc3c44 --- /dev/null +++ b/debian/build-deps.in @@ -0,0 +1,25 @@ +@GST_LIB_DEV_DEP@ +@GST_EXTRA_BUILD_DEPENDS@ +autotools-dev +cdbs (>= 0.4.20) +debhelper (>= 5) +gnome-pkg-tools (>= 0.7) +pkg-config (>= 0.11.0) +libxv-dev (>= 6.8.2.dfsg.1-3) +libxt-dev (>= 6.8.2.dfsg.1-3) +libglib2.0-dev (>= 2.18.0) +zlib1g-dev (>= 1:1.1.4) +gtk-doc-tools +type-handling (>= 0.2.14) +gstreamer-tools (>= 0.10.14) +dpkg-dev (>= 1.14.13) +lsb-release +iso-codes +libgtk2.0-dev (>= 2.12.0) +libglib2.0-doc +gstreamer0.10-doc +libgirepository1.0-dev (>= 0.6.3) +gobject-introspection (>= 0.6.5-3) +libbmm-dev +libgstreamer-plugins-base@GST_ABI@-dev +libdrm-dev |