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

Maxime Gauduin alucryd at archlinux.org
Sat Nov 3 08:40:10 UTC 2018


    Date: Saturday, November 3, 2018 @ 08:40:10
  Author: alucryd
Revision: 337755

archrelease: copy trunk to extra-any

Deleted:
  ffnvcodec-headers/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   26 --------------------------
 1 file changed, 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-03 08:40:03 UTC (rev 337754)
+++ PKGBUILD	2018-11-03 08:40:10 UTC (rev 337755)
@@ -1,26 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Daniel Bermond <danielbermond at yahoo.com>
-
-pkgname=ffnvcodec-headers
-pkgver=8.2.15.4
-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')
-
-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