Commit Graph

344 Commits

Author SHA1 Message Date
Josef Schlehofer 934831644d
pulseadio: fix conffiles for pulseadio-daemon-avahi package
Fixes: 60ac7dd751 ("pulseaudio: simplify
and rework Makefile")

Reported-by: Hannu Nyman <hannu.nyman@iki.fi>
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 7ae66ec7ca)
2022-11-05 21:22:11 +01:00
Josef Schlehofer ae4c51d946
pulseaudio: change homepage URLs to freedesktop.org
The previous used domain http(s)://pulseaudio.org redirects to
https://www.freedesktop.org/wiki/Software/PulseAudio/

This change enforces to use HTTPS everywhere for homepage URLs

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 00e3918069)
2022-11-05 21:21:57 +01:00
Josef Schlehofer d285ac95ad
pulseaudio: use AUTORELEASE variable
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 364054fbe7)
2022-11-05 21:21:45 +01:00
Josef Schlehofer c9f7d98c91
pulseaudio: daemons should conflict to each other
It should not be possible to install pulseaudio-daemon and
pulseadio-daemon-avahi at the same time as they have the same files.
Let's avoid that situation by adding conflict.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 5a5bb15949)
2022-11-05 21:21:21 +01:00
Josef Schlehofer f65a718a12
pulseaudio: simplify and rework Makefile
There were two conffiles sections and both of them were same, but for
different variants. We can have just one conffile section and use it also
for the other variant.

The same applies for the install section for different variants.
- We have two install sections, but we call the first one with the same
  files and then add something more for the second variant.

- While at it to make it easier, let's change those three rows for
  copying packages into the single one to make sure that I did not miss
anything. Also, we create a directory first and then move files.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 60ac7dd751)
2022-11-05 21:21:17 +01:00
Szabolcs Hubai 159944ac6c mpd: depend the full variant on pulseaudio instead of pulseaudio-daemon
The full variant of mpd depends on pulseaudio-daemon, so it was not
possible to use the other pulseaudio variant with avahi.

Both pulseaudio daemons provides package pulseaudio, so users can choose
which variant suits them best.
Let's change the dependency to pulseaudio.

Fixes: #19187
Fixes: 2ed62adc59 ("mpd: enable pulseaudio in full package")
Signed-off-by: Szabolcs Hubai <szab.hu@gmail.com>
(cherry picked from commit abe35e89f6)
2022-11-05 18:57:00 +01:00
Johnny Vogels 245360575b Pulseaudio: update to 14.2; avahi-variant: Restore Bluez functionality
Signed-off-by: Johnny Vogels <35307256+jmv2009@users.noreply.github.com>

Pulseaudio: update to 14.2; avahi-variant: Restore Bluez functionality

Signed-off-by: Johnny Vogels <35307256+jmv2009@users.noreply.github.com>
2022-08-07 19:00:12 -07:00
Rosen Penev 09a422c97a shairport-sync: update to 3.3.8
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 94bc8a127c)
2021-06-12 16:09:16 -07:00
Philip Prindeville 17f63e9501
treewide: fix places where $(FPIC) is unquoted
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 0d5c6769f1)
2021-03-22 13:23:10 -03:00
Ilya Lipnitskiy b1cbd93bcd
treewide: Run refresh on all packages
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 5d8d4fbbcb)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-02-25 01:26:05 +08:00
Ilya Lipnitskiy 0e71108da2
svox: Don't move files with QUILT
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>
2021-02-03 21:22:46 -08:00
Rosen Penev a1a10cf373
madplay: remove OSS variant
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>
2021-01-11 15:06:21 -08:00
Rosen Penev 666e60e0e2
shairport-sync: update to 3.3.7
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-22 19:21:55 -08:00
Rosen Penev 82e0b7cd66
Merge pull request #14068 from neheb/pls2
pulseaudio: update to 14.0
2020-11-30 00:35:52 -08:00
Rosen Penev 325c565040
pulseaudio: update to 14.0
Remove upstreamed OpenSSL patch.

Update MESON_ARGS.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-29 01:33:59 -08:00
Rosen Penev a2ff9874f6
fdk-aac: fixup flags
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>
2020-11-29 01:31:41 -08:00
Rosen Penev 1bc15ef8bb
alsa-utils: update to 1.2.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-24 22:31:51 -08:00
Rosen Penev 129c790082
upmpdcli: update to 1.5.0
Add missing header for musl.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-19 16:20:14 -08:00
Phil Eichinger e8dd5038a9 sound/lame: add PKG_CPE_ID
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2020-10-28 11:56:50 +01:00
Rosen Penev 1640ff1a1e
Revert "mpd: update to 0.22"
This reverts commit 9eb20588cc.

For some unexplained reason, this uses host tools to compile target
builds.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-10-04 14:09:27 -07:00
Rosen Penev 095c1a1c7e
madplay: fix compilation with full NLS
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-28 23:12:50 -07:00
Rosen Penev 9eb20588cc
mpd: update to 0.22
Refreshes patches and updated MESON_ARGS.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-25 18:16:09 -07:00
Rosen Penev b41a261adc
Merge pull request #13436 from neheb/alsau
alsa-ucm-conf: add
2020-09-23 15:01:32 -07:00
Rosen Penev 65f4f80d10
mpd: update to 0.21.26
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-22 15:09:17 -07:00
Rosen Penev 850d124b15
alsa-utils: add alsa-ucm-conf dependency
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>
2020-09-20 15:04:43 -07:00
Rosen Penev e03ec9bfc1
mpd: switch avahi dependency to dbus one
pulseaudio depends on the debus variant.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-16 20:37:47 -07:00
Rosen Penev cd498507e2
mpd: switch to using libnpupnp
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>
2020-09-16 18:13:32 -07:00
Rosen Penev 4bc44e78c0
upmpdcli: update to 1.4.14
Removed sort of upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-12 17:47:05 -07:00
Espen Jürgensen 2d1c1da16c forked-daapd: update to 27.2
- update config file to match upstream
- remove patches, not required any more

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2020-09-04 19:38:40 +02:00
Rosen Penev d00e1fec8c
alsa-utils: update to 1.2.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-27 17:34:13 -07:00
Rosen Penev f5ab71c6bc mpd: enable libmad globally
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>
2020-08-18 21:22:55 -07:00
Rosen Penev 009734ad9f
mpg123: revert back to using autotools
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>
2020-08-17 14:31:38 -07:00
Rosen Penev 3a62950214
mpg123: install fmt123.h file
Seems it's not included in the CMake port.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-16 18:43:47 -07:00
Rosen Penev 9fc278548b
mpg123: update to 1.26.3
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>
2020-08-14 18:07:28 -07:00
Rosen Penev 50eff8c26a
Merge pull request #13062 from neheb/mpd-ffm
mpd - remove ffmpeg support and add opus
2020-08-12 13:12:36 -07:00
Rosen Penev c7e00c8e34
mpd: remove maintainer on request
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-11 11:27:59 -07:00
Rosen Penev ca2da3f315
pulseaudio: fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-10 15:58:11 -07:00
Rosen Penev effa44f3b4
mpd: enable opus support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-10 13:51:22 -07:00
Rosen Penev 44eb12f3c7
mpd: make ffmpeg support dependent on BUILD_PATENTED
ffmpeg includes patented functionality.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-10 13:51:22 -07:00
Rosen Penev 67f8f57d06 pulseaudio: fix compilation with ICONV_FULL
Reordered check to check external iconv first.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-30 23:58:42 -07:00
Rosen Penev aad1458876 mpd: fixup iconv support
Removes liconv LDFLAG and fixes ICONV_FULL.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-30 23:21:09 -07:00
Rosen Penev 5d9ccc4ad0
upmpdcli: fix compilation with newer libmicrohttpd
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-24 16:18:48 -07:00
Rosen Penev 10c087a98c
squeezelite: add BUILD_PATENTED depends for WMA support
WMA uses ffmpeg, which has patented functionality.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-23 14:23:34 -07:00
Rosen Penev dfdc430a4a
mpd: update to 0.21.25
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>
2020-07-20 19:56:51 -07:00
Rosen Penev d198307fd4
forked-daapd: fix compilation with GCC10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-04 18:12:44 -07:00
Rosen Penev 918ed84985
portaudio: convert to CMake
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>
2020-06-28 15:05:58 -07:00
Rosen Penev f553112e43
upmpdcli: update to 1.4.12
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-25 17:42:30 -07:00
Rosen Penev d7b593f695
mpd: update to 0.21.24
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-11 14:48:54 -07:00
Rosen Penev 4ed61c1f68
mpd: enable id3tag for all builds
2cedae0aa9 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>
2020-05-19 14:37:28 -07:00
Rosen Penev 6b44750ee3
upmpdcli: update to 1.4.9
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-13 15:26:45 -07:00