summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSiggi Langauf <siggi@users.sourceforge.net>2001-08-26 09:37:22 +0000
committerSiggi Langauf <siggi@users.sourceforge.net>2001-08-26 09:37:22 +0000
commita21199e5660fdb21d19be610d72823c2b426ff96 (patch)
tree48659bcd9a4443125bec4b319814bf560a92e932 /debian/control
parent89fe2fba9955a9e21bd826a9c69a3bc75307a001 (diff)
downloadxine-lib-a21199e5660fdb21d19be610d72823c2b426ff96.tar.gz
xine-lib-a21199e5660fdb21d19be610d72823c2b426ff96.tar.bz2
added debian packaging stuff
There's still one policy violation: -fPIC is not used on libxine. Have to work out if we're wrong or policy is wrong here... CVS patchset: 498 CVS date: 2001/08/26 09:37:22
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 ;-)