From be4bfd26fa204f81406fa985999bf68f0c1661dd Mon Sep 17 00:00:00 2001 From: Johannes Date: Thu, 3 Jan 2019 13:07:49 +0100 Subject: [PATCH] vlc: update to 3.0.5. --- srcpkgs/vlc/template | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/srcpkgs/vlc/template b/srcpkgs/vlc/template index 6f8b08f7d91..2c262cb237c 100644 --- a/srcpkgs/vlc/template +++ b/srcpkgs/vlc/template @@ -1,7 +1,7 @@ # Template file for 'vlc' pkgname=vlc -version=3.0.4 -revision=6 +version=3.0.5 +revision=1 build_style=gnu-configure configure_args="--disable-gme --disable-libtar --enable-jack --disable-live555 --disable-fluidsynth --enable-dvdread @@ -13,9 +13,9 @@ short_desc="A cross-platform multimedia player" maintainer="Juan RP " license="GPL-2.0-only, LGPL-2.1-only" homepage="https://www.videolan.org/vlc/" -changelog="https://raw.githubusercontent.com/videolan/vlc/master/NEWS" +changelog="https://www.videolan.org/developers/vlc-branch/NEWS" distfiles="https://download.videolan.org/pub/videolan/vlc/${version}/vlc-${version}.tar.xz" -checksum=01f3db3790714038c01f5e23c709e31ecd6f1c046ac93d19e1dde38b3fc05a9e +checksum=f5c087dfebd4827052bf3b97996b3a05c79ae336dcb60a9e8d1a010f270072db lib32disabled=yes @@ -67,8 +67,6 @@ fi pre_configure() { NOCONFIGURE=1 ./bootstrap - # hostname -s is not valid, at least in coreutils! - sed -i "s|hostname -s|hostname|g" configure sed -i share/Makefile.am -e 's;tar cvvzf;tar cvzf;' sed 's|pl_shader_alloc(tc->pl_ctx, NULL, 0, 0);|pl_shader_alloc(tc->pl_ctx, NULL, 0);|' -i modules/video_output/opengl/vout_helper.c