omxplayer: update to 20150609.
This commit is contained in:
parent
f8c6b87ffd
commit
74b049f289
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,15 @@
|
|||
# Template file for 'omxplayer'
|
||||
pkgname=omxplayer
|
||||
version=20150526
|
||||
version=20150609
|
||||
revision=1
|
||||
_commit=4d8ffd13153bfef2966671cb4fb484afeaf792a8
|
||||
short_desc="Commandline OMX player for the Raspberry Pi (git ${_gitshort})"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="https://github.com/popcornmix/omxplayer"
|
||||
distfiles="$homepage/archive/$_commit.tar.gz"
|
||||
checksum=c6326b158010a873f9b5ca8843a4d3d7f1a2a24d3b4b1e43f433d173f8566314
|
||||
wrksrc="omxplayer-$_commit"
|
||||
|
||||
# XXX only rpi
|
||||
only_for_archs="armv6l armv6l-musl armv7l armv7l-musl"
|
||||
|
@ -14,10 +18,6 @@ hostmakedepends="pkg-config git"
|
|||
makedepends="rpi-firmware pcre-devel boost-devel freetype-devel ffmpeg-devel dbus-devel"
|
||||
depends="freefont-ttf"
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/popcornmix/omxplayer.git"
|
||||
git clone $url ${wrksrc}
|
||||
}
|
||||
do_build() {
|
||||
sed -e 's,/usr/share/fonts/truetype/freefont,/usr/share/fonts/TTF,g' -i omxplayer.cpp
|
||||
mkdir -p /opt/vc/lib
|
||||
|
|
Loading…
Reference in a new issue