diff --git a/package/public/vlc/libsmbclient.patch b/package/public/vlc/libsmbclient.patch deleted file mode 100644 index 567e9b7d0..000000000 --- a/package/public/vlc/libsmbclient.patch +++ /dev/null @@ -1,31 +0,0 @@ -# --- ROCK-COPYRIGHT-NOTE-BEGIN --- -# -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# Please add additional copyright information _after_ the line containing -# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -# -# ROCK Linux: rock-src/package/public/vlc/libsmbclient.patch -# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# -# --- ROCK-COPYRIGHT-NOTE-END --- - -diff -dur vlc-0.8.2/modules/access/smb.c src.vlc.1128277340.4374.1626276738/vlc-0.8.2/modules/access/smb.c ---- vlc-0.8.2/modules/access/smb.c 2005-06-25 15:43:11.000000000 +0200 -+++ src.vlc.1128277340.4374.1626276738/vlc-0.8.2/modules/access/smb.c 2005-10-02 20:59:28.000000000 +0200 -@@ -301,7 +301,7 @@ - access_sys_t *p_sys = p_access->p_sys; - - #ifdef USE_CTX -- p_sys->p_smb->close( p_sys->p_smb, p_sys->p_file ); -+ p_sys->p_smb->close_fn( p_sys->p_smb, p_sys->p_file ); - smbc_free_context( p_sys->p_smb, 1 ); - #else - smbc_close( p_sys->i_smb ); diff --git a/package/public/vlc/vlc.desc b/package/public/vlc/vlc.desc index 3307563ac..d6fd9f362 100644 --- a/package/public/vlc/vlc.desc +++ b/package/public/vlc/vlc.desc @@ -41,7 +41,7 @@ [L] GPL [S] Alpha -[V] 0.8.2 +[V] 0.8.4a [P] X -?---5---9 206.200 -[D] 478391993 vlc-0.8.2.tar.bz2 http://www.videolan.org/pub/videolan/vlc/0.8.2/ +[D] 463898809 vlc-0.8.4a.tar.bz2 http://www.videolan.org/pub/videolan/vlc/0.8.4a/ diff --git a/package/public/vlc/wxwidgets.patch b/package/public/vlc/wxwidgets.patch new file mode 100644 index 000000000..651da1bbc --- /dev/null +++ b/package/public/vlc/wxwidgets.patch @@ -0,0 +1,29 @@ +--- ./modules/gui/wxwidgets/open.cpp~ 2005-12-11 22:36:20.000000000 +0100 ++++ ./modules/gui/wxwidgets/open.cpp 2006-01-18 17:56:19.000000000 +0100 +@@ -1334,7 +1334,7 @@ + { + char **ppsz_cd_drives; + const wxWX2MBbuf tmp_buf = wxConvCurrent->cWX2MB(device); +- char *psz_device = const_cast(tmp_buf.data()); ++ char *psz_device = const_cast(tmp_buf); + + if( IsDVD(psz_device) ) + { +@@ -1404,7 +1404,7 @@ + { + char *ppsz_device[2]; + const wxWX2MBbuf tmp_buf = wxConvCurrent->cWX2MB(device); +- char *psz_device = const_cast(tmp_buf.data()); ++ char *psz_device = const_cast(tmp_buf); + ppsz_device[0] = (device && *device) ? psz_device : NULL; + ppsz_device[1] = NULL; + return ProbeDevice(ppsz_device, CDIO_FS_AUDIO, false); +@@ -1417,7 +1417,7 @@ + { + char *ppsz_device[2]; + const wxWX2MBbuf tmp_buf = wxConvCurrent->cWX2MB(device); +- char *psz_device = const_cast(tmp_buf.data()); ++ char *psz_device = const_cast(tmp_buf); + ppsz_device[0] = (device && *device) ? psz_device : NULL; + ppsz_device[1] = NULL; + return ProbeDevice(ppsz_device,