head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.52 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.50 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.48 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.46 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.44 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.42 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.40 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.38 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.36 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.34 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.32 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.30 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.28 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.26 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.24 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.22 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.20 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.18 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.16 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.14 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.12 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.10 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.8 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.6 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.4 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.2 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2004.01.26.13.06.14; author jmmv; state dead; branches; next 1.3; 1.3 date 2003.10.24.00.49.04; author mrg; state Exp; branches; next 1.2; 1.2 date 2003.09.05.09.58.37; author drochner; state dead; branches; next 1.1; 1.1 date 2003.04.06.11.06.02; author rh; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2003.04.06.11.06.02; author rh; state Exp; branches; next ; desc @@ 1.4 log @xine-lib and xine-ui moved to the multimedia category. @ text @$NetBSD: patch-af,v 1.3 2003/10/24 00:49:04 mrg Exp $ --- src/xine-utils/ppcasm_string.S.orig 2003-10-24 09:52:09.000000000 +1000 +++ src/xine-utils/ppcasm_string.S 2003-10-24 09:52:39.000000000 +1000 @@@@ -18,6 +18,7 @@@@ #warning Be forewarned - using PowerPC assembly +#ifdef __linux__ #define __KERNEL__ #define __ASSEMBLY__ @@@@ -26,6 +27,13 @@@@ #include #include #include +#endif + +#ifdef __NetBSD__ +#define _STANDALONE + +#include +#endif #define COPY_16_BYTES \ lwz r7,4(r4); \ @ 1.3 log @remove some linuxisms from a ppc assembly file. approved by wiz@@. fixes my PR#23241. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @update to 1-rc0a As usual, there have been both bugfixes and new features. Most notably, there's a new "broadcast" mode (allows you to play the same session on two, or possily more, xine instances on the same network) and an advanced deinterlacer based on the tvtime project. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.1 2003/04/06 11:06:02 rh Exp $ d3 3 a5 3 --- src/libw32dll/wine/Makefile.in.orig Sat Apr 5 10:50:01 2003 +++ src/libw32dll/wine/Makefile.in @@@@ -533,10 +533,10 @@@@ uninstall-am: uninstall-info-am d7 1 d9 3 a11 3 stubs.lo: stubs.s - $(CC) -c $(srcdir)/stubs.s -o stubs.lo + ${LIBTOOL} --mode=compile ${CC} -c ${srcdir}/stubs.s -o stubs.lo d13 11 a23 3 wrapper.lo: wrapper.S - $(CC) -c $(srcdir)/wrapper.S -o wrapper.lo + ${LIBTOOL} --mode=compile ${CC} -c ${srcdir}/wrapper.S -o wrapper.lo d25 2 a26 2 debug: @@$(MAKE) CFLAGS="$(DEBUG_CFLAGS)" @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Initial import of xine-lib-1.0rc9, a multimedia player library. @ text @@