diff options
Diffstat (limited to 'setup-files/linux/debian-precise/control')
-rw-r--r-- | setup-files/linux/debian-precise/control | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/setup-files/linux/debian-precise/control b/setup-files/linux/debian-precise/control new file mode 100644 index 0000000..c0bbda1 --- /dev/null +++ b/setup-files/linux/debian-precise/control @@ -0,0 +1,17 @@ +Source: librevideoconverter +Maintainer: Jesús Eduardo <heckyel@openmailbox.org> +Section: python +Priority: optional +Build-Depends: python-setuptools (>= 0.6b3), + python-all (>= 2.7), + debhelper (>= 7.4.3) +Standards-Version: 3.9.3 + +Package: mirovideoconverter +Architecture: all +Depends: ${misc:Depends}, + ${python:Depends}, + python-gtk2, + ffmpeg, + ffmpeg2theora +Description: Simple video converter for WebM (vp8), Ogg Theora, MP4 and others, fork of Miro Video Converter. |