diff options
author | Siggi Langauf <siggi@users.sourceforge.net> | 2001-09-16 16:56:07 +0000 |
---|---|---|
committer | Siggi Langauf <siggi@users.sourceforge.net> | 2001-09-16 16:56:07 +0000 |
commit | 9bccc2ab451d24e0b1253c6cd17e6cbced589345 (patch) | |
tree | 48c3f58ace4e7ae7cbee6276eae3a3dc101537b3 | |
parent | 3498711fd75b063181f003e3e5edcc2bdd952029 (diff) | |
download | xine-lib-9bccc2ab451d24e0b1253c6cd17e6cbced589345.tar.gz xine-lib-9bccc2ab451d24e0b1253c6cd17e6cbced589345.tar.bz2 |
released 0.9.0-2
CVS patchset: 643
CVS date: 2001/09/16 16:56:07
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 11 |
2 files changed, 16 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index da36d1bb1..1453caa8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +xine-lib (0.9.0-2) unstable; urgency=low + + * bugfix release of the package + * added build-depends for zlib1g-dev (closes: #112270) + * using default FPM routines on m68k, as nobody seems able to write native + ones. Performance will be poor and it might not even work, but should + compile... (closes: #112257) + + -- Siggi Langauf <siggi@debian.org> Sun, 16 Sep 2001 11:08:46 +0200 + xine-lib (0.9.0-1) unstable; urgency=low * new upstream release features generic menu support, see ChangeLog for more diff --git a/debian/control b/debian/control index 0a7e7919e..fd34eb1c9 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: xine-lib Section: libs Priority: optional Maintainer: Siggi Langauf <siggi@debian.org> -Build-Depends: debhelper (>> 2.0.0), aalib1-dev (>= 1.4p5-2), libasound1-dev (0.5.10-1), xlibs-dev (>> 4.1), libesd0-dev +Build-Depends: debhelper (>> 2.0.0), aalib1-dev (>= 1.4p5-2), libasound1-dev (0.5.10-1), xlibs-dev (>> 4.1), libesd0-dev, zlib1g-dev (>= 1:1.1.3) Standards-Version: 3.2.1 Package: libxine-dev @@ -26,10 +26,11 @@ 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 + This is 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 + It supports MPEG 1/2 and AVI/DivX videos (some codecs need special windows + DLLs, but MPEG4 video and variants thereof have native support). + 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 ;-) |