diff options
author | Siggi Langauf <siggi@users.sourceforge.net> | 2003-10-04 20:33:16 +0000 |
---|---|---|
committer | Siggi Langauf <siggi@users.sourceforge.net> | 2003-10-04 20:33:16 +0000 |
commit | d2405ec55123737ac4f73702ebf41726701cad11 (patch) | |
tree | d1c8cee930c035035bb3d1c1d8de79aceb5b1344 | |
parent | 9f61dbb5925c3fb137fcacaa71ea8a365d4ccf2b (diff) | |
download | xine-lib-d2405ec55123737ac4f73702ebf41726701cad11.tar.gz xine-lib-d2405ec55123737ac4f73702ebf41726701cad11.tar.bz2 |
that should be it for 1-rc1
CVS patchset: 5441
CVS date: 2003/10/04 20:33:16
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 6 | ||||
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 |
4 files changed, 14 insertions, 6 deletions
@@ -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 <siggi@debian.org> 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 |