diff options
author | Siggi Langauf <siggi@users.sourceforge.net> | 2002-12-11 14:55:59 +0000 |
---|---|---|
committer | Siggi Langauf <siggi@users.sourceforge.net> | 2002-12-11 14:55:59 +0000 |
commit | a3621a5c665564c1be0bbd719988498251175257 (patch) | |
tree | e3c64aee6118107e8bc7b3fc65132bfdcdb1488a | |
parent | c4d3c6409602743cc9c40f972fa37eae293283c5 (diff) | |
download | xine-lib-a3621a5c665564c1be0bbd719988498251175257.tar.gz xine-lib-a3621a5c665564c1be0bbd719988498251175257.tar.bz2 |
preparing 1-beta0...
CVS patchset: 3480
CVS date: 2002/12/11 14:55:59
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 11 | ||||
-rwxr-xr-x | debian/shlibdeps.sh | 2 |
4 files changed, 15 insertions, 8 deletions
@@ -1,4 +1,4 @@ -xine-lib (1.0.0-beta0) +xine-lib (1-beta0) * fix decoder priority configuration * cache available plugins for faster xine loading * metronom's improvements for streams with slightly wrong sample rates @@ -11,7 +11,7 @@ xine-lib (1.0.0-beta0) * MPEG-4 file (*.mp4) support * closed caption support ported to new architecture -xine-lib (1.0.0-alpha2) +xine-lib (1-alpha2) * configurable image position * DVD menu button highlight position fixes * internal engine changes to allow a new layer of post effect plugins @@ -23,7 +23,7 @@ xine-lib (1.0.0-alpha2) * arts audio output plugin ported to new architecture * esound audio output plugin ported to new architecture -xine-lib (1.0.0-alpha1) +xine-lib (1-alpha1) * transport stream demuxer fixes * DVD playback should be working again (please report DVDs that don't play!) * stdin_fifo input plugin @@ -32,7 +32,7 @@ xine-lib (1.0.0-alpha1) * XviD decoder is working again * DV decoder (ffmpeg) -xine-lib (1.0.0-alpha0) +xine-lib (1-alpha0) * dvd plugin replaced by dvdnav with full menu support * fix segfault on exit for w32codecs diff --git a/configure.ac b/configure.ac index d9778669a..2602c608e 100644 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,7 @@ dnl for a release tarball do "rm .cvsversion" before "make dist" if test -f .cvsversion; then XINE_PRE="cvs" else - XINE_PRE="alpha2" + XINE_PRE="beta0" fi AC_SUBST(XINE_MAJOR) diff --git a/debian/changelog b/debian/changelog index 38619022a..837dcb393 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,16 +1,23 @@ +xine-lib (1-beta0-1) unstable; urgency=low + + * new upstream release (now labelled beta) + This one fixes the packaging issues, so it's a candidate for unstable. + + -- Siggi Langauf <siggi@debian.org> Wed, 11 Dec 2002 13:48:35 +0100 + xine-lib (1-alpha2-0) experimental; urgency=low * yet another upstream alpha. This one is becoming usable, but has some packaging issues which prevent a parallel installation of libxine0. - -- Siggi Langauf <siggi@flake.langauf.de> Tue, 26 Nov 2002 00:34:35 +0100 + -- Siggi Langauf <siggi@debian.org> Tue, 26 Nov 2002 00:34:35 +0100 xine-lib (1-alpha1-0) experimental; urgency=low * another upstream alpha. This is still not ready for prime time, but it will build from source if you really want to give it a try... - -- Siggi Langauf <siggi@flake.langauf.de> Sat, 9 Nov 2002 23:39:01 +0100 + -- Siggi Langauf <siggi@debian.org> Sat, 9 Nov 2002 23:39:01 +0100 xine-lib (1-alpha0-0) unstable; urgency=low diff --git a/debian/shlibdeps.sh b/debian/shlibdeps.sh index 7d6c6cbcb..22593bafa 100755 --- a/debian/shlibdeps.sh +++ b/debian/shlibdeps.sh @@ -8,7 +8,7 @@ installdir=debian/$1 -ver=`cd $installdir/usr/lib/xine/plugins; ls [0-9]*` +ver=`(cd $installdir/usr/lib/xine/plugins; ls [0-9]*)` OPTIONAL="$installdir/usr/lib/xine/plugins/$ver/xineplug_ao_out_alsa.so $installdir/usr/lib/xine/plugins/$ver/xineplug_ao_out_arts.so $installdir/usr/lib/xine/plugins/$ver/xineplug_ao_out_esd.so |