mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
libraries/nv-codec-headers: Updated for version 9.0.18.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5ab11d67b4
commit
a2664920a0
2 changed files with 4 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
PRGNAM=nv-codec-headers
|
||||
# Note that the version number is contained
|
||||
# within the file ffnvcodec.pc.in:
|
||||
VERSION=9.0.18.1
|
||||
VERSION=${VERSION:-9.0.18.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -33,7 +33,6 @@ if [ -z "$ARCH" ]; then
|
|||
case "$( uname -m )" in
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nv-codec-headers"
|
||||
VERSION="9.0.18.1"
|
||||
VERSION="9.0.18.2"
|
||||
HOMEPAGE="http://git.videolan.org/?p=ffmpeg/nv-codec-headers.git;a=summary"
|
||||
DOWNLOAD="http://www.andrews-corner.org/downloads/SBo/nv-codec-headers-9.0.18.1.tar.gz"
|
||||
MD5SUM="be53563f72e1ac812086838f44a41540"
|
||||
DOWNLOAD="http://www.andrews-corner.org/downloads/nv-codec-headers-9.0.18.2.tar.gz"
|
||||
MD5SUM="1973f4c485d01795ba10863b71df680d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue