mixxx: upgrade 2.3.1 -> 2.3.2 to fix build with ffmpeg5

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2022-03-01 22:53:18 +01:00
parent 6d1fec252b
commit f16786ba79
2 changed files with 4 additions and 5940 deletions

View File

@@ -1,7 +1,7 @@
SUMMARY = "Qt based DJ software" SUMMARY = "Qt based DJ software"
HOMEPAGE = "http://mixxx.org/" HOMEPAGE = "http://mixxx.org/"
LICENSE = "GPLv2+" LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e5323335634095f8bdd15f6a5c5c5865" LIC_FILES_CHKSUM = "file://LICENSE;md5=b3ce5d18079fa79804cd62469a51d176"
inherit cmake_qt5 gtk-icon-cache features_check inherit cmake_qt5 gtk-icon-cache features_check
@@ -44,13 +44,10 @@ DEPENDS += " \
# causes segfault trying to find debug libs # causes segfault trying to find debug libs
# gperftools # gperftools
SRC_URI = " \ SRC_URI = "git://github.com/mixxxdj/${BPN}.git;branch=main;protocol=https"
git://github.com/mixxxdj/${BPN}.git;branch=main;protocol=https \ SRCREV = "96fc5dd217a81d0e2327a52f564f7aea7d5c2c43"
file://0001-Update-Benchmark-library-to-v1.6.0.patch \
"
SRCREV = "8acb633220024222504cddcd1f5ea26e659fbcc7"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "2.3.1" PV = "2.3.2"
EXTRA_OECMAKE += " \ EXTRA_OECMAKE += " \
-DSHOUTCAST=OFF \ -DSHOUTCAST=OFF \