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: 29-Mar-2004 16:02:44
Branch: HEAD Handle: 2004032915024400
Modified files:
openpkg-src/xine-lib xine-lib.patch xine-lib.spec
Log:
modifying package: xine-lib-1rc3b 20040324 -> 20040329
Summary:
Revision Changes Path
1.8 +11 -0 openpkg-src/xine-lib/xine-lib.patch
1.25 +1 -4 openpkg-src/xine-lib/xine-lib.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xine-lib/xine-lib.patch
============================================================================
$ cvs diff -u -r1.7 -r1.8 xine-lib.patch
--- openpkg-src/xine-lib/xine-lib.patch 24 Mar 2004 12:44:46 -0000 1.7
+++ openpkg-src/xine-lib/xine-lib.patch 29 Mar 2004 14:02:44 -0000 1.8
@@ -108,3 +108,14 @@
#else
# include <SDL/SDL.h>
#endif
+--- src/video_out/libdha/libdha.h.orig 2004-03-29 12:47:54.000000000 +0200
++++ src/video_out/libdha/libdha.h 2004-03-29 12:52:44.000000000 +0200
+@@ -18,6 +18,8 @@
+
+ #if defined (__FreeBSD__)
+ # include <inttypes.h>
++#elif defined (__linux)
++# include <stdint.h>
+ #else
+ # include <sys/types.h>
+ #endif
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/xine-lib/xine-lib.spec
============================================================================
$ cvs diff -u -r1.24 -r1.25 xine-lib.spec
--- openpkg-src/xine-lib/xine-lib.spec 24 Mar 2004 12:44:46 -0000 1.24
+++ openpkg-src/xine-lib/xine-lib.spec 29 Mar 2004 14:02:44 -0000 1.25
@@ -40,7 +40,7 @@
Group: Video
License: GPL
Version: %{V_opkg}
-Release: 20040324
+Release: 20040329
# list of sources
Source0: http://download.sourceforge.net/xine/xine-lib-%{V_dist}.tar.gz
@@ -72,9 +72,6 @@
%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}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]