Browse Source

xine-lib: Updated (1.1.15 -> 1.1.16.3)

cross
Aldas Nabazas 16 years ago
parent
commit
d606653f06
  1. 29
      multimedia/xine-lib/inline_buf-fix.patch
  2. 6
      multimedia/xine-lib/xine-lib.desc

29
multimedia/xine-lib/inline_buf-fix.patch

@ -1,29 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../xine-lib/inline_buf-fix.patch
# Copyright (C) 2008 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
Index: xine-lib-1.1.15/src/xine-engine/buffer.h
===================================================================
--- xine-lib-1.1.15.orig/src/xine-engine/buffer.h
+++ xine-lib-1.1.15/src/xine-engine/buffer.h
@@ -676,7 +676,7 @@ void _x_bmiheader_le2me( xine_bmiheader
/* convert xine_waveformatex struct from little endian */
void _x_waveformatex_le2me( xine_waveformatex *wavex ) XINE_PROTECTED;
-static inline _x_is_fourcc(void *ptr, void *tag) {
+static __inline int _x_is_fourcc(void *ptr, void *tag) {
return memcmp(ptr, tag, 4) == 0;
}

6
multimedia/xine-lib/xine-lib.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../xine-lib/xine-lib.desc
[COPY] Copyright (C) 2006 - 2008 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2009 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
@ -35,7 +35,7 @@
[L] GPL
[S] Stable
[V] 1.1.15
[V] 1.1.16.3
[P] X -----5---9 163.200
[D] 1099380744 xine-lib-1.1.15.tar.bz2 http://dl.sourceforge.net/sourceforge/xine/
[D] 2595597846 xine-lib-1.1.16.3.tar.bz2 http://dl.sourceforge.net/sourceforge/xine/

Loading…
Cancel
Save