From d2405ec55123737ac4f73702ebf41726701cad11 Mon Sep 17 00:00:00 2001 From: Siggi Langauf Date: Sat, 4 Oct 2003 20:33:16 +0000 Subject: that should be it for 1-rc1 CVS patchset: 5441 CVS date: 2003/10/04 20:33:16 --- ChangeLog | 4 ++-- configure.ac | 6 +++--- debian/changelog | 8 ++++++++ debian/control | 2 +- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index cfa7fd3a7..880195c3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,8 +11,8 @@ xine-lib (1-rc1) * get the correct duration and bitrate for MP3s with Xing headers (VBR) * fix alignment check in configure (fixes weird colours with MPEG2 on PPC) * improved expand plugin (increased performance, allow subtitle shifting) - * ripping feature - save streams to local files. (RIP = RIP Input Plugin) - example: xine stream_mrl#rip:file.raw + * support saving streams to local files. + example: xine stream_mrl#save:file.raw * MPEG demuxer fixes (support VLC streams) * simple VCR functionality added to DVB input plugin just press MENU2 (that is for example F2 in gxine) to start/stop recording diff --git a/configure.ac b/configure.ac index 7f1376c8f..2d4341d7d 100644 --- a/configure.ac +++ b/configure.ac @@ -33,15 +33,15 @@ dnl if (any interfaces have been _removed_ or _incompatibly changed_) dnl AGE = 0; dnl } -LT_CURRENT=7 -LT_REVISION=0 +LT_CURRENT=8 +LT_REVISION=1 LT_AGE=6 dnl for a release tarball do "rm .cvsversion" before "make dist" if test -f .cvsversion; then XINE_PRE="cvs" else - XINE_PRE="rc0a" + XINE_PRE="rc1" fi AC_SUBST(XINE_MAJOR) diff --git a/debian/changelog b/debian/changelog index b3f68dd1d..6ca2e4c95 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +xine-lib (1-rc1-0) unstable; urgency=high + + * new upstream release + * doesn't link static libXv any more (closes: #210650) + * suggesting libartsc0 (I have a bad feeling about this, closes: #203961) + + -- Siggi Langauf Sat, 4 Oct 2003 22:27:48 +0200 + xine-lib (1-rc0a-1) unstable; urgency=low * new upstream release diff --git a/debian/control b/debian/control index 744bb4eea..40183a1ac 100644 --- a/debian/control +++ b/debian/control @@ -30,7 +30,7 @@ Package: libxine1 Architecture: any Depends: ${shlibs:Depends} Recommends: ${shlibs:Recommends} -Suggests: ${shlibs:Suggests} +Suggests: ${shlibs:Suggests}, libartsc0 Conflicts: sinek(<<0.7), xine-ui (<< 0.9.10) Replaces: xine-dvdnav Description: the xine video/media player library, binary files -- cgit v1.2.3