Add ARM architectures
This commit is contained in:
9
.SRCINFO
9
.SRCINFO
@@ -1,12 +1,15 @@
|
|||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Sun Sep 25 11:23:02 UTC 2016
|
# Mon Sep 26 09:54:00 UTC 2016
|
||||||
pkgbase = motion-git
|
pkgbase = motion-git
|
||||||
pkgdesc = A software motion detector which grabs images from video4linux devices and/or from webcams
|
pkgdesc = A software motion detector which grabs images from video4linux devices and/or from webcams
|
||||||
pkgver = release.3.4.1.r98.g7e16a9e
|
pkgver = release.3.4.1.r105.g7692717
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://motion-project.github.io/
|
url = https://motion-project.github.io/
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
arch = armv6h
|
||||||
|
arch = armv7h
|
||||||
|
arch = aarch64
|
||||||
license = GPL
|
license = GPL
|
||||||
depends = libjpeg
|
depends = libjpeg
|
||||||
depends = v4l-utils
|
depends = v4l-utils
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@@ -3,10 +3,10 @@
|
|||||||
|
|
||||||
pkgname=motion-git
|
pkgname=motion-git
|
||||||
_pkgname=motion
|
_pkgname=motion
|
||||||
pkgver=release.3.4.1.r98.g7e16a9e
|
pkgver=release.3.4.1.r105.g7692717
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="A software motion detector which grabs images from video4linux devices and/or from webcams"
|
pkgdesc="A software motion detector which grabs images from video4linux devices and/or from webcams"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
url="https://motion-project.github.io/"
|
url="https://motion-project.github.io/"
|
||||||
depends=('libjpeg' 'v4l-utils' 'ffmpeg')
|
depends=('libjpeg' 'v4l-utils' 'ffmpeg')
|
||||||
|
Reference in New Issue
Block a user