# Maintainer: Kevin Mihelich # Contributor: Huulivoide # Contributor: Jonathan Hudson buildarch=16 pkgname=omxplayer-git pkgver=397.cc646a4 pkgrel=1 pkgdesc="omxplayer is a command line media player for the RaspberryPi" arch=('arm' 'armv6h') url="https://github.com/popcornmix/omxplayer" license=(GPL2) depends=('ffmpeg' 'raspberrypi-firmware-tools' 'fbset') makedepends=('git' 'boost') optdepends=('ttf-freefont') provides=(omxplayer) conflicts=('omxplayer' 'omxplayer-bin') source=('git://github.com/popcornmix/omxplayer.git' '0001-alarm-fixes.patch') md5sums=('SKIP' 'ecf5782b2a3bffd4000f083e98a21478') pkgver() { cd omxplayer echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD) } prepare() { cd "${srcdir}/omxplayer" git apply ../0001-alarm-fixes.patch } build() { cd "${srcdir}/omxplayer" make } package() { cd "${srcdir}/omxplayer" make DESTDIR="${pkgdir}" install }