From 310743fb9ebbf68b253b923a309cc5f635da89a1 Mon Sep 17 00:00:00 2001 From: Antti Ajanki Date: Fri, 23 Jul 2010 20:55:11 +0300 Subject: release 0.3.0 --- debian/control | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..3deeccb --- /dev/null +++ b/debian/control @@ -0,0 +1,52 @@ +Source: vdr-plugin-webvideo +Section: video +Priority: extra +Maintainer: Antti Ajanki +Uploaders: Tobias Grimm , Thomas Günther +Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.49), txt2man, vdr-dev (>= 1.6.0-5), gettext, libxml2-dev, python-all-dev, python-central (>= 0.5.6), libglib2.0-dev +Standards-Version: 3.8.3 +Homepage: http://users.tkk.fi/~aajanki/vdr/webvideo +XS-Python-Version: >= 2.5 + +Package: python-webvi +Architecture: all +Section: python +Depends: ${misc:Depends}, ${python:Depends}, python-libxml2, python-libxslt1, python-pycurl, python-simplejson, mimms +Replaces: vdr-plugin-webvideo (<< 0.2.0), webvid (<< 0.2.0) +Description: Web video downloader library - Python module + This package provides a library for downloading video and audio + streams from media sharing websites, such as YouTube or Google Video. + . + This is the Python module. +XB-Python-Version: ${python:Versions} + +Package: libwebvi0 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, ${misc:Depends}, python, python-webvi +Description: Web video downloader library - shared library + This package provides a library for downloading video and audio + streams from media sharing websites, such as YouTube or Google Video. + . + This is the shared library. +XB-Python-Version: ${python:Versions} + +Package: libwebvi-dev +Architecture: any +Section: libdevel +Depends: ${misc:Depends}, libc-dev +Description: Web video downloader library - development files + This package provides a library for downloading video and audio + streams from media sharing websites, such as YouTube or Google Video. + . + This package contains the development files. + +Package: vdr-plugin-webvideo +Architecture: any +Section: video +Depends: ${shlibs:Depends}, ${misc:Depends}, ${vdr:Depends}, libwebvi0 +Suggests: vdr-plugin-mplayer | vdr-plugin-xineliboutput +Description: VDR plugin for downloading videos from the Web + This plugin for the Linux Video Disc Recorder (VDR) provides ability + to download video files from popular video sharing websites, such as + YouTube or Google Video. -- cgit v1.2.3