mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/gst-omx-rpi to 1.12.2 (#1503)
This commit is contained in:
parent
6fcb627ed2
commit
2f01fcf3cc
1 changed files with 4 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
|||
# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# Contributor: Kiril Zyapkov <kiril.zyapkov@gmail.com>
|
||||
# Contributor: Cyril Lashkevich <notorca@gmail.com>
|
||||
|
||||
buildarch=20
|
||||
|
||||
_pkgname=gst-omx
|
||||
pkgname=${_pkgname}-rpi
|
||||
pkgver=1.2.0
|
||||
pkgrel=3
|
||||
pkgver=1.12.2
|
||||
pkgrel=1
|
||||
pkgdesc="Gstreamer OpenMAX IL wrapper Plugin for Raspberry Pi"
|
||||
arch=('armv6h' 'armv7h')
|
||||
license=('LGPL')
|
||||
|
@ -15,7 +16,7 @@ depends=('gst-plugins-base-libs')
|
|||
makedepends=('raspberrypi-firmware-tools' 'python2')
|
||||
options=(!libtool)
|
||||
source=(${url}/src/$_pkgname/$_pkgname-$pkgver.tar.xz)
|
||||
md5sums=('d24e8c0153c35dfefee3e26b1c2c35f8')
|
||||
md5sums=('4a1404a20b72e4ab6e826500218ec308')
|
||||
|
||||
LDFLAGS+=' -L/opt/vc/lib'
|
||||
CPPFLAGS+=' -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux'
|
||||
|
|
Loading…
Reference in a new issue