vlc: update to 2.1.3.

This commit is contained in:
Juan RP 2014-02-07 05:51:24 +01:00
parent e8a58a49bd
commit ce2267c523

View file

@ -1,7 +1,7 @@
# Template file for 'vlc'
pkgname=vlc
version=2.1.2
revision=3
version=2.1.3
revision=1
build_style=gnu-configure
configure_args="--disable-gme --disable-libtar --enable-jack
--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=219b812be1bc2eba40faa86419d0aa2c479a7380af8af216e8bfa22eb6fc8ec4
checksum=e03662fec900944eeea08d271d9c2e3d473d32079278998f3902e74e4fa6a111
# XXX Add missing deps: gme, telepathy, lua, live555, libtar (for skins2).
hostmakedepends="automake libtool pkg-config libgcrypt-devel"
@ -52,7 +52,7 @@ desc_option_opengl="Enable support for OpenGL"
desc_option_qt="Enable support for building the QT UI"
desc_option_v4l="Enable support for V4L2 (Video 4 Linux 2)"
# Enable gles2 by default on x86.
# Enable opengl by default on x86.
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
build_options_default="opengl"
fi