vlc: update to 2.2.3.
This commit is contained in:
parent
2107b82ad8
commit
1c0e886da9
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vlc'
|
# Template file for 'vlc'
|
||||||
pkgname=vlc
|
pkgname=vlc
|
||||||
version=2.2.2
|
version=2.2.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-live555 --disable-fluidsynth --enable-dvdread
|
--disable-live555 --disable-fluidsynth --enable-dvdread
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.videolan.org/vlc/"
|
homepage="http://www.videolan.org/vlc/"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
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=9ad23128be16f9b40ed772961272cb0748ed8e4aa1bc79c129e589feebea5fb5
|
checksum=b9d7587d35f13c3c981964c8cc8b03f1c7c8edf528be476b3ca1d2efedd5bf5b
|
||||||
|
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
|
@ -68,7 +68,6 @@ pre_configure() {
|
||||||
|
|
||||||
# hostname -s is not valid, at least in coreutils!
|
# hostname -s is not valid, at least in coreutils!
|
||||||
sed -i "s|hostname -s|hostname|g" configure
|
sed -i "s|hostname -s|hostname|g" configure
|
||||||
sed -i "s|luac|luac5.2|g" configure
|
|
||||||
sed -i -e "s|/usr/share/fonts/truetype/freefont|/usr/share/fonts/TTF|" \
|
sed -i -e "s|/usr/share/fonts/truetype/freefont|/usr/share/fonts/TTF|" \
|
||||||
-e 's,freetype/ftsynth.h,freetype2/ftsynth.h,' \
|
-e 's,freetype/ftsynth.h,freetype2/ftsynth.h,' \
|
||||||
modules/text_renderer/freetype.c
|
modules/text_renderer/freetype.c
|
||||||
|
|
Loading…
Reference in a new issue