diff --git a/package/rene/libdvdnav/libdvdnav.desc b/package/rene/libdvdnav/libdvdnav.desc index 68945cfbc..c71b6ea5f 100644 --- a/package/rene/libdvdnav/libdvdnav.desc +++ b/package/rene/libdvdnav/libdvdnav.desc @@ -28,7 +28,7 @@ [T] [T] Currently the library is in a beta phase being mostly feature complete. -[U] http://dvd.sourceforge.net/xine-dvdnav.shtml +[U] http://dvd.sourceforge.net/ [A] Richard J Wareham [M] Nikolaus Filus @@ -37,8 +37,8 @@ [L] GPL [S] Beta -[V] 0.1.3 +[V] 0.1.9 [P] X -?---5---9 131.100 -[D] 1627389683 libdvdnav-0.1.3.tar.gz http://dl.sourceforge.net/sourceforge/dvd/ +[D] 0 libdvdnav-0.1.9.tar.gz http://dl.sourceforge.net/sourceforge/dvd/ diff --git a/package/rene/vlc/fix-libebml_usage.patch b/package/rene/vlc/fix-libebml_usage.patch deleted file mode 100644 index 599d6a978..000000000 --- a/package/rene/vlc/fix-libebml_usage.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- vlc-0.7.0/modules/demux/mkv.cpp.orig 2004-03-04 12:11:41.000000000 +0100 -+++ vlc-0.7.0/modules/demux/mkv.cpp 2004-03-04 12:12:47.000000000 +0100 -@@ -633,7 +633,7 @@ - else if( EbmlId( *el3 ) == KaxCodecPrivate::ClassInfos.GlobalId ) - { - KaxCodecPrivate &cpriv = *(KaxCodecPrivate*)el3; -- cpriv.ReadData( p_sys->es->I_O() ); -+ cpriv.ReadData( p_sys->es->I_O(), SCOPE_ALL_DATA ); - - tk.i_extra_data = cpriv.GetSize(); - if( tk.i_extra_data > 0 ) -@@ -856,7 +856,7 @@ - { - KaxSeekID &sid = *(KaxSeekID*)el; - -- sid.ReadData( p_sys->es->I_O() ); -+ sid.ReadData( p_sys->es->I_O(), SCOPE_ALL_DATA ); - - id = EbmlId( sid.GetBuffer(), sid.GetSize() ); - } diff --git a/package/rene/vlc/vlc.desc b/package/rene/vlc/vlc.desc index e68c31bbb..10f1bbb30 100644 --- a/package/rene/vlc/vlc.desc +++ b/package/rene/vlc/vlc.desc @@ -38,8 +38,8 @@ [L] GPL [S] Alpha -[V] 0.7.0 +[V] 0.7.2 [P] X -?---5---9 204.500 -[D] 4273422905 vlc-0.7.0.tar.bz2 http://www.videolan.org/pub/videolan/vlc/0.7.0/ +[D] 0 vlc-0.7.2.tar.bz2 http://www.videolan.org/pub/videolan/vlc/0.7.2/