opus-tools: update to 0.2, move to meta-multimedia and fix license

The license in version 0.1.8 was already BSD-2-Clause and GPLv2
(for the "opusinfo" command).

The license checksum change is due to trivial changes on the license
text ("https" instead of "http" and whitespace changes).

This new version now DEPENDs on "libopusenc" and "opusfile" too,
but this required to move the recipe to meta-multimedia instead.

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Michael Opdenacker 2021-08-12 19:04:39 +02:00 committed by Khem Raj
parent 223243d649
commit 344bb081f5
4 changed files with 16 additions and 16 deletions

View File

@ -0,0 +1,15 @@
SUMMARY = "Opus Audio Tools"
HOMEPAGE = "http://www.opus-codec.org/"
LICENSE = "BSD-2-Clause & GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=79f6fc2a6239fbe5f6e52f20ac76698c"
SRC_URI = "http://downloads.xiph.org/releases/opus/opus-tools-${PV}.tar.gz"
SRC_URI[md5sum] = "ff2d0536e960cabbfb8ca7c8c1759b6c"
SRC_URI[sha256sum] = "b4e56cb00d3e509acfba9a9b627ffd8273b876b4e2408642259f6da28fa0ff86"
S = "${WORKDIR}/opus-tools-${PV}"
DEPENDS = "libopus libopusenc flac opusfile"
inherit autotools pkgconfig

View File

@ -66,6 +66,7 @@ RDEPENDS:packagegroup-meta-multimedia = "\
mycroft \
openal-soft \
opusfile \
opus-tools \
libdvdcss \
${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", bb.utils.contains("DISTRO_FEATURES", "x11", "vlc", "", d), "", d)} \
${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "sox streamripper", "", d)} \

View File

@ -668,7 +668,6 @@ RDEPENDS:packagegroup-meta-oe-multimedia ="\
live555-examples \
live555-mediaserver \
libmikmod \
opus-tools \
libmodplug \
sound-theme-freedesktop \
yavta \

View File

@ -1,15 +0,0 @@
SUMMARY = "Opus Audio Tools"
HOMEPAGE = "http://www.opus-codec.org/"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=843a066da9f1facfcc6ea6f616ffecb1"
SRC_URI = "http://downloads.xiph.org/releases/opus/opus-tools-${PV}.tar.gz"
SRC_URI[md5sum] = "b424790eda9357a4df394e2d7ca19eac"
SRC_URI[sha256sum] = "e4e188579ea1c4e4d5066460d4a7214a7eafe3539e9a4466fdc98af41ba4a2f6"
S = "${WORKDIR}/opus-tools-${PV}"
DEPENDS = "libopus flac"
inherit autotools pkgconfig