annotate src/x264-1-fix-bin-bash.patch @ 1826:90917d6ed4b2

upgrade packages: glew imagemagick libpaper x264
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 18 May 2011 03:49:34 +0200
parents b7381f5f300c
children f653602a0500
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1604
b7381f5f300c update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
1 This file is part of mingw-cross-env.
b7381f5f300c update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
2 See doc/index.html for further information.
b7381f5f300c update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
3
b7381f5f300c update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
4 diff -urN x264-snapshot-20100714-2245/configure x264-snapshot-20100714-2245.new/configure
b7381f5f300c update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
5 --- x264-snapshot-20100714-2245/configure 2010-07-15 06:45:06.000000000 +1000
b7381f5f300c update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
6 +++ x264-snapshot-20100714-2245.new/configure 2010-10-03 23:58:24.000000000 +1100
b7381f5f300c update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
7 @@ -1,4 +1,4 @@
b7381f5f300c update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
8 -#!/bin/bash
1826
90917d6ed4b2 upgrade packages: glew imagemagick libpaper x264
Volker Grabsch <vog@notjusthosting.com>
parents: 1604
diff changeset
9 +#!/usr/bin/env bash
1604
b7381f5f300c update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
10
b7381f5f300c update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
11 if test x"$1" = x"-h" -o x"$1" = x"--help" ; then
1826
90917d6ed4b2 upgrade packages: glew imagemagick libpaper x264
Volker Grabsch <vog@notjusthosting.com>
parents: 1604
diff changeset
12 cat <<EOF
1604
b7381f5f300c update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
13 diff -urN x264-snapshot-20100714-2245/version.sh x264-snapshot-20100714-2245.new/version.sh
b7381f5f300c update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
14 --- x264-snapshot-20100714-2245/version.sh 2010-07-15 06:45:07.000000000 +1000
b7381f5f300c update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
15 +++ x264-snapshot-20100714-2245.new/version.sh 2010-10-03 23:58:24.000000000 +1100
b7381f5f300c update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
16 @@ -1,4 +1,4 @@
b7381f5f300c update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
17 -#!/bin/bash
1826
90917d6ed4b2 upgrade packages: glew imagemagick libpaper x264
Volker Grabsch <vog@notjusthosting.com>
parents: 1604
diff changeset
18 +#!/usr/bin/env bash
1604
b7381f5f300c update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
19 git rev-list HEAD | sort > config.git-hash
b7381f5f300c update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
20 LOCALVER=`wc -l config.git-hash | awk '{print $1}'`
b7381f5f300c update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
21 if [ $LOCALVER \> 1 ] ; then