Browse Source
subrepo: subdir: "ffnvcodec-headers" merged: "ced79b5" upstream: origin: "gitea@gitea.artixlinux.org:packagesF/ffnvcodec-headers.git" branch: "master" commit: "ced79b5" git-subrepo: version: "0.4.0" origin: "???" commit: "???"master
7 changed files with 107 additions and 0 deletions
@ -0,0 +1,5 @@
|
||||
%YAML 1.2 |
||||
--- |
||||
|
||||
label: master |
||||
|
@ -0,0 +1,33 @@
|
||||
# ---> ArchLinuxPackages |
||||
*.tar |
||||
*.tar.* |
||||
*.jar |
||||
*.exe |
||||
*.msi |
||||
*.zip |
||||
*.tgz |
||||
*.log |
||||
*.log.* |
||||
*.sig |
||||
|
||||
pkg/ |
||||
src/ |
||||
|
||||
|
||||
# ---> Archives |
||||
*.7z |
||||
*.rar |
||||
*.gz |
||||
*.bzip |
||||
*.bz2 |
||||
*.xz |
||||
*.lzma |
||||
*.cab |
||||
|
||||
# ---> systemd |
||||
*.service |
||||
*.socket |
||||
*.timer |
||||
|
||||
# ---> snap |
||||
*.snap |
@ -0,0 +1,12 @@
|
||||
; DO NOT EDIT (unless you know what you are doing) |
||||
; |
||||
; This subdirectory is a git "subrepo", and this file is maintained by the |
||||
; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme |
||||
; |
||||
[subrepo] |
||||
remote = gitea@gitea.artixlinux.org:packagesF/ffnvcodec-headers.git |
||||
branch = master |
||||
commit = ced79b58ec5d91cdac981e0c9e97bf50d813101a |
||||
parent = a2ed252e8bddff7cc2293db9ea2ba88469f6990a |
||||
method = merge |
||||
cmdver = 0.4.0 |
@ -0,0 +1,3 @@
|
||||
@Library('artix-ci') import org.artixlinux.RepoPackage |
||||
|
||||
PackagePipeline(new RepoPackage(this)) |
@ -0,0 +1,26 @@
|
||||
# Maintainer: Maxime Gauduin <alucryd@archlinux.org> |
||||
# Contributor: Daniel Bermond <danielbermond@yahoo.com> |
||||
|
||||
pkgname=ffnvcodec-headers |
||||
pkgver=9.0.18.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') |
||||
|
||||
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: |
@ -0,0 +1,26 @@
|
||||
# Maintainer: Maxime Gauduin <alucryd@archlinux.org> |
||||
# Contributor: Daniel Bermond <danielbermond@yahoo.com> |
||||
|
||||
pkgname=ffnvcodec-headers |
||||
pkgver=9.0.18.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') |
||||
|
||||
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: |
Loading…
Reference in new issue