update to 0.8.5

This commit is contained in:
jolan 2006-11-03 15:15:07 +00:00
parent ca446112cc
commit 0920699ffd
11 changed files with 164 additions and 79 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.38 2006/10/13 02:08:22 jolan Exp $
# $OpenBSD: Makefile,v 1.39 2006/11/03 15:15:07 jolan Exp $
SHARED_ONLY= Yes
COMMENT= "videolan client; multimedia player"
V= 0.8.4a
V= 0.8.5
DISTNAME= vlc-${V}
PKGNAME= ${DISTNAME}p8
CATEGORIES= x11
MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${V}/
@ -45,8 +44,8 @@ LIB_DEPENDS= SDL_image.>=1.3::devel/sdl-image \
dvdread.>=3.0::devel/libdvdread \
wx_base,wx_base_net,wx_base_odbc,wx_base_xml,wx_gtk2_adv,wx_gtk2_core,wx_gtk2_dbgrid,wx_gtk2_html,wx_gtk2_qa,wx_gtk2_xrc:wxWidgets-gtk2->=2.6.3:x11/wxWidgets
WANTLIB= X11 Xext Xinerama Xv c freetype m ncurses ossaudio \
pthread stdc++ usbhid z \
WANTLIB= ICE SM X11 Xext Xinerama Xv Xxf86vm c freetype m ncurses \
ossaudio pthread stdc++ usbhid z \
SDL jpeg tiff
CONFIGURE_STYLE=autoconf
@ -194,7 +193,7 @@ CFLAGS+=-mhard-quad-float
# win32 codecs support uses i386_set_ldt
post-configure:
.if ${MACHINE_ARCH} == "i386"
@perl -pi -e s,'VLC_ENTRY = vlc_entry__0_8_4','VLC_ENTRY = vlc_entry__0_8_4 -li386',g \
@perl -pi -e s,'VLC_ENTRY = vlc_entry__0_8_5','VLC_ENTRY = vlc_entry__0_8_5 -li386',g \
${WRKSRC}/modules/codec/Makefile ${WRKSRC}/modules/codec/dmo/Makefile
.endif
@ -203,4 +202,8 @@ post-configure:
#pre-build:
# @perl -pi -e 's|_PREFIX_|${PREFIX}|g' ${WRKSRC}/modules/gui/pda/pda.c
# XXX install fails due to this file not being generated properly
pre-install:
@touch ${WRKSRC}/share/skins2/default.vlt
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
MD5 (vlc-0.8.4a.tar.gz) = fd4d98255dc1599a58779f77ade9ff65
RMD160 (vlc-0.8.4a.tar.gz) = 42b54d2ee8231299c0f1a676b0f18237b15d0499
SHA1 (vlc-0.8.4a.tar.gz) = b767241cae240116f7785db190726e3c73a54afb
SIZE (vlc-0.8.4a.tar.gz) = 10668349
MD5 (vlc-0.8.5.tar.gz) = 90d19a5ba2ef2e03e6062fadc2e810d2
RMD160 (vlc-0.8.5.tar.gz) = 1ec6c84eac6ec11a961179f30e8d9701c0a6ff56
SHA1 (vlc-0.8.5.tar.gz) = 6c349e2a2d60576833c567dd984e2a5d4bc42975
SIZE (vlc-0.8.5.tar.gz) = 12461262

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure_ac,v 1.4 2006/03/20 05:53:18 jakemsr Exp $
--- configure.ac.orig Sun Dec 11 13:36:29 2005
+++ configure.ac Sat Feb 4 22:01:44 2006
@@ -565,6 +565,9 @@ if test "${SYS}" != "mingw32" -a "${SYS}
$OpenBSD: patch-configure_ac,v 1.5 2006/11/03 15:15:07 jolan Exp $
--- configure.ac.orig Sat May 6 10:52:25 2006
+++ configure.ac Fri Oct 20 14:32:54 2006
@@ -648,6 +648,9 @@ if test "${SYS}" != "mingw32" -a "${SYS}
dnl Check for pthreads - borrowed from XMMS
THREAD_LIB=error
if test "${THREAD_LIB}" = "error"; then
@ -11,16 +11,16 @@ $OpenBSD: patch-configure_ac,v 1.4 2006/03/20 05:53:18 jakemsr Exp $
AC_CHECK_LIB(pthread,main,THREAD_LIB="-lpthread")
fi
if test "${THREAD_LIB}" = "error"; then
@@ -2213,7 +2216,7 @@ dnl Those options have to be here becaus
fi])
@@ -2589,7 +2592,7 @@ dnl Look for a ffmpeg-config (we are on
else
dnl Trying with pkg-config
- PKG_CHECK_MODULES(FFMPEG,[libavcodec, libavformat],
+ PKG_CHECK_MODULES(FFMPEG,[libavcodec, libavformat, libpostproc],
[
AC_CHECK_HEADERS(ffmpeg/avcodec.h)
AC_CHECK_HEADERS(postproc/postprocess.h)
@@ -2853,13 +2856,13 @@ AC_ARG_ENABLE(png,
AC_CHECK_HEADERS(ffmpeg/avformat.h)
@@ -3236,13 +3239,13 @@ AC_ARG_ENABLE(png,
[ --enable-png PNG support (default enabled)])
if test "${enable_png}" != "no"; then
AC_CHECK_HEADERS(png.h, [

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-include_vlc_threads_funcs_h,v 1.2 2005/07/31 19:07:11 jolan Exp $
--- include/vlc_threads_funcs.h.orig Sat Jun 25 23:43:15 2005
+++ include/vlc_threads_funcs.h Sun Jul 10 11:33:17 2005
@@ -69,7 +69,7 @@ static inline int __vlc_mutex_lock( char
$OpenBSD: patch-include_vlc_threads_funcs_h,v 1.3 2006/11/03 15:15:07 jolan Exp $
--- include/vlc_threads_funcs.h.orig Sat May 6 10:52:25 2006
+++ include/vlc_threads_funcs.h Fri Oct 20 14:32:38 2006
@@ -69,7 +69,7 @@ static inline int __vlc_mutex_lock( cons
{
int i_result;
/* In case of error : */
@ -10,7 +10,7 @@ $OpenBSD: patch-include_vlc_threads_funcs_h,v 1.2 2005/07/31 19:07:11 jolan Exp
const char * psz_error = "";
#if defined( PTH_INIT_IN_PTH_H )
@@ -111,7 +111,7 @@ static inline int __vlc_mutex_lock( char
@@ -111,7 +111,7 @@ static inline int __vlc_mutex_lock( cons
i_result = pthread_mutex_lock( &p_mutex->mutex );
if ( i_result )
{
@ -19,7 +19,7 @@ $OpenBSD: patch-include_vlc_threads_funcs_h,v 1.2 2005/07/31 19:07:11 jolan Exp
psz_error = strerror(i_result);
}
@@ -124,7 +124,7 @@ static inline int __vlc_mutex_lock( char
@@ -124,7 +124,7 @@ static inline int __vlc_mutex_lock( cons
if( i_result )
{
msg_Err( p_mutex->p_this,
@ -28,7 +28,7 @@ $OpenBSD: patch-include_vlc_threads_funcs_h,v 1.2 2005/07/31 19:07:11 jolan Exp
i_thread, psz_file, i_line, i_result, psz_error );
}
return i_result;
@@ -141,7 +141,7 @@ static inline int __vlc_mutex_unlock( ch
@@ -141,7 +141,7 @@ static inline int __vlc_mutex_unlock( co
{
int i_result;
/* In case of error : */
@ -37,7 +37,7 @@ $OpenBSD: patch-include_vlc_threads_funcs_h,v 1.2 2005/07/31 19:07:11 jolan Exp
const char * psz_error = "";
#if defined( PTH_INIT_IN_PTH_H )
@@ -184,7 +184,7 @@ static inline int __vlc_mutex_unlock( ch
@@ -184,7 +184,7 @@ static inline int __vlc_mutex_unlock( co
i_result = pthread_mutex_unlock( &p_mutex->mutex );
if ( i_result )
{
@ -46,7 +46,7 @@ $OpenBSD: patch-include_vlc_threads_funcs_h,v 1.2 2005/07/31 19:07:11 jolan Exp
psz_error = strerror(i_result);
}
@@ -197,7 +197,7 @@ static inline int __vlc_mutex_unlock( ch
@@ -197,7 +197,7 @@ static inline int __vlc_mutex_unlock( co
if( i_result )
{
msg_Err( p_mutex->p_this,
@ -55,7 +55,7 @@ $OpenBSD: patch-include_vlc_threads_funcs_h,v 1.2 2005/07/31 19:07:11 jolan Exp
i_thread, psz_file, i_line, i_result, psz_error );
}
@@ -227,7 +227,7 @@ static inline int __vlc_cond_signal( cha
@@ -227,7 +227,7 @@ static inline int __vlc_cond_signal( con
{
int i_result;
/* In case of error : */
@ -64,7 +64,7 @@ $OpenBSD: patch-include_vlc_threads_funcs_h,v 1.2 2005/07/31 19:07:11 jolan Exp
const char * psz_error = "";
#if defined( PTH_INIT_IN_PTH_H )
@@ -322,7 +322,7 @@ static inline int __vlc_cond_signal( cha
@@ -322,7 +322,7 @@ static inline int __vlc_cond_signal( con
i_result = pthread_cond_signal( &p_condvar->cond );
if ( i_result )
{
@ -73,7 +73,7 @@ $OpenBSD: patch-include_vlc_threads_funcs_h,v 1.2 2005/07/31 19:07:11 jolan Exp
psz_error = strerror(i_result);
}
@@ -339,7 +339,7 @@ static inline int __vlc_cond_signal( cha
@@ -339,7 +339,7 @@ static inline int __vlc_cond_signal( con
if( i_result )
{
msg_Err( p_condvar->p_this,
@ -82,7 +82,7 @@ $OpenBSD: patch-include_vlc_threads_funcs_h,v 1.2 2005/07/31 19:07:11 jolan Exp
i_thread, psz_file, i_line, i_result, psz_error );
}
@@ -357,7 +357,7 @@ static inline int __vlc_cond_wait( char
@@ -357,7 +357,7 @@ static inline int __vlc_cond_wait( const
{
int i_result;
/* In case of error : */
@ -91,7 +91,7 @@ $OpenBSD: patch-include_vlc_threads_funcs_h,v 1.2 2005/07/31 19:07:11 jolan Exp
const char * psz_error = "";
#if defined( PTH_INIT_IN_PTH_H )
@@ -512,7 +512,7 @@ static inline int __vlc_cond_wait( char
@@ -512,7 +512,7 @@ static inline int __vlc_cond_wait( const
if ( i_result )
{
@ -100,7 +100,7 @@ $OpenBSD: patch-include_vlc_threads_funcs_h,v 1.2 2005/07/31 19:07:11 jolan Exp
psz_error = strerror(i_result);
}
@@ -525,7 +525,7 @@ static inline int __vlc_cond_wait( char
@@ -525,7 +525,7 @@ static inline int __vlc_cond_wait( const
if( i_result )
{
msg_Err( p_condvar->p_this,

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-m4_vlc_m4,v 1.1 2005/12/22 03:45:36 jolan Exp $
--- m4/vlc.m4.orig Sun Dec 11 15:36:12 2005
+++ m4/vlc.m4 Fri Dec 16 10:58:32 2005
@@ -139,7 +139,7 @@ AC_DEFUN([VLC_LIBRARY_SUFFIX], [
$OpenBSD: patch-m4_vlc_m4,v 1.2 2006/11/03 15:15:07 jolan Exp $
--- m4/vlc.m4.orig Sat May 6 10:52:12 2006
+++ m4/vlc.m4 Fri Oct 20 14:32:38 2006
@@ -141,7 +141,7 @@ AC_DEFUN([VLC_LIBRARY_SUFFIX], [
darwin*)
LIBEXT=".dylib"
;;
@ -10,7 +10,7 @@ $OpenBSD: patch-m4_vlc_m4,v 1.1 2005/12/22 03:45:36 jolan Exp $
LIBEXT=".dll"
;;
hpux*)
@@ -157,7 +157,7 @@ AC_DEFUN([VLC_SYMBOL_PREFIX], [
@@ -159,7 +159,7 @@ AC_DEFUN([VLC_SYMBOL_PREFIX], [
AC_MSG_CHECKING(for prefix to exported symbols)
SYMPREF=""
case "${target_os}" in

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-modules_access_ftp_c,v 1.1 2006/09/22 02:23:13 pvalchev Exp $
--- modules/access/ftp.c.orig Thu Sep 21 19:06:22 2006
+++ modules/access/ftp.c Thu Sep 21 19:06:43 2006
@@ -540,7 +540,7 @@ static int ftp_ReadCommand( access_t *p_
$OpenBSD: patch-modules_access_ftp_c,v 1.2 2006/11/03 15:15:07 jolan Exp $
--- modules/access/ftp.c.orig Sat May 6 10:52:18 2006
+++ modules/access/ftp.c Fri Oct 20 14:32:38 2006
@@ -534,7 +534,7 @@ static int ftp_ReadCommand( access_t *p_
return( i_answer / 100 );
}

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-modules_access_mms_mmsh_c,v 1.1 2006/09/22 02:23:13 pvalchev Exp $
--- modules/access/mms/mmsh.c.orig Thu Sep 21 19:13:09 2006
+++ modules/access/mms/mmsh.c Thu Sep 21 19:15:03 2006
@@ -565,7 +565,7 @@ error:
$OpenBSD: patch-modules_access_mms_mmsh_c,v 1.2 2006/11/03 15:15:07 jolan Exp $
--- modules/access/mms/mmsh.c.orig Sat May 6 10:52:18 2006
+++ modules/access/mms/mmsh.c Fri Oct 20 14:32:38 2006
@@ -567,7 +567,7 @@ error:
/*****************************************************************************
*
*****************************************************************************/

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-modules_gui_ncurses_c,v 1.1 2005/12/22 16:36:17 jolan Exp $
--- modules/gui/ncurses.c.orig Sun Dec 11 15:36:21 2005
+++ modules/gui/ncurses.c Thu Dec 22 10:28:05 2005
@@ -98,7 +98,7 @@ static void ReadDir ( intf_thread
$OpenBSD: patch-modules_gui_ncurses_c,v 1.2 2006/11/03 15:15:07 jolan Exp $
--- modules/gui/ncurses.c.orig Sat May 6 10:52:17 2006
+++ modules/gui/ncurses.c Fri Oct 20 14:32:38 2006
@@ -99,7 +99,7 @@ static void ReadDir ( intf_thread
vlc_module_begin();
set_shortname( "Ncurses" );
set_description( _("Ncurses interface") );
- set_capability( "interface", 10 );
+ set_capability( "interface", 21 );
set_category( CAT_INTERFACE );
set_subcategory( SUBCAT_INTERFACE_GENERAL );
set_subcategory( SUBCAT_INTERFACE_MAIN );
set_callbacks( Open, Close );

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-modules_gui_pda_pda_callbacks_c,v 1.1 2005/07/31 19:07:11 jolan Exp $
--- modules/gui/pda/pda_callbacks.c.orig Sat Jun 25 08:43:07 2005
+++ modules/gui/pda/pda_callbacks.c Sun Jul 31 13:43:34 2005
@@ -1047,7 +1047,7 @@ void onAddTranscodeToPlaylist(GtkButton
$OpenBSD: patch-modules_gui_pda_pda_callbacks_c,v 1.2 2006/11/03 15:15:07 jolan Exp $
--- modules/gui/pda/pda_callbacks.c.orig Sat May 6 10:52:17 2006
+++ modules/gui/pda/pda_callbacks.c Fri Oct 20 14:32:38 2006
@@ -1041,7 +1041,7 @@ void onAddTranscodeToPlaylist(GtkButton
if( p_playlist == NULL ) return;
/* Get all the options. */

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_misc_modules_c,v 1.3 2005/12/22 03:45:36 jolan Exp $
--- src/misc/modules.c.orig Sun Dec 11 15:36:13 2005
+++ src/misc/modules.c Tue Dec 20 22:58:01 2005
@@ -1582,6 +1582,7 @@ static char * GetWindowsError( void )
$OpenBSD: patch-src_misc_modules_c,v 1.4 2006/11/03 15:15:07 jolan Exp $
--- src/misc/modules.c.orig Sat May 6 10:52:13 2006
+++ src/misc/modules.c Fri Oct 20 14:32:39 2006
@@ -1589,6 +1589,7 @@ static char * GetWindowsError( void )
*****************************************************************************/
static void CacheLoad( vlc_object_t *p_this )
{
@ -9,7 +9,7 @@ $OpenBSD: patch-src_misc_modules_c,v 1.3 2005/12/22 03:45:36 jolan Exp $
char *psz_filename, *psz_homedir;
FILE *file;
int i, j, i_size, i_read;
@@ -1700,6 +1701,7 @@ static void CacheLoad( vlc_object_t *p_t
@@ -1707,6 +1708,7 @@ static void CacheLoad( vlc_object_t *p_t
if( i_cache )
pp_cache = p_this->p_libvlc->p_module_bank->pp_loaded_cache =
malloc( i_cache * sizeof(void *) );
@ -17,7 +17,7 @@ $OpenBSD: patch-src_misc_modules_c,v 1.3 2005/12/22 03:45:36 jolan Exp $
#define LOAD_IMMEDIATE(a) \
if( fread( &a, sizeof(char), sizeof(a), file ) != sizeof(a) ) goto error
@@ -1716,7 +1718,7 @@ static void CacheLoad( vlc_object_t *p_t
@@ -1723,7 +1725,7 @@ static void CacheLoad( vlc_object_t *p_t
} else a = 0; \
} while(0)
@ -26,7 +26,7 @@ $OpenBSD: patch-src_misc_modules_c,v 1.3 2005/12/22 03:45:36 jolan Exp $
for( i = 0; i < i_cache; i++ )
{
int16_t i_size;
@@ -1792,6 +1794,7 @@ static void CacheLoad( vlc_object_t *p_t
@@ -1799,6 +1801,7 @@ static void CacheLoad( vlc_object_t *p_t
p_this->p_libvlc->p_module_bank->i_loaded_cache = 0;
fclose( file );

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.20 2006/10/13 02:08:22 jolan Exp $
@comment $OpenBSD: PLIST,v 1.21 2006/11/03 15:15:07 jolan Exp $
%%altivec%%
%%win32%%
%%x86opt%%
@ -7,14 +7,18 @@ bin/vlc-config
bin/wxvlc
include/vlc/
include/vlc/aout.h
include/vlc/control.h
include/vlc/decoder.h
include/vlc/input.h
include/vlc/intf.h
include/vlc/libvlc.h
include/vlc/mediacontrol.h
include/vlc/mediacontrol_structures.h
include/vlc/sout.h
include/vlc/vlc.h
include/vlc/vout.h
lib/libvlc.a
lib/mozilla/
lib/mozilla/components/
lib/vlc/
lib/vlc/access/
lib/vlc/access/libaccess_directory_plugin.so
@ -54,6 +58,7 @@ lib/vlc/audio_filter/libheadphone_channel_mixer_plugin.so
lib/vlc/audio_filter/liblinear_resampler_plugin.so
lib/vlc/audio_filter/libmpgatofixed32_plugin.so
lib/vlc/audio_filter/libnormvol_plugin.so
lib/vlc/audio_filter/libparam_eq_plugin.so
lib/vlc/audio_filter/libs16tofixed32_plugin.so
lib/vlc/audio_filter/libs16tofloat32_plugin.so
lib/vlc/audio_filter/libs16tofloat32swab_plugin.so
@ -147,6 +152,7 @@ lib/vlc/misc/
lib/vlc/misc/libdummy_plugin.so
lib/vlc/misc/libexport_plugin.so
lib/vlc/misc/libfreetype_plugin.so
lib/vlc/misc/libgrowl_plugin.so
lib/vlc/misc/libipv4_plugin.so
lib/vlc/misc/libipv6_plugin.so
lib/vlc/misc/liblogger_plugin.so
@ -171,6 +177,7 @@ lib/vlc/packetizer/libpacketizer_mpeg4audio_plugin.so
lib/vlc/packetizer/libpacketizer_mpeg4video_plugin.so
lib/vlc/packetizer/libpacketizer_mpegvideo_plugin.so
lib/vlc/services_discovery/
lib/vlc/services_discovery/libpodcast_plugin.so
lib/vlc/services_discovery/libsap_plugin.so
lib/vlc/services_discovery/libshout_plugin.so
lib/vlc/stream_out/
@ -199,6 +206,7 @@ lib/vlc/video_filter/libdeinterlace_plugin.so
lib/vlc/video_filter/libdistort_plugin.so
lib/vlc/video_filter/libinvert_plugin.so
lib/vlc/video_filter/liblogo_plugin.so
lib/vlc/video_filter/libmagnify_plugin.so
lib/vlc/video_filter/libmarq_plugin.so
lib/vlc/video_filter/libmosaic_plugin.so
lib/vlc/video_filter/libmotionblur_plugin.so
@ -223,16 +231,21 @@ share/doc/vlc/intf-vcd.txt
share/locale/ca/LC_MESSAGES/vlc.mo
share/locale/da/LC_MESSAGES/vlc.mo
share/locale/de/LC_MESSAGES/vlc.mo
share/locale/en_GB/
share/locale/en_GB/LC_MESSAGES/
share/locale/en_GB/LC_MESSAGES/vlc.mo
share/locale/es/LC_MESSAGES/vlc.mo
share/locale/fr/LC_MESSAGES/vlc.mo
share/locale/gl/LC_MESSAGES/vlc.mo
share/locale/he/LC_MESSAGES/vlc.mo
share/locale/hi/LC_MESSAGES/vlc.mo
share/locale/hu/LC_MESSAGES/vlc.mo
share/locale/it/LC_MESSAGES/vlc.mo
share/locale/ja/LC_MESSAGES/vlc.mo
share/locale/ka/LC_MESSAGES/vlc.mo
share/locale/ko/LC_MESSAGES/vlc.mo
share/locale/nl/LC_MESSAGES/vlc.mo
share/locale/oc/
share/locale/oc/LC_MESSAGES/
share/locale/oc/LC_MESSAGES/vlc.mo
share/locale/pt_BR/LC_MESSAGES/vlc.mo
share/locale/ro/LC_MESSAGES/vlc.mo
share/locale/ru/LC_MESSAGES/vlc.mo
@ -242,22 +255,89 @@ share/locale/zh_CN/LC_MESSAGES/vlc.mo
share/locale/zh_TW/LC_MESSAGES/vlc.mo
share/vlc/
share/vlc/http/
share/vlc/http/admin/
share/vlc/http/admin/.access
share/vlc/http/admin/browse.html
share/vlc/http/admin/dboxfiles.html
share/vlc/http/admin/index.html
share/vlc/http/cone_minus.png
share/vlc/http/cone_plus.png
share/vlc/http/.hosts
share/vlc/http/dialogs/
share/vlc/http/dialogs/.hosts
share/vlc/http/dialogs/browse
share/vlc/http/dialogs/footer
share/vlc/http/dialogs/input
share/vlc/http/dialogs/main
share/vlc/http/dialogs/mosaic
share/vlc/http/dialogs/playlist
share/vlc/http/dialogs/sout
share/vlc/http/dialogs/vlm
share/vlc/http/favicon.ico
share/vlc/http/iehacks.css
share/vlc/http/images/
share/vlc/http/images/delete.png
share/vlc/http/images/delete_small.png
share/vlc/http/images/eject.png
share/vlc/http/images/empty.png
share/vlc/http/images/fullscreen.png
share/vlc/http/images/help.png
share/vlc/http/images/info.png
share/vlc/http/images/loop.png
share/vlc/http/images/minus.png
share/vlc/http/images/next.png
share/vlc/http/images/pause.png
share/vlc/http/images/play.png
share/vlc/http/images/playlist.png
share/vlc/http/images/playlist_small.png
share/vlc/http/images/plus.png
share/vlc/http/images/prev.png
share/vlc/http/images/refresh.png
share/vlc/http/images/repeat.png
share/vlc/http/images/sd.png
share/vlc/http/images/shuffle.png
share/vlc/http/images/slider_bar.png
share/vlc/http/images/slider_left.png
share/vlc/http/images/slider_point.png
share/vlc/http/images/slider_right.png
share/vlc/http/images/slow.png
share/vlc/http/images/sort.png
share/vlc/http/images/sout.png
share/vlc/http/images/speaker.png
share/vlc/http/images/speaker_mute.png
share/vlc/http/images/stop.png
share/vlc/http/images/vlc16x16.png
share/vlc/http/images/volume_down.png
share/vlc/http/images/volume_up.png
share/vlc/http/images/white.png
share/vlc/http/images/white_cross_small.png
share/vlc/http/index.html
share/vlc/http/info.html
share/vlc/http/js/
share/vlc/http/js/functions.js
share/vlc/http/js/mosaic.js
share/vlc/http/js/vlm.js
share/vlc/http/mosaic.html
share/vlc/http/old/
share/vlc/http/old/.hosts
share/vlc/http/old/admin/
share/vlc/http/old/admin/.access
share/vlc/http/old/admin/browse.html
share/vlc/http/old/admin/dboxfiles.html
share/vlc/http/old/admin/index.html
share/vlc/http/old/cone_minus.png
share/vlc/http/old/cone_plus.png
share/vlc/http/old/index.html
share/vlc/http/old/info.html
share/vlc/http/old/style.css
share/vlc/http/old/vlm/
share/vlc/http/old/vlm/edit.html
share/vlc/http/old/vlm/index.html
share/vlc/http/old/vlm/new.html
share/vlc/http/old/vlm/show.html
share/vlc/http/old/webcam.html
share/vlc/http/requests/
share/vlc/http/requests/browse.xml
share/vlc/http/requests/playlist.xml
share/vlc/http/requests/readme
share/vlc/http/requests/status.xml
share/vlc/http/requests/vlm.xml
share/vlc/http/requests/vlm_cmd.xml
share/vlc/http/style.css
share/vlc/http/vlm/
share/vlc/http/vlm/edit.html
share/vlc/http/vlm/index.html
share/vlc/http/vlm/new.html
share/vlc/http/webcam.html
share/vlc/http/vlm.html
share/vlc/http/vlm_export.html
share/vlc/osdmenu/
share/vlc/osdmenu/default/
share/vlc/osdmenu/default.cfg
@ -338,8 +418,10 @@ share/vlc/skins2/
share/vlc/skins2/default.vlt
share/vlc/skins2/fonts/
share/vlc/skins2/fonts/FreeSans.ttf
share/vlc/skins2/fonts/FreeSansBold.ttf
share/vlc/skins2/skin.catalog
share/vlc/skins2/skin.dtd
share/vlc/skins2/winamp2.xml
share/vlc/vlc128x128.png
share/vlc/vlc16x16.png
share/vlc/vlc16x16.xpm