mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/gst-imx to 0.12.1.r0.g11a7b36-1
This commit is contained in:
parent
76d74a6cf6
commit
dfcdc90897
1 changed files with 4 additions and 4 deletions
|
@ -3,14 +3,14 @@
|
|||
buildarch=4
|
||||
|
||||
pkgname=gst-imx
|
||||
pkgver=0.12.0.r8.gd3fbc6f
|
||||
pkgver=0.12.1.r0.g11a7b36
|
||||
pkgrel=1
|
||||
pkgdesc="GStreamer plugins for i.MX platforms"
|
||||
arch=('armv7h')
|
||||
license=('LGPL')
|
||||
url="https://github.com/Freescale/gstreamer-imx"
|
||||
depends=('gst-plugins-base-libs' 'gst-plugins-bad' 'libimxvpuapi' 'gpu-viv-bin-mx6q-fb')
|
||||
makedepends=('python2' 'linux-headers-imx6-fsl' 'git')
|
||||
depends=('gst-plugins-base-libs' 'gst-plugins-bad' 'libimxvpuapi' 'imx-gpu-viv-fb' 'imx-gpu-viv-g2d')
|
||||
makedepends=('python2' 'linux-imx6-headers' 'git')
|
||||
source=('git+https://github.com/Freescale/gstreamer-imx.git')
|
||||
md5sums=('SKIP')
|
||||
|
||||
|
@ -33,7 +33,7 @@ build() {
|
|||
--with-package-name="GStreamer plugins for i.MX platforms" \
|
||||
--with-package-origin="https://github.com/archlinuxarm/PKGBUILDs/tree/master/alarm/gst-imx" \
|
||||
--egl-platform=fb \
|
||||
--kernel-headers=/usr/include
|
||||
--kernel-headers=/usr/src/linux-$(pacman -Q linux-imx6-headers | grep -Eo "[^\ ]+$")-ARCH/include
|
||||
|
||||
python2 waf build $MAKEFLAGS
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue