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 | 4cdb9ea17da61bff5ecf5f85f503b7126e8fc5a3 (patch) | |
tree | fe9d1f07ab94670d522da679b4eb2a8fba297d63 /audio/xine-arts/Makefile | |
parent | a2a789cb93c11e6dcee86eec5a09405caa6d6068 (diff) | |
download | pkgsrc-4cdb9ea17da61bff5ecf5f85f503b7126e8fc5a3.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/xine-arts/Makefile')
-rw-r--r-- | audio/xine-arts/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |