vlc: update to 2.1.3.
This commit is contained in:
parent
e8a58a49bd
commit
ce2267c523
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vlc'
|
# Template file for 'vlc'
|
||||||
pkgname=vlc
|
pkgname=vlc
|
||||||
version=2.1.2
|
version=2.1.3
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-gme --disable-libtar --enable-jack
|
configure_args="--disable-gme --disable-libtar --enable-jack
|
||||||
--disable-lua --disable-live555 --disable-fluidsynth
|
--disable-lua --disable-live555 --disable-fluidsynth
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.videolan.org/vlc/"
|
homepage="http://www.videolan.org/vlc/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://download.videolan.org/pub/videolan/vlc/${version}/vlc-${version}.tar.xz"
|
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).
|
# XXX Add missing deps: gme, telepathy, lua, live555, libtar (for skins2).
|
||||||
hostmakedepends="automake libtool pkg-config libgcrypt-devel"
|
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_qt="Enable support for building the QT UI"
|
||||||
desc_option_v4l="Enable support for V4L2 (Video 4 Linux 2)"
|
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
|
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
build_options_default="opengl"
|
build_options_default="opengl"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue