OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 17-Dec-2003 10:09:06
Branch: HEAD Handle: 2003121709090005
Modified files:
openpkg-re/vcheck vc.xine-lib
openpkg-src/xine-lib xine-lib.patch xine-lib.spec
openpkg-web news.txt
Log:
upgrading package: xine-lib 1rc2 -> 1rc3
Summary:
Revision Changes Path
1.11 +1 -1 openpkg-re/vcheck/vc.xine-lib
1.5 +4 -6 openpkg-src/xine-lib/xine-lib.patch
1.18 +3 -3 openpkg-src/xine-lib/xine-lib.spec
1.7791 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.xine-lib
============================================================================
$ cvs diff -u -r1.10 -r1.11 vc.xine-lib
--- openpkg-re/vcheck/vc.xine-lib 21 Nov 2003 19:34:30 -0000 1.10
+++ openpkg-re/vcheck/vc.xine-lib 17 Dec 2003 09:09:00 -0000 1.11
@@ -2,7 +2,7 @@
}
prog xine-lib = {
- version = 1-rc2
+ version = 1-rc3
url = http://prdownloads.sourceforge.net/xine/
regex = xine-lib-(__VER__)\.tar\.gz
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/xine-lib/xine-lib.patch
============================================================================
$ cvs diff -u -r1.4 -r1.5 xine-lib.patch
--- openpkg-src/xine-lib/xine-lib.patch 21 Nov 2003 19:34:32 -0000 1.4
+++ openpkg-src/xine-lib/xine-lib.patch 17 Dec 2003 09:09:05 -0000 1.5
@@ -11,14 +11,12 @@
#endif
--- src/xine-engine/audio_out.c.orig Sun Jul 27 18:42:56 2003
+++ src/xine-engine/audio_out.c Mon Aug 11 09:41:32 2003
-@@ -425,8 +425,8 @@
+@@ -425,7 +425,7 @@
num_frames = pts_len * this->frames_per_kpts / 1024;
- xprintf (this->xine, XINE_VERBOSITY_LOG,
-- "inserting %d 0-frames to fill a gap of %" PRId64 " pts\n",
-- num_frames, pts_len);
-+ "inserting %d 0-frames to fill a gap of %lu pts\n",
-+ num_frames, (unsigned long)pts_len);
+ xprintf (this->xine, XINE_VERBOSITY_DEBUG,
+- "inserting %d 0-frames to fill a gap of %" PRId64 " pts\n", num_frames,
pts_len);
++ "inserting %d 0-frames to fill a gap of %lu pts\n", num_frames,
(unsigned long)pts_len);
if ((this->output.mode == AO_CAP_MODE_A52) || (this->output.mode ==
AO_CAP_MODE_AC5)) {
write_pause_burst(this,num_frames);
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/xine-lib/xine-lib.spec
============================================================================
$ cvs diff -u -r1.17 -r1.18 xine-lib.spec
--- openpkg-src/xine-lib/xine-lib.spec 21 Nov 2003 19:34:32 -0000 1.17
+++ openpkg-src/xine-lib/xine-lib.spec 17 Dec 2003 09:09:05 -0000 1.18
@@ -26,8 +26,8 @@
# FIXME: ms: still slightly broken due to video drivers/plugins failures?!
# package version
-%define V_dist 1-rc2
-%define V_opkg 1rc2
+%define V_dist 1-rc3
+%define V_opkg 1rc3
# package information
Name: xine-lib
@@ -39,7 +39,7 @@
Group: Video
License: GPL
Version: %{V_opkg}
-Release: 20031121
+Release: 20031217
# list of sources
Source0: http://download.sourceforge.net/xine/xine-lib-%{V_dist}.tar.gz
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7790 -r1.7791 news.txt
--- openpkg-web/news.txt 17 Dec 2003 08:58:22 -0000 1.7790
+++ openpkg-web/news.txt 17 Dec 2003 09:09:02 -0000 1.7791
@@ -1,3 +1,4 @@
+17-Dec-2003: Upgraded package: P<xine-lib-1rc3-20031217>
17-Dec-2003: Upgraded package: P<nspr-4.3-20031217>
17-Dec-2003: Upgraded package: P<lsof-4.69-20031217>
17-Dec-2003: Upgraded package: P<libmikmod-3.1.10-20031217>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]