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 Date: 11-Aug-2003 12:11:04
Branch: HEAD Handle: 2003081111110201
Modified files:
openpkg-src/xine-lib xine-lib.patch xine-lib.spec
openpkg-web news.txt
Log:
upgrading package: xine-lib 1.0b12 -> 1rc0a
Summary:
Revision Changes Path
1.3 +22 -0 openpkg-src/xine-lib/xine-lib.patch
1.13 +6 -3 openpkg-src/xine-lib/xine-lib.spec
1.6121 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xine-lib/xine-lib.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 xine-lib.patch
--- openpkg-src/xine-lib/xine-lib.patch 4 Jun 2003 09:12:42 -0000 1.2
+++ openpkg-src/xine-lib/xine-lib.patch 11 Aug 2003 10:11:03 -0000 1.3
@@ -9,3 +9,25 @@
#else
# include <SDL/SDL.h>
#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 @@
+ 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);
+
+ if ((this->output.mode == AO_CAP_MODE_A52) || (this->output.mode ==
AO_CAP_MODE_AC5)) {
+ write_pause_burst(this,num_frames);
+@@ -790,7 +790,7 @@
+ this->resample_sync_factor = (avg_gap < 0) ? 0.995 : 1.005;
+
+ llprintf (LOG_RESAMPLE_SYNC,
+- "sample rate adjusted to reduce gap: gap=%" PRId64 "\n", avg_gap);
++ "sample rate adjusted to reduce gap: gap=%lu\n", (unsigned
long)avg_gap);
+ return 0;
+
+ } else if (info->reduce_gap && abs(avg_gap) < 50) {
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/xine-lib/xine-lib.spec
============================================================================
$ cvs diff -u -r1.12 -r1.13 xine-lib.spec
--- openpkg-src/xine-lib/xine-lib.spec 8 Jul 2003 14:43:21 -0000 1.12
+++ openpkg-src/xine-lib/xine-lib.spec 11 Aug 2003 10:11:03 -0000 1.13
@@ -27,8 +27,8 @@
# FIXME: ms: ...package xine-ui instead, but I'm not sure.
# package version
-%define V_dist 1-beta12
-%define V_opkg 1.0b12
+%define V_dist 1-rc0a
+%define V_opkg 1rc0a
# package information
Name: xine-lib
@@ -40,7 +40,7 @@
Group: Video
License: GPL
Version: %{V_opkg}
-Release: 20030604
+Release: 20030811
# list of sources
Source0: http://download.sourceforge.net/xine/xine-lib-%{V_dist}.tar.gz
@@ -65,6 +65,9 @@
%prep
%setup -q -n xine-lib-%{V_dist}
%patch -p0
+ %{l_shtool} subst \
+ -e 's;<stdint.h>;<sys/types.h>;g' \
+ `find . -name "*.[ch]" -type f -print`
%build
CC="%{l_cc}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6120 -r1.6121 news.txt
--- openpkg-web/news.txt 11 Aug 2003 09:38:46 -0000 1.6120
+++ openpkg-web/news.txt 11 Aug 2003 10:11:02 -0000 1.6121
@@ -1,3 +1,4 @@
+11-Aug-2003: Upgraded package: P<xine-lib-1rc0a-20030811>
11-Aug-2003: Upgraded package: P<mplayer-0.90-20030811>
11-Aug-2003: Upgraded package: P<monit-3.2-20030811>
11-Aug-2003: Upgraded package: P<imapd-2.1.14-20030811>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]