mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
bmdtools-git: minor corrections
This commit is contained in:
parent
272008f245
commit
5845e801f5
2 changed files with 3 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = bmdtools-git
|
||||
pkgdesc = Basic capture and play programs for Blackmagic Design Decklink
|
||||
pkgver = 20121010
|
||||
pkgver = 20121021
|
||||
pkgrel = 1
|
||||
url = https://github.com/lu-zero/bmdtools
|
||||
arch = i686
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Antoine Lubineau <antoine@lubignon.inf>
|
||||
|
||||
pkgname=bmdtools-git
|
||||
pkgver=20121010
|
||||
pkgver=20121021
|
||||
pkgrel=1
|
||||
pkgdesc="Basic capture and play programs for Blackmagic Design Decklink"
|
||||
arch=('i686' 'x86_64')
|
||||
|
|
@ -32,6 +32,7 @@ build() {
|
|||
cd "$srcdir/$_gitname-build"
|
||||
|
||||
sed -i 's|SDK_PATH=../../include|SDK_PATH=/usr/src/decklink-sdk|' Makefile
|
||||
sed -i 's|pkg-config --libs libavformat libswscale|pkg-config --libs libavformat libswscale libavutil libavcodec|' Makefile
|
||||
make
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue