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: 07-Apr-2004 16:40:25
Branch: HEAD Handle: 2004040715402500
Modified files:
openpkg-src/xine-lib xine-lib.patch xine-lib.spec
Log:
modifying package: xine-lib-1rc3b 20040330 -> 20040407
Summary:
Revision Changes Path
1.10 +9 -9 openpkg-src/xine-lib/xine-lib.patch
1.27 +1 -1 openpkg-src/xine-lib/xine-lib.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xine-lib/xine-lib.patch
============================================================================
$ cvs diff -u -r1.9 -r1.10 xine-lib.patch
--- openpkg-src/xine-lib/xine-lib.patch 30 Mar 2004 10:23:30 -0000 1.9
+++ openpkg-src/xine-lib/xine-lib.patch 7 Apr 2004 14:40:25 -0000 1.10
@@ -122,7 +122,7 @@
+#elif defined (__linux)
# include <stdint.h>
+#elif defined (__FreeBSD__)
-+# include <sys/inttypes.h>
++# include <inttypes.h>
+#else
+# include<sys/types.h>
#endif
@@ -138,7 +138,7 @@
+#elif defined (__linux)
# include <stdint.h>
+#elif defined (__FreeBSD__)
-+# include <sys/inttypes.h>
++# include <inttypes.h>
+#else
+# include<sys/types.h>
#endif
@@ -155,7 +155,7 @@
+#elif defined (__linux)
+# include <stdint.h>
+#elif defined (__FreeBSD__)
-+# include <sys/inttypes.h>
++# include <inttypes.h>
+#else
+# include<sys/types.h>
+#endif
@@ -174,7 +174,7 @@
+#elif defined (__linux)
+# include <stdint.h>
+#elif defined (__FreeBSD__)
-+# include <sys/inttypes.h>
++# include <inttypes.h>
+#else
+# include<sys/types.h>
+#endif
@@ -195,7 +195,7 @@
+#elif defined (__linux)
+# include <stdint.h>
+#elif defined (__FreeBSD__)
-+# include <sys/inttypes.h>
++# include <inttypes.h>
#else
-# if HAVE_STDINT_H
-# include <stdint.h>
@@ -229,7 +229,7 @@
+#elif defined (__linux)
+# include <stdint.h>
+#elif defined (__FreeBSD__)
-+# include <sys/inttypes.h>
++# include <inttypes.h>
#else
-# if HAVE_STDINT_H
-# include <stdint.h>
@@ -251,7 +251,7 @@
+#elif defined (__linux)
+# include <stdint.h>
+#elif defined (__FreeBSD__)
-+# include <sys/inttypes.h>
++# include <inttypes.h>
#else
-#include <stdint.h>
+# include<sys/types.h>
@@ -271,7 +271,7 @@
+#elif defined (__linux)
+# include <stdint.h>
+#elif defined (__FreeBSD__)
-+# include <sys/inttypes.h>
++# include <inttypes.h>
#else
-#include <stdint.h>
+# include<sys/types.h>
@@ -289,7 +289,7 @@
+#elif defined (__linux)
+# include <stdint.h>
+#elif defined (__FreeBSD__)
-+# include <sys/inttypes.h>
++# include <inttypes.h>
+#else
+# include<sys/types.h>
+#endif
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/xine-lib/xine-lib.spec
============================================================================
$ cvs diff -u -r1.26 -r1.27 xine-lib.spec
--- openpkg-src/xine-lib/xine-lib.spec 30 Mar 2004 10:23:30 -0000 1.26
+++ openpkg-src/xine-lib/xine-lib.spec 7 Apr 2004 14:40:25 -0000 1.27
@@ -40,7 +40,7 @@
Group: Video
License: GPL
Version: %{V_opkg}
-Release: 20040330
+Release: 20040407
# 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]