summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control34
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 000000000..1e2eb7099
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: xine-lib
+Section: devel
+Priority: optional
+Maintainer: Siggi Langauf <siggi@debian.org>
+Build-Depends: debhelper (>> 2.0.0), aalib1-dev (>= 1.4p5-2), libasound1-dev (>=0.5.9), xlibs-dev (>> 4.1)
+Standards-Version: 3.2.1
+
+Package: libxine-dev
+Architecture: any
+Depends: libxine0 (= ${Source-Version}), libc6-dev
+Description: the xine video player library, development packages
+ This contains development files (headers, documentation and the like)
+ for the xine library (libxine).
+ .
+ Libxine provides the complete infrastructure for a video/media player.
+ It supports MPEG 1/2 and (with suitable W*ndows DLLs) AVI/DivX videos
+ out of the box, so you can use it to play DVDs, (S)VCDs and most video
+ files out there. Building a GUI (or text based) frontend around this should
+ be quite easy. The xine-ui package provides one for your convenience,
+ so you can just start watching your VCDs ;-)
+
+Package: libxine0
+Architecture: any
+Depends: ${shlibs:Depends}
+Conflicts: xine (<< 0.5.0), xine-dvd (<< 0.5.0), xine-dvd-css (<< 0.5.0)
+Replaces: xine-dvd
+Description: the xine video player library, binary files
+ This contains the xine library (libxine). Libxine provides the complete
+ infrastructure for a video/media player.
+ It supports MPEG 1/2 and (with suitable W*ndows DLLs) AVI/DivX videos
+ out of the box, so you can use it to play DVDs, (S)VCDs and most video
+ files out there. Building a GUI (or text based) frontend around this should
+ be quite easy. The xine-ui package provides one for your convenience,
+ so you can just start watching your VCDs ;-)