annotate src/x264-1-fix-bin-bash.patch @ 3700:76745b5dfd81

bump version to 0.0.31
author John W. Eaton <jwe@octave.org>
date Thu, 28 Aug 2014 16:58:58 -0400
parents 99516e73b368
children c4a341e3e014
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2333
f653602a0500 Rebrand to new project name MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 1826
diff changeset
1 This file is part of MXE.
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2333
diff changeset
2 See index.html for further information.
1604
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