diff options
author | tnn <tnn@pkgsrc.org> | 2009-07-07 16:17:47 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-07-07 16:17:47 +0000 |
commit | 78b31dd5ad144015abd80e04d86c57ff9ea63f0c (patch) | |
tree | d16f6a2b0d5b5b6057f237b0ec76a6e1345b3209 /multimedia/vlc/patches/patch-configure | |
parent | e28666e26edffb1c607d7bf25c81a97986add6c3 (diff) | |
download | pkgsrc-78b31dd5ad144015abd80e04d86c57ff9ea63f0c.tar.gz |
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
Diffstat (limited to 'multimedia/vlc/patches/patch-configure')
-rw-r--r-- | multimedia/vlc/patches/patch-configure | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/multimedia/vlc/patches/patch-configure b/multimedia/vlc/patches/patch-configure index 6f0201ece05..5e46f498f02 100644 --- a/multimedia/vlc/patches/patch-configure +++ b/multimedia/vlc/patches/patch-configure @@ -1,17 +1,8 @@ -$NetBSD: patch-configure,v 1.2 2008/10/13 18:42:12 ahoka Exp $ +$NetBSD: patch-configure,v 1.3 2009/07/07 16:17:47 tnn Exp $ ---- configure.ac.orig 2008-10-06 20:14:27.000000000 +0200 +--- configure.ac.orig 2009-06-20 16:08:32.000000000 +0200 +++ configure.ac -@@ -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 +@@ -2490,7 +2490,7 @@ then fi CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_v4l2}" |