Changes of Revision 4
[-] [+] | Changed | vlc.spec |
[-] [+] | Added | vlc-aboutmessage.patch ^ |
@@ -0,0 +1,13 @@ +diff -Nur vlc-1.1.5-orig/modules/gui/qt4/dialogs/help.cpp vlc-1.1.5/modules/gui/qt4/dialogs/help.cpp +--- vlc-1.1.5-orig/modules/gui/qt4/dialogs/help.cpp 2011-01-14 12:46:06.485861797 +0100 ++++ vlc-1.1.5/modules/gui/qt4/dialogs/help.cpp 2011-01-14 12:49:00.302611676 +0100 +@@ -117,8 +117,7 @@ + "VLC uses its internal codecs and works on essentially every " + "popular platform.\n\n" ) + + qtr( "This version of VLC was compiled by:\n " ) +- + qfu( VLC_CompileBy() )+ " on " + qfu( VLC_CompileHost() ) + +- + " ("__DATE__" "__TIME__").\n" ++ + "PackMan on OBS ( Jan 14 2011 00:00:00 )\n" + + qtr( "Compiler: " ) + qfu( VLC_Compiler() ) + ".\n" + + qtr( "You are using the Qt4 Interface.\n\n" ) + + qtr( "Copyright (C) " ) + COPYRIGHT_YEARS | ||
[-] [+] | Added | vlc-asserts_h.patch ^ |
@@ -0,0 +1,11 @@ +diff -Nur vlc-1.1.6-orig/modules/services_discovery/upnp_intel.cpp vlc-1.1.6/modules/services_discovery/upnp_intel.cpp +--- vlc-1.1.6-orig/modules/services_discovery/upnp_intel.cpp 2011-01-25 00:12:46.403632721 +0100 ++++ vlc-1.1.6/modules/services_discovery/upnp_intel.cpp 2011-01-25 00:33:19.756630952 +0100 +@@ -34,6 +34,7 @@ + # include "config.h" + #endif + ++#include <assert.h> + #include "upnp_intel.hpp" + + #include <vlc_plugin.h> | ||
[-] [+] | Added | vlc-errno_h.patch ^ |
@@ -0,0 +1,11 @@ +diff -Nur vlc-1.1.6-orig/modules/control/lirc.c vlc-1.1.6/modules/control/lirc.c +--- vlc-1.1.6-orig/modules/control/lirc.c 2011-01-25 00:12:46.350633526 +0100 ++++ vlc-1.1.6/modules/control/lirc.c 2011-01-25 00:14:06.985881781 +0100 +@@ -31,6 +31,7 @@ + # include "config.h" + #endif + ++#include "errno.h" + #include <vlc_common.h> + #include <vlc_plugin.h> + #include <vlc_interface.h> | ||
[-] [+] | Added | vlc-opencv22.patch ^ |
@@ -0,0 +1,12 @@ +diff -Nur vlc-1.1.5-orig/modules/video_filter/opencv_example.c vlc-1.1.5/modules/video_filter/opencv_example.c +--- vlc-1.1.5-orig/modules/video_filter/opencv_example.c 2011-01-19 07:05:56.109673336 +0100 ++++ vlc-1.1.5/modules/video_filter/opencv_example.c 2011-01-19 07:22:04.973670402 +0100 +@@ -191,7 +191,7 @@ + CvSeq *faces = cvHaarDetectObjects( p_img[0], p_sys->p_cascade, + p_sys->p_storage, 1.15, 5, + CV_HAAR_DO_CANNY_PRUNING, +- cvSize(20, 20) ); ++ cvSize(0, 0), cvSize(20, 20) ); + //create the video_filter_region_info_t struct + if (faces && (faces->total > 0)) + { | ||
Changed | vlc-1.1.6.tar.bz2 ^ |