[arch-commits] Commit in ffnvcodec-headers/repos/extra-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Mon Apr 19 06:13:09 UTC 2021
Date: Monday, April 19, 2021 @ 06:13:09
Author: alucryd
Revision: 412889
archrelease: copy trunk to extra-any
Added:
ffnvcodec-headers/repos/extra-any/PKGBUILD
(from rev 412888, ffnvcodec-headers/trunk/PKGBUILD)
Deleted:
ffnvcodec-headers/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-19 06:13:04 UTC (rev 412888)
+++ PKGBUILD 2021-04-19 06:13:09 UTC (rev 412889)
@@ -1,33 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Daniel Bermond <danielbermond at yahoo.com>
-
-pkgname=ffnvcodec-headers
-pkgver=11.0.10.0
-pkgrel=1
-pkgdesc='FFmpeg version of headers required to interface with Nvidias codec APIs'
-arch=(any)
-url=https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git
-license=(MIT)
-makedepends=(git)
-_tag=7a81595786463d1c7efcb03aa85def69fc2cad41
-source=(git+https://git.videolan.org/git/ffmpeg/nv-codec-headers.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
- cd nv-codec-headers
-
- git describe --tags | sed 's/^n//'
-}
-
-build() {
- make PREFIX=/usr -C nv-codec-headers
- sed -n '4,25p' nv-codec-headers/include/ffnvcodec/nvEncodeAPI.h > LICENSE # Extract license
- sed -i '1,22s/^.\{,3\}//' LICENSE # Delete C comments
-}
-
-package() {
- make PREFIX=/usr DESTDIR="${pkgdir}" -C nv-codec-headers install
- install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/ffnvcodec-headers/
-}
-
-# vim: ts=2 sw=2 et:
Copied: ffnvcodec-headers/repos/extra-any/PKGBUILD (from rev 412888, ffnvcodec-headers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-04-19 06:13:09 UTC (rev 412889)
@@ -0,0 +1,33 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Daniel Bermond <danielbermond at yahoo.com>
+
+pkgname=ffnvcodec-headers
+pkgver=11.0.10.1
+pkgrel=1
+pkgdesc='FFmpeg version of headers required to interface with Nvidias codec APIs'
+arch=(any)
+url=https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git
+license=(MIT)
+makedepends=(git)
+_tag=315ad740ac77282c7cea67ba31f2e4b373132919
+source=(git+https://git.videolan.org/git/ffmpeg/nv-codec-headers.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd nv-codec-headers
+
+ git describe --tags | sed 's/^n//'
+}
+
+build() {
+ make PREFIX=/usr -C nv-codec-headers
+ sed -n '4,25p' nv-codec-headers/include/ffnvcodec/nvEncodeAPI.h > LICENSE # Extract license
+ sed -i '1,22s/^.\{,3\}//' LICENSE # Delete C comments
+}
+
+package() {
+ make PREFIX=/usr DESTDIR="${pkgdir}" -C nv-codec-headers install
+ install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/ffnvcodec-headers/
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list