diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-03-11 17:26:02 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-03-11 17:26:02 +0000 |
commit | ce3be8b79df48151915d96a36a29d0ed0f1765de (patch) | |
tree | 8c205d8e6b68666d6eaeefcd466e6ef6bb6a797e /audio/xine-arts | |
parent | aa53ce07af81627422b3c0b6f4a14f4b642a5cbe (diff) | |
download | pkgsrc-ce3be8b79df48151915d96a36a29d0ed0f1765de.tar.gz |
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.
Diffstat (limited to 'audio/xine-arts')
-rw-r--r-- | audio/xine-arts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |