|
|
@ -20,7 +20,7 @@ pushd "$tmp"
|
|
|
|
git clone https://code.videolan.org/videolan/x264.git -b ${branch}
|
|
|
|
git clone https://code.videolan.org/videolan/x264.git -b ${branch}
|
|
|
|
|
|
|
|
|
|
|
|
cd ${package}
|
|
|
|
cd ${package}
|
|
|
|
tag=$(git rev-list HEAD -n 1 | cut -c 1-7)
|
|
|
|
tag=$(git rev-list HEAD -n 1 | cut -c 1-8)
|
|
|
|
git checkout ${commit}
|
|
|
|
git checkout ${commit}
|
|
|
|
git checkout -b rpmfusion
|
|
|
|
git checkout -b rpmfusion
|
|
|
|
./version.sh > version.h
|
|
|
|
./version.sh > version.h
|
|
|
|