diff options
author | ahoka <ahoka@pkgsrc.org> | 2008-10-13 18:42:12 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2008-10-13 18:42:12 +0000 |
commit | 343febd329230dd0ba392bd72897577681e94099 (patch) | |
tree | d65e569913a3f1212e8fd371d664a4db935eda93 /multimedia/vlc/patches | |
parent | 8db8f05c12e11d791f31a862e00119fb345a786b (diff) | |
download | pkgsrc-343febd329230dd0ba392bd72897577681e94099.tar.gz |
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...)
Diffstat (limited to 'multimedia/vlc/patches')
-rw-r--r-- | multimedia/vlc/patches/patch-configure | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/multimedia/vlc/patches/patch-configure b/multimedia/vlc/patches/patch-configure index 97f1511eb68..6f0201ece05 100644 --- a/multimedia/vlc/patches/patch-configure +++ b/multimedia/vlc/patches/patch-configure @@ -1,8 +1,17 @@ -$NetBSD: patch-configure,v 1.1 2008/09/27 22:33:20 ahoka Exp $ +$NetBSD: patch-configure,v 1.2 2008/10/13 18:42:12 ahoka Exp $ ---- configure.ac.orig 2008-09-14 09:12:24.000000000 +0200 +--- configure.ac.orig 2008-10-06 20:14:27.000000000 +0200 +++ configure.ac -@@ -2407,7 +2407,7 @@ then +@@ -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 fi CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_v4l2}" |