diff options
Diffstat (limited to 'meta-oe/recipes-multimedia/mikmod/libmikmod_3.2.0.bb')
| -rw-r--r-- | meta-oe/recipes-multimedia/mikmod/libmikmod_3.2.0.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/mikmod/libmikmod_3.2.0.bb b/meta-oe/recipes-multimedia/mikmod/libmikmod_3.2.0.bb new file mode 100644 index 0000000000..b1ebf97059 --- /dev/null +++ b/meta-oe/recipes-multimedia/mikmod/libmikmod_3.2.0.bb | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | DESCRIPTION = "libmikmod is a module player library supporting many formats, including mod, s3m, it, and xm." | ||
| 2 | SECTION = "libs" | ||
| 3 | LICENSE = "LGPLv2.1" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=b2b941d484c442e5c031a51463d8e11b" | ||
| 5 | |||
| 6 | DEPENDS = "alsa-lib texinfo" | ||
| 7 | |||
| 8 | SRC_URI = "\ | ||
| 9 | http://mikmod.shlomifish.org/files/${P}.tar.gz \ | ||
| 10 | file://m4.patch \ | ||
| 11 | file://autofoo.patch \ | ||
| 12 | file://ldflags.patch \ | ||
| 13 | file://obsolete_automake_macros.patch \ | ||
| 14 | " | ||
| 15 | |||
| 16 | SRC_URI[md5sum] = "96e9820d72a41fe27ff304071739696c" | ||
| 17 | SRC_URI[sha256sum] = "734c8490bbf9b0c587920b92414dcfa3c2267838a0cdf698d5f1fb6bba8f661e" | ||
| 18 | |||
| 19 | inherit autotools binconfig lib_package | ||
| 20 | |||
| 21 | EXTRA_OECONF = "\ | ||
| 22 | --disable-af \ | ||
| 23 | --enable-alsa \ | ||
| 24 | --disable-esd \ | ||
| 25 | --enable-oss \ | ||
| 26 | --disable-sam9407 \ | ||
| 27 | --disable-ultra \ | ||
| 28 | --disable-esdtest \ | ||
| 29 | --enable-threads \ | ||
| 30 | " | ||
| 31 | |||
