patches/libx264-02-version.diff
author viskov
Wed, 10 Nov 2010 21:44:34 +0000
changeset 3015 bd78f72ae2d7
parent 2693 3abe46f7045d
child 3749 a39ae2c0ae71
permissions -rw-r--r--
SFElibx264.spec base-spec/x264.spec: update tarball, reworking patches

--- x264-snapshot-20101029-2245/version.sh.orig	Fri Oct 29 16:45:07 2010
+++ x264-snapshot-20101029-2245/version.sh	Fri Oct 29 22:40:36 2010
@@ -1,20 +1,5 @@
 #!/bin/bash
-git rev-list HEAD | sort > config.git-hash
-LOCALVER=`wc -l config.git-hash | awk '{print $1}'`
-if [ $LOCALVER \> 1 ] ; then
-    VER=`git rev-list origin/master | sort | join config.git-hash - | wc -l | awk '{print $1}'`
-    if [ $VER != $LOCALVER ] ; then
-        VER="$VER+$(($LOCALVER-$VER))"
-    fi
-    if git status | grep -q "modified:" ; then
-        VER="${VER}M"
-    fi
-    VER="$VER $(git rev-list HEAD -n 1 | cut -c 1-7)"
-    echo "#define X264_VERSION \" r$VER\""
-else
-    echo "#define X264_VERSION \"\""
-    VER="x"
-fi
-rm -f config.git-hash
+VER="git-2245M"
+    echo "#define X264_VERSION \" r$VER\"" >> config.h
 API=`grep '#define X264_BUILD' < x264.h | sed -e 's/.* \([1-9][0-9]*\).*/\1/'`
-echo "#define X264_POINTVER \"0.$API.$VER\""
+echo "#define X264_POINTVER \"0.$API.$VER\"" >> config.h