diff options
author | jstebbins <[email protected]> | 2013-01-21 19:46:51 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2013-01-21 19:46:51 +0000 |
commit | a5691e14fd8176f640119c9b1134e4850997abd0 (patch) | |
tree | fc7d53c7d0d285c1d06513fac63b6792806bc151 /pkg/linux/debian | |
parent | 15a779c089e7e54e5be40a993810a2954a421c79 (diff) |
LinGui: Use gtk+ 3 in ubuntu 12.10 nightly builds
Let's find out just how fucked up gtk 3 is :p
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5187 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'pkg/linux/debian')
-rw-r--r-- | pkg/linux/debian/control.quantal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/linux/debian/control.quantal b/pkg/linux/debian/control.quantal index 20894fd04..d1d28b1ee 100644 --- a/pkg/linux/debian/control.quantal +++ b/pkg/linux/debian/control.quantal @@ -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.1.0), libbz2-dev, zlib1g-dev, libwebkitgtk-dev, libnotify-dev, libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, wget, subversion, python (>= 2.6), libappindicator-dev, libfribidi-dev (>= 0.19.0), libxml2-dev, libogg-dev, libtheora-dev, libvorbis-dev, libsamplerate0-dev, libfreetype6-dev, libfontconfig1-dev, libass-dev +Build-Depends: debhelper (>= 6), autotools-dev, libtool, libgudev-1.0-dev, intltool, autoconf, yasm (>= 1.1.0), libbz2-dev, zlib1g-dev, libgtk-3-dev, libwebkitgtk-3.0-dev, libnotify-dev, libgstreamer1.0-dev, libgstreamer-plugins-base1.0-dev, wget, subversion, 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 Standards-Version: 3.8.4 Homepage: http://www.handbrake.fr/ @@ -19,7 +19,7 @@ Description: versatile DVD ripper and video transcoder - command line Package: handbrake-gtk Architecture: i386 amd64 -Depends: ${shlibs:Depends}, ${misc:Depends}, libwebkitgtk-1.0-0, libnotify4 +Depends: ${shlibs:Depends}, ${misc:Depends}, gstreamer1.0-libav, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-bad, gstreamer1.0-plugins-ugly, gstreamer1.0-plugins-pulseaudio Conflicts: handbrake Description: versatile DVD ripper and video transcoder - GTK GUI HandBrake is a versatile, easy-to-use tool for converting DVDs and other videos |