From 38324ce8de799c4491c6a603cfb17cfdad21428b Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Tue, 7 Oct 2014 20:29:43 -0700 Subject: [PATCH] libvpx: update Signed-off-by: Timothy Gu --- src/libvpx-1-fixes.patch | 60 ---------------------------------------- src/libvpx.mk | 4 +-- 2 files changed, 2 insertions(+), 62 deletions(-) diff --git a/src/libvpx-1-fixes.patch b/src/libvpx-1-fixes.patch index b8baeb0b..211de0ae 100644 --- a/src/libvpx-1-fixes.patch +++ b/src/libvpx-1-fixes.patch @@ -37,47 +37,7 @@ Date: Thu, 5 Sep 2013 14:28:28 -0700 Subject: [PATCH 2/2] Fix /bin/bash Signed-off-by: Timothy Gu ---- - build/make/armlink_adapter.sh | 2 +- - build/make/configure.sh | 2 +- - build/make/gen_asm_deps.sh | 2 +- - build/make/gen_msvs_def.sh | 2 +- - build/make/gen_msvs_proj.sh | 2 +- - build/make/gen_msvs_sln.sh | 2 +- - build/make/version.sh | 2 +- - configure | 2 +- - 8 files changed, 8 insertions(+), 8 deletions(-) -diff --git a/build/make/armlink_adapter.sh b/build/make/armlink_adapter.sh -index b53669c..71cf7e9 100755 ---- a/build/make/armlink_adapter.sh -+++ b/build/make/armlink_adapter.sh -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/bin/env bash - ## - ## Copyright (c) 2010 The WebM project authors. All Rights Reserved. - ## -diff --git a/build/make/configure.sh b/build/make/configure.sh -index c99a01c..9023dee 100755 ---- a/build/make/configure.sh -+++ b/build/make/configure.sh -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/bin/env bash - ## - ## configure.sh - ## -diff --git a/build/make/gen_asm_deps.sh b/build/make/gen_asm_deps.sh -index 0b4e3aa..158ec34 100755 ---- a/build/make/gen_asm_deps.sh -+++ b/build/make/gen_asm_deps.sh -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/bin/env bash - ## - ## Copyright (c) 2010 The WebM project authors. All Rights Reserved. - ## diff --git a/build/make/gen_msvs_def.sh b/build/make/gen_msvs_def.sh index 4defcc2..12e3573 100755 --- a/build/make/gen_msvs_def.sh @@ -108,25 +68,5 @@ index 240678b..2089f68 100755 ## ## Copyright (c) 2010 The WebM project authors. All Rights Reserved. ## -diff --git a/build/make/version.sh b/build/make/version.sh -index 3efb956..b3a9c23 100755 ---- a/build/make/version.sh -+++ b/build/make/version.sh -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/bin/env bash - ## - ## Copyright (c) 2010 The WebM project authors. All Rights Reserved. - ## -diff --git a/configure b/configure -index 987b2e9..d581cf2 100755 ---- a/configure -+++ b/configure -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/bin/env bash - ## - ## configure - ## -- 1.8.1.2 diff --git a/src/libvpx.mk b/src/libvpx.mk index 732d2d57..7eac5716 100644 --- a/src/libvpx.mk +++ b/src/libvpx.mk @@ -3,8 +3,8 @@ PKG := libvpx $(PKG)_IGNORE := -$(PKG)_VERSION := 1.2.0 -$(PKG)_CHECKSUM := 214d9a215af1a3278d9fcba4cac89566e321e4cf +$(PKG)_VERSION := 1.3.0 +$(PKG)_CHECKSUM := 191b95817aede8c136cc3f3745fb1b8c50e6d5dc $(PKG)_SUBDIR := $(PKG)-v$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-v$($(PKG)_VERSION).tar.bz2 $(PKG)_URL := http://webm.googlecode.com/files/$($(PKG)_FILE)