Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] omxplayer: add missing dependency on alsa-lib
@ 2017-12-04 23:30 Julius Kriukas
  2017-12-05 17:17 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Julius Kriukas @ 2017-12-04 23:30 UTC (permalink / raw)
  To: buildroot

Omxplayer depends on alsa-lib. This patch fixes:

http://autobuild.buildroot.net/results/652/65212c59a37398681b341263bd76ba8a65ff7828

Signed-off-by: Julius Kriukas <julius@kriukas.lt>
---
 package/omxplayer/Config.in    | 1 +
 package/omxplayer/omxplayer.mk | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/omxplayer/Config.in b/package/omxplayer/Config.in
index b417aa3b0b..67367cf123 100644
--- a/package/omxplayer/Config.in
+++ b/package/omxplayer/Config.in
@@ -7,6 +7,7 @@ config BR2_PACKAGE_OMXPLAYER
 	depends on BR2_TOOLCHAIN_HAS_THREADS # boost, libusb
 	depends on BR2_USE_WCHAR # boost
 	depends on BR2_PACKAGE_RPI_USERLAND
+	select BR2_PACKAGE_ALSA_LIB
 	select BR2_PACKAGE_BOOST
 	select BR2_PACKAGE_DBUS
 	select BR2_PACKAGE_FFMPEG
diff --git a/package/omxplayer/omxplayer.mk b/package/omxplayer/omxplayer.mk
index 6e92250438..6999269161 100644
--- a/package/omxplayer/omxplayer.mk
+++ b/package/omxplayer/omxplayer.mk
@@ -10,7 +10,7 @@ OMXPLAYER_LICENSE = GPL-2.0+
 OMXPLAYER_LICENSE_FILES = COPYING
 
 OMXPLAYER_DEPENDENCIES = \
-	host-pkgconf boost dbus ffmpeg freetype libidn libusb pcre \
+	host-pkgconf alsa-lib boost dbus ffmpeg freetype libidn libusb pcre \
 	rpi-userland zlib
 
 OMXPLAYER_EXTRA_CFLAGS = \
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] omxplayer: add missing dependency on alsa-lib
  2017-12-04 23:30 [Buildroot] [PATCH 1/1] omxplayer: add missing dependency on alsa-lib Julius Kriukas
@ 2017-12-05 17:17 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2017-12-05 17:17 UTC (permalink / raw)
  To: buildroot

On 2017-12-05 01:30 +0200, Julius Kriukas spake thusly:
> Omxplayer depends on alsa-lib. This patch fixes:
> 
> http://autobuild.buildroot.net/results/652/65212c59a37398681b341263bd76ba8a65ff7828
> 
> Signed-off-by: Julius Kriukas <julius@kriukas.lt>

We sent about the same patch at about the same time, so I would not care
which is applied.

Yet, as you may have noticed, my patch also fixes the comment-dependency
on threads, so I believe mine is a little bit better in that respect.

Thanks! :-)

Regards,
Yann E. MORIN.

> ---
>  package/omxplayer/Config.in    | 1 +
>  package/omxplayer/omxplayer.mk | 2 +-
>  2 files changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/package/omxplayer/Config.in b/package/omxplayer/Config.in
> index b417aa3b0b..67367cf123 100644
> --- a/package/omxplayer/Config.in
> +++ b/package/omxplayer/Config.in
> @@ -7,6 +7,7 @@ config BR2_PACKAGE_OMXPLAYER
>  	depends on BR2_TOOLCHAIN_HAS_THREADS # boost, libusb
>  	depends on BR2_USE_WCHAR # boost
>  	depends on BR2_PACKAGE_RPI_USERLAND
> +	select BR2_PACKAGE_ALSA_LIB
>  	select BR2_PACKAGE_BOOST
>  	select BR2_PACKAGE_DBUS
>  	select BR2_PACKAGE_FFMPEG
> diff --git a/package/omxplayer/omxplayer.mk b/package/omxplayer/omxplayer.mk
> index 6e92250438..6999269161 100644
> --- a/package/omxplayer/omxplayer.mk
> +++ b/package/omxplayer/omxplayer.mk
> @@ -10,7 +10,7 @@ OMXPLAYER_LICENSE = GPL-2.0+
>  OMXPLAYER_LICENSE_FILES = COPYING
>  
>  OMXPLAYER_DEPENDENCIES = \
> -	host-pkgconf boost dbus ffmpeg freetype libidn libusb pcre \
> +	host-pkgconf alsa-lib boost dbus ffmpeg freetype libidn libusb pcre \
>  	rpi-userland zlib
>  
>  OMXPLAYER_EXTRA_CFLAGS = \
> -- 
> 2.11.0
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-05 17:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-04 23:30 [Buildroot] [PATCH 1/1] omxplayer: add missing dependency on alsa-lib Julius Kriukas
2017-12-05 17:17 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox