diff options
author | ahoka <ahoka@pkgsrc.org> | 2008-11-01 22:14:13 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2008-11-01 22:14:13 +0000 |
commit | bf7e61297befeb6a9a57f71ca6f47c0a755e5c92 (patch) | |
tree | 4bbc3a4836f112ead52346ca2ac507f5b565fdd6 /multimedia/vlc/PLIST | |
parent | 3fe8a6f1629eb9d7cbdaa8316094db1550f2251e (diff) | |
download | pkgsrc-bf7e61297befeb6a9a57f71ca6f47c0a755e5c92.tar.gz |
This update is also fixing a minor PLIST issue.
Changes between 0.9.4 and 0.9.5:
--------------------------------
Security updates:
* Fixed buffer overflow in TiVo demuxer (SA-0809, CVE-2008-4686, CVE-2008-4654)
* Fixed libpng CVE-2008-3964 in Win32 and MacOS builds
Features:
* Closed Caption EIA 608/708 parsing enabled for libmpeg2
Various bugfixes:
* Fixed various potential crashes and memleaks
* Fixed issues with reading from files (especially non-local)
Windows port:
* Fix bug where interface was "eating" some media keys
* Fix some crashes in DirectShow access
Qt Interface:
* Fix bug when the resetting of preferences didn't reset the dialog states
* Right-click menu to select playlist columns reenabled
* Various fixed in playlist
Access:
* MMAP module is now deactivated by default
Translations:
* Update of Brazillian, Swedish translation
Diffstat (limited to 'multimedia/vlc/PLIST')
-rw-r--r-- | multimedia/vlc/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/vlc/PLIST b/multimedia/vlc/PLIST index b2f6f28cb39..8eea1d2dbae 100644 --- a/multimedia/vlc/PLIST +++ b/multimedia/vlc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2008/10/29 00:41:44 ahoka Exp $ +@comment $NetBSD: PLIST,v 1.22 2008/11/01 22:14:13 ahoka Exp $ ${PLIST.faad}lib/vlc/codec/libfaad_plugin.la ${PLIST.dbus}lib/vlc/control/libdbus_plugin.la ${PLIST.dbus}lib/vlc/misc/libinhibit_plugin.la @@ -15,6 +15,7 @@ ${PLIST.x11}lib/vlc/video_output/libxvideo_plugin.la ${PLIST.x11}lib/vlc/video_output/libglx_plugin.la ${PLIST.x11}lib/vlc/video_output/libopengl_plugin.la ${PLIST.x11}lib/vlc/misc/libosd_parser_plugin.la +${PLIST.x11}lib/vlc/access/libscreen_plugin.la ${PLIST.sdl}lib/vlc/codec/libsdl_image_plugin.la ${PLIST.sdl}lib/vlc/audio_output/libaout_sdl_plugin.la ${PLIST.sdl}lib/vlc/video_output/libvout_sdl_plugin.la |