head 1.9; access; symbols pkgsrc-2019Q2:1.8.0.22 pkgsrc-2019Q2-base:1.8 pkgsrc-2019Q1:1.8.0.20 pkgsrc-2019Q1-base:1.8 pkgsrc-2018Q4:1.8.0.18 pkgsrc-2018Q4-base:1.8 pkgsrc-2018Q3:1.8.0.16 pkgsrc-2018Q3-base:1.8 pkgsrc-2018Q2:1.8.0.14 pkgsrc-2018Q2-base:1.8 pkgsrc-2018Q1:1.8.0.12 pkgsrc-2018Q1-base:1.8 pkgsrc-2017Q4:1.8.0.10 pkgsrc-2017Q4-base:1.8 pkgsrc-2017Q3:1.8.0.8 pkgsrc-2017Q3-base:1.8 pkgsrc-2017Q2:1.8.0.4 pkgsrc-2017Q2-base:1.8 pkgsrc-2017Q1:1.8.0.2 pkgsrc-2013Q2:1.7.0.6 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.4 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.2 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q3:1.6.0.6 pkgsrc-2011Q3-base:1.6 pkgsrc-2011Q2:1.6.0.4 pkgsrc-2011Q2-base:1.6 pkgsrc-2011Q1:1.6.0.2 pkgsrc-2011Q1-base:1.6 pkgsrc-2010Q4:1.5.0.6 pkgsrc-2010Q4-base:1.5 pkgsrc-2010Q3:1.5.0.4 pkgsrc-2010Q3-base:1.5 pkgsrc-2010Q2:1.5.0.2 pkgsrc-2010Q2-base:1.5 pkgsrc-2010Q1:1.4.0.6 pkgsrc-2010Q1-base:1.4 pkgsrc-2009Q4:1.4.0.4 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.4.0.2 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.2.0.6 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.4 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.2 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.1.0.2 pkgsrc-2008Q3-base:1.1; locks; strict; comment @# @; 1.9 date 2019.07.02.20.52.13; author nia; state dead; branches; next 1.8; commitid nhqtf6h7fEJULvtB; 1.8 date 2017.05.15.11.11.35; author jperkin; state Exp; branches 1.8.2.1; next 1.7; commitid nrh7qj5MOUD6BtRz; 1.7 date 2011.10.07.19.13.20; author drochner; state dead; branches; next 1.6; 1.6 date 2011.01.24.18.54.04; author drochner; state Exp; branches; next 1.5; 1.5 date 2010.06.20.15.58.06; author wiz; state Exp; branches; next 1.4; 1.4 date 2009.09.24.22.14.57; author ahoka; state Exp; branches; next 1.3; 1.3 date 2009.07.07.16.17.47; author tnn; state Exp; branches; next 1.2; 1.2 date 2008.10.13.18.42.12; author ahoka; state Exp; branches 1.2.6.1; next 1.1; 1.1 date 2008.09.27.22.33.20; author ahoka; state Exp; branches 1.1.2.1; next ; 1.8.2.1 date 2017.05.15.11.11.35; author bsiegert; state dead; branches; next 1.8.2.2; commitid 6J1OfAfF3BT1gaUz; 1.8.2.2 date 2017.06.05.09.11.04; author bsiegert; state Exp; branches; next ; commitid 6J1OfAfF3BT1gaUz; 1.2.6.1 date 2009.09.28.09.57.01; author tron; state Exp; branches; next ; 1.1.2.1 date 2008.10.21.21.51.03; author tron; state Exp; branches; next ; desc @@ 1.9 log @vlc: Update to 3.0.7.1 Based on work in pkgsrc-wip. I've had the opportunity to test this in a NetBSD-8 bulk build - it seems the package is now fixed. Hopefully. The 3.0.x release series is considered for long-term support by upstream. Notably for pkgsrc, this means it will be the last release series that supports older compilers. Note that VLC now depends on Qt5 instead of Qt4. Various config flags have been tweaked (enabled/disabled) to match what other vendors (mainly FreeBSD) are doing. I have also added an alsa package option. The full list of upstream changes is probably too long to list. @ text @$NetBSD: patch-configure,v 1.8 2017/05/15 11:11:35 jperkin Exp $ Remove bogus Solaris exclusion. --- configure.orig 2016-05-31 16:56:33.000000000 +0000 +++ configure @@@@ -26281,7 +26281,7 @@@@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sse_inline" >&5 $as_echo "$ac_cv_sse_inline" >&6; } - if test "${ac_cv_sse_inline}" != "no" -a "${SYS}" != "solaris"; then : + if test "${ac_cv_sse_inline}" != "no"; then : $as_echo "#define CAN_COMPILE_SSE 1" >>confdefs.h @@@@ -26324,7 +26324,7 @@@@ rm -f core conftest.err conftest.$ac_obj fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sse2_inline" >&5 $as_echo "$ac_cv_sse2_inline" >&6; } - if test "${ac_cv_sse2_inline}" != "no" -a "${SYS}" != "solaris"; then : + if test "${ac_cv_sse2_inline}" != "no"; then : $as_echo "#define CAN_COMPILE_SSE2 1" >>confdefs.h @ 1.8 log @Remove bogus exclusion of SunOS MMX/SSE2 support. @ text @d1 1 a1 1 $NetBSD$ @ 1.8.2.1 log @file patch-configure was added on branch pkgsrc-2017Q1 on 2017-06-05 09:11:04 +0000 @ text @d1 24 @ 1.8.2.2 log @Pullup ticket #5467 - requested by sevan multimedia/vlc: security fix Revisions pulled up: - multimedia/vlc/Makefile 1.202-1.203 - multimedia/vlc/PLIST 1.60 - multimedia/vlc/distinfo 1.73-1.74 - multimedia/vlc/patches/patch-compat_Makefile.in 1.3 - multimedia/vlc/patches/patch-configure 1.8 - multimedia/vlc/patches/patch-include_vlc_atomic.h 1.3 - multimedia/vlc/patches/patch-modules_gui_qt4_qt4.hpp deleted --- Module Name: pkgsrc Committed By: jperkin Date: Mon May 15 11:10:00 UTC 2017 Modified Files: pkgsrc/multimedia/vlc: Makefile PLIST Log Message: Add a cdrom PLIST var and unset it on SunOS as the native cdio interface is unsupported. --- Module Name: pkgsrc Committed By: jperkin Date: Mon May 15 11:11:35 UTC 2017 Modified Files: pkgsrc/multimedia/vlc: distinfo Added Files: pkgsrc/multimedia/vlc/patches: patch-configure Log Message: Remove bogus exclusion of SunOS MMX/SSE2 support. --- Module Name: pkgsrc Committed By: maya Date: Fri May 26 13:26:37 UTC 2017 Modified Files: pkgsrc/multimedia/vlc: Makefile distinfo pkgsrc/multimedia/vlc/patches: patch-compat_Makefile.in patch-include_vlc_atomic.h Removed Files: pkgsrc/multimedia/vlc/patches: patch-modules_gui_qt4_qt4.hpp Log Message: vlc: update to 2.2.6. Includes significant security fixes allowing code execution via a crafted subtitles file (fixes CVE-2017-8310, CVE-2017-8311, CVE-2017-8312, CVE-2017-8313) pkgsrc changes: pull in in a C++11 case rather than clang case, it's a C++11 header. however I couldn't build with -std=c++11 for other reasons. it builds and runs clang 4.0, but the mkv plugin dies on an undefined reference. Changes between 2.2.5.1 and 2.2.6: ---------------------------------- Video output: * Fix systematic green line on nvidia * Fix direct3d SPU texture offsets handling Demuxer: * Fix heap buffer overflows Changes between 2.2.5 and 2.2.5.1: ---------------------------------- Security hardening for DLL hijacking environments Translations updates Misc: * Update for Soundcloud, liveleak and Youtube scripts * Fix potential out-of-band dereference in flac decoder * Fix potential out-of-band reads in mpeg packetizers * Fix infinite loop in subtitles demuxer * Fix incorrect memory free in ogg demuxer * Fix potential out-of-band reads in subtitle decoders and demuxers * Fix green line on Windows with odd sizes Changes between 2.2.4 and 2.2.5: -------------------------------- Decoder: * Fix mp3 playback quality regression in libmad * Fix video scaling in VDPAU * Fix playback of palettized codecs * Fix ADPCM heap corruption (FG-VD-16-067) * Fix AES3 16bps decoding * Fix DVD/LPCM heap corruption (FG-VD-16-090) * Fix SCTE-27 colors Demuxer: * Fix possible ASF integer overflow * Fix MP4, VOC, XA, SMF divide-by-zero errors * Fix MP4 heap buffer overflows * Fix Flac metadata integer overflow * Fix NSVf and AIFF infinite loops * Fix flac null-pointer dereference * Fix vorbis and opus comments integer overflows and leaks Video output: * Fix green line on Windows with AMD drivers * Fix screenshots size Access: * Fix crash in screen recording on Windows * Fix FTP scan string injection * Fix HTTP size handling Mux: * Fix mp4 drift Lua: * Fix vimeo, youtube, dailymotion, cli, appletrailers, http, soundcloud scripts Audio filter: * Fix heap write in stereo_widen audio filter Windows: * The plugins loading will not load external DLLs by default. Plugins will need to LoadLibrary explicitely. * Fix uninstaller path handling * Fix taskbar buttons behavior MacOS: * Fix scrolling sensitivity on Sierra * Resume points are deleted now if the user clears the list of recent items @ text @a0 24 $NetBSD: patch-configure,v 1.8 2017/05/15 11:11:35 jperkin Exp $ Remove bogus Solaris exclusion. --- configure.orig 2016-05-31 16:56:33.000000000 +0000 +++ configure @@@@ -26281,7 +26281,7 @@@@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sse_inline" >&5 $as_echo "$ac_cv_sse_inline" >&6; } - if test "${ac_cv_sse_inline}" != "no" -a "${SYS}" != "solaris"; then : + if test "${ac_cv_sse_inline}" != "no"; then : $as_echo "#define CAN_COMPILE_SSE 1" >>confdefs.h @@@@ -26324,7 +26324,7 @@@@ rm -f core conftest.err conftest.$ac_obj fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sse2_inline" >&5 $as_echo "$ac_cv_sse2_inline" >&6; } - if test "${ac_cv_sse2_inline}" != "no" -a "${SYS}" != "solaris"; then : + if test "${ac_cv_sse2_inline}" != "no"; then : $as_echo "#define CAN_COMPILE_SSE2 1" >>confdefs.h @ 1.7 log @update to 1.1.2 changes: -improvements for audio output on MacOS and with PulseAudio -security fix for HTTP and RTSP server components (was patched in pkgsrc) @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.6 2011/01/24 18:54:04 drochner Exp $ d3 19 a21 39 --- configure.orig 2010-11-12 08:01:11.000000000 +0900 +++ configure 2011-01-04 22:57:48.000000000 +0900 @@@@ -32744,7 +32744,7 @@@@ echo "$LIBVA_PKG_ERRORS" >&5 - if test "${enable_libva}" == "yes"; then : + if test "${enable_libva}" = "yes"; then : as_fn_error $? "Could not find required libva." "$LINENO" 5 else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libva not found " >&5 @@@@ -32755,7 +32755,7 @@@@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } - if test "${enable_libva}" == "yes"; then : + if test "${enable_libva}" = "yes"; then : as_fn_error $? "Could not find required libva." "$LINENO" 5 else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libva not found " >&5 @@@@ -32805,7 +32805,7 @@@@ else - if test "${enable_libva}" == "yes"; then : + if test "${enable_libva}" = "yes"; then : as_fn_error $? "libva is present but libavcodec/vaapi.h is missing" "$LINENO" 5 else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libva is present but libavcodec/vaapi.h is missing " >&5 @@@@ -32879,7 +32879,7 @@@@ else - if test "${enable_dxva2}" == "yes"; then : + if test "${enable_dxva2}" = "yes"; then : as_fn_error $? "dxva2 is present but libavcodec/dxva2.h is missing" "$LINENO" 5 else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dxva2 is present but libavcodec/dxva2.h is missing " >&5 @@@@ -32893,7 +32893,7 @@@@ a22 1 else d24 1 a24 5 - if test "${enable_dxva2}" == "yes"; then : + if test "${enable_dxva2}" = "yes"; then : as_fn_error $? "Could not find required dxva2api.h" "$LINENO" 5 else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dxva2api.h not found" >&5 @ 1.6 log @update to 1.1.6, from Makoto Fujiwara per pkgsrc-wip This is a new major branch, too many changes to list here. (the options need testing and cleanup) @ text @d1 1 a1 1 $NetBSD$ @ 1.5 log @Add bug report URLs/commit IDs. @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.4 2009/09/24 22:14:57 ahoka Exp $ d3 47 a49 23 First chunk: http://trac.videolan.org/vlc/ticket/3762 Second chunk: http://trac.videolan.org/vlc/ticket/3761 --- configure.ac.orig 2009-09-19 21:30:21.000000000 +0200 +++ configure.ac @@@@ -572,7 +572,7 @@@@ AC_CHECK_FUNCS(fdatasync,, ]) dnl Check for non-standard system calls -AC_CHECK_FUNCS([vmsplice eventfd fstatfs]) +AC_CHECK_FUNCS([vmsplice eventfd fstatvfs fstatfs]) AH_BOTTOM([#include ]) @@@@ -2498,7 +2498,7 @@@@ then fi CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_v4l2}" - AC_CHECK_HEADERS(linux/videodev2.h, [ + AC_CHECK_HEADERS(linux/videodev2.h sys/videoio.h, [ VLC_ADD_PLUGIN([v4l2]) ],[]) CPPFLAGS="${CPPFLAGS_save}" @ 1.4 log @Changes between 1.0.1 and 1.0.2: -------------------------------- Decoders: * Native support for WMA Professional, without the use of the Win32 dlls * Fix issues in subtitles, especially SSA ones * Various fixes on theora and ogg Demuxers: * Various fixes for EPG support in MPEG-TS demuxer * Fixes for potential stack overflow in .avi, .mp4 and .asf demuxers Access: * Fixes for v4l2 devices * Fixes for dvb-c channels-scanning Qt Interface: * Fix some playlist sorting issues Mac OS X Interface: * Fixed a crash when updating VLC * Fixed a crash related to QTKit when opening video files (10.6 only) * Added the ability to play 2nd media in sync to the primary item (input-slave) * Added the "Quit after Playback" feature Mac OS X Port: * The "Delete Preferences" script is now delivered as a Universal Binary with native code for PowerPC, Intel and Intel 64bit * Full 64bit runtime compatibility on both Mac OS X 10.5 and 10.6 - no support for Goom and SDL - limited text rendering support - This port is still considered as EXPERIMENTAL despite its binary release. Encoders: * MPEG2 transrate stream output removed * x264 default-values closer to x264.exe defaults. * x264 rc-behaviour fixes: - if user defines qp-value, CQP-mode is used - otherwise if user defines vb=0, CRF-mode is used - otherwise ABR-mode is used * x264 set vbv-bufsize/vbv-maxsize better if user hasn't defined these: - ABR mode set vbv-max-bitrate=bitrate - vbv-bufsize is bitrate * seconds between keyframes (keyint/fps) Playlist: * Lua scripts for Mpora and Vimeo playback Unix builds: * Various fixes to enable 1.0 to build on Solaris and OpenBSD @ text @d1 4 a4 1 $NetBSD: patch-configure,v 1.3 2009/07/07 16:17:47 tnn Exp $ @ 1.3 log @Update to VLC 1.0.0 "Goldeneye". Some highlights are: * Live recording * Instant pausing and Frame-by-Frame support * Finer speed controls * New HD codecs (AES3, Dolby Digital Plus, TrueHD, Blu-Ray Linear PCM, Real Video 3.0 and 4.0, ...) * New formats (Raw Dirac, M2TS, ...) and major improvements in many formats... * New Dirac encoder and MP3 fixed-point encoder * Video scaling in fullscreen * RTSP Trickplay support * Zipped file playback * Customizable toolbars * Easier encoding GUI in Qt interface * Better integration in Gtk environments * MTP devices on linux * AirTunes streaming * New skin for the skins2 interface @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- configure.ac.orig 2009-06-20 16:08:32.000000000 +0200 d5 10 a14 1 @@@@ -2490,7 +2490,7 @@@@ then @ 1.2 log @Update to version 0.9.4, plus a lot of PLIST adjustments Official changelog: Changes between 0.9.3 and 0.9.4: ------------------------------------ Various bugfixes: * Crashes fixed in ogg, vobsub, dvdread * Fixes several memory leaks. Mac OS X port: * Apple machines without Quartz Extreme are no longer supported (use 0.9.2 or earlier ) * Fixed a crash with deletion of old preferences. * Fixed targetname for downloaded updates Windows port: * Stability fix for the video output. Changes between 0.9.2 and 0.9.3: ------------------------------------ Various bugfixes: * Fixed DTS channel order on 5.1 systems * Fixed pausing behavior for subtitles and for Audio-CD * Multiple subtitles and podcast fixes * Various crashes fixed in PS, SSA, mkv, xspf, freetype * Fixed update system bugs * Other bug fixes (dvd language selection, subtitle colours, HTTP keep-alive...) Mac OS X port: * Fixed ffmpeg slowness on PowerPC-based Macs * Fixed crash on startup when installed on old preferences * Fixed bug in directory opening on Mac OS X * Fixed font selection in the Simple Preferences * Thicker border to the subtitle renderer * Fixed the appearance of playlist items in the Streaming/Transcoding Wizard * Fixed AC3 passthrough on Mac OS X * Fixed behavior of the Volume Normalizer settings on Mac OS X * Removed the deprecated QuickDraw video output module to avoid crashes on modern Mac OS X versions Windows port: * Fixed sensitivity of Fullscreen Controller * Fixed error messages on startup when VLC wasn't correctly uninstalled before installation * Fix showing of controller when returning from fullscreen playback * Multiple directory and path location fixes. Qt4 interface: * Added Faster/Slower icons to the controller panel * Fixed lost playlist columns when switching the playlist view * Added needed options to Simple preferences (to avoid NVIDIA drivers issues) * Fullscreen controller: added time label, remembering of last position * Fixed drag'n drop behaviour on the playlist * Multiple other fixes (Enter hotkey in preferences, Skins selection...) @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.1 2008/09/27 22:33:20 ahoka Exp $ d3 1 a3 1 --- configure.ac.orig 2008-10-06 20:14:27.000000000 +0200 d5 1 a5 10 @@@@ -1592,7 +1592,7 @@@@ dnl Allow runing as root (usefull for pe dnl AC_ARG_ENABLE(run-as-root, [ --enable-run-as-root allow runing VLC as root (default disabled)]) -AS_IF([test "${enable_run_as_root}" == "yes"],[ +AS_IF([test "${enable_run_as_root}" = "yes"],[ AC_DEFINE(ALLOW_RUN_AS_ROOT, 1, [Define to 1 to allow runing VLC as root (uid 0).]) ]) @@@@ -2424,7 +2424,7 @@@@ then @ 1.2.6.1 log @Pullup ticket #2901 - requested by ahoka vlc: security update Revisions pulled up: - multimedia/vlc/Makefile 1.83 - multimedia/vlc/PLIST 1.32 - multimedia/vlc/distinfo 1.32 - multimedia/vlc/patches/patch-aa 1.10 - multimedia/vlc/patches/patch-configure 1.4 --- Module Name: pkgsrc Committed By: ahoka Date: Thu Sep 24 22:14:58 UTC 2009 Modified Files: pkgsrc/multimedia/vlc: Makefile PLIST distinfo pkgsrc/multimedia/vlc/patches: patch-aa patch-configure Log Message: Changes between 1.0.1 and 1.0.2: -------------------------------- Decoders: * Native support for WMA Professional, without the use of the Win32 dlls * Fix issues in subtitles, especially SSA ones * Various fixes on theora and ogg Demuxers: * Various fixes for EPG support in MPEG-TS demuxer * Fixes for potential stack overflow in .avi, .mp4 and .asf demuxers Access: * Fixes for v4l2 devices * Fixes for dvb-c channels-scanning Qt Interface: * Fix some playlist sorting issues Mac OS X Interface: * Fixed a crash when updating VLC * Fixed a crash related to QTKit when opening video files (10.6 only) * Added the ability to play 2nd media in sync to the primary item (input-slave) * Added the "Quit after Playback" feature Mac OS X Port: * The "Delete Preferences" script is now delivered as a Universal Binary with native code for PowerPC, Intel and Intel 64bit * Full 64bit runtime compatibility on both Mac OS X 10.5 and 10.6 - no support for Goom and SDL - limited text rendering support - This port is still considered as EXPERIMENTAL despite its binary release. Encoders: * MPEG2 transrate stream output removed * x264 default-values closer to x264.exe defaults. * x264 rc-behaviour fixes: - if user defines qp-value, CQP-mode is used - otherwise if user defines vb=0, CRF-mode is used - otherwise ABR-mode is used * x264 set vbv-bufsize/vbv-maxsize better if user hasn't defined these: - ABR mode set vbv-max-bitrate=bitrate - vbv-bufsize is bitrate * seconds between keyframes (keyint/fps) Playlist: * Lua scripts for Mpora and Vimeo playback Unix builds: * Various fixes to enable 1.0 to build on Solaris and OpenBSD @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.4 2009/09/24 22:14:57 ahoka Exp $ d3 1 a3 1 --- configure.ac.orig 2009-09-19 21:30:21.000000000 +0200 d5 8 a12 1 @@@@ -572,7 +572,7 @@@@ AC_CHECK_FUNCS(fdatasync,, d14 1 a14 8 dnl Check for non-standard system calls -AC_CHECK_FUNCS([vmsplice eventfd fstatfs]) +AC_CHECK_FUNCS([vmsplice eventfd fstatvfs fstatfs]) AH_BOTTOM([#include ]) @@@@ -2498,7 +2498,7 @@@@ then @ 1.1 log @Update to 0.9.2, the first real 0.9.x release of VLC. Only minor bugfixes, no detailed list in the changelog. Add gnome option for gnome-vfs, not enabled by default. Add support for V4L2. This is only enabled for Linux now. Build needs to be fixed for NetBSD and tested for others. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- configure.ac.orig 2008-09-14 09:12:24.000000000 +0200 d5 10 a14 1 @@@@ -2407,7 +2407,7 @@@@ then @ 1.1.2.1 log @Pullup ticket #2556 - requested by ahoka vlc: security update Revisions pulled up: - multimedia/vlc/Makefile 1.62 - multimedia/vlc/PLIST 1.20 - multimedia/vlc/distinfo 1.20 - multimedia/vlc/options.mk 1.9 - multimedia/vlc/patches/patch-configure 1.2 --- Module Name: pkgsrc Committed By: ahoka Date: Sun Oct 19 22:05:54 UTC 2008 Modified Files: pkgsrc/multimedia/vlc: options.mk Log Message: Fix a bug when configure is looking for glx when option -x11 set. --- Module Name: pkgsrc Committed By: ahoka Date: Mon Oct 13 18:42:12 UTC 2008 Modified Files: pkgsrc/multimedia/vlc: Makefile PLIST distinfo pkgsrc/multimedia/vlc/patches: patch-configure Log Message: Update to version 0.9.4, plus a lot of PLIST adjustments Official changelog: Changes between 0.9.3 and 0.9.4: ------------------------------------ Various bugfixes: * Crashes fixed in ogg, vobsub, dvdread * Fixes several memory leaks. Mac OS X port: * Apple machines without Quartz Extreme are no longer supported (use 0.9.2 or earlier ) * Fixed a crash with deletion of old preferences. * Fixed targetname for downloaded updates Windows port: * Stability fix for the video output. Changes between 0.9.2 and 0.9.3: ------------------------------------ Various bugfixes: * Fixed DTS channel order on 5.1 systems * Fixed pausing behavior for subtitles and for Audio-CD * Multiple subtitles and podcast fixes * Various crashes fixed in PS, SSA, mkv, xspf, freetype * Fixed update system bugs * Other bug fixes (dvd language selection, subtitle colours, HTTP keep-alive...) Mac OS X port: * Fixed ffmpeg slowness on PowerPC-based Macs * Fixed crash on startup when installed on old preferences * Fixed bug in directory opening on Mac OS X * Fixed font selection in the Simple Preferences * Thicker border to the subtitle renderer * Fixed the appearance of playlist items in the Streaming/Transcoding Wizard * Fixed AC3 passthrough on Mac OS X * Fixed behavior of the Volume Normalizer settings on Mac OS X * Removed the deprecated QuickDraw video output module to avoid crashes on modern Mac OS X versions Windows port: * Fixed sensitivity of Fullscreen Controller * Fixed error messages on startup when VLC wasn't correctly uninstalled before installation * Fix showing of controller when returning from fullscreen playback * Multiple directory and path location fixes. Qt4 interface: * Added Faster/Slower icons to the controller panel * Fixed lost playlist columns when switching the playlist view * Added needed options to Simple preferences (to avoid NVIDIA drivers issues) * Fullscreen controller: added time label, remembering of last position * Fixed drag'n drop behaviour on the playlist * Multiple other fixes (Enter hotkey in preferences, Skins selection...) @ text @d3 1 a3 1 --- configure.ac.orig 2008-10-06 20:14:27.000000000 +0200 d5 1 a5 10 @@@@ -1592,7 +1592,7 @@@@ dnl Allow runing as root (usefull for pe dnl AC_ARG_ENABLE(run-as-root, [ --enable-run-as-root allow runing VLC as root (default disabled)]) -AS_IF([test "${enable_run_as_root}" == "yes"],[ +AS_IF([test "${enable_run_as_root}" = "yes"],[ AC_DEFINE(ALLOW_RUN_AS_ROOT, 1, [Define to 1 to allow runing VLC as root (uid 0).]) ]) @@@@ -2424,7 +2424,7 @@@@ then @