diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2016-05-31 14:34:08 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2016-05-31 14:34:32 +0200 |
commit | 7a9f821787a21db585ae1bee8c5f1facda2d3254 (patch) | |
tree | 77f303c3373d9eee345250bbb544b4ffdc33651e /media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild | |
parent | net-misc/icaclient: Took over maintenance. (diff) | |
download | gentoo-7a9f821787a21db585ae1bee8c5f1facda2d3254.tar.gz gentoo-7a9f821787a21db585ae1bee8c5f1facda2d3254.tar.bz2 gentoo-7a9f821787a21db585ae1bee8c5f1facda2d3254.zip |
media-video/raspberrypi-omxplayer: applied patch by Ahmet Inan <xdsopl@googlemail.com> from bug #421683 and bumped to the latest sources
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild')
-rw-r--r-- | media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild index 18fa556da19d..18d5bbb54c6b 100644 --- a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild +++ b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild @@ -13,7 +13,7 @@ EGIT_REPO_URI="https://github.com/popcornmix/omxplayer.git" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="" +IUSE="X" RDEPEND="dev-libs/libpcre media-fonts/freefont @@ -21,8 +21,12 @@ RDEPEND="dev-libs/libpcre sys-apps/dbus sys-apps/fbset virtual/ffmpeg - x11-apps/xrefresh - x11-apps/xset" + dev-libs/boost + media-libs/freetype:2 + X? ( + x11-apps/xrefresh + x11-apps/xset + )" DEPEND="${RDEPEND} virtual/pkgconfig" |