libvpx: bump version to 1.4.0
authorJohan Sagaert <sagaert.johan@proximus.be>
Tue, 7 Apr 2015 22:53:31 +0000 (00:53 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 8 Apr 2015 20:50:06 +0000 (22:50 +0200)
Use tar.bz2 instead of git.
Also added the hash file.
Changes: https://chromium.googlesource.com/webm/libvpx/+/0080aca235e2d677e49ff46c3e8e77d9dd15858c/CHANGELOG

[Thomas: remove unnecessary LIBVPX_VERSION_MAJOR, as suggested by
Arnout.]

Signed-off-by: Sagaert Johan <sagaert.johan@proximus.be>
Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libvpx/libvpx.hash [new file with mode: 0644]
package/libvpx/libvpx.mk

diff --git a/package/libvpx/libvpx.hash b/package/libvpx/libvpx.hash
new file mode 100644 (file)
index 0000000..44cd994
--- /dev/null
@@ -0,0 +1,2 @@
+# Locally computed:
+sha256  f582d9b2d60a592a4a3d8c32965ca2d2167e9ade38c6c30bac8801ff66a118e4  libvpx-1.4.0.tar.bz2
index 76248352bd74bc046fcb40d2396b84f27adf768a..066b037fb8de358f624cb583f643f8c43cebd023 100644 (file)
@@ -4,13 +4,11 @@
 #
 ################################################################################
 
-LIBVPX_VERSION = v1.3.0
-LIBVPX_SITE = http://git.chromium.org/webm/libvpx.git
-LIBVPX_SITE_METHOD = git
-
+LIBVPX_VERSION = 1.4.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.