mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
0f52cc583d
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
32 lines
783 B
BlitzBasic
32 lines
783 B
BlitzBasic
DESCRIPTION = "libmikmod is a module player library supporting many formats, including mod, s3m, it, and xm."
|
|
SECTION = "libs"
|
|
LICENSE = "LGPLv2.1"
|
|
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=b2b941d484c442e5c031a51463d8e11b"
|
|
|
|
DEPENDS = "alsa-lib"
|
|
|
|
SRC_URI = "\
|
|
${SOURCEFORGE_MIRROR}/mikmod/libmikmod-${PV}.tar.gz \
|
|
file://m4.patch \
|
|
file://autofoo.patch \
|
|
file://ldflags.patch \
|
|
file://CVE-2010-2971.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "9f3c740298260d5f88981fc0d51f6f16"
|
|
SRC_URI[sha256sum] = "891a2b780306e6ef86e381f459e71a085d4e7f56c970a879d3bf341c01bdfc32"
|
|
|
|
inherit autotools binconfig lib_package
|
|
|
|
EXTRA_OECONF = "\
|
|
--disable-af \
|
|
--enable-alsa \
|
|
--disable-esd \
|
|
--enable-oss \
|
|
--disable-sam9407 \
|
|
--disable-ultra \
|
|
--disable-esdtest \
|
|
--enable-threads \
|
|
"
|
|
|