From dc6b941e319024043d5b7ec583d5ed9a413c2508 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 26 Feb 2019 11:01:08 -0300 Subject: [PATCH] libvpx5: provides libvpx and replace it --- srcpkgs/libvpx5/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libvpx5/template b/srcpkgs/libvpx5/template index 036efd2eeaa..6fbe47bbd0c 100644 --- a/srcpkgs/libvpx5/template +++ b/srcpkgs/libvpx5/template @@ -1,8 +1,8 @@ # Template file for 'libvpx5' pkgname=libvpx5 version=1.7.0 -revision=1 -wrksrc=libvpx-${version} +revision=2 +wrksrc="libvpx-${version}" hostmakedepends="perl yasm" short_desc="VP8 and VP9 video codec (1.7 series)" maintainer="q66 " @@ -11,6 +11,9 @@ homepage="http://www.webmproject.org" distfiles="https://github.com/webmproject/libvpx/archive/v${version}.tar.gz" checksum=1fec931eb5c94279ad219a5b6e0202358e94a93a90cfb1603578c326abfc1238 +replaces="libvpx<1.7.0_2" +provides="libvpx-${version}_${revision}" + do_configure() { export LD="$CC"