diff options
author | drochner <drochner@pkgsrc.org> | 2004-05-12 16:37:06 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2004-05-12 16:37:06 +0000 |
commit | 40300c09fff57656d1de083e5e27612471fc5efa (patch) | |
tree | fe9d1f07ab94670d522da679b4eb2a8fba297d63 /audio | |
parent | 006b53c570b5f80c8fa0d183f227a1d0554b8260 (diff) | |
download | pkgsrc-40300c09fff57656d1de083e5e27612471fc5efa.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 |