diff options
author | jmmv <jmmv> | 2004-03-11 17:26:02 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-03-11 17:26:02 +0000 |
commit | e95d59afca3638817ffed443bb7be137738622b6 (patch) | |
tree | 8c205d8e6b68666d6eaeefcd466e6ef6bb6a797e /audio/xine-esound | |
parent | 5f1cf90ceccd9e0cccace2f207ba9d08dbd60a2c (diff) | |
download | pkgsrc-e95d59afca3638817ffed443bb7be137738622b6.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-esound')
-rw-r--r-- | audio/xine-esound/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |