vlc: update to 1.1.8.
This commit is contained in:
parent
753940534e
commit
e556b041ea
|
@ -1,89 +0,0 @@
|
||||||
Fix build libmatroska-1.1.0, from Gentoo.
|
|
||||||
|
|
||||||
--- modules/demux/mkv/matroska_segment.cpp 2011-02-02 13:45:56.115863316 +0100
|
|
||||||
+++ modules/demux/mkv/matroska_segment.cpp 2011-02-02 13:55:23.957416146 +0100
|
|
||||||
@@ -220,74 +220,6 @@
|
|
||||||
}
|
|
||||||
ep->Up();
|
|
||||||
}
|
|
||||||
- else if( MKV_IS_ID( el, KaxTagGeneral ) )
|
|
||||||
- {
|
|
||||||
- msg_Dbg( &sys.demuxer, "| + General" );
|
|
||||||
- ep->Down();
|
|
||||||
- while( ( el = ep->Get() ) != NULL )
|
|
||||||
- {
|
|
||||||
- msg_Dbg( &sys.demuxer, "| | + Unknown (%s)", typeid( *el ).name() );
|
|
||||||
- }
|
|
||||||
- ep->Up();
|
|
||||||
- }
|
|
||||||
- else if( MKV_IS_ID( el, KaxTagGenres ) )
|
|
||||||
- {
|
|
||||||
- msg_Dbg( &sys.demuxer, "| + Genres" );
|
|
||||||
- ep->Down();
|
|
||||||
- while( ( el = ep->Get() ) != NULL )
|
|
||||||
- {
|
|
||||||
- msg_Dbg( &sys.demuxer, "| | + Unknown (%s)", typeid( *el ).name() );
|
|
||||||
- }
|
|
||||||
- ep->Up();
|
|
||||||
- }
|
|
||||||
- else if( MKV_IS_ID( el, KaxTagAudioSpecific ) )
|
|
||||||
- {
|
|
||||||
- msg_Dbg( &sys.demuxer, "| + Audio Specific" );
|
|
||||||
- ep->Down();
|
|
||||||
- while( ( el = ep->Get() ) != NULL )
|
|
||||||
- {
|
|
||||||
- msg_Dbg( &sys.demuxer, "| | + Unknown (%s)", typeid( *el ).name() );
|
|
||||||
- }
|
|
||||||
- ep->Up();
|
|
||||||
- }
|
|
||||||
- else if( MKV_IS_ID( el, KaxTagImageSpecific ) )
|
|
||||||
- {
|
|
||||||
- msg_Dbg( &sys.demuxer, "| + Images Specific" );
|
|
||||||
- ep->Down();
|
|
||||||
- while( ( el = ep->Get() ) != NULL )
|
|
||||||
- {
|
|
||||||
- msg_Dbg( &sys.demuxer, "| | + Unknown (%s)", typeid( *el ).name() );
|
|
||||||
- }
|
|
||||||
- ep->Up();
|
|
||||||
- }
|
|
||||||
- else if( MKV_IS_ID( el, KaxTagMultiComment ) )
|
|
||||||
- {
|
|
||||||
- msg_Dbg( &sys.demuxer, "| + Multi Comment" );
|
|
||||||
- }
|
|
||||||
- else if( MKV_IS_ID( el, KaxTagMultiCommercial ) )
|
|
||||||
- {
|
|
||||||
- msg_Dbg( &sys.demuxer, "| + Multi Commercial" );
|
|
||||||
- }
|
|
||||||
- else if( MKV_IS_ID( el, KaxTagMultiDate ) )
|
|
||||||
- {
|
|
||||||
- msg_Dbg( &sys.demuxer, "| + Multi Date" );
|
|
||||||
- }
|
|
||||||
- else if( MKV_IS_ID( el, KaxTagMultiEntity ) )
|
|
||||||
- {
|
|
||||||
- msg_Dbg( &sys.demuxer, "| + Multi Entity" );
|
|
||||||
- }
|
|
||||||
- else if( MKV_IS_ID( el, KaxTagMultiIdentifier ) )
|
|
||||||
- {
|
|
||||||
- msg_Dbg( &sys.demuxer, "| + Multi Identifier" );
|
|
||||||
- }
|
|
||||||
- else if( MKV_IS_ID( el, KaxTagMultiLegal ) )
|
|
||||||
- {
|
|
||||||
- msg_Dbg( &sys.demuxer, "| + Multi Legal" );
|
|
||||||
- }
|
|
||||||
- else if( MKV_IS_ID( el, KaxTagMultiTitle ) )
|
|
||||||
- {
|
|
||||||
- msg_Dbg( &sys.demuxer, "| + Multi Title" );
|
|
||||||
- }
|
|
||||||
else
|
|
||||||
{
|
|
||||||
msg_Dbg( &sys.demuxer, "| + LoadTag Unknown (%s)", typeid( *el ).name() );
|
|
||||||
--- modules/demux/mkv/mkv.hpp 2011-02-02 13:45:56.114863318 +0100
|
|
||||||
+++ modules/demux/mkv/mkv.hpp 2011-02-02 13:46:08.647832555 +0100
|
|
||||||
@@ -92,7 +92,6 @@
|
|
||||||
#include "matroska/KaxSegment.h"
|
|
||||||
#include "matroska/KaxTag.h"
|
|
||||||
#include "matroska/KaxTags.h"
|
|
||||||
-#include "matroska/KaxTagMulti.h"
|
|
||||||
#include "matroska/KaxTracks.h"
|
|
||||||
#include "matroska/KaxTrackAudio.h"
|
|
||||||
#include "matroska/KaxTrackVideo.h"
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- modules/misc/notify/notify.c.orig 2011-02-28 23:54:18.794722978 +0100
|
|
||||||
+++ modules/misc/notify/notify.c 2011-02-28 23:54:49.425738093 +0100
|
|
||||||
@@ -312,7 +312,7 @@ static int Notify( vlc_object_t *p_this,
|
|
||||||
}
|
|
||||||
|
|
||||||
notification = notify_notification_new( _("Now Playing"),
|
|
||||||
- psz_temp, NULL, NULL );
|
|
||||||
+ psz_temp, NULL );
|
|
||||||
notify_notification_set_timeout( notification,
|
|
||||||
var_InheritInteger(p_this, "notify-timeout") );
|
|
||||||
notify_notification_set_urgency( notification, NOTIFY_URGENCY_LOW );
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Template file for 'vlc'
|
# Template file for 'vlc'
|
||||||
pkgname=vlc
|
pkgname=vlc
|
||||||
version=1.1.7
|
version=1.1.8
|
||||||
revision=3
|
|
||||||
distfiles="http://download.videolan.org/pub/videolan/vlc/$version/vlc-$version.tar.bz2"
|
distfiles="http://download.videolan.org/pub/videolan/vlc/$version/vlc-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-gme --disable-libtar --enable-snapshot
|
configure_args="--disable-gme --disable-libtar --enable-snapshot
|
||||||
|
@ -9,7 +8,7 @@ configure_args="--disable-gme --disable-libtar --enable-snapshot
|
||||||
--enable-dvdread --enable-flac --disable-gnomevfs"
|
--enable-dvdread --enable-flac --disable-gnomevfs"
|
||||||
short_desc="VideoLan Client"
|
short_desc="VideoLan Client"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=28059ef17d0866c3d9d5808fb6bf56783f72486b1b80f7ea8f6106612db0c1d5
|
checksum=fb1ff7ed861a67510cdf91e8f3c1d23687a0db3ede78bf2baf292417aedabfb4
|
||||||
long_desc="
|
long_desc="
|
||||||
VLC media player is a highly portable multimedia player supporting most
|
VLC media player is a highly portable multimedia player supporting most
|
||||||
audio and video formats (H.264, Ogg, DivX, MKV, TS, MPEG-2, mp3, MPEG-4,
|
audio and video formats (H.264, Ogg, DivX, MKV, TS, MPEG-2, mp3, MPEG-4,
|
||||||
|
|
Loading…
Reference in New Issue