mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/nv-codec-headers: Updated for version 11.0.10.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
This commit is contained in:
parent
db26156dc9
commit
e0df98f7e8
4 changed files with 13 additions and 13 deletions
|
@ -1,8 +1,8 @@
|
|||
The FFmpeg version of Nvidia Codec SDK headers which are required
|
||||
to interface with Nvidia's codec APIs. The purpose of these
|
||||
headers is to allow hardware (GPU) encoding with suitable NVidia
|
||||
cards. This version corresponds to Video Codec SDK version 9.1.23
|
||||
and requires NVidia drivers version 435.21 or newer.
|
||||
cards. This version corresponds to Video Codec SDK version 11.0.10
|
||||
and requires NVidia drivers version 455.28 or newer.
|
||||
|
||||
There are 3 stages in the history of NVidia GPU encoding with FFmpeg:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for nv-codec-headers
|
||||
|
||||
# Copyright 2018-2020, Andrew Strong, Blue Mountains, Australia.
|
||||
# Copyright 2018-2021, Andrew Strong, Blue Mountains, Australia.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
PRGNAM=nv-codec-headers
|
||||
# Note that the version number is contained
|
||||
# within the file ffnvcodec.pc.in:
|
||||
VERSION=${VERSION:-9.1.23.1}
|
||||
VERSION=${VERSION:-11.0.10.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -64,10 +64,10 @@ mkdir -p $TMP $PKG $OUTPUT
|
|||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
|
||||
make PREFIX=/usr LIBDIR=lib${LIBDIRSUFFIX}
|
||||
make PREFIX=/usr LIBDIR=lib${LIBDIRSUFFIX} install DESTDIR=$PKG
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nv-codec-headers"
|
||||
VERSION="9.1.23.1"
|
||||
HOMEPAGE="http://git.videolan.org/?p=ffmpeg/nv-codec-headers.git;a=summary"
|
||||
DOWNLOAD="https://github.com/FFmpeg/nv-codec-headers/releases/download/n9.1.23.1/nv-codec-headers-9.1.23.1.tar.gz"
|
||||
MD5SUM="610972fd2e0019b1800602b254165f20"
|
||||
VERSION="11.0.10.0"
|
||||
HOMEPAGE="https://github.com/FFmpeg/nv-codec-headers"
|
||||
DOWNLOAD="https://github.com/FFmpeg/nv-codec-headers/releases/download/n11.0.10.0/nv-codec-headers-11.0.10.0.tar.gz"
|
||||
MD5SUM="b3513b09f42036a0d591f2e68a27dfb5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -9,11 +9,11 @@
|
|||
nv-codec-headers: nv-codec-headers (FFmpeg version of Nvidia Codec SDK headers)
|
||||
nv-codec-headers:
|
||||
nv-codec-headers: FFmpeg version of headers required to interface with Nvidia's
|
||||
nv-codec-headers: codec APIs. Corresponds to Video Codec SDK version 9.1.23.
|
||||
nv-codec-headers:
|
||||
nv-codec-headers: http://git.videolan.org/?p=ffmpeg/nv-codec-headers.git;a=summary
|
||||
nv-codec-headers: codec APIs. Corresponds to Video Codec SDK version 11.0.10.
|
||||
nv-codec-headers:
|
||||
nv-codec-headers:
|
||||
nv-codec-headers:
|
||||
nv-codec-headers: https://github.com/FFmpeg/nv-codec-headers
|
||||
nv-codec-headers:
|
||||
nv-codec-headers:
|
||||
nv-codec-headers:
|
||||
|
|
Loading…
Reference in a new issue