mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
gst-imx: Fix md5sum after commit change, and correct build options
This commit is contained in:
parent
5d3989f635
commit
bb6b1ce169
1 changed files with 4 additions and 3 deletions
|
@ -5,7 +5,7 @@ buildarch=4
|
|||
pkgname=gst-imx
|
||||
_commit=0c8c284f598c777e14ecec6be72aea836f774ad8
|
||||
pkgver=0.9.7
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="GStreamer plugins for i.MX platforms"
|
||||
arch=('armv7h')
|
||||
license=('LGPL')
|
||||
|
@ -13,7 +13,7 @@ url="https://github.com/Freescale/gstreamer-imx"
|
|||
depends=('gst-plugins-base-libs' 'libfslvpuwrap' 'gpu-viv-bin-mx6q-fb')
|
||||
makedepends=('python2' 'linux-headers-imx6-fsl')
|
||||
source=("https://github.com/Freescale/gstreamer-imx/archive/${_commit}.tar.gz")
|
||||
md5sums=('fb1f4982bca844e305255b68f9e47bab')
|
||||
md5sums=('d0fab25f0d37a7255b56404951e842ec')
|
||||
|
||||
LDFLAGS+=' -L/opt/fsl/lib'
|
||||
CPPFLAGS+=' -I/opt/fsl/include'
|
||||
|
@ -25,7 +25,8 @@ build() {
|
|||
|
||||
python2 waf configure --prefix=/usr \
|
||||
--with-package-name="GStreamer plugins for i.MX platforms" \
|
||||
--with-package-origin="https://github.com/archlinuxarm/PKGBUILDs/tree/master/alarm/gst-imx"
|
||||
--with-package-origin="https://github.com/archlinuxarm/PKGBUILDs/tree/master/alarm/gst-imx" \
|
||||
--egl-platform=fb
|
||||
|
||||
python2 waf build $MAKEFLAGS
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue