Update libva git URL and Qt init-repository invocation (#3201)

Signed-off-by: Fritz Elfert <fritz-github@fritz-elfert.de> (github: felfert)
This commit is contained in:
Fritz Elfert 2017-04-04 11:12:56 +02:00 committed by John Preston
parent 20ad611924
commit 3915957612
1 changed files with 2 additions and 3 deletions

View File

@ -205,7 +205,7 @@ buildVa() {
rm -rf *
cd "$EXTERNAL"
git clone git://anongit.freedesktop.org/git/libva
git clone https://github.com/01org/libva
cd "$EXTERNAL/libva"
./autogen.sh --prefix=$VA_PATH --enable-static
@ -523,8 +523,7 @@ buildCustomQt() {
git clone git://code.qt.io/qt/qt5.git qt${QT_VERSION}
cd "$EXTERNAL/qt${QT_VERSION}"
git checkout "$(echo ${QT_VERSION} | sed -e s/\..$//)"
perl init-repository --module-subset=qtbase,qtimageformats
perl init-repository --branch --module-subset=qtbase,qtimageformats
git checkout v${QT_VERSION}
cd qtbase && git checkout v${QT_VERSION} && cd ..
cd qtimageformats && git checkout v${QT_VERSION} && cd ..