comparison src/libvpx.mk @ 5441:de6e4042489c

Update libvpx to 1.8.2 * src/libvpx-1-fixes.patch: update patch * src/libvpx.mk: update version, checksum, url
author John Donoghue <john.donoghue@ieee.org>
date Wed, 03 Jun 2020 10:35:25 -0400
parents de2eedecd6ba
children abf83f194b4c
comparison
equal deleted inserted replaced
5440:4fb7aa43ba15 5441:de6e4042489c
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := libvpx 4 PKG := libvpx
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.4.0 6 $(PKG)_VERSION := 1.8.2
7 $(PKG)_CHECKSUM := d05f4e9a9878886282ac9c9246f8fac080c94c8f 7 $(PKG)_CHECKSUM := 7fbc7de47f59431fa2c5b76660f115963e83193d
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2 9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://storage.googleapis.com/downloads.webmproject.org/releases/webm/$($(PKG)_FILE) 10 $(PKG)_URL := https://github.com/webmproject/$(PKG)/archive/v$($(PKG)_VERSION).tar.gz
11 $(PKG)_DEPS := pthreads 11 $(PKG)_DEPS := pthreads
12 12
13 $(PKG)_TARGET_OPTS := 13 $(PKG)_TARGET_OPTS :=
14 $(PKG)_ENV := 14 $(PKG)_ENV :=
15 15
22 endif 22 endif
23 23
24 24
25 define $(PKG)_UPDATE 25 define $(PKG)_UPDATE
26 $(WGET) -q -O- 'https://github.com/webmproject/libvpx/tags' | \ 26 $(WGET) -q -O- 'https://github.com/webmproject/libvpx/tags' | \
27 $(SED) -n 's|.*releases/tag/\([^"]*\).*|\1|p' | \ 27 $(SED) -n 's|.*releases/tag/v\([^"]*\).*|\1|p' | \
28 $(SORT) -Vr | \ 28 $(SORT) -Vr | \
29 head -1 29 head -1
30 endef 30 endef
31 31
32 ifeq ($(MXE_NATIVE_BUILD),no) 32 ifeq ($(MXE_NATIVE_BUILD),no)