mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/nv-codec-header: Updated for version 11.1.5.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4d2a793be0
commit
8e6e27672c
2 changed files with 5 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for nv-codec-headers
|
||||
|
||||
# Copyright 2018-2022, Andrew Strong, Blue Mountains, Australia.
|
||||
# Copyright 2018-2023, Andrew Strong, Blue Mountains, Australia.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
PRGNAM=nv-codec-headers
|
||||
# Note that the version number is contained
|
||||
# within the file ffnvcodec.pc.in:
|
||||
VERSION=${VERSION:-11.1.5.1}
|
||||
VERSION=${VERSION:-11.1.5.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nv-codec-headers"
|
||||
VERSION="11.1.5.1"
|
||||
VERSION="11.1.5.2"
|
||||
HOMEPAGE="https://github.com/FFmpeg/nv-codec-headers"
|
||||
DOWNLOAD="https://github.com/FFmpeg/nv-codec-headers/releases/download/n11.1.5.1/nv-codec-headers-11.1.5.1.tar.gz"
|
||||
MD5SUM="d193c482ad4ee8fa0bcce51a5c13183d"
|
||||
DOWNLOAD="https://github.com/FFmpeg/nv-codec-headers/releases/download/n11.1.5.2/nv-codec-headers-11.1.5.2.tar.gz"
|
||||
MD5SUM="94fd5479bf934595530d9bfae93c1c55"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue