From ce2267c5233b476141884fea11fc1eb88870d598 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 7 Feb 2014 05:51:24 +0100 Subject: [PATCH] vlc: update to 2.1.3. --- srcpkgs/vlc/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/vlc/template b/srcpkgs/vlc/template index b467423845e..5058ccfcd6c 100644 --- a/srcpkgs/vlc/template +++ b/srcpkgs/vlc/template @@ -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 " 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