summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb')
-rw-r--r--meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb26
1 files changed, 13 insertions, 13 deletions
diff --git a/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb b/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb
index 48dba45420..e3c228858c 100644
--- a/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb
+++ b/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb
@@ -4,24 +4,24 @@ and can apply different effects and filters to the audio data."
4HOMEPAGE = "http://sox.sourceforge.net" 4HOMEPAGE = "http://sox.sourceforge.net"
5SECTION = "audio" 5SECTION = "audio"
6 6
7DEPENDS = "libpng libsndfile1 libtool" 7DEPENDS = "autoconf-archive-native libpng libsndfile1 libtool"
8 8
9PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'alsa pulseaudio', d)} \ 9PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'alsa pulseaudio', d)} \
10 magic \ 10 magic \
11" 11"
12PACKAGECONFIG[pulseaudio] = "--with-pulseaudio=dyn,--with-pulseaudio=no,pulseaudio," 12PACKAGECONFIG[pulseaudio] = "--enable-pulseaudio=dyn,--disable-pulseaudio,pulseaudio,"
13PACKAGECONFIG[alsa] = "--with-alsa=dyn,--with-alsa=no,alsa-lib," 13PACKAGECONFIG[alsa] = "--enable-alsa=dyn,--disable-alsa,alsa-lib,"
14PACKAGECONFIG[wavpack] = "--with-wavpack=dyn,--with-wavpack=no,wavpack," 14PACKAGECONFIG[wavpack] = "--enable-wavpack=dyn,--disable-wavpack,wavpack,"
15PACKAGECONFIG[flac] = "--with-flac=dyn,--with-flac=no,flac," 15PACKAGECONFIG[flac] = "--enable-flac=dyn,--disable-flac,flac,"
16PACKAGECONFIG[amrwb] = "--with-amrwb=dyn,--with-amrwb=no,opencore-amr," 16PACKAGECONFIG[amrwb] = "--enable-amrwb=dyn,--disable-amrwb,opencore-amr,"
17PACKAGECONFIG[amrnb] = "--with-amrnb=dyn,--with-amrnb=no,opencore-amr," 17PACKAGECONFIG[amrnb] = "--enable-amrnb=dyn,--disable-amrnb,opencore-amr,"
18PACKAGECONFIG[oggvorbis] = "--with-oggvorbis=dyn,--with-oggvorbis=no,libvorbis" 18PACKAGECONFIG[oggvorbis] = "--enable-oggvorbis=dyn,--disable-oggvorbis,libvorbis"
19PACKAGECONFIG[opus] = "--with-opus=dyn,--with-opus=no,opusfile" 19PACKAGECONFIG[opus] = "--enable-opus=dyn,--disable-opus,opusfile"
20PACKAGECONFIG[magic] = "--with-magic,--without-magic,file," 20PACKAGECONFIG[magic] = "--with-magic,--without-magic,file,"
21PACKAGECONFIG[mad] = "--with-mad,--without-mad,libmad," 21PACKAGECONFIG[mad] = "--with-mad,--without-mad,libmad,"
22PACKAGECONFIG[id3tag] = "--with-id3tag,--without-id3tag,libid3tag," 22PACKAGECONFIG[id3tag] = "--with-id3tag,--without-id3tag,libid3tag,"
23PACKAGECONFIG[lame] = "--with-lame,--without-lame,lame," 23PACKAGECONFIG[lame] = "--with-lame,--without-lame,lame,"
24PACKAGECONFIG[ao] = "--with-ao,--without-ao,libao," 24PACKAGECONFIG[ao] = "--enable-ao,--disable-ao,libao,"
25 25
26LICENSE = "GPL-2.0-only & LGPL-2.1-only" 26LICENSE = "GPL-2.0-only & LGPL-2.1-only"
27LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe \ 27LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe \
@@ -29,11 +29,11 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe \
29 29
30SRC_URI = "git://git.code.sf.net/p/sox/code;protocol=https;branch=master \ 30SRC_URI = "git://git.code.sf.net/p/sox/code;protocol=https;branch=master \
31 file://0001-remove-the-error-line-and-live-without-file-type-det.patch \ 31 file://0001-remove-the-error-line-and-live-without-file-type-det.patch \
32 file://0001-Update-exported-symbol-list.patch \
33 file://0001-tests-Include-math.h-for-fabs-definition.patch \
34 " 32 "
35 33
36SRCREV = "45b161d73ec087a8e003747b1aed07cd33589bca" 34# last release was in 2015, use latest hash from 2024-05-30
35PV .= "+git"
36SRCREV = "f3094754a7c2a7e55c35621d20fa9945736e72df"
37S = "${WORKDIR}/git" 37S = "${WORKDIR}/git"
38 38
39CVE_PRODUCT:append = " libsox_project:libsox sound_exchange_project:sound_exchange" 39CVE_PRODUCT:append = " libsox_project:libsox sound_exchange_project:sound_exchange"