vlc: update to 2.0.8.
This commit is contained in:
parent
ff86d13734
commit
d8eedbffea
|
@ -1,15 +0,0 @@
|
|||
flac-1.3.0 pkgconfig files do use -I<includedir> and not -I<includedir>/FLAC.
|
||||
|
||||
--- modules/codec/flac.c.orig 2013-06-04 11:22:58.984909594 +0200
|
||||
+++ modules/codec/flac.c 2013-06-04 11:23:09.463977489 +0200
|
||||
@@ -38,8 +38,8 @@
|
||||
#include <vlc_codec.h>
|
||||
#include <vlc_aout.h>
|
||||
|
||||
-#include <stream_decoder.h>
|
||||
-#include <stream_encoder.h>
|
||||
+#include <FLAC/stream_decoder.h>
|
||||
+#include <FLAC/stream_encoder.h>
|
||||
|
||||
#include <vlc_block_helper.h>
|
||||
#include <vlc_bits.h>
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'vlc'
|
||||
pkgname=vlc
|
||||
version=2.0.7
|
||||
revision=2
|
||||
version=2.0.8
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-gme --disable-libtar --enable-jack
|
||||
--disable-telepathy --disable-lua --disable-live555 --disable-fluidsynth
|
||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.videolan.org/vlc/"
|
||||
license="GPL-2"
|
||||
distfiles="http://download.videolan.org/pub/videolan/vlc/$version/vlc-$version.tar.xz"
|
||||
checksum=243107d59e4bd0b942cb4ce10292eab8233394f8109ff4fde44e64d0ee745314
|
||||
checksum=a02af28345d4560e718066623f881b6eaf29ddce3b778fbf839e08b2415d1702
|
||||
long_desc="
|
||||
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,
|
||||
|
|
Loading…
Reference in New Issue