diff options
author | Siddharth Doshi <sdoshi@mvista.com> | 2023-06-28 18:45:25 +0530 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-28 23:02:50 +0100 |
commit | c022c3fff577d19e0f009dd6f2e55a1e8a0682db (patch) | |
tree | 27778e17eb4a5a737a7cd23a0c845514a4b2b391 /meta/recipes-multimedia | |
parent | c62d8b3006b8ee0a915fc8215f39bfc3d7b3a591 (diff) | |
download | poky-c022c3fff577d19e0f009dd6f2e55a1e8a0682db.tar.gz |
flac: Upgrade 1.4.2 -> 1.4.3
License-Update: URL fix
Remove PowerPC related options no longer supported upstream.
(From OE-Core rev: d451ab25981489bef552b49922acdca1b61394b2)
Signed-off-by: Siddharth Doshi <sdoshi@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/flac/flac_1.4.3.bb (renamed from meta/recipes-multimedia/flac/flac_1.4.2.bb) | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/meta/recipes-multimedia/flac/flac_1.4.2.bb b/meta/recipes-multimedia/flac/flac_1.4.3.bb index d3ece3f3cf..d4e463cda5 100644 --- a/meta/recipes-multimedia/flac/flac_1.4.2.bb +++ b/meta/recipes-multimedia/flac/flac_1.4.3.bb | |||
@@ -5,15 +5,15 @@ BUGTRACKER = "https://github.com/xiph/flac/issues" | |||
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | LICENSE = "GFDL-1.2 & GPL-2.0-or-later & LGPL-2.1-or-later & BSD-3-Clause" | 6 | LICENSE = "GFDL-1.2 & GPL-2.0-or-later & LGPL-2.1-or-later & BSD-3-Clause" |
7 | LIC_FILES_CHKSUM = "file://COPYING.FDL;md5=ad1419ecc56e060eccf8184a87c4285f \ | 7 | LIC_FILES_CHKSUM = "file://COPYING.FDL;md5=ad1419ecc56e060eccf8184a87c4285f \ |
8 | file://src/Makefile.am;beginline=1;endline=17;md5=146d2c8c2fd287545cc1bd81f31e8758 \ | 8 | file://src/Makefile.am;beginline=1;endline=17;md5=b1dab2704be7f01bfbd9b7f6d5f000a9 \ |
9 | file://COPYING.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 9 | file://COPYING.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
10 | file://src/flac/main.c;beginline=1;endline=18;md5=893456854ce6bf14a1a7ea77266eebab \ | 10 | file://src/flac/main.c;beginline=1;endline=18;md5=23099119c034d894bd1bf7ef5bd22101 \ |
11 | file://COPYING.LGPL;md5=fbc093901857fcd118f065f900982c24 \ | 11 | file://COPYING.LGPL;md5=fbc093901857fcd118f065f900982c24 \ |
12 | file://COPYING.Xiph;md5=3d6da238b5b57a0965d6730291119f65 \ | 12 | file://COPYING.Xiph;md5=0c90e41ab2fa7e69ca9391330d870221 \ |
13 | file://include/FLAC/all.h;beginline=65;endline=70;md5=39aaf5e03c7364363884c8b8ddda8eea" | 13 | file://include/FLAC/all.h;beginline=65;endline=70;md5=39aaf5e03c7364363884c8b8ddda8eea" |
14 | 14 | ||
15 | SRC_URI = "http://downloads.xiph.org/releases/flac/${BP}.tar.xz" | 15 | SRC_URI = "http://downloads.xiph.org/releases/flac/${BP}.tar.xz" |
16 | SRC_URI[sha256sum] = "e322d58a1f48d23d9dd38f432672865f6f79e73a6f9cc5a5f57fcaa83eb5a8e4" | 16 | SRC_URI[sha256sum] = "6c58e69cd22348f441b861092b825e591d0b822e106de6eb0ee4d05d27205b70" |
17 | 17 | ||
18 | CVE_PRODUCT = "libflac flac" | 18 | CVE_PRODUCT = "libflac flac" |
19 | 19 | ||
@@ -25,11 +25,8 @@ EXTRA_OECONF = "--disable-oggtest \ | |||
25 | " | 25 | " |
26 | 26 | ||
27 | PACKAGECONFIG ??= " \ | 27 | PACKAGECONFIG ??= " \ |
28 | ${@bb.utils.filter("TUNE_FEATURES", "altivec vsx", d)} \ | ||
29 | ogg \ | 28 | ogg \ |
30 | " | 29 | " |
31 | PACKAGECONFIG[altivec] = "--enable-altivec,--disable-altivec" | ||
32 | PACKAGECONFIG[vsx] = "--enable-vsx,--disable-vsx" | ||
33 | PACKAGECONFIG[avx] = "--enable-avx,--disable-avx" | 30 | PACKAGECONFIG[avx] = "--enable-avx,--disable-avx" |
34 | PACKAGECONFIG[ogg] = "--enable-ogg --with-ogg-libraries=${STAGING_LIBDIR} --with-ogg-includes=${STAGING_INCDIR},--disable-ogg,libogg" | 31 | PACKAGECONFIG[ogg] = "--enable-ogg --with-ogg-libraries=${STAGING_LIBDIR} --with-ogg-includes=${STAGING_INCDIR},--disable-ogg,libogg" |
35 | 32 | ||