diff options
Diffstat (limited to 'meta-multimedia/recipes-multimedia/openal/openal-soft_1.20.1.bb')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/openal/openal-soft_1.20.1.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/openal/openal-soft_1.20.1.bb b/meta-multimedia/recipes-multimedia/openal/openal-soft_1.20.1.bb new file mode 100644 index 0000000000..d283cb361b --- /dev/null +++ b/meta-multimedia/recipes-multimedia/openal/openal-soft_1.20.1.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SUMMARY = "OpenAL is a cross-platform 3D audio API" | ||
| 2 | HOMEPAGE = "http://kcat.strangesoft.net/openal.html" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0f159f19f9377e1895fbb477d5a7953e" | ||
| 5 | |||
| 6 | inherit cmake pkgconfig | ||
| 7 | |||
| 8 | SRCREV = "f5e0eef34db3a3ab94b61a2f99f84f078ba947e7" | ||
| 9 | SRC_URI = "git://github.com/kcat/openal-soft \ | ||
| 10 | file://0001-Use-BUILD_CC-to-compile-native-tools.patch \ | ||
| 11 | file://0002-makehrtf-Disable-Wstringop-truncation.patch \ | ||
| 12 | " | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'alsa pulseaudio', d)}" | ||
| 17 | PACKAGECONFIG[alsa] = "-DALSA=TRUE, -DALSA=FALSE, alsa-lib" | ||
| 18 | PACKAGECONFIG[pulseaudio] = "-DPULSEAUDIO=TRUE, -DPULSEAUDIO=FALSE, pulseaudio" | ||
| 19 | # currently doesn't work with libav-9 | ||
| 20 | # PKG_CHECK_MODULES(FFMPEG libavcodec>=53.61.100 libavformat>=53.32.100 libavutil>=51.35.100) | ||
| 21 | # but alffmpeg.c:418:44: error: 'AV_CH_LAYOUT_MONO' undeclared (first use in this function) | ||
| 22 | PACKAGECONFIG[examples] = "-DEXAMPLES=TRUE, -DEXAMPLES=FALSE, libav" | ||
| 23 | |||
| 24 | FILES_${PN} += "${datadir}/openal" | ||
