From 01e2366f4c010853eebb266a713c68d6bfae6cc0 Mon Sep 17 00:00:00 2001 From: Juan RP <xtraeme@gmail.com> Date: Sat, 7 Feb 2015 09:58:03 +0100 Subject: [PATCH] omxplayer: update to upstream git commit ced2387c5c0a435; add rpi2 support. --- srcpkgs/omxplayer/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/omxplayer/template b/srcpkgs/omxplayer/template index 8392a077d7..60d37a0188 100644 --- a/srcpkgs/omxplayer/template +++ b/srcpkgs/omxplayer/template @@ -1,9 +1,9 @@ # Template file for 'omxplayer' -_githash=a4ee0743ecf49ffa1818510e8cc7872282ca66a8 +_githash=ced2387c5c0a435fd52229133c644632375b1d71 _gitshort="${_githash:0:7}" pkgname=omxplayer -version=20141210 +version=20150207 revision=1 short_desc="Commandline OMX player for the Raspberry Pi (git ${_gitshort})" maintainer="Juan RP <xtraeme@gmail.com>" @@ -11,7 +11,7 @@ license="GPL-2" homepage="https://github.com/popcornmix/omxplayer" # XXX only rpi -only_for_archs="armv6l" +only_for_archs="armv6l armv7l" build_style=gnu-makefile make_build_args="XBPS_CROSS_BASE=$XBPS_CROSS_BASE" hostmakedepends="pkg-config git"