- Jun 12, 2021
-
-
Rosen Penev authored
Explicitly add libdaemon configure flag. It seems the default was changed. Add AUTORELEASE for simplicity. Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry picked from commit 94bc8a12)
-
- Mar 22, 2021
-
-
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:
Philip Prindeville <philipp@redfish-solutions.com> (cherry picked from commit 0d5c6769)
-
- Feb 24, 2021
-
-
Ilya Lipnitskiy authored
The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by:
Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> (cherry picked from commit 5d8d4fbb) Signed-off-by:
Jeffery To <jeffery.to@gmail.com>
-
- Feb 04, 2021
-
-
Ilya Lipnitskiy authored
Allows targets such as prepare, refresh, or update to be run without building dependencies for easier patch maintenance. Signed-off-by:
Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
-
- Jan 11, 2021
-
-
Rosen Penev authored
with the latest version, there's no OSS support. At least --without-oss does not work. Remove autoconf patches and add gettext-version fixup. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Dec 23, 2020
-
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Nov 29, 2020
-
-
Rosen Penev authored
Remove upstreamed OpenSSL patch. Update MESON_ARGS. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
As implemented, these get duplicated. In particular, the ldflags get recursive and with some recent OpenWrt change, it errors. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Nov 25, 2020
-
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Nov 20, 2020
-
-
Rosen Penev authored
Add missing header for musl. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Oct 28, 2020
-
-
Phil Eichinger authored
Signed-off-by:
Phil Eichinger <phil@zankapfel.net>
-
- Oct 04, 2020
-
-
Rosen Penev authored
This reverts commit 9eb20588. For some unexplained reason, this uses host tools to compile target builds. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Sep 29, 2020
-
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Sep 26, 2020
-
-
Rosen Penev authored
Refreshes patches and updated MESON_ARGS. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Sep 22, 2020
-
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Sep 20, 2020
-
-
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:
Rosen Penev <rosenp@gmail.com>
-
- Sep 17, 2020
-
-
Rosen Penev authored
pulseaudio depends on the debus variant. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Removed iconv const patch. After discussing with upstream. it turns out that libiconv-full in OpenWrt is broken. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Sep 13, 2020
-
-
Rosen Penev authored
Removed sort of upstreamed patch. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Sep 04, 2020
-
-
Espen Jürgensen authored
- update config file to match upstream - remove patches, not required any more Signed-off-by:
Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
-
- Aug 28, 2020
-
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Aug 19, 2020
-
-
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:
Rosen Penev <rosenp@gmail.com>
-
- Aug 17, 2020
-
-
Rosen Penev authored
CMake build seems to be experimental and not ready for primetime. Added altivec support. Fixed installing static output libraries to the target. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Seems it's not included in the CMake port. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Aug 15, 2020
-
-
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:
Rosen Penev <rosenp@gmail.com>
-
- Aug 11, 2020
-
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Aug 10, 2020
-
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
ffmpeg includes patented functionality. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Jul 31, 2020
-
-
Rosen Penev authored
Reordered check to check external iconv first. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Removes liconv LDFLAG and fixes ICONV_FULL. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Jul 24, 2020
-
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Jul 23, 2020
-
-
Rosen Penev authored
WMA uses ffmpeg, which has patented functionality. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Jul 21, 2020
-
-
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:
Rosen Penev <rosenp@gmail.com>
-
- Jul 05, 2020
-
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Jun 28, 2020
-
-
Rosen Penev authored
Allows simplifying the Makefile. Replaced InstallDev with CMAKE_INSTALL. Added PKG_BUILD_PARALLEL for faster compilation. Removed inactive maintainer. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Jun 26, 2020
-
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Jun 11, 2020
-
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- May 19, 2020
-
-
Rosen Penev authored
2cedae0a enabled mp3 support for mini, while keeping id3tag for full. This makes no sense as id3tag is used specifically for mp3 files. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- May 13, 2020
-
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-