From ce3be8b79df48151915d96a36a29d0ed0f1765de Mon Sep 17 00:00:00 2001 From: jmmv Date: Thu, 11 Mar 2004 17:26:02 +0000 Subject: Update to 1rc3a. Summary of changes since rc0a: - Fixed some bugs which caused xine to segfault under certain conditions, and a long-standing issue that would make xine hang with the NPTL implementation in Linux kernel 2.6. - Stabilized core engine and much improved subtitles. - Built-in VCD navigation, XvMC support and better handling of funny filenames. - A security hole regarding the "#save" MRL option has been closed. - Added a feature: append "#save:filename" to an MRL to save the stream during playback. - Lots of bugfixes. --- audio/xine-arts/Makefile | 4 ++-- audio/xine-esound/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'audio') diff --git a/audio/xine-arts/Makefile b/audio/xine-arts/Makefile index 7329d4bbfe3..1f8cd50a5c3 100644 --- a/audio/xine-arts/Makefile +++ b/audio/xine-arts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/02/27 13:54:49 jmmv Exp $ +# $NetBSD: Makefile,v 1.7 2004/03/11 17:26:02 jmmv Exp $ # .include "../../multimedia/xine-lib/Makefile.common" @@ -6,7 +6,7 @@ PKGNAME:= ${PKGNAME:S/lib/arts/} CATEGORIES= audio -DEPENDS+= xine-lib>=1rc0anb3:../../multimedia/xine-lib +DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib BUILD_DIRS= ${WRKSRC}/src/audio_out diff --git a/audio/xine-esound/Makefile b/audio/xine-esound/Makefile index 3411c2ce187..8bd8fa1a9a9 100644 --- a/audio/xine-esound/Makefile +++ b/audio/xine-esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/02/25 18:02:08 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2004/03/11 17:26:02 jmmv Exp $ # .include "../../multimedia/xine-lib/Makefile.common" @@ -6,7 +6,7 @@ PKGNAME:= ${PKGNAME:S/lib/esound/} CATEGORIES= audio -DEPENDS+= xine-lib>=1rc0anb3:../../multimedia/xine-lib +DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib BUILD_DIRS= ${WRKSRC}/src/audio_out -- cgit v1.2.3