diff options
author | drochner <drochner> | 2004-05-12 16:37:06 +0000 |
---|---|---|
committer | drochner <drochner> | 2004-05-12 16:37:06 +0000 |
commit | cc236e188643f2aaeedcebe12e042f11f44a7d54 (patch) | |
tree | fe9d1f07ab94670d522da679b4eb2a8fba297d63 /audio | |
parent | 8e4c714b078fc784f1059502a9755e733910fa4f (diff) | |
download | pkgsrc-cc236e188643f2aaeedcebe12e042f11f44a7d54.tar.gz |
update to xine-lib-1-rc4
changes:
This release improves playback of some streams, reduces flickering
of OSD and brings a whole bunch of updated libraries.
It does also fix a vulnerability in xine's RTSP streaming code.
See XSA-2004-3 for more information!
XXX powerpc asm stuff needs to be checked
XXX didn't test the "arts" stuff
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xine-arts/Makefile | 3 | ||||
-rw-r--r-- | audio/xine-esound/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/audio/xine-arts/Makefile b/audio/xine-arts/Makefile index f5088625ea8..d5335d10c90 100644 --- a/audio/xine-arts/Makefile +++ b/audio/xine-arts/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2004/04/05 18:41:14 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2004/05/12 16:37:06 drochner Exp $ # .include "../../multimedia/xine-lib/Makefile.common" PKGNAME:= ${PKGNAME:S/lib/arts/} -PKGREVISION= 1 CATEGORIES= audio DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib diff --git a/audio/xine-esound/Makefile b/audio/xine-esound/Makefile index 3a3ddfaaa56..38ee9120e30 100644 --- a/audio/xine-esound/Makefile +++ b/audio/xine-esound/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2004/04/05 18:41:14 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2004/05/12 16:37:06 drochner Exp $ # .include "../../multimedia/xine-lib/Makefile.common" PKGNAME:= ${PKGNAME:S/lib/esound/} -PKGREVISION= 1 CATEGORIES= audio DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib |