changeset 1269:a74be54ab8a3

misc fixes for libvpx and x264
author Tony Theodore <tonyt@logyst.com>
date Mon, 04 Oct 2010 07:16:17 +1100
parents f48040203388
children 32572d8ee7e5
files src/libvpx.mk src/x264-2-fix-bin-bash.patch src/x264.mk
diffstat 3 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/libvpx.mk	Mon Oct 04 00:05:05 2010 +1100
+++ b/src/libvpx.mk	Mon Oct 04 07:16:17 2010 +1100
@@ -7,14 +7,14 @@
 $(PKG)_VERSION  := 0.9.1
 $(PKG)_CHECKSUM := a18acb7a1a2fd62268e63aab860b43ff04669b9e
 $(PKG)_SUBDIR   := $(PKG)-$($(PKG)_VERSION)
-$(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tar.bz2
+$(PKG)_FILE     := $(PKG)-v$($(PKG)_VERSION).tar.bz2
 $(PKG)_WEBSITE  := http://code.google.com/p/webm/
 $(PKG)_URL      := http://webm.googlecode.com/files/$($(PKG)_FILE)
 $(PKG)_DEPS     := gcc
 
 define $(PKG)_UPDATE
     wget -q -O- 'http://code.google.com/p/webm/downloads/list?sort=-uploaded' | \
-    $(SED) -n 's,.*libvpx-\([0-9][^<]*\)\.tar.*,\1,p' | \
+    $(SED) -n 's,.*libvpx-v\([0-9][^<]*\)\.tar.*,\1,p' | \
     head -1
 endef
 
--- a/src/x264-2-fix-bin-bash.patch	Mon Oct 04 00:05:05 2010 +1100
+++ b/src/x264-2-fix-bin-bash.patch	Mon Oct 04 07:16:17 2010 +1100
@@ -1,3 +1,6 @@
+This file is part of mingw-cross-env.
+See doc/index.html for further information.
+
 diff -urN x264-snapshot-20100714-2245/configure x264-snapshot-20100714-2245.new/configure
 --- x264-snapshot-20100714-2245/configure	2010-07-15 06:45:06.000000000 +1000
 +++ x264-snapshot-20100714-2245.new/configure	2010-10-03 23:58:24.000000000 +1100
--- a/src/x264.mk	Mon Oct 04 00:05:05 2010 +1100
+++ b/src/x264.mk	Mon Oct 04 07:16:17 2010 +1100
@@ -14,8 +14,8 @@
 
 define $(PKG)_UPDATE
     wget -q -O- 'http://ftp.videolan.org/pub/videolan/x264/snapshots/' | \
-    $(SED) -n 's,.*<a href="x264-\snapshot-\([0-9][^"]*\)\.tar.*,\1,p' | \
-    head -1
+    $(SED) -n 's,.*<a href="x264-snapshot-\([0-9][^"]*\)\.tar.*,\1,p' | \
+    tail -1
 endef
 
 define $(PKG)_BUILD