[arch-commits] Commit in amf-headers/repos/extra-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Mon Jul 19 12:13:49 UTC 2021
Date: Monday, July 19, 2021 @ 12:13:49
Author: alucryd
Revision: 420130
archrelease: copy trunk to extra-any
Added:
amf-headers/repos/extra-any/PKGBUILD
(from rev 420129, amf-headers/trunk/PKGBUILD)
Deleted:
amf-headers/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-19 12:13:44 UTC (rev 420129)
+++ PKGBUILD 2021-07-19 12:13:49 UTC (rev 420130)
@@ -1,28 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Daniel Bermond <dbermond at archlinux.org>
-
-pkgname=amf-headers
-pkgver=1.4.18
-pkgrel=2
-pkgdesc='Header files for AMD Advanced Media Framework'
-arch=(any)
-url=https://github.com/GPUOpen-LibrariesAndSDKs/AMF/
-license=(MIT)
-makedepends=(git)
-_tag=7a83513f8a0c9f2b2b6270dbb294cd942d27a499
-source=(git+https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
- cd AMF
-
- git describe --tags | sed 's/^v//'
-}
-
-package() {
- install -dm 755 "${pkgdir}"/usr/include
- cp -dr --no-preserve=ownership AMF/amf/public/include "${pkgdir}"/usr/include/AMF
- install -Dm 644 AMF/LICENSE.txt -t "${pkgdir}"/usr/share/licenses/amf-headers/
-}
-
-# vim: ts=2 sw=2 et:
Copied: amf-headers/repos/extra-any/PKGBUILD (from rev 420129, amf-headers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-19 12:13:49 UTC (rev 420130)
@@ -0,0 +1,28 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Daniel Bermond <dbermond at archlinux.org>
+
+pkgname=amf-headers
+pkgver=1.4.21
+pkgrel=1
+pkgdesc='Header files for AMD Advanced Media Framework'
+arch=(any)
+url=https://github.com/GPUOpen-LibrariesAndSDKs/AMF/
+license=(MIT)
+makedepends=(git)
+_tag=6898a97d641f41fa77b66aac5f400bf4ddcc0685
+source=(git+https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+ cd AMF
+
+ git describe --tags | sed 's/^v.//'
+}
+
+package() {
+ install -dm 755 "${pkgdir}"/usr/include
+ cp -dr --no-preserve=ownership AMF/amf/public/include "${pkgdir}"/usr/include/AMF
+ install -Dm 644 AMF/LICENSE.txt -t "${pkgdir}"/usr/share/licenses/amf-headers/
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list