[oe-commits] [openembedded-core] 02/20: alsa-utils: 1.1.1 -> 1.1.2

git at git.openembedded.org git at git.openembedded.org
Thu Aug 18 08:28:32 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 2b44e468d20a0256fba896562e2e7d1ae593a4c8
Author: Tanu Kaskinen <tanuk at iki.fi>
AuthorDate: Wed Aug 17 14:20:30 2016 +0300

    alsa-utils: 1.1.1 -> 1.1.2
    
    Changelog:
    http://www.alsa-project.org/main/index.php/Changes_v1.1.1_v1.1.2
    
    The FFT code in alsabat changed from double precision to single
    precision floating point numbers, which is why the fftw dependency
    changed to fftwf.
    
    Signed-off-by: Tanu Kaskinen <tanuk at iki.fi>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 .../{alsa-utils-scripts_1.1.1.bb => alsa-utils-scripts_1.1.2.bb}    | 0
 .../alsa/{alsa-utils_1.1.1.bb => alsa-utils_1.1.2.bb}               | 6 +++---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.1.1.bb b/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.1.2.bb
similarity index 100%
rename from meta/recipes-multimedia/alsa/alsa-utils-scripts_1.1.1.bb
rename to meta/recipes-multimedia/alsa/alsa-utils-scripts_1.1.2.bb
diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.1.1.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.1.2.bb
similarity index 96%
rename from meta/recipes-multimedia/alsa/alsa-utils_1.1.1.bb
rename to meta/recipes-multimedia/alsa/alsa-utils_1.1.2.bb
index ddb1644..a22d999 100644
--- a/meta/recipes-multimedia/alsa/alsa-utils_1.1.1.bb
+++ b/meta/recipes-multimedia/alsa/alsa-utils_1.1.2.bb
@@ -14,7 +14,7 @@ PACKAGECONFIG ??= "udev"
 # enabling/disabling fftw. The configure script doesn't support that, however
 # (at least in any obvious way), so for now we only support alsabat with fftw
 # or no alsabat at all.
-PACKAGECONFIG[bat] = "--enable-bat,--disable-bat,fftw"
+PACKAGECONFIG[bat] = "--enable-bat,--disable-bat,fftwf"
 
 PACKAGECONFIG[udev] = "--with-udev-rules-dir=`pkg-config --variable=udevdir udev`/rules.d,,udev"
 PACKAGECONFIG[xmlto] = "--enable-xmlto, --disable-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native"
@@ -23,8 +23,8 @@ SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \
            file://0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch \
           "
 
-SRC_URI[md5sum] = "f8d00ad5fba757b4c3735d066cc288e2"
-SRC_URI[sha256sum] = "89757c9abaf420831b088fce354d492acc170bd02bb50eb7392c175f594b8041"
+SRC_URI[md5sum] = "38ac7c781f80c41c02b4664d8cbafa87"
+SRC_URI[sha256sum] = "7af603c0877d1251599d65b4fbc372e63a54371b888f5c26c6a86ac1d0519071"
 
 # lazy hack. needs proper fixing in gettext.m4, see
 # http://bugs.openembedded.org/show_bug.cgi?id=2348

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list