vlc: update to 1.1.10.
This commit is contained in:
parent
7dfe79c4e9
commit
f9efa14f9d
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'vlc'
|
||||
pkgname=vlc
|
||||
version=1.1.9
|
||||
version=1.1.10
|
||||
distfiles="http://download.videolan.org/pub/videolan/vlc/$version/vlc-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-gme --disable-libtar --enable-snapshot
|
||||
|
@ -10,7 +10,7 @@ short_desc="VideoLan Client"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.videolan.org/vlc/"
|
||||
license="GPL-2"
|
||||
checksum=f0bd71decbcdaaee7d8421039eddef503425059fd5460c7ef7e0b403bbcb2d0b
|
||||
checksum=4c3c2e6e2ad33a6c5b5c837dfb4bd8e7bc0dcdd42bb1be5158192c5d55add6c5
|
||||
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,
|
||||
|
@ -99,6 +99,7 @@ Add_dependency run libavcodec
|
|||
Add_dependency run libavutil
|
||||
Add_dependency run libpostproc
|
||||
Add_dependency run libswscale
|
||||
Add_dependency run libmodplug
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build glibc-devel
|
||||
|
@ -170,6 +171,7 @@ Add_dependency build coreutils
|
|||
Add_dependency build speex-devel
|
||||
Add_dependency build pulseaudio-devel
|
||||
Add_dependency build samba-devel
|
||||
Add_dependency build libmodplug-devel
|
||||
|
||||
Add_dependency full pulseaudio
|
||||
Add_dependency full freefont-ttf
|
||||
|
|
Loading…
Reference in a new issue