2013-03-24 18:16:15 +00:00
|
|
|
# Template file for 'omxplayer'
|
2014-02-26 15:46:34 +00:00
|
|
|
_githash=7af21f5963
|
2014-01-20 10:49:59 +00:00
|
|
|
|
2013-03-24 18:16:15 +00:00
|
|
|
pkgname=omxplayer
|
2014-02-26 15:46:34 +00:00
|
|
|
version=20140226
|
2013-07-15 04:34:30 +00:00
|
|
|
revision=1
|
2013-09-23 07:22:44 +00:00
|
|
|
short_desc="Commandline OMX player for the Raspberry Pi (git ${_githash})"
|
2013-03-24 18:16:15 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-2"
|
|
|
|
homepage="https://github.com/huceke/omxplayer"
|
|
|
|
|
|
|
|
# XXX only rpi
|
|
|
|
only_for_archs="armv6l"
|
2013-11-23 09:56:44 +00:00
|
|
|
build_style=gnu-makefile
|
2013-03-24 18:16:15 +00:00
|
|
|
hostmakedepends="pkg-config"
|
2013-10-30 08:45:31 +00:00
|
|
|
makedepends="rpi-firmware>=20130913 pcre-devel boost-devel freetype-devel ffmpeg-devel>=2.1 dbus-devel"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="rpi-firmware>=20130913 freefont-ttf"
|
2013-03-24 18:16:15 +00:00
|
|
|
|
|
|
|
do_fetch() {
|
2013-07-15 04:34:30 +00:00
|
|
|
local url="git://github.com/popcornmix/omxplayer.git"
|
2013-03-24 18:16:15 +00:00
|
|
|
git clone $url ${pkgname}-${version}
|
2013-09-23 07:22:44 +00:00
|
|
|
cd ${pkgname}-${version}
|
|
|
|
git checkout ${_githash}
|
2013-03-24 18:16:15 +00:00
|
|
|
}
|
|
|
|
|
2013-07-15 04:34:30 +00:00
|
|
|
pre_build() {
|
2013-11-24 10:54:29 +00:00
|
|
|
cp -f ${FILESDIR}/* .
|
2013-07-15 04:34:30 +00:00
|
|
|
sed -e 's,/usr/share/fonts/truetype/freefont,/usr/share/fonts/TTF,g' -i omxplayer.cpp
|
|
|
|
mkdir -p /opt/vc/lib
|
2013-09-13 10:32:45 +00:00
|
|
|
sed -e "s|@CROSSBASE@|${XBPS_CROSS_BASE}|g" -i Makefile.include
|
2013-03-24 18:16:15 +00:00
|
|
|
}
|