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 | 8fa81f454a7a340c6eb8bcc12f547ab3978797ef (patch) | |
tree | 8c205d8e6b68666d6eaeefcd466e6ef6bb6a797e /audio | |
parent | 6a6b52891000188d430e530ed9886d0b2034fdba (diff) | |
download | pkgsrc-8fa81f454a7a340c6eb8bcc12f547ab3978797ef.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')
-rw-r--r-- | audio/xine-arts/Makefile | 4 | ||||
-rw-r--r-- | audio/xine-esound/Makefile | 4 |
2 files changed, 4 insertions, 4 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 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 |