From 1385a1b310f7ff36cd5d1ae5fe714672aaaf3d81 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 15 Dec 2012 04:01:16 +0100 Subject: [PATCH] vlc: update to 2.0.5. --- srcpkgs/vlc/template | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/srcpkgs/vlc/template b/srcpkgs/vlc/template index c93d2276c3d..34ec3e4cb04 100644 --- a/srcpkgs/vlc/template +++ b/srcpkgs/vlc/template @@ -1,11 +1,27 @@ # Template file for 'vlc' pkgname=vlc -version=2.0.4 -revision=3 +version=2.0.5 +revision=1 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" +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=dff9eb00861bcd9f8446ff5cedbd3c5fd2bed460e6bfa84bd9e01f750ed96b6e +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." + # XXX Add missing deps: gme, telepathy, lua, live555, libtar (for skins2). depends="pulseaudio freefont-ttf hicolor-icon-theme desktop-file-utils" makedepends="pkg-config videoproto libudev-devel>=183 libpng-devel>=1.5.10 @@ -19,21 +35,6 @@ makedepends="pkg-config videoproto libudev-devel>=183 libpng-devel>=1.5.10 libcdio-devel libdvdnav-devel libsysfs-devel libusb-compat-devel libmtp-devel>=1.1.4 sqlite-devel librsvg-devel libtheora-devel speex-devel pulseaudio-devel samba-devel libmodplug-devel libva-devel v4l-utils-devel libass-devel" -short_desc="VideoLan Client" -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=4e066ed0d48ddc85aa1f01964945af666b5713cb6230d76347aebbc9a6553db6 -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." pre_configure() { # hostname -s is not valid, at least in coreutils!