changeset 2543:fd3ee2ca91ab

update package libvpx
author Mark Brand <mabrand@mabrand.nl>
date Tue, 22 May 2012 14:50:34 +0200
parents 86030cf3b9d8
children df1dce2b7385
files index.html src/libvpx-1-config.patch src/libvpx.mk
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Tue May 22 14:29:06 2012 +0200
+++ b/index.html	Tue May 22 14:50:34 2012 +0200
@@ -1535,7 +1535,7 @@
     </tr>
     <tr>
         <td id="libvpx-package">libvpx</td>
-        <td id="libvpx-version">1.0.0</td>
+        <td id="libvpx-version">1.1.0</td>
         <td id="libvpx-website"><a href="http://code.google.com/p/webm/">vpx</a></td>
     </tr>
     <tr>
--- a/src/libvpx-1-config.patch	Tue May 22 14:29:06 2012 +0200
+++ b/src/libvpx-1-config.patch	Tue May 22 14:50:34 2012 +0200
@@ -4,7 +4,7 @@
 diff --git a/configure b/configure
 --- a/configure
 +++ b/configure
-@@ -465,9 +465,6 @@ process_detect() {
+@@ -481,9 +481,6 @@ process_detect() {
          }
      fi
      check_header stdio.h || die "Unable to invoke compiler: ${CC} ${CFLAGS}"
--- a/src/libvpx.mk	Tue May 22 14:29:06 2012 +0200
+++ b/src/libvpx.mk	Tue May 22 14:50:34 2012 +0200
@@ -3,7 +3,7 @@
 
 PKG             := libvpx
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := 2919e11074fef72fc61ef1a75160050ffaad6074
+$(PKG)_CHECKSUM := 356af5f770c50cd021c60863203d8f30164f6021
 $(PKG)_SUBDIR   := $(PKG)-v$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-v$($(PKG)_VERSION).tar.bz2
 $(PKG)_URL      := http://webm.googlecode.com/files/$($(PKG)_FILE)