diff options
Diffstat (limited to 'meta-multimedia/recipes-multimedia/caps/caps_0.9.26.bb')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/caps/caps_0.9.26.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/caps/caps_0.9.26.bb b/meta-multimedia/recipes-multimedia/caps/caps_0.9.26.bb new file mode 100644 index 0000000000..46bcf6c6a5 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/caps/caps_0.9.26.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "The CAPS Audio Plugin Suite - LADSPA plugin suite" | ||
| 2 | HOMEPAGE = "http://quitte.de/dsp/caps.html" | ||
| 3 | LICENSE = "GPL-3" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 5 | |||
| 6 | SRC_URI = "http://quitte.de/dsp/${BPN}_${PV}.tar.bz2 \ | ||
| 7 | file://0001-basic.h-Use-c99-supported-stdint-types.patch \ | ||
| 8 | file://append_ldflags.patch \ | ||
| 9 | " | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "36b30c7c7db2d2bc5f4f54077e97b5ee" | ||
| 12 | SRC_URI[sha256sum] = "e7496c5bce05abebe3dcb635926153bbb58a9337a6e423f048d3b61d8a4f98c9" | ||
| 13 | |||
| 14 | EXTRA_OEMAKE = " \ | ||
| 15 | CC='${CXX}' \ | ||
| 16 | CFLAGS='${CFLAGS} -ffast-math -funroll-loops -fPIC -DPIC' \ | ||
| 17 | ARCH='' \ | ||
| 18 | " | ||
| 19 | do_compile() { | ||
| 20 | oe_runmake all | ||
| 21 | } | ||
| 22 | |||
| 23 | do_install() { | ||
| 24 | install -Dm 0644 caps.so ${D}${libdir}/ladspa/caps.so | ||
| 25 | } | ||
| 26 | |||
| 27 | FILES_${PN} = "${libdir}/ladspa/" | ||
