On October 23, 2008 02:40:06 pm Thomas Abthorpe wrote: > *** Warning *** Experimental *** Warning *** Test at your own risk *** > > Based on the feedback from Max, I have put together this patch for libxine. > For it to work environment variable WITH_KDE has be set, and libxine has to > be rebuilt. > > This is currently a WIP, and a needs further testing, use at your own risk. > > > Thomas
Next round, with the assistance of Miwi, this is the next working/testing patch. Again, use at your own risk in the mean time :) Thomas -- Thomas Abthorpe | FreeBSD Committer [EMAIL PROTECTED] | http://people.freebsd.org/~tabthorpe
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/multimedia/libxine/Makefile,v
retrieving revision 1.134
diff -u -u -r1.134 Makefile
--- Makefile 19 Oct 2008 14:05:44 -0000 1.134
+++ Makefile 23 Oct 2008 20:17:47 -0000
@@ -7,6 +7,7 @@
PORTNAME= xine
PORTVERSION= 1.1.15
+PORTREVISION= 1
CATEGORIES= multimedia ipv6
MASTER_SITES= SF
PKGNAMEPREFIX= lib
Index: files/patch-src__xine-engine__buffer.h
===================================================================
RCS file: files/patch-src__xine-engine__buffer.h
diff -N files/patch-src__xine-engine__buffer.h
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ files/patch-src__xine-engine__buffer.h 23 Oct 2008 20:18:41 -0000
@@ -0,0 +1,11 @@
+--- src/xine-engine/buffer.h.orig 2008-07-16 17:01:56.000000000 -0400
++++ src/xine-engine/buffer.h 2008-10-23 14:25:45.000000000 -0400
+@@ -676,7 +676,7 @@
+ /* 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;
+ }
+
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
