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.09.05.09.58.37; author drochner; state Exp; branches; next 1.2; 1.2 date 2003.04.11.09.19.54; author rh; state Exp; 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-ad,v 1.3 2003/09/05 09:58:37 drochner Exp $ --- src/input/libdvdnav/vm.c.orig 2003-07-19 19:55:20.000000000 +0200 +++ src/input/libdvdnav/vm.c 2003-08-24 11:25:12.000000000 +0200 @@@@ -35,6 +35,7 @@@@ #include #include #include +#include #include #include "ifo_types.h" @@@@ -133,10 +134,11 @@@@ static void dvd_read_name(char *name, const char *device) { int fd, i; -#if !defined(__FreeBSD__) && !defined(WIN32) +#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(WIN32) off64_t off; #else off_t off; +#define lseek64 lseek #endif uint8_t data[DVD_VIDEO_LB_LEN]; @ 1.3 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$ @ 1.2 log @Update xine-lib to 1.0rc10. Package changes are: * drop gnome-vfs dependency * use _POSIX_THREAD_PRIORITY_SCHEDULING for determining pthread capabilities (suggested by Nick Hudson) xine-lib changes include: * loading and displaying png images (e.g. for logos) * capability of on-the-fly stream rewiring * libdvdnav: PGC based positioning: seeking on DVDs now spans the entire feature * font encoding cleanup (xinefonts use unicode now) * freetype2 support for OSD * ffmpeg sync (build 4663). WMV8 decoder enabled. * much more accurate time display with DVDs * xine health check fixes for non-mtrr machines * fixes for high-bandwidth RV30 streams * fix for vplayer format subtitles * fix for distorted display of some DVD menus * DVD title/part MRLs (dvd:/.<part>) work much more reliable * OGM subtitles support * network controler improvements * generic error reporting mechanism using events * DVD: report the current menu type * DVD: menu calls ("Escape" in xine-ui) can now jump back from the menu into the movie as well @ text @d3 2 a4 2 --- src/input/libdvdnav/vm.c.orig 2003-04-08 05:21:53.000000000 +1000 +++ src/input/libdvdnav/vm.c d13 1 a13 1 @@@@ -123,9 +124,10 @@@@ static void vm_print_current_domain_stat d17 2 a18 2 -#ifndef __FreeBSD__ +#ifndef BSD d21 1 a22 1 off_t off; d25 1 @ 1.1 log @Initial revision @ text @d3 1 a3 1 --- src/input/libdvdnav/vm.c.orig Sun Mar 23 04:25:40 2003 d13 1 a13 1 @@@@ -125,9 +126,10 @@@@ static void vm_print_current_domain_stat d15 1 a15 1 void dvd_read_name( vm_t *this, const char *devname) { @ 1.1.1.1 log @Initial import of xine-lib-1.0rc9, a multimedia player library. @ text @@