diff options
author | jstebbins <[email protected]> | 2014-08-19 15:10:11 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-08-19 15:10:11 +0000 |
commit | 43d981a529afe16bc9549c1bec0491c5def8abed (patch) | |
tree | f79e462be6cb3ce671ffc41e9e9defc45c9756e6 /pkg | |
parent | 8a833e0fdb98e8ab31f197c520cc4b3c3900fce6 (diff) |
LinGui: add cmake to ubuntu package build dependencies
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6317 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/linux/debian/control.trusty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/linux/debian/control.trusty b/pkg/linux/debian/control.trusty index 3b745fdfe..0e959fe03 100644 --- a/pkg/linux/debian/control.trusty +++ b/pkg/linux/debian/control.trusty @@ -2,7 +2,7 @@ Source: handbrake Section: graphics Priority: optional Maintainer: John Stebbins <[email protected]> -Build-Depends: debhelper (>= 6), autotools-dev, libtool, libgudev-1.0-dev, intltool, autoconf, yasm (>= 1.2.0), libbz2-dev, zlib1g-dev, libgtk-3-dev, libwebkitgtk-3.0-dev, libnotify-dev, libgstreamer1.0-dev, libgstreamer-plugins-base1.0-dev, wget, python (>= 2.6), libappindicator3-dev, libfribidi-dev (>= 0.19.0), libxml2-dev, libogg-dev, libtheora-dev, libvorbis-dev, libsamplerate0-dev, libfreetype6-dev, libfontconfig1-dev, libass-dev, libmp3lame-dev, libx264-dev +Build-Depends: debhelper (>= 6), autotools-dev, libtool, libgudev-1.0-dev, intltool, autoconf, yasm (>= 1.2.0), cmake, libbz2-dev, zlib1g-dev, libgtk-3-dev, libwebkitgtk-3.0-dev, libnotify-dev, libgstreamer1.0-dev, libgstreamer-plugins-base1.0-dev, wget, python (>= 2.6), libappindicator3-dev, libfribidi-dev (>= 0.19.0), libxml2-dev, libogg-dev, libtheora-dev, libvorbis-dev, libsamplerate0-dev, libfreetype6-dev, libfontconfig1-dev, libass-dev, libmp3lame-dev, libx264-dev Standards-Version: 3.8.4 Homepage: http://www.handbrake.fr/ |