From 2fa7aeae0012d5718802c6de9e3b6bd556e3d8ed Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Tue, 7 Oct 2014 20:30:18 -0700 Subject: [PATCH] x264: update Signed-off-by: Timothy Gu --- src/x264-1-fix-bin-bash.patch | 9 --------- src/x264.mk | 4 ++-- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/src/x264-1-fix-bin-bash.patch b/src/x264-1-fix-bin-bash.patch index ced835f2..972d60bd 100644 --- a/src/x264-1-fix-bin-bash.patch +++ b/src/x264-1-fix-bin-bash.patch @@ -1,15 +1,6 @@ This file is part of MXE. See index.html for further information. -diff -urN x264-snapshot-20100714-2245/version.sh x264-snapshot-20100714-2245.new/version.sh ---- x264-snapshot-20100714-2245/version.sh 2010-07-15 06:45:07.000000000 +1000 -+++ x264-snapshot-20100714-2245.new/version.sh 2010-10-03 23:58:24.000000000 +1100 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/bin/env bash - [ -n "$1" ] && cd $1 - git rev-list HEAD | sort > config.git-hash - LOCALVER=`wc -l config.git-hash | awk '{print $1}'` diff -urN x264-snapshot-20100714-2245/configure x264-snapshot-20100714-2245.new/configure --- x264-snapshot-20100714-2245/configure 2010-07-15 06:45:07.000000000 +1000 +++ x264-snapshot-20100714-2245.new/configure 2010-10-03 23:58:24.000000000 +1100 diff --git a/src/x264.mk b/src/x264.mk index 6ddfb7d3..6aa39b1d 100644 --- a/src/x264.mk +++ b/src/x264.mk @@ -3,8 +3,8 @@ PKG := x264 $(PKG)_IGNORE := -$(PKG)_VERSION := 20130816-2245 -$(PKG)_CHECKSUM := 34f8d1fbeb3c9642459e34b4e7173d083ff7074a +$(PKG)_VERSION := 20140826-2245 +$(PKG)_CHECKSUM := 49735a3747f3209f594cc9a1f38b79cf3e68683b $(PKG)_SUBDIR := $(PKG)-snapshot-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-snapshot-$($(PKG)_VERSION).tar.bz2 $(PKG)_URL := http://download.videolan.org/pub/videolan/$(PKG)/snapshots/$($(PKG)_FILE)