OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Torsten Homeyer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 24-Mar-2004 13:44:47
Branch: HEAD Handle: 2004032412444600
Modified files:
openpkg-src/xine-lib xine-lib.patch xine-lib.spec
Log:
modifying package: xine-lib-1rc3b 20040323 -> 20040324
Summary:
Revision Changes Path
1.7 +37 -37 openpkg-src/xine-lib/xine-lib.patch
1.24 +1 -1 openpkg-src/xine-lib/xine-lib.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xine-lib/xine-lib.patch
============================================================================
$ cvs diff -u -r1.6 -r1.7 xine-lib.patch
--- openpkg-src/xine-lib/xine-lib.patch 23 Mar 2004 13:56:39 -0000 1.6
+++ openpkg-src/xine-lib/xine-lib.patch 24 Mar 2004 12:44:46 -0000 1.7
@@ -22,16 +22,16 @@
#include <string.h>
#include <errno.h>
-+#ifndef _MACHINE_INTTYPES_H_
-+#if (#cpu(i386) || #cpu(powerpc))
-+#define PRId64 "lld" /* int64_t */
-+#else
-+#define PRId64 "ld" /* int64_t */
-+#endif
-+#endif
-+#ifndef _MACHINE__STDINT_H_
-+#define INT16_MAX 0x7fff
-+#define UINT16_MAX 0xffff
++#ifndef PRId64
++# if (#cpu(i386) || #cpu(powerpc))
++# define PRId64 "lld" /* int64_t */
++# else
++# define PRId64 "ld" /* int64_t */
++# endif
++#endif
++#ifndef INT16_MAX
++# define INT16_MAX 0x7fff
++# define UINT16_MAX 0xffff
+#endif
+
#define LOG_MODULE "metronom"
@@ -43,17 +43,17 @@
#include <inttypes.h>
#include <math.h>
-+#ifndef _MACHINE_INTTYPES_H_
-+#if (#cpu(i386) || #cpu(powerpc))
-+#define PRId64 "lld" /* int64_t */
-+#else
-+#define PRId64 "ld" /* int64_t */
-+#endif
-+#endif
-+#ifndef _MACHINE__STDINT_H_
-+#define INT16_MAX 0x7fff
-+#define UINT16_MAX 0xffff
-+#define INT16_MIN (-0x7fff-1)
++#ifndef PRId64
++# if (#cpu(i386) || #cpu(powerpc))
++# define PRId64 "lld" /* int64_t */
++# else
++# define PRId64 "ld" /* int64_t */
++# endif
++#endif
++#ifndef INT16_MAX
++# define INT16_MAX 0x7fff
++# define UINT16_MAX 0xffff
++# define INT16_MIN (-0x7fff-1)
+#endif
+
#define XINE_ENABLE_EXPERIMENTAL_FEATURES
@@ -65,16 +65,16 @@
#include <inttypes.h>
#include <assert.h>
-+#ifndef _MACHINE_INTTYPES_H_
-+#if (#cpu(i386) || #cpu(powerpc))
-+#define PRId64 "lld" /* int64_t */
-+#else
-+#define PRId64 "ld" /* int64_t */
-+#endif
-+#endif
-+#ifndef _MACHINE__STDINT_H_
-+#define INT16_MAX 0x7fff
-+#define UINT16_MAX 0xffff
++#ifndef PRId64
++# if (#cpu(i386) || #cpu(powerpc))
++# define PRId64 "lld" /* int64_t */
++# else
++# define PRId64 "ld" /* int64_t */
++# endif
++#endif
++#ifndef INT16_MAX
++# define INT16_MAX 0x7fff
++# define UINT16_MAX 0xffff
+#endif
+
#define XINE_ENABLE_EXPERIMENTAL_FEATURES
@@ -86,12 +86,12 @@
#include <theora/theora.h>
#endif
-+#ifndef _MACHINE_INTTYPES_H_
-+#if (#cpu(i386) || #cpu(powerpc))
-+#define PRId64 "lld" /* int64_t */
-+#else
-+#define PRId64 "ld" /* int64_t */
-+#endif
++#ifndef PRId64
++# if (#cpu(i386) || #cpu(powerpc))
++# define PRId64 "lld" /* int64_t */
++# else
++# define PRId64 "ld" /* int64_t */
++# endif
+#endif
+
#define LOG_MODULE "demux_ogg"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/xine-lib/xine-lib.spec
============================================================================
$ cvs diff -u -r1.23 -r1.24 xine-lib.spec
--- openpkg-src/xine-lib/xine-lib.spec 23 Mar 2004 13:56:39 -0000 1.23
+++ openpkg-src/xine-lib/xine-lib.spec 24 Mar 2004 12:44:46 -0000 1.24
@@ -40,7 +40,7 @@
Group: Video
License: GPL
Version: %{V_opkg}
-Release: 20040323
+Release: 20040324
# list of sources
Source0: http://download.sourceforge.net/xine/xine-lib-%{V_dist}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]