summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac6
-rw-r--r--debian/changelog8
-rw-r--r--debian/control2
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 <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