[arch-commits] Commit in amf-headers/repos/extra-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Wed Aug 17 15:34:07 UTC 2022


    Date: Wednesday, August 17, 2022 @ 15:34:07
  Author: alucryd
Revision: 453042

archrelease: copy trunk to extra-any

Added:
  amf-headers/repos/extra-any/PKGBUILD
    (from rev 453041, amf-headers/trunk/PKGBUILD)
Deleted:
  amf-headers/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-17 15:33:57 UTC (rev 453041)
+++ PKGBUILD	2022-08-17 15:34:07 UTC (rev 453042)
@@ -1,28 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Daniel Bermond <dbermond at archlinux.org>
-
-pkgname=amf-headers
-pkgver=1.4.24
-pkgrel=2
-pkgdesc='Header files for AMD Advanced Media Framework'
-arch=(any)
-url=https://github.com/GPUOpen-LibrariesAndSDKs/AMF/
-license=(MIT)
-makedepends=(git)
-_tag=fbf12cd39fe1812ed902525a1c001307b94871b9
-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 453041, amf-headers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-17 15:34:07 UTC (rev 453042)
@@ -0,0 +1,28 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Daniel Bermond <dbermond at archlinux.org>
+
+pkgname=amf-headers
+pkgver=1.4.26
+pkgrel=1
+pkgdesc='Header files for AMD Advanced Media Framework'
+arch=(any)
+url=https://github.com/GPUOpen-LibrariesAndSDKs/AMF/
+license=(MIT)
+makedepends=(git)
+_tag=5c78f194a396938ff0e72128712252151238e372
+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