summaryrefslogtreecommitdiff
path: root/multimedia/vlc/patches
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-04-02 16:20:37 +0000
committertaca <taca@pkgsrc.org>2011-04-02 16:20:37 +0000
commit0935b1f828a80e82ee2d24c7c3ccf3830d89fd14 (patch)
tree4105dd6601ea4c60c63753d122552b931e5eee3b /multimedia/vlc/patches
parent94e213aa962e90c794e6ace055bea5ed046e75b0 (diff)
downloadpkgsrc-0935b1f828a80e82ee2d24c7c3ccf3830d89fd14.tar.gz
Update vlc package to 1.1.8.
pkgsrc change and notes: * Update PLIST to reflect PKG_OPTION setting. * With pulseaudio and sdl PKG_OPTION, I couldn't build the package because of vlc-cache-gen core dump. * x11 PKG_OPTION could be elminated since the package won't build without it. Changes between 1.1.7 and 1.1.8: -------------------------------- Mac OS X Interface: * New UI graphics by Damien Erambert Interfaces: * Oldrc interface is again the default RC interface, on Windows * Luarc, luahttp and luatelnet fixes * Qt and Mac OS X fixes * numerous Skins2 fixes, notably winamp2 skins Encoder: * new libschroedinger-based Dirac codec encoder, faster than the current one Access/Demuxers/Codecs: * Subtitles auto-detection is back for .txt files * vod/rtsp server and rtsp input fixes * mp4 demuxer improvements * ogg, rstp input, video filters minor fixes * taglib's replaygain is fixed for mp3 * vobsub support has an improved auto-detection * fix a crash in malformed ape files Miscellaneous fixes in: * Pulseaudio audio output, notably for usb cards * Stacktraces are now limited in size on Windows * Video resolution is now limited to 8192x8192, for security reasons See CORE-2011-0208 * Configure and build system improvements * DirectShow and BDA build headers have been updated Translations: * Update for Finnish, Galician, Dutch, Chinese, German, Japanese, Lithuanian, Slovak, French, Polish, Estonian, Brazillian Portuguese and Hebrew * New icelandic translation
Diffstat (limited to 'multimedia/vlc/patches')
-rw-r--r--multimedia/vlc/patches/patch-au16
-rw-r--r--multimedia/vlc/patches/patch-av22
2 files changed, 0 insertions, 38 deletions
diff --git a/multimedia/vlc/patches/patch-au b/multimedia/vlc/patches/patch-au
deleted file mode 100644
index 5cf5506ebfe..00000000000
--- a/multimedia/vlc/patches/patch-au
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-au,v 1.3 2011/02/14 19:03:19 drochner Exp $
-
-fix build with libmatroska-1.1
-
---- modules/demux/mkv/mkv.hpp.orig 2011-01-30 14:45:14.000000000 +0000
-+++ modules/demux/mkv/mkv.hpp
-@@ -92,7 +92,8 @@
- #include "matroska/KaxSegment.h"
- #include "matroska/KaxTag.h"
- #include "matroska/KaxTags.h"
--#include "matroska/KaxTagMulti.h"
-+//missing in libmatroska-1.1
-+//#include "matroska/KaxTagMulti.h"
- #include "matroska/KaxTracks.h"
- #include "matroska/KaxTrackAudio.h"
- #include "matroska/KaxTrackVideo.h"
diff --git a/multimedia/vlc/patches/patch-av b/multimedia/vlc/patches/patch-av
deleted file mode 100644
index ad6d43688e3..00000000000
--- a/multimedia/vlc/patches/patch-av
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-av,v 1.1 2011/02/14 19:03:19 drochner Exp $
-
-fix build with libmatroska-1.1
-
---- modules/demux/mkv/matroska_segment.cpp.orig 2010-09-27 14:38:23.000000000 +0000
-+++ modules/demux/mkv/matroska_segment.cpp
-@@ -220,6 +220,7 @@ void matroska_segment_c::LoadTags( KaxTa
- }
- ep->Up();
- }
-+#if 0 //not valid anymore
- else if( MKV_IS_ID( el, KaxTagGeneral ) )
- {
- msg_Dbg( &sys.demuxer, "| + General" );
-@@ -288,6 +289,7 @@ void matroska_segment_c::LoadTags( KaxTa
- {
- msg_Dbg( &sys.demuxer, "| + Multi Title" );
- }
-+#endif
- else
- {
- msg_Dbg( &sys.demuxer, "| + LoadTag Unknown (%s)", typeid( *el ).name() );