mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/svt-hevc: Fix github tarball handling.
https://slackbuilds.org/GITHUB_URLs.txt This avoids having differently named tarballs and src directories. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bc89e8e4e8
commit
285230d9f7
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf SVT-HEVC-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/SVT-HEVC-$VERSION.tar.gz
|
||||
cd SVT-HEVC-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="svt-hevc"
|
||||
VERSION="1.5.1"
|
||||
HOMEPAGE="https://01.org/sv"
|
||||
DOWNLOAD="https://github.com/OpenVisualCloud/SVT-HEVC/archive/v1.5.1/svt-hevc-1.5.1.tar.gz"
|
||||
DOWNLOAD="https://github.com/OpenVisualCloud/SVT-HEVC/archive/v1.5.1/SVT-HEVC-1.5.1.tar.gz"
|
||||
MD5SUM="cc41d3975610781f70527faa567c6a30"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue