[arch-commits] Commit in ffnvcodec-headers/repos/extra-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Sat Jul 4 14:36:41 UTC 2020
Date: Saturday, July 4, 2020 @ 14:36:41
Author: alucryd
Revision: 390830
archrelease: copy trunk to extra-any
Added:
ffnvcodec-headers/repos/extra-any/PKGBUILD
(from rev 390829, ffnvcodec-headers/trunk/PKGBUILD)
Deleted:
ffnvcodec-headers/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 65 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-04 14:36:36 UTC (rev 390829)
+++ PKGBUILD 2020-07-04 14:36:41 UTC (rev 390830)
@@ -1,32 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Daniel Bermond <danielbermond at yahoo.com>
-
-pkgname=ffnvcodec-headers
-pkgver=9.1.23.1
-pkgrel=2
-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)
-source=(git+https://git.videolan.org/git/ffmpeg/nv-codec-headers.git#tag=4a0bbfd58724d6d19851cd8a6f7a9098dde9ab77)
-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 390829, ffnvcodec-headers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-04 14:36:41 UTC (rev 390830)
@@ -0,0 +1,33 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Daniel Bermond <danielbermond at yahoo.com>
+
+pkgname=ffnvcodec-headers
+pkgver=10.0.26.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=5ee2ae591f74f53bd6028344f8690f1558a1f17a
+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