patches/libx264-02-version.diff
author jurikm
Sun, 15 Mar 2009 10:53:51 +0000
changeset 1746 6782ed97001f
child 2693 3abe46f7045d
permissions -rw-r--r--
2009-03-15 Milan Jurik <[email protected]> * SFElibx264.spec: the latest snapshot

--- x264-snapshot-20090208-2245/version.sh	ne úno  8 22:45:10 2009
+++ x264-snapshot-20090208-2245-patch/version.sh	so úno 14 17:53:04 2009
@@ -1,19 +1,20 @@
 #!/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))"
-    elif git status | grep -q "modified:" ; then
-        VER="${VER}M"
-    fi
-    VER="$VER $(git rev-list HEAD -n 1 | head -c 7)"
+#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))"
+#    elif git status | grep -q "modified:" ; then
+#        VER="${VER}M"
+VER="git-2245M"
+#    fi
+#    VER="$VER $(git rev-list HEAD -n 1 | head -c 7)"
     echo "#define X264_VERSION \" r$VER\"" >> config.h
-else
-    echo "#define X264_VERSION \"\"" >> config.h
-    VER="x"
-fi
-rm -f config.git-hash
+#else
+#    echo "#define X264_VERSION \"\"" >> config.h
+#    VER="x"
+#fi
+#rm -f config.git-hash
 API=`grep '#define X264_BUILD' < x264.h | sed -e 's/.* \([1-9][0-9]*\).*/\1/'`
 echo "#define X264_POINTVER \"0.$API.$VER\"" >> config.h