diff options
author | jstebbins <[email protected]> | 2013-04-25 22:10:22 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2013-04-25 22:10:22 +0000 |
commit | dd06b511c635fbebed8c85b9073055b3c7620f52 (patch) | |
tree | 48693773dd69a8c42e749913e28935ae01a0ff40 /pkg/linux/debian/control.raring | |
parent | d43e89ac4ed7039423db1662e63bebb4966cc152 (diff) |
LinGui: Add Ubuntu 13.04 (Raring Ringtail) to nightly builds
Remove Ubuntu 11.04 (Natty Narwhal) from nightlies.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5411 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'pkg/linux/debian/control.raring')
-rw-r--r-- | pkg/linux/debian/control.raring | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/pkg/linux/debian/control.raring b/pkg/linux/debian/control.raring new file mode 100644 index 000000000..4fff9a296 --- /dev/null +++ b/pkg/linux/debian/control.raring @@ -0,0 +1,30 @@ +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, 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/ + +Package: handbrake-cli +Architecture: i386 amd64 +Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: handbrake +Description: versatile DVD ripper and video transcoder - command line + HandBrake is a versatile, easy-to-use tool for converting DVDs and other videos + into H.264, MPEG-4, or OGG formatted media. It's particularly useful for making + videos that are compatible with portable video devices such as the Apple + iPod/iPhone. This package contains the command-line variant, + HandBrakeCLI + +Package: handbrake-gtk +Architecture: i386 amd64 +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-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 + into H.264, MPEG-4, or OGG formatted media. It's particularly useful for making + videos that are compatible with portable video devices such as the Apple + iPod/iPhone. This package contains the graphical variant, ghb. + + |