]> code.ossystems Code Review - openembedded-core.git/commit
alsa-plugins: 1.1.6 -> 1.1.8
authorTanu Kaskinen <tanuk@iki.fi>
Thu, 21 Feb 2019 20:13:04 +0000 (22:13 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Feb 2019 10:42:56 +0000 (10:42 +0000)
commitddf5421331180bc45697511b44cdd4a4e6dda6ff
treef6f6e5975a564661b5010facb52f763248236b1c
parent91f506958e4b7e9b8e8f1dcfe4a8aa4bdac7c5d1
alsa-plugins: 1.1.6 -> 1.1.8

Changelogs:
http://alsa-project.org/main/index.php/Changes_v1.1.6_v1.1.7
http://alsa-project.org/main/index.php/Changes_v1.1.7_v1.1.8

The --enable-avcodec configure option was renamed to --enable-libav, and
I renamed the respective packageconfig item too.

There's a new pcm plugin: aaf (AVTP Audio Format). I added a
packageconfig item for it, but I didn't test it, because libavtp doesn't
seem to be currently packaged for OpenEmbedded.

There are now configuration files for most of the plugins. I removed the
symlink creation for 50-pulseaudio.conf, because upstream now creates
the symlinks for us. 99-pulseaudio-default.conf is an exception, because
upstream ships it only as an example, and upstream doesn't install a
symlink for it (upstream actually installs it directly under /etc, but I
moved it back to /usr/share), so for that file we still have to create
the symlink ourselves.

The lavcrate plugin was converted to use libavresample (and renamed to
lavrate). Libavresample is provided by ffmpeg, but ffmpeg was by default
built with libavresample disabled. This patch now enables libavresample
by default in the ffmpeg recipe in order to not cause a regression in
alsa-plugins.

SRC_URI was changed to a more reliable source (at least currently the
ftp server is flaky).

Signed-off-by: Tanu Kaskinen <tanuk@iki.fi>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/alsa/alsa-plugins_1.1.8.bb [moved from meta/recipes-multimedia/alsa/alsa-plugins_1.1.6.bb with 53% similarity]
meta/recipes-multimedia/ffmpeg/ffmpeg_4.1.1.bb