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 | |
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')
-rw-r--r-- | multimedia/vlc/patches/patch-configure | 15 | ||||
-rw-r--r-- | multimedia/vlc/patches/patch-embedded-video | 13 | ||||
-rw-r--r-- | multimedia/vlc/patches/patch-v4l2 | 10 |
3 files changed, 8 insertions, 30 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}" diff --git a/multimedia/vlc/patches/patch-embedded-video b/multimedia/vlc/patches/patch-embedded-video deleted file mode 100644 index 5d14039b436..00000000000 --- a/multimedia/vlc/patches/patch-embedded-video +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-embedded-video,v 1.1 2009/01/28 12:28:25 jmcneill Exp $ - ---- modules/gui/qt4/qt4.cpp.orig 2008-11-09 13:11:18.000000000 -0500 -+++ modules/gui/qt4/qt4.cpp -@@ -213,7 +213,7 @@ vlc_module_begin(); - - set_callbacks( OpenDialogs, Close ); - --#if 0 -+#if !defined(Q_QS_X11) || HAS_QT43 - add_submodule(); - set_capability( "vout window", 50 ); - set_callbacks( WindowOpen, WindowClose ); diff --git a/multimedia/vlc/patches/patch-v4l2 b/multimedia/vlc/patches/patch-v4l2 index cce3aba1668..038c3161437 100644 --- a/multimedia/vlc/patches/patch-v4l2 +++ b/multimedia/vlc/patches/patch-v4l2 @@ -1,8 +1,8 @@ -$NetBSD: patch-v4l2,v 1.1 2008/09/27 22:33:20 ahoka Exp $ +$NetBSD: patch-v4l2,v 1.2 2009/07/07 16:17:47 tnn Exp $ ---- modules/access/v4l2/v4l2.c.orig 2008-09-25 01:46:12.000000000 +0200 -+++ modules/access/v4l2/v4l2.c -@@ -55,7 +55,13 @@ +--- modules/access/v4l2.c.orig 2009-05-22 01:06:04.000000000 +0200 ++++ modules/access/v4l2.c +@@ -48,7 +48,13 @@ #include <sys/ioctl.h> #include <sys/mman.h> @@ -15,5 +15,5 @@ $NetBSD: patch-v4l2,v 1.1 2008/09/27 22:33:20 ahoka Exp $ +# error "No Video4Linux2 headers found." +#endif - #include <sys/soundcard.h> + #include <poll.h> |