[Buildroot] [PATCH 1/1 v2] libvpx: bump version to 1.4.0

Sagaert Johan sagaert.johan at proximus.be
Tue Apr 7 22:53:31 UTC 2015


Use tar.bz2 instead of git.
Also added the hash file.
Changes: https://chromium.googlesource.com/webm/libvpx/+/0080aca235e2d677e49ff46c3e8e77d9dd15858c/CHANGELOG

Signed-off-by: Sagaert Johan <sagaert.johan at proximus.be>
---
V1->V2
	Use tar.bz2 and add hash.
---
 package/libvpx/libvpx.hash | 2 ++
 package/libvpx/libvpx.mk   | 9 ++++-----
 2 files changed, 6 insertions(+), 5 deletions(-)
 create mode 100644 package/libvpx/libvpx.hash

diff --git a/package/libvpx/libvpx.hash b/package/libvpx/libvpx.hash
new file mode 100644
index 0000000..44cd994
--- /dev/null
+++ b/package/libvpx/libvpx.hash
@@ -0,0 +1,2 @@
+# Locally computed:
+sha256  f582d9b2d60a592a4a3d8c32965ca2d2167e9ade38c6c30bac8801ff66a118e4  libvpx-1.4.0.tar.bz2
diff --git a/package/libvpx/libvpx.mk b/package/libvpx/libvpx.mk
index 7624835..a6a6d83 100644
--- a/package/libvpx/libvpx.mk
+++ b/package/libvpx/libvpx.mk
@@ -4,13 +4,12 @@
 #
 ################################################################################
 
-LIBVPX_VERSION = v1.3.0
-LIBVPX_SITE = http://git.chromium.org/webm/libvpx.git
-LIBVPX_SITE_METHOD = git
-
+LIBVPX_VERSION_MAJOR = 1.4
+LIBVPX_VERSION = $(LIBVPX_VERSION_MAJOR).0
+LIBVPX_SOURCE = libvpx-$(LIBVPX_VERSION).tar.bz2
+LIBVPX_SITE = http://storage.googleapis.com/downloads.webmproject.org/releases/webm
 LIBVPX_LICENSE = BSD-3c
 LIBVPX_LICENSE_FILES = LICENSE PATENTS
-
 LIBVPX_INSTALL_STAGING = YES
 
 # ld is being used with cc options. therefore, pretend ld is cc.
-- 
2.3.3



More information about the buildroot mailing list