Commit Graph

662 Commits

Author SHA1 Message Date
Andre Heider
7273d94094 multimedia-tools: cleanup and use the "sysroot" build flag
As with system-tools before.

Use PKG_DEPENDS_CONFIG where appropriate.
2020-02-10 08:53:39 +01:00
Jernej Skrabec
180f3e4442 alsa-utils: Unmute Allwinner A20 analog audio codec 2019-12-29 09:08:50 +01:00
MilhouseVH
5f0d885b50 pulseaudio: drop module-native-protocol-tcp 2019-11-18 20:28:47 +00:00
Lukas Rusak
9e80f251b2 pulseaudio: enable speex support
this fixes the following warning:

meson.build:871: WARNING:
You do not have speex support enabled. It is strongly recommended
that you enable speex support if your platform supports it as it is
the primary method used for audio resampling and is thus a critical
part of PulseAudio on that platform.
2019-10-24 11:40:51 -07:00
Lukas Rusak
f05f7f0261 speexdsp: add package 2019-10-24 11:40:51 -07:00
Lukas Rusak
9d258c3ba6 pulseaudio: use safe_remove 2019-10-21 13:20:17 -07:00
Lukas Rusak
511edcf560 pulseaudio: switch to use meson 2019-10-21 13:17:03 -07:00
5schatten
d3c938dad3 pulseaudio: update to 13.0 / dropped upstreamed & renamed patch 2019-09-21 14:05:30 +02:00
chewitt
c7a7100441 alsa-utils: add amlogic g12 to soundconfig 2019-09-10 16:53:08 +00:00
MilhouseVH
69eab48bb1 rpi-cirrus-config: update to rpi-cirrus-config-0.0.2 2019-06-07 08:49:07 +01:00
MilhouseVH
47354c6a34 libmodplug: update to libmodplug-0.8.9.0 2019-06-07 08:49:07 +01:00
MilhouseVH
8e5bd98eb4 alsa-utils: update to alsa-utils-1.1.9 2019-06-07 08:49:07 +01:00
MilhouseVH
8bc75e8649 alsa-lib: update to alsa-lib-1.1.9 2019-06-07 08:49:07 +01:00
MilhouseVH
65e55c623b libsamplerate: update to libsamplerate-0.1.9 2019-06-07 08:49:07 +01:00
MilhouseVH
9e91c5f2b5 sbc: update to sbc-1.4 2019-06-07 08:49:07 +01:00
MilhouseVH
36d17d1c5e libopenmpt: update to libopenmpt-0.4.5 2019-06-07 08:49:07 +01:00
CvH
f6463d0a43 Merge pull request #3422 from vpeter4/remove_patches
packages: remove some unneeded patch files with changed package.mk
2019-04-26 20:58:22 +02:00
Peter Vicman
ac7e45aa09 packages: remove some unneeded patch files with changed package.mk 2019-04-12 18:51:26 +02:00
Jernej Skrabec
9875ed1595 alsa-utils: Set volume for Allwinner analog codecs 2019-04-08 19:43:09 +02:00
MilhouseVH
d4f6326142 packages: align source code licence usage with project licence 2019-03-26 18:05:50 +00:00
MilhouseVH
ff567d405b libopenmpt: missing dependency 2019-02-22 20:11:26 +00:00
MilhouseVH
2cfc2b3077 alsa-utils: depends on systemd otherwise udev rules installed incorrectly
udev rules will be installed to /lib/udev/rules.d and not /usr/lib/udev/rules.d
if udev (via systemd) is not already installed.

if test "${with_udev_rules_dir+set}" = set; then :
  withval=$with_udev_rules_dir; udevrulesdir="$withval"
else
  udevdir=$($PKG_CONFIG udev --variable=udevdir)
        if test "x$udevdir" = "x"; then
            udevrulesdir="/lib/udev/rules.d"
        else
            udevrulesdir="$udevdir/rules.d"
        fi
fi
2019-02-08 17:17:43 +00:00
MilhouseVH
b135c7ead9 packages: add missing dependencies 2019-02-08 17:17:43 +00:00
Matthias Reichl
56b9d0d7ed alsa-utils: also install alsaucm
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-01-08 13:30:51 +01:00
Matthias Reichl
3e76f1b1a1 alsa-utils: update to 1.1.8
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-01-08 13:30:38 +01:00