omxplayer: rebuild against ffmpeg>=2.1.

This commit is contained in:
Juan RP 2013-10-30 09:45:31 +01:00
parent eaaede3b39
commit 393fb7cccf

View file

@ -1,7 +1,7 @@
# Template file for 'omxplayer' # Template file for 'omxplayer'
pkgname=omxplayer pkgname=omxplayer
_githash=5e6b623 _githash=5e6b623
version=20131026 version=20131030
revision=1 revision=1
short_desc="Commandline OMX player for the Raspberry Pi (git ${_githash})" short_desc="Commandline OMX player for the Raspberry Pi (git ${_githash})"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
@ -11,7 +11,7 @@ homepage="https://github.com/huceke/omxplayer"
# XXX only rpi # XXX only rpi
only_for_archs="armv6l" only_for_archs="armv6l"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="rpi-firmware>=20130913 pcre-devel boost-devel freetype-devel ffmpeg-devel dbus-devel" makedepends="rpi-firmware>=20130913 pcre-devel boost-devel freetype-devel ffmpeg-devel>=2.1 dbus-devel"
do_fetch() { do_fetch() {
local url="git://github.com/popcornmix/omxplayer.git" local url="git://github.com/popcornmix/omxplayer.git"