summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiggi Langauf <siggi@users.sourceforge.net>2003-01-02 00:35:36 +0000
committerSiggi Langauf <siggi@users.sourceforge.net>2003-01-02 00:35:36 +0000
commita79ad96aae8efe382c4d2354bf71c604d272e94f (patch)
treeee4be90b8d8f6fee02186dabdb45b4189d2613d3
parent73baf5e122d22c67def6754ea37b8da50f571b1b (diff)
downloadxine-lib-a79ad96aae8efe382c4d2354bf71c604d272e94f.tar.gz
xine-lib-a79ad96aae8efe382c4d2354bf71c604d272e94f.tar.bz2
The Sourceforge Staff kindly unlocked our CVS, so here is 1-beta2.xine-1-beta2-release1-beta2
(At least I hope that's it...) CVS patchset: 3747 CVS date: 2003/01/02 00:35:36
-rw-r--r--AUTHORS8
-rw-r--r--ChangeLog4
-rw-r--r--TODO1
-rw-r--r--configure.ac6
-rw-r--r--debian/changelog8
-rw-r--r--debian/control2
6 files changed, 23 insertions, 6 deletions
diff --git a/AUTHORS b/AUTHORS
index 4e588b893..324cab997 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -84,11 +84,15 @@ xine is using
Written by Jutta Degener and Carsten Bormann
http://kbs.cs.tu-berlin.de/~jutta/toast.html
- w32codec support is based on work from:
+ win32 codec support (windows media / quicktime / real codecs) is based on work from:
avifile http://avifile.sf.net
MPlayer http://www.mplayerhq.hu/
wine http://www.winehq.com
+ some demuxers and decoders (especially the real demuxer) are partially
+ based on work from
+ MPlayer http://www.mplayerhq.hu/
+
Contributions
=============
@@ -157,7 +161,7 @@ Harm van der Heijden <hrm@users.sourceforge.net>
libdivx4 plugin, dxr3 support and encoding
Chris Rankin <rankinc@pacbell.net>
- configurable VCD device patch
+ configurable VCD device patch, rv40 support
Andrew Meredith <andrew@anvil.org>
Snapshot feature
diff --git a/ChangeLog b/ChangeLog
index 31c80e2dc..20fb4ba07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
+
+xine-lib (1-beta2)
* what a GOOM! post plugin
* Digital TV (DVB) input plugin (experimental)
* Interplay MVE playback system (file demuxer, video decoder, audio decoder)
+ * support for real video 4.0 (through external real binary plugins)
+ * quicktime binary-only codec support bugfixes
xine-lib (1-beta1)
* updated libfaad
diff --git a/TODO b/TODO
index ff6aef3cb..fde5401df 100644
--- a/TODO
+++ b/TODO
@@ -19,6 +19,7 @@ required for 1.0
optional
--------
+- audio CD input plugin (a cdparanoia based one would be goom compatible ;-)
- input_rtp
- rtsp support
- mmsh support
diff --git a/configure.ac b/configure.ac
index 539300ea8..c34fe5716 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,16 +34,16 @@ dnl AGE = 0;
dnl }
LT_CURRENT=1
-LT_REVISION=0
+LT_REVISION=1
LT_AGE=0
dnl for a release tarball do "rm .cvsversion" before "make dist"
if test -f .cvsversion; then
XINE_PRE="cvs"
else
- XINE_PRE="beta1"
+ XINE_PRE="beta2"
fi
-
+8
AC_SUBST(XINE_MAJOR)
AC_SUBST(XINE_MINOR)
AC_SUBST(XINE_SUB)
diff --git a/debian/changelog b/debian/changelog
index 38a30933d..224e95192 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xine-lib (1-beta2-1) unstable; urgency=low
+
+ * new upstream release
+ * on HPPA: working around a compiler bug by explicit build-depend on
+ gcc-3.2 (closes: #174813)
+
+ -- Siggi Langauf <siggi@debian.org> Thu, 2 Jan 2003 00:43:42 +0100
+
xine-lib (1-beta1-1) unstable; urgency=low
* new upstream release.
diff --git a/debian/control b/debian/control
index 813716042..0182e913f 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), xlibs-dev (>> 4.1), libesd0-dev, libz-dev, libarts-dev (>=4:2.2.0-final-3), liblircclient-dev, libogg-dev, libvorbis-dev, libasound2-dev, libdxr30-dev [i386]
+Build-Depends: debhelper (>> 2.0.0), aalib1-dev (>= 1.4p5-2), xlibs-dev (>> 4.1), libesd0-dev, libz-dev, libarts-dev (>=4:2.2.0-final-3), liblircclient-dev, libogg-dev, libvorbis-dev, libasound2-dev, libdxr30-dev [i386], gcc-3.2[hppa]
Standards-Version: 3.2.1
Package: libxine-dev