omxplayer: update to upstream git commit f666a5d.

This commit is contained in:
Juan RP 2014-01-20 11:49:59 +01:00
parent a696de1431
commit 9694eaa18a
1 changed files with 3 additions and 6 deletions

View File

@ -1,7 +1,8 @@
# Template file for 'omxplayer'
_githash=f666a5d
pkgname=omxplayer
_githash=9b52cee
version=20131124
version=20140120
revision=1
short_desc="Commandline OMX player for the Raspberry Pi (git ${_githash})"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -28,7 +29,3 @@ pre_build() {
mkdir -p /opt/vc/lib
sed -e "s|@CROSSBASE@|${XBPS_CROSS_BASE}|g" -i Makefile.include
}
do_build() {
make CC="$CC" CXX="$CXX" LD="$LD" ${makejobs}
}