amf-headers: 1.4.18 -> 1.4.21

This commit is contained in:
Tim Biermann 2021-08-22 17:39:40 +02:00
parent 884afd01d5
commit 5c6e7dedd7
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 8 additions and 7 deletions

View File

@ -35,6 +35,7 @@ drwxr-xr-x root/root usr/include/AMF/core/
-rw-r--r-- root/root usr/include/AMF/core/ComputeFactory.h
-rw-r--r-- root/root usr/include/AMF/core/Context.h
-rw-r--r-- root/root usr/include/AMF/core/CurrentTime.h
-rw-r--r-- root/root usr/include/AMF/core/D3D12AMF.h
-rw-r--r-- root/root usr/include/AMF/core/Data.h
-rw-r--r-- root/root usr/include/AMF/core/Debug.h
-rw-r--r-- root/root usr/include/AMF/core/Dump.h

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39Me82DkqvMrZdsi1AVNaDrenM2oF6+LbH04t7xNb3fpp0jw91YzbkQQfeDqyDP8zh7z4/JWZiTmxEdo3CM3oA0=
SHA256 (Pkgfile) = 0c0860a8027d18506f66423b0c89e71650623d28009312ee16aeff7f6d672520
SHA256 (.footprint) = 83b5ae1b72926f227d9c37266a879e5df227e9923d1614b87089a1cdf0cba1a2
SHA256 (amf-headers-v1.4.18.tar.gz) = 4f21ee07c8bb9b73ff48dbce7cb0917cdcd4d81d33333da391d97ce7f00642fe
RWSagIOpLGJF38yE6F/l5324xAsNoCeHbdOaJx397inFX10FJGx3hvZRru8UyU9dWYqi+ozD33yHfHqLmlQVQiRZ3y4m6BDTogo=
SHA256 (Pkgfile) = fef9ab7d7a78ea355c86237f4dfa84ea7703b4871ceadd87dcb3f2f41cf8b6fb
SHA256 (.footprint) = c0911e17d6bb3401cc0cfa12842d74e63e639ca3a8edf79bbfdfcd70f3c8d5c3
SHA256 (amf-headers-1.4.21.tar.gz) = ffbd24e6e6bc47faff8e91061357046544c32733048b459f227986ea5fe30456

View File

@ -3,11 +3,11 @@
# Maintainer: Danny Rawlins, crux at romster dot me
name=amf-headers
version=1.4.18
version=1.4.21
release=1
source=(https://github.com/GPUOpen-LibrariesAndSDKs/AMF/archive/v$version/$name-v$version.tar.gz)
source=(https://github.com/GPUOpen-LibrariesAndSDKs/AMF/archive/v.$version/$name-$version.tar.gz)
build() {
install -dm 755 $PKG/usr/include
cp -dr --no-preserve=ownership AMF-$version/amf/public/include "${PKG}"/usr/include/AMF
cp -dr --no-preserve=ownership AMF-v.$version/amf/public/include "${PKG}"/usr/include/AMF
}