Skip to content
Snippets Groups Projects
  1. Jun 12, 2021
  2. Mar 22, 2021
    • Philip Prindeville's avatar
      treewide: fix places where $(FPIC) is unquoted · 17f63e95
      Philip Prindeville authored
      
      Fixes part of issue #14921.
      
      When $(FPIC) gets added to TARGET_CFLAGS (for instance), we can
      count on $(TARGET_CFLAGS) in turn being quoted when it gets
      expanded.  But there are a few places where $(FPIC) gets
      expanded directly into environment variables passed on the
      command line, such as when setting lt_cv_* variables as in this
      case.
      
      It's wrong to assume that the expansion of $(FPIC) won't require
      quoting (such as it containing spaces) if it has multiple compiler
      flags.
      
      Signed-off-by: default avatarPhilip Prindeville <philipp@redfish-solutions.com>
      (cherry picked from commit 0d5c6769)
      17f63e95
  3. Feb 24, 2021
  4. Feb 04, 2021
  5. Jan 11, 2021
  6. Dec 23, 2020
  7. Nov 29, 2020
  8. Nov 25, 2020
  9. Nov 20, 2020
  10. Oct 28, 2020
  11. Oct 04, 2020
  12. Sep 29, 2020
  13. Sep 26, 2020
  14. Sep 22, 2020
  15. Sep 20, 2020
    • Rosen Penev's avatar
      alsa-utils: add alsa-ucm-conf dependency · 850d124b
      Rosen Penev authored
      
      Fixes issues such as:
      
      root@MI-R3G:~# alsactl init
      alsa-lib parser.c:2101:(parse_toplevel_config) Syntax field not found
      in /usr/share/alsa/ucm2/ucm.conf
      
      alsa-lib main.c:983:(snd_use_case_mgr_open) error: failed to import
      hw:0 use case configuration -22
      
      Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
      850d124b
  16. Sep 17, 2020
  17. Sep 13, 2020
  18. Sep 04, 2020
  19. Aug 28, 2020
  20. Aug 19, 2020
    • Rosen Penev's avatar
      mpd: enable libmad globally · f5ab71c6
      Rosen Penev authored
      
      Since making ffmpeg dependent on BUILD_PATENTED, the full variant
      becomes unable to play mp3s. Change that.
      
      libmad is superior to mpg123 because of its faster decoding speed on
      soft float systems and because in MPD, it supports streams (HTTP for
      example).
      
      ffmpeg supports streams as well. Avoid libmad in that case.
      
      Minor Makefile cleanups.
      
      Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
      f5ab71c6
  21. Aug 17, 2020
  22. Aug 15, 2020
    • Rosen Penev's avatar
      mpg123: update to 1.26.3 · 9fc27854
      Rosen Penev authored
      
      Switched to CMake. CMake compiles faster.
      
      Added libsyn123 library as it's needed since version 1.26.
      
      Before:
      
      time make package/mpg123/compile -j 12
      Executed in   16.05 secs   fish           external
         usr time   26.65 secs    0.00 micros   26.65 secs
         sys time    4.82 secs  833.00 micros    4.81 secs
      
      After:
      
      time make package/mpg123/compile -j 12
      Executed in   12.12 secs   fish           external
         usr time   19.35 secs    0.00 micros   19.35 secs
         sys time    3.22 secs  752.00 micros    3.22 secs
      
      Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
      9fc27854
  23. Aug 11, 2020
  24. Aug 10, 2020
  25. Jul 31, 2020
  26. Jul 24, 2020
  27. Jul 23, 2020
  28. Jul 21, 2020
    • Rosen Penev's avatar
      mpd: update to 0.21.25 · dfdc430a
      Rosen Penev authored
      
      pulseaudio-daemon depends on alsa-lib, which depends on @AUDIO_SUPPORT.
      Enables -full on platforms lacking AUDIO_SUPPORT.
      
      Simplified LDFLAGS slighly.
      
      Removed pointless ICU dependency. I managed to patch meson.build to fix
      iconv compilation. The original error was that without the header, it
      was prefixing the iconv check with __buildin_ , which does not work
      with uClibc-ng.
      
      Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
      dfdc430a
  29. Jul 05, 2020
  30. Jun 28, 2020
  31. Jun 26, 2020
  32. Jun 11, 2020
  33. May 19, 2020
  34. May 13, 2020
Loading