changeset 2224:d4bbd9c7fdf1

update package libvpx
author Mark Brand <mabrand@mabrand.nl>
date Sat, 28 Jan 2012 00:36:11 +0100
parents 2590d48e2d1d
children ad1e636bd55b
files src/libvpx-1-config.patch src/libvpx-2-fix-bin-bash.patch src/libvpx.mk
diffstat 3 files changed, 36 insertions(+), 36 deletions(-) [+]
line wrap: on
line diff
--- a/src/libvpx-1-config.patch	Fri Jan 27 22:05:17 2012 +0100
+++ b/src/libvpx-1-config.patch	Sat Jan 28 00:36:11 2012 +0100
@@ -1,10 +1,10 @@
 # This file is part of mingw-cross-env.
 # See doc/index.html for further information.
 
-diff -Nru libvpx-0.9.1-orig/configure libvpx-0.9.1/configure
---- libvpx-0.9.1-orig/configure	2010-07-09 17:10:49.771062118 +0200
-+++ libvpx-0.9.1/configure	2010-07-09 17:16:28.583061657 +0200
-@@ -437,9 +437,6 @@
+diff --git a/configure b/configure
+--- a/configure
++++ b/configure
+@@ -465,9 +465,6 @@ process_detect() {
          }
      fi
      check_header stdio.h || die "Unable to invoke compiler: ${CC} ${CFLAGS}"
--- a/src/libvpx-2-fix-bin-bash.patch	Fri Jan 27 22:05:17 2012 +0100
+++ b/src/libvpx-2-fix-bin-bash.patch	Sat Jan 28 00:36:11 2012 +0100
@@ -4,72 +4,72 @@
 This patch has been taken from:
 http://code.google.com/p/webm/issues/detail?id=54
 
-diff -urN libvpx-0.9.2.orig/build/make/armlink_adapter.sh libvpx-0.9.2.new/build/make/armlink_adapter.sh
---- libvpx-0.9.2.orig/build/make/armlink_adapter.sh	2010-09-03 04:56:47.000000000 +1000
-+++ libvpx-0.9.2.new/build/make/armlink_adapter.sh	2010-10-01 14:43:18.000000000 +1000
+diff --git a/build/make/armlink_adapter.sh b/build/make/armlink_adapter.sh
+--- a/build/make/armlink_adapter.sh
++++ b/build/make/armlink_adapter.sh
 @@ -1,4 +1,4 @@
 -#!/bin/bash
 +#!/bin/sh
  ##
- ##  Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
+ ##  Copyright (c) 2010 The WebM project authors. All Rights Reserved.
  ##
-diff -urN libvpx-0.9.2.orig/build/make/configure.sh libvpx-0.9.2.new/build/make/configure.sh
---- libvpx-0.9.2.orig/build/make/configure.sh	2010-09-03 04:56:47.000000000 +1000
-+++ libvpx-0.9.2.new/build/make/configure.sh	2010-10-01 14:43:18.000000000 +1000
+diff --git a/build/make/configure.sh b/build/make/configure.sh
+--- a/build/make/configure.sh
++++ b/build/make/configure.sh
 @@ -1,4 +1,4 @@
 -#!/bin/bash
 +#!/bin/sh
  ##
  ##  configure.sh
  ##
-diff -urN libvpx-0.9.2.orig/build/make/gen_asm_deps.sh libvpx-0.9.2.new/build/make/gen_asm_deps.sh
---- libvpx-0.9.2.orig/build/make/gen_asm_deps.sh	2010-09-03 04:56:47.000000000 +1000
-+++ libvpx-0.9.2.new/build/make/gen_asm_deps.sh	2010-10-01 14:43:18.000000000 +1000
+diff --git a/build/make/gen_asm_deps.sh b/build/make/gen_asm_deps.sh
+--- a/build/make/gen_asm_deps.sh
++++ b/build/make/gen_asm_deps.sh
 @@ -1,4 +1,4 @@
 -#!/bin/bash
 +#!/bin/sh
  ##
- ##  Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
+ ##  Copyright (c) 2010 The WebM project authors. All Rights Reserved.
  ##
-diff -urN libvpx-0.9.2.orig/build/make/gen_msvs_def.sh libvpx-0.9.2.new/build/make/gen_msvs_def.sh
---- libvpx-0.9.2.orig/build/make/gen_msvs_def.sh	2010-09-03 04:56:47.000000000 +1000
-+++ libvpx-0.9.2.new/build/make/gen_msvs_def.sh	2010-10-01 14:43:18.000000000 +1000
+diff --git a/build/make/gen_msvs_def.sh b/build/make/gen_msvs_def.sh
+--- a/build/make/gen_msvs_def.sh
++++ b/build/make/gen_msvs_def.sh
 @@ -1,4 +1,4 @@
 -#!/bin/bash
 +#!/bin/sh
  ##
- ##  Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
+ ##  Copyright (c) 2010 The WebM project authors. All Rights Reserved.
  ##
-diff -urN libvpx-0.9.2.orig/build/make/gen_msvs_proj.sh libvpx-0.9.2.new/build/make/gen_msvs_proj.sh
---- libvpx-0.9.2.orig/build/make/gen_msvs_proj.sh	2010-09-03 04:56:47.000000000 +1000
-+++ libvpx-0.9.2.new/build/make/gen_msvs_proj.sh	2010-10-01 14:43:18.000000000 +1000
+diff --git a/build/make/gen_msvs_proj.sh b/build/make/gen_msvs_proj.sh
+--- a/build/make/gen_msvs_proj.sh
++++ b/build/make/gen_msvs_proj.sh
 @@ -1,4 +1,4 @@
 -#!/bin/bash
 +#!/bin/sh
  ##
- ##  Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
+ ##  Copyright (c) 2010 The WebM project authors. All Rights Reserved.
  ##
-diff -urN libvpx-0.9.2.orig/build/make/gen_msvs_sln.sh libvpx-0.9.2.new/build/make/gen_msvs_sln.sh
---- libvpx-0.9.2.orig/build/make/gen_msvs_sln.sh	2010-09-03 04:56:47.000000000 +1000
-+++ libvpx-0.9.2.new/build/make/gen_msvs_sln.sh	2010-10-01 14:43:18.000000000 +1000
+diff --git a/build/make/gen_msvs_sln.sh b/build/make/gen_msvs_sln.sh
+--- a/build/make/gen_msvs_sln.sh
++++ b/build/make/gen_msvs_sln.sh
 @@ -1,4 +1,4 @@
 -#!/bin/bash
 +#!/bin/sh
  ##
- ##  Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
+ ##  Copyright (c) 2010 The WebM project authors. All Rights Reserved.
  ##
-diff -urN libvpx-0.9.2.orig/build/make/version.sh libvpx-0.9.2.new/build/make/version.sh
---- libvpx-0.9.2.orig/build/make/version.sh	2010-09-03 04:56:47.000000000 +1000
-+++ libvpx-0.9.2.new/build/make/version.sh	2010-10-01 14:43:18.000000000 +1000
+diff --git a/build/make/version.sh b/build/make/version.sh
+--- a/build/make/version.sh
++++ b/build/make/version.sh
 @@ -1,4 +1,4 @@
 -#!/bin/bash
 +#!/bin/sh
  ##
- ##  Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
+ ##  Copyright (c) 2010 The WebM project authors. All Rights Reserved.
  ##
-diff -urN libvpx-0.9.2.orig/configure libvpx-0.9.2.new/configure
---- libvpx-0.9.2.orig/configure	2010-09-03 04:56:47.000000000 +1000
-+++ libvpx-0.9.2.new/configure	2010-10-01 14:43:18.000000000 +1000
+diff --git a/configure b/configure
+--- a/configure
++++ b/configure
 @@ -1,4 +1,4 @@
 -#!/bin/bash
 +#!/bin/sh
--- a/src/libvpx.mk	Fri Jan 27 22:05:17 2012 +0100
+++ b/src/libvpx.mk	Sat Jan 28 00:36:11 2012 +0100
@@ -4,8 +4,8 @@
 # vpx
 PKG             := libvpx
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 0.9.7-p1
-$(PKG)_CHECKSUM := dacfefaf3363f781de43858f09cdd0b0d469e6fc
+$(PKG)_VERSION  := 1.0.0
+$(PKG)_CHECKSUM := 2919e11074fef72fc61ef1a75160050ffaad6074
 $(PKG)_SUBDIR   := $(PKG)-v$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-v$($(PKG)_VERSION).tar.bz2
 $(PKG)_WEBSITE  := http://code.google.com/p/webm/