[arch-commits] Commit in ffnvcodec-headers/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Wed Nov 27 12:15:17 UTC 2019


    Date: Wednesday, November 27, 2019 @ 12:15:16
  Author: alucryd
Revision: 369823

upgpkg: ffnvcodec-headers 9.1.23.1-1

Modified:
  ffnvcodec-headers/trunk/PKGBUILD

----------+
 PKGBUILD |   24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-27 11:48:26 UTC (rev 369822)
+++ PKGBUILD	2019-11-27 12:15:16 UTC (rev 369823)
@@ -2,24 +2,30 @@
 # Contributor: Daniel Bermond <danielbermond at yahoo.com>
 
 pkgname=ffnvcodec-headers
-pkgver=9.0.18.1
+pkgver=9.1.23.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')
-source=("git+https://git.videolan.org/git/ffmpeg/nv-codec-headers.git#tag=n${pkgver}")
-sha256sums=('SKIP')
+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
+  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
+  make PREFIX=/usr DESTDIR="${pkgdir}" -C nv-codec-headers install
   install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/ffnvcodec-headers/
 }
 



More information about the arch-commits mailing list