From f6b5f27c05a1a1a90327719673e1cb4d04ee7ad2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 10 Dec 2013 14:05:10 +0100 Subject: [PATCH] vlc: update to 2.1.2. --- srcpkgs/vlc/template | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/srcpkgs/vlc/template b/srcpkgs/vlc/template index 2012ab93a9..d8f2ccd52e 100644 --- a/srcpkgs/vlc/template +++ b/srcpkgs/vlc/template @@ -1,27 +1,18 @@ # Template file for 'vlc' pkgname=vlc -version=2.1.1 -revision=2 +version=2.1.2 +revision=1 wrksrc="vlc-${version/a/}" build_style=gnu-configure configure_args="--disable-gme --disable-libtar --enable-jack --disable-telepathy --disable-lua --disable-live555 --disable-fluidsynth --enable-dvdread --enable-flac --disable-gnomevfs --disable-portaudio" -short_desc="VideoLan Client" +short_desc="VideoLan Client - A highly portable multimedia player" maintainer="Juan RP " homepage="http://www.videolan.org/vlc/" license="GPL-2" distfiles="http://download.videolan.org/pub/videolan/vlc/${version/a/}/vlc-$version.tar.xz" -checksum=339c92cfb939ef6517b42fce7db59e59f259476d79d15b9b39e9d7f2b966b992 -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, - aac, ...) from files, physical media (DVDs, VCD, Audio-CD), TV capture - cards and many network streaming protocols. - - It can also convert media files, transcode and act as a streaming server - over unicast or multicast and IPv4 or IPv6. It doesn't need any external - codec, program or codec pack to work." +checksum=219b812be1bc2eba40faa86419d0aa2c479a7380af8af216e8bfa22eb6fc8ec4 # XXX Add missing deps: gme, telepathy, lua, live555, libtar (for skins2). hostmakedepends="pkg-config"