From a21199e5660fdb21d19be610d72823c2b426ff96 Mon Sep 17 00:00:00 2001 From: Siggi Langauf Date: Sun, 26 Aug 2001 09:37:22 +0000 Subject: 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 --- debian/control | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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 ;-) -- cgit v1.2.3