Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3] flutter-pi audio player plugin Config.in fixes
@ 2024-01-23 19:00 Adam Duskett
  2024-01-23 19:00 ` [Buildroot] [PATCH 1/3] package/flutter-pi: remove libgles requirement for gstreamer audio plugin Adam Duskett
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Adam Duskett @ 2024-01-23 19:00 UTC (permalink / raw)
  To: buildroot; +Cc: Adam Duskett

I noticed a few minor problems with the audio player plugin in the Config.in
file for the flutter-pi package.

I copied and pasted the video player plugin and forgot to:
  - Remove the dependency on libgles, which doesn't comment on the erroneous
    dependency.
  - I didn't change the help text, which matches the video player plugin.

Also, the last update added help text in the README.md files, which explicitly
states that the audio player plugin is incompatible/not tested with PulseAudio.
As such, I have added a dependency on !BR2_PACKAGE_PULSEAUDIO

Adam Duskett (3):
  package/flutter-pi: remove libgles requirement for gstreamer audio
    plugin
  package/flutter-pi: Fix help text for gstreamer audio player
  package/flutter-pi: audio player plugin is not compatible with
    pulseaudio

 package/flutter-pi/Config.in | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-02-04 21:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-23 19:00 [Buildroot] [PATCH 0/3] flutter-pi audio player plugin Config.in fixes Adam Duskett
2024-01-23 19:00 ` [Buildroot] [PATCH 1/3] package/flutter-pi: remove libgles requirement for gstreamer audio plugin Adam Duskett
2024-01-23 20:36   ` Yann E. MORIN
2024-02-04 21:32   ` Peter Korsgaard
2024-01-23 19:00 ` [Buildroot] [PATCH 2/3] package/flutter-pi: Fix help text for gstreamer audio player Adam Duskett
2024-01-23 20:37   ` Yann E. MORIN
2024-02-04 21:32   ` Peter Korsgaard
2024-01-23 19:00 ` [Buildroot] [PATCH 3/3] package/flutter-pi: audio player plugin is not compatible with pulseaudio Adam Duskett
2024-01-23 20:47   ` 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