From 43d771773507263b09e4c78d1c2053f80c38e4fa Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 16 Nov 2016 17:30:43 -0500 Subject: [PATCH] libvpx: Bump build revision after enabling vp8 --- packages/libvpx/build.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/libvpx/build.sh b/packages/libvpx/build.sh index ef0b6a5d7..2bdb4c6fc 100644 --- a/packages/libvpx/build.sh +++ b/packages/libvpx/build.sh @@ -1,10 +1,14 @@ -TERMUX_PKG_HOMEPAGE=http://www.webmproject.org/ +TERMUX_PKG_HOMEPAGE=https://www.webmproject.org TERMUX_PKG_DESCRIPTION="VP8 & VP9 Codec SDK" TERMUX_PKG_VERSION=1.6.0 +TERMUX_PKG_BUILD_REVISION=1 TERMUX_PKG_SRCURL=https://github.com/webmproject/libvpx/archive/v${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_FOLDERNAME=libvpx-${TERMUX_PKG_VERSION} termux_step_configure () { + # Force fresh install of header files: + rm -Rf $TERMUX_PREFIX/include/vpx + if [ $TERMUX_ARCH = "arm" ]; then _CONFIGURE_TARGET="--target=armv7-android-gcc" elif [ $TERMUX_ARCH = "i686" ]; then