ruby: bump version to 2.4.1
[buildroot-gz.git] / package / omxplayer / Config.in
blobb417aa3b0be76a03457b261ef856d6e79915038c
1 config BR2_PACKAGE_OMXPLAYER
2         bool "omxplayer"
3         depends on BR2_arm
4         depends on BR2_USE_MMU # dbus
5         depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS # ffmpeg
6         depends on BR2_INSTALL_LIBSTDCPP # boost
7         depends on BR2_TOOLCHAIN_HAS_THREADS # boost, libusb
8         depends on BR2_USE_WCHAR # boost
9         depends on BR2_PACKAGE_RPI_USERLAND
10         select BR2_PACKAGE_BOOST
11         select BR2_PACKAGE_DBUS
12         select BR2_PACKAGE_FFMPEG
13         select BR2_PACKAGE_FFMPEG_AVRESAMPLE
14         select BR2_PACKAGE_FFMPEG_SWSCALE
15         select BR2_PACKAGE_FREETYPE
16         select BR2_PACKAGE_LIBIDN
17         select BR2_PACKAGE_LIBUSB
18         select BR2_PACKAGE_PCRE
19         select BR2_PACKAGE_ZLIB
20         help
21           OMXPlayer is a commandline OMX player for the Raspberry Pi. It was
22           developed as a testbed for the XBMC Raspberry PI implementation
23           and is quite handy to use standalone.
25           https://github.com/popcornmix/omxplayer
27 comment "omxplayer needs rpi-userland and a toolchain w/ C++, threads, wchar, dynamic library"
28         depends on BR2_arm
29         depends on BR2_USE_MMU
30         depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
31         depends on !BR2_PACKAGE_RPI_USERLAND
32         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS \
33                 || !BR2_USE_WCHAR || BR2_STATIC_LIBS