vlc: update to 3.0.5.
This commit is contained in:
parent
e1eb3f0389
commit
be4bfd26fa
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vlc'
|
# Template file for 'vlc'
|
||||||
pkgname=vlc
|
pkgname=vlc
|
||||||
version=3.0.4
|
version=3.0.5
|
||||||
revision=6
|
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-live555 --disable-fluidsynth --enable-dvdread
|
--disable-live555 --disable-fluidsynth --enable-dvdread
|
||||||
|
@ -13,9 +13,9 @@ short_desc="A cross-platform multimedia player"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2.0-only, LGPL-2.1-only"
|
license="GPL-2.0-only, LGPL-2.1-only"
|
||||||
homepage="https://www.videolan.org/vlc/"
|
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"
|
distfiles="https://download.videolan.org/pub/videolan/vlc/${version}/vlc-${version}.tar.xz"
|
||||||
checksum=01f3db3790714038c01f5e23c709e31ecd6f1c046ac93d19e1dde38b3fc05a9e
|
checksum=f5c087dfebd4827052bf3b97996b3a05c79ae336dcb60a9e8d1a010f270072db
|
||||||
|
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
|
@ -67,8 +67,6 @@ fi
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./bootstrap
|
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 -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
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue