summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control39
1 files changed, 39 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0f9d094
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,39 @@
+Source: libavg
+Section: python
+Priority: optional
+Maintainer: Dimitri John Ledkov <xnox@debian.org>
+Build-Depends: debhelper (>= 9),
+ dh-autoreconf,
+ libavcodec-dev,
+ libavformat-dev,
+ libavresample-dev,
+ libboost-python-dev (>= 1.34.1-8),
+ libboost-thread-dev,
+ libboost-system-dev,
+ libdc1394-22-dev [linux-any],
+ libvdpau-dev,
+ libgdk-pixbuf2.0-dev,
+ libgraphicsmagick++1-dev,
+ libmtdev-dev,
+ libpango1.0-dev,
+ librsvg2-dev,
+ libsdl1.2-dev,
+ libswscale-dev,
+ libtool,
+ libxi-dev (>= 2:1.4.1-1ubuntu1),
+ libxml2-dev,
+ libxxf86vm-dev,
+ python-all-dev (>= 2.6.6-3~)
+X-Python-Version: >= 2.6
+Homepage: http://www.libavg.de
+Standards-Version: 3.9.3
+
+Package: python-libavg
+Architecture: any
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Provides: ${python:Provides}
+Description: High-level development platform for media-centric applications
+ libavg is a high-level development platform for media-centric applications.
+ It uses an xml-based layout language for screen design and Python as scripting
+ language. libavg allows developers and media artists/designers to quickly
+ develop media applications.