diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-11-25 23:39:23 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-26 09:11:47 +0700 |
commit | 285230d9f785fac8de89ab72e5300ee246378b9b (patch) | |
tree | 4f1932a6165e45e512f4d26597b7e38d66cdd929 /multimedia | |
parent | bc89e8e4e81856d0468c4b4fc4f43dd5c905f42e (diff) |
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>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/svt-hevc/svt-hevc.SlackBuild | 2 | ||||
-rw-r--r-- | multimedia/svt-hevc/svt-hevc.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/svt-hevc/svt-hevc.SlackBuild b/multimedia/svt-hevc/svt-hevc.SlackBuild index d01742b03717..265a1382a205 100644 --- a/multimedia/svt-hevc/svt-hevc.SlackBuild +++ b/multimedia/svt-hevc/svt-hevc.SlackBuild @@ -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 . \ diff --git a/multimedia/svt-hevc/svt-hevc.info b/multimedia/svt-hevc/svt-hevc.info index 5f8d90d9436f..4aa23a814130 100644 --- a/multimedia/svt-hevc/svt-hevc.info +++ b/multimedia/svt-hevc/svt-hevc.info @@ -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="" |