mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
rename alarm/libfslvpuwrap to alarm/imx-vpuwrap and update to 1.0.65-1
This commit is contained in:
parent
b5488e20a3
commit
e989e7b625
1 changed files with 8 additions and 6 deletions
|
@ -3,17 +3,19 @@
|
|||
# Contributor: Oleg Rakhmanov <oleg [at] archlinuxarm [dot] org>
|
||||
|
||||
buildarch=4
|
||||
epoch=1
|
||||
pkgname=libfslvpuwrap
|
||||
pkgver=1.0.62
|
||||
pkgrel=2
|
||||
pkgname=imx-vpuwrap
|
||||
pkgver=1.0.65
|
||||
pkgrel=1
|
||||
pkgdesc="Wrapper library for the freescale proprietary VPU extensions"
|
||||
url="https://community.freescale.com/docs/DOC-95560"
|
||||
arch=('armv7h')
|
||||
license=('proprietary')
|
||||
depends=("imx-vpu")
|
||||
depends=('imx-vpu')
|
||||
replaces=('libfslvpuwrap')
|
||||
conflicts=('libfslvpuwrap')
|
||||
provides=('libfslvpuwrap')
|
||||
source=("http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/${pkgname}-${pkgver}.bin")
|
||||
md5sums=('6497758e27f72992a86ac918ce12db56')
|
||||
md5sums=('0bbcd6b9c9906fb85f98160eba94827b')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}"
|
Loading…
Reference in a new issue