alarm/gst-imx to 0.10.0.r9.g461d306-1

This commit is contained in:
Kevin Mihelich 2015-02-11 18:27:16 +00:00
parent a54a7364e7
commit 7704617ac4

View file

@ -3,23 +3,29 @@
buildarch=4
pkgname=gst-imx
_commit=0a7330439cec5e3bb955828a1fc8b7fe55d0d8e3
pkgver=0.10.0
pkgrel=6
pkgver=0.10.0.r9.g461d306
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' 'libfslvpuwrap' 'gpu-viv-bin-mx6q-fb')
makedepends=('python2' 'linux-headers-imx6-fsl')
source=("https://github.com/Freescale/gstreamer-imx/archive/${_commit}.tar.gz")
md5sums=('643ceb9d45db45cf58f3f7622d881cbb')
makedepends=('python2' 'linux-headers-imx6-fsl' 'git')
source=('git+https://github.com/Freescale/gstreamer-imx.git')
md5sums=('SKIP')
LDFLAGS+=' -L/opt/fsl/lib'
CPPFLAGS+=' -I/opt/fsl/include'
pkgver() {
cd gstreamer-imx
( set -o pipefail
git describe --long --tags 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
)
}
build() {
cd gstreamer-imx-${_commit}
cd gstreamer-imx
export PKG_CONFIG_PATH='/opt/fsl/lib/pkgconfig'
@ -33,6 +39,6 @@ build() {
}
package() {
cd gstreamer-imx-${_commit}
cd gstreamer-imx
python2 waf install --destdir="$pkgdir"
}